[asterisk-bugs] [JIRA] (ASTERISK-28878) chan_pjsip: PJSIP_MEDIA_OFFER Broken asterisk 16

Joseph Ades (JIRA) noreply at issues.asterisk.org
Fri May 8 18:02:25 CDT 2020


    [ https://issues.asterisk.org/jira/browse/ASTERISK-28878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=250675#comment-250675 ] 

Joseph Ades edited comment on ASTERISK-28878 at 5/8/20 6:01 PM:
----------------------------------------------------------------

My apologies.

The steps or actions was simply dialing the appropriate extension number with the below code. The behavior expected was for both endpoints to force to codec g722.

I also attached a PCAP from asterisk 13 where this works, and a PCAP from asterisk 16 where it's broken

Code (see attached - Code.txt. I did not know how to format here):

CLI Verbose on Asterisk 16 where this is not working. Neither of the endpoints were asked to change codecs:
(see attached - verbose16.txt)

CLI verbose on Asterisk 13 where this is working as expected. Same code. Both endpoints were forced to codec g722.
(see attached - verbose13.txt)

I would also like to point out that the asterisk 16 test was on 16.4.0. I also tried with 16.10 (latest) and experienced the same result.


was (Author: jades):
My apologies.

The steps or actions was simply dialing the appropriate extension number with the below code. The behavior expected was for both endpoints to force to codec g722.

I also attached a PCAP from asterisk 13 where this works, and a PCAP from asterisk 16 where it's broken

Code (see attached - Code.txt. I did not know how to format here):

CLI Verbose on Asterisk 16 where this is not working. Neither of the endpoints were asked to change codecs:
(see attached - verbose16.txt)

CLI verbose on Asterisk 13 where this is working as expected. Same code. Both endpoints were forced to codec g722.
(see attached - verbose13.txt)

> chan_pjsip: PJSIP_MEDIA_OFFER Broken asterisk 16
> ------------------------------------------------
>
>                 Key: ASTERISK-28878
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-28878
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Channels/chan_pjsip
>    Affects Versions: 16.10.0
>            Reporter: Joseph Ades
>            Assignee: Unassigned
>            Severity: Minor
>         Attachments: asterisk13-Working.pcap, asterisk16-NOT-WORKING.pcap, Code.txt, verbose13.txt, verbose16.txt
>
>
> I am migrating from asterisk 13 and have successfully utilized the pjsip_media_offer function. Very simple code, not much else to it, and worked for years.
> https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+Function_PJSIP_MEDIA_OFFER
> After testing an asterisk 16 machine, using exactly the same code, I am unable to get it to work. The CLI reads the code, but does not do anything with it. Furthermore, after analyzing the packet capture, there is no evidence of the asterisk machine sending an INVITE to renegotiate the codec.
> I downgraded back to asterisk 13 and everything started to work again



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list