[asterisk-bugs] [JIRA] (ASTERISK-22863) Asterisk 12 at 402838 Program terminated with signal 6, Aborted

Matt Jordan (JIRA) noreply at issues.asterisk.org
Mon Nov 18 09:18:05 CST 2013


Matt Jordan created ASTERISK-22863:
--------------------------------------

             Summary: Asterisk 12 at 402838 Program terminated with signal 6, Aborted
                 Key: ASTERISK-22863
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-22863
             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


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