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

Gervasio Marchand (JIRA) noreply at issues.asterisk.org
Thu Jun 12 11:14:56 CDT 2014


     [ https://issues.asterisk.org/jira/browse/ASTERISK-23864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gervasio Marchand updated ASTERISK-23864:
-----------------------------------------

    Description: 
The extensions.conf is something like this

[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)

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 see the backtrace for 12.1.1 on Ubuntu 12.04 at http://pastebin.com/1vbrWepr

  was:
The extensions.conf is something like this

[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)

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.


> 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
>
> The extensions.conf is something like this
> [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)
> 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 see the backtrace for 12.1.1 on Ubuntu 12.04 at http://pastebin.com/1vbrWepr



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



More information about the asterisk-bugs mailing list