[asterisk-bugs] [JIRA] (ASTERISK-22858) Crash in chan_pjsip/PJSIP stack when unsupported codec is specified in allow
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Wed Nov 27 08:44:03 CST 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-22858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matt Jordan updated ASTERISK-22858:
-----------------------------------
Summary: Crash in chan_pjsip/PJSIP stack when unsupported codec is specified in allow (was: Asterisk 12 at 402838 Program terminated with signal 6, Aborted)
> Crash in chan_pjsip/PJSIP stack when unsupported codec is specified in allow
> ----------------------------------------------------------------------------
>
> Key: ASTERISK-22858
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-22858
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Channels/chan_pjsip
> Affects Versions: 12.0.0-beta1
> Environment: Fedora 19 x86_64
> Reporter: Anthony Messina
> Attachments: backtrace.txt
>
>
> When making an internal call from one PJSIP extension to another PJSIP/TLS extension, Asterisk terminates with signal 6. The dialplan is as follows. I will attach the backtrace.
> {code}
> [global]
> amessina=PJSIP/amessina
> [mss-chicago]
> exten => amessina,1,Goto(2208,1)
> exten => 2208,1,Gosub(mss-stdexten,s,1(${EXTEN},${amessina}))
> [mss-stdexten]
> exten => s,1,GotoIf($["${CHANNEL(name)}" = "Message/ast_msg_queue"]?mss-messaging,s,1)
> same => n,Gosub(in,${ARG1},1)
> same => n,Dial(${ARG2},30)
> same => n,Hangup()
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list