[asterisk-bugs] [JIRA] (ASTERISK-23864) Asterisk crashing when connecting to PJSIP device

Rusty Newton (JIRA) noreply at issues.asterisk.org
Tue Jun 24 18:55:56 CDT 2014


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

Rusty Newton commented on ASTERISK-23864:
-----------------------------------------

Well, this sounded like it would be really easy to reproduce, but I was unable to reproduce it after using your configuration and even tweaking it in a number of ways.

Is it possible for you to test with the latest SVN branches of 12 on both of those machines and see if you can still reproduce the issue at will? That is the only major difference that I can see superficially between my test and yours. If you can also send along your sip.conf configuration from the other system, that would be helpful.

If it isn't an issue that has already been fixed, then there is some nuance I'm not getting. I'm going to go ahead and open it up as it does appear you are seeing some sort of bug, but any further info you can provide on how to reproduce it would be helpful to the developers. Perhaps in simplifying your configuration you might narrow it down. See if you can reproduce it on a clean install with latest pjproject, latest 12, etc. See if you can reproduce it without the use of DISA or the Goto..



> Asterisk crashing when connecting to PJSIP device
> -------------------------------------------------
>
>                 Key: ASTERISK-23864
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-23864
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Resources/res_pjsip
>    Affects Versions: 12.1.1, 12.3.0
>         Environment: Ubuntu 14.04 LTS
>            Reporter: Gervasio Marchand
>            Assignee: Rusty Newton
>         Attachments: backtrace1211.txt, backtrace123.txt, error.log, pjsip.conf
>
>
> The extensions.conf is something like this
> {noformat}
> [incoming]
> exten => nrousa,1,GotoIf($["${CALLERID(num)}" = "11231231234"]?validatepin,2)
> exten => validatepin,2,DISA(9999,supercontext)
> [supercontext]
> exten => 9,1,Dial(PJSIP/linea at b68d677bcb7d)
> {noformat}
> The caller comes into incoming on the nrousa extension, the caller id
> matches and then it does the DISA call validating the pin... I enter the
> pin right, then dial 9 and that's when it crashes.
> I saw this on 12.1.1 and Ubuntu 12.04 LTS. I then installed an Ubuntu 14.04 LTS and downloaded Asterisk 12.3 and the issue is still there.
> You can find attached the backtraces of the issue both on 12.3 and 12.1.1



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



More information about the asterisk-bugs mailing list