[asterisk-bugs] [JIRA] (ASTERISK-26381) app_queue: Crash possibly related to very long dial string

Jaco van Niekerk (JIRA) noreply at issues.asterisk.org
Fri Sep 16 08:35:01 CDT 2016


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

Jaco van Niekerk commented on ASTERISK-26381:
---------------------------------------------

The problem has been replicated:
Connected to Asterisk 13.11.2 currently running on localhost (pid = 30307)

– Got SIP response 302 "Moved Temporarily" back from 192.168.97.71:5060
– Now forwarding DAHDI/i1/0871350000-1 to 'Local/444 at internal' (thanks to SIP/4000-00000000)
2016-09-16 14:49:44 NOTICE: core_local.c:740 local_call: No such extension/context 444 at internal while calling Local channel
2016-09-16 14:49:44 NOTICE: app_queue.c:4962 wait_for_answer: Forwarding failed to dial 'Local/444 at internal'

Its related to a forward request from a queuemember to an invalid extension. I resolve the problem until its patched:

i: Ignore call forward requests from queue members and do nothing when they are requested.

{{exten => s,10,Queue($QUEUE,$OPTIONStTi,,,$TIME)}}

> app_queue: Crash possibly related to very long dial string
> ----------------------------------------------------------
>
>                 Key: ASTERISK-26381
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-26381
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>    Affects Versions: 13.10.0
>            Reporter: Jaco van Niekerk
>            Assignee: Unassigned
>         Attachments: backtrace.txt, Coredumpfull.txt, Coredump.txt
>
>
> [2016-09-15 16:03:20] WARNING[8731] res_musiconhold.c: poll() failed: Interrupted system call
> [2016-09-15 16:03:20] WARNING[8781] chan_sip.c: Retransmission timeout reached on transmission 4d68fbd7362cf1a269a971e828405489 at 10.100.0.252:5060 for seqno 102 (Critical Request) -- See https://wiki.asterisk.org/wiki/display/AST/SIP+Retransmissions
> Packet timed out after 6528ms with no response
> [2016-09-15 16:03:20] WARNING[8781] chan_sip.c: Hanging up call 4d68fbd7362cf1a269a971e828405489 at 10.100.0.252:5060 - no reply to our critical packet (see https://wiki.asterisk.org/wiki/display/AST/SIP+Retransmissions).
> [2016-09-15 16:03:20] WARNING[23357][C-0000130c] channel.c: Invalid private redirecting-to name valid (54)
> [2016-09-15 16:03:20] WARNING[23357][C-0000130c] channel.c: Invalid private redirecting-to name valid (54)
> [2016-09-15 16:03:20] WARNING[23357][C-0000130c] channel.c: Invalid private redirecting-to name valid (54)
> [2016-09-15 16:03:20] WARNING[23357][C-0000130c] channel.c: Invalid private redirecting-to name valid (54)
> [2016-09-15 16:03:20] WARNING[23357][C-0000130c] channel.c: Invalid private redirecting-to name valid (54)
> [2016-09-15 16:03:20] NOTICE[23357][C-0000130c] core_local.c: No such extension/context 2350000026932693269326932693269326932693269326932693269326932693269326932693269 at default while calling Local channel
> [2016-09-15 16:03:20] NOTICE[23357][C-0000130c] app_queue.c: Forwarding failed to dial 'Local/235000002693269326932693269326932693269326932693269326932693269326932693269326932693269326932693269326932693269326932693269326932693269326592693269326932693269326932693269326932693269326932693269326932693269326932693269326932693269326932693269326932693269'
> [2016-09-15 16:03:20] WARNING[8717] core_local.c: Someone used Local/2350000026932693269326932693269326932693269326932693269326932693269326932 somewhere without a @context. This is bad.
> [2016-09-15 16:03:20] WARNING[8717] core_local.c: Someone used Local/2350000026932693269326932693269326932693269326932693269326932693269326932 somewhere without a @context. This is bad.
> [2016-09-15 16:03:20] ERROR[23357][C-0000130c] astobj2.c: user_data is NULL
> [2016-09-15 16:03:20] ERROR[23357][C-0000130c] astobj2.c: user_data is NULL
> [2016-09-15 16:03:20] ERROR[23357][C-0000130c] astobj2.c: user_data is NULL
> [2016-09-15 16:03:20] ERROR[23357][C-0000130c] astobj2.c: user_data is NULL



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



More information about the asterisk-bugs mailing list