[asterisk-bugs] [JIRA] (ASTERISK-22858) Asterisk 12 at 402838 Program terminated with signal 6, Aborted
Anthony Messina (JIRA)
noreply at issues.asterisk.org
Fri Nov 15 14:42:03 CST 2013
Anthony Messina created ASTERISK-22858:
------------------------------------------
Summary: Asterisk 12 at 402838 Program terminated with signal 6, Aborted
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