PJSIP Version 2.4.5 is Released with Video Capture Orientation Support

RS
Riza Sulistyo
Wed, Aug 12, 2015 7:02 AM

Hi all,

PJSIP version 2.4.5 is released with main focus on support for video
capture orientation.

As usual the release also includes several enhancements and bug fixes,
please see the Release Notes (https://trac.pjsip.org/repos/milestone/release
-2.4.5) for more info and grab the source code from the Download page. (
http://www.pjsip.org/download.htm)

Best Regards,

PJSIP team

Hi all, PJSIP version 2.4.5 is released with main focus on support for video capture orientation. As usual the release also includes several enhancements and bug fixes, please see the Release Notes (https://trac.pjsip.org/repos/milestone/release -2.4.5) for more info and grab the source code from the Download page. ( http://www.pjsip.org/download.htm) Best Regards, PJSIP team
CC
Chinnasamy C
Wed, Aug 12, 2015 7:44 AM

Hi,

 Have you updated in Cocopods for ios ?

Thanks,
Chinna

On 12/08/15 12:32 pm, Riza Sulistyo wrote:

Hi all,

PJSIP version 2.4.5 is released with main focus on support for video
capture orientation.

As usual the release also includes several enhancements and bug fixes,
please see the Release Notes
(https://trac.pjsip.org/repos/milestone/release-2.4.5
https://trac.pjsip.org/repos/milestone/release-2.4.5) for more info
and grab the source code from the Download page.
(http://www.pjsip.org/download.htm)

Best Regards,

PJSIP team


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Hi, Have you updated in Cocopods for ios ? Thanks, Chinna On 12/08/15 12:32 pm, Riza Sulistyo wrote: > > Hi all, > > PJSIP version 2.4.5 is released with main focus on support for video > capture orientation. > > As usual the release also includes several enhancements and bug fixes, > please see the Release Notes > (https://trac.pjsip.org/repos/milestone/release-2.4.5 > <https://trac.pjsip.org/repos/milestone/release-2.4.5>) for more info > and grab the source code from the Download page. > (http://www.pjsip.org/download.htm) > > Best Regards, > > PJSIP team > > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
HR
Harald Radke
Wed, Aug 12, 2015 8:48 AM

Sorry if I ask without snooping the code beforehand, I just got curious:

pjsip, pjsua-lib:

> #1854 Hangup outgoing call when no active media

and change history says:

> Hangup the call immediately when there is no active media, this is only for initial INVITE.

Now I dont use pjsua and I have to admit I forgot the SDP neg details for the following case) but does that mean that if we send out an SDP offer with no media entries and the peer sends a (matching) answer (no media entries as well), that the call is terminated? If so, I think that would be unforutnate behaviour

Regards.

Harry

Gesendet: Mittwoch, 12. August 2015 um 09:02 Uhr
Von: "Riza Sulistyo" <riza@teluu.com>
An: "pjsip list" <pjsip@lists.pjsip.org>
Betreff: [pjsip] PJSIP Version 2.4.5 is Released with Video Capture Orientation Support

Hi all,

PJSIP version 2.4.5 is released with main focus on support for video capture orientation.

As usual the release also includes several enhancements and bug fixes, please see the Release Notes (https://trac.pjsip.org/repos/milestone/release-2.4.5) for more info and grab the source code from the Download page. (http://www.pjsip.org/download.htm)

Best Regards,

PJSIP team

_______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip@lists.pjsip.org http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

BG
Bill Gardner
Wed, Aug 12, 2015 2:38 PM

I agree, I've encountered one particular case where I needed to make a
SIP call without media, namely controlling a media server using MSML
(xml commands sent using SIP INFO). In that case I was able to hack
pjsua to make a call without media, can't remember the details right now.

Regards,

Bill

On 8/12/2015 4:48 AM, Harald Radke wrote:

Sorry if I ask without snooping the code beforehand, I just got curious:

   pjsip,
   pjsua-lib:<https://trac.pjsip.org/repos/milestone/release-2.4.5#pjsippjsua-lib:1>

#1854 Hangup outgoing call when no active media

and change history says:

Hangup the call immediately when there is no active media, this is

only for initial INVITE.
Now I dont use pjsua and I have to admit I forgot the SDP neg details
for the following case) but does that mean that if we send out an SDP
offer with no media entries and the peer sends a (matching) answer (no
media entries as well), that the call is terminated? If so, I think
that would be unforutnate behaviour
Regards.
Harry
Gesendet: Mittwoch, 12. August 2015 um 09:02 Uhr
Von: "Riza Sulistyo" riza@teluu.com
An: "pjsip list" pjsip@lists.pjsip.org
Betreff: [pjsip] PJSIP Version 2.4.5 is Released with Video Capture
Orientation Support

Hi all,

PJSIP version 2.4.5 is released with main focus on support for video
capture orientation.

As usual the release also includes several enhancements and bug fixes,
please see the Release Notes
(https://trac.pjsip.org/repos/milestone/release-2.4.5
https://trac.pjsip.org/repos/milestone/release-2.4.5) for more info
and grab the source code from the Download page.
(http://www.pjsip.org/download.htm)

Best Regards,

PJSIP team

_______________________________________________ Visit our blog:
http://blog.pjsip.org pjsip mailing list pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

I agree, I've encountered one particular case where I needed to make a SIP call without media, namely controlling a media server using MSML (xml commands sent using SIP INFO). In that case I was able to hack pjsua to make a call without media, can't remember the details right now. Regards, Bill On 8/12/2015 4:48 AM, Harald Radke wrote: > Sorry if I ask without snooping the code beforehand, I just got curious: > > > pjsip, > pjsua-lib:<https://trac.pjsip.org/repos/milestone/release-2.4.5#pjsippjsua-lib:1> > > > #1854 Hangup outgoing call when no active media > > and change history says: > > Hangup the call immediately when there is no active media, this is > only for initial INVITE. > Now I dont use pjsua and I have to admit I forgot the SDP neg details > for the following case) but does that mean that if we send out an SDP > offer with no media entries and the peer sends a (matching) answer (no > media entries as well), that the call is terminated? If so, I think > that would be unforutnate behaviour > Regards. > Harry > *Gesendet:* Mittwoch, 12. August 2015 um 09:02 Uhr > *Von:* "Riza Sulistyo" <riza@teluu.com> > *An:* "pjsip list" <pjsip@lists.pjsip.org> > *Betreff:* [pjsip] PJSIP Version 2.4.5 is Released with Video Capture > Orientation Support > > Hi all, > > PJSIP version 2.4.5 is released with main focus on support for video > capture orientation. > > As usual the release also includes several enhancements and bug fixes, > please see the Release Notes > (https://trac.pjsip.org/repos/milestone/release-2.4.5 > <https://trac.pjsip.org/repos/milestone/release-2.4.5>) for more info > and grab the source code from the Download page. > (http://www.pjsip.org/download.htm) > > Best Regards, > > PJSIP team > > _______________________________________________ Visit our blog: > http://blog.pjsip.org pjsip mailing list pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org