[asterisk-bugs] [JIRA] (ASTERISK-28097) Queue option 'b' + SIP_HEADER make issue

Asterisk Team (JIRA) noreply at issues.asterisk.org
Thu Oct 25 12:00:47 CDT 2018


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

Asterisk Team commented on ASTERISK-28097:
------------------------------------------

Suspended due to lack of activity. This issue will be automatically re-opened if the reporter posts a comment. If you are not the reporter and would like this re-opened please create a new issue instead. If the new issue is related to this one a link will be created during the triage process. Further information on issue tracker usage can be found in the Asterisk Issue Guidlines [1].

[1] https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines

> Queue option 'b' + SIP_HEADER make issue
> ----------------------------------------
>
>                 Key: ASTERISK-28097
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-28097
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: . I did not set the category correctly.
>    Affects Versions: 16.0.0
>         Environment: CentOS 6 (64bit) + Asterisk 16 
>            Reporter: Ryou, HyunSun
>            Assignee: Ryou, HyunSun
>
> # Dial-Plan
> {noformat}
> exten => 07047318355,1,Noop(-- ${EXTEN} From Zabbix --)
> same => n,UserEvent(UserChannelInit,inexten: ${EXTEN})
> same => n,Noop(CALLER=${CALLERID(num)})
> same => n,Noop(Call-ID=${SIP_HEADER(Call-ID)})
> same => n,Queue(TestQueue,b(QueueDial,${EXTEN},1))
> same => n,Hangup                            
>         
> [QueueDial]
> exten => _070XXX.,1,noop(--QueueDial--)
> same => n,Noop(Channel=${CHANNEL})
> same => n,Noop(Call-ID=${SIP_HEADER(Call-ID)})
> same => n,Return
> {noformat}
> # CLI
> {noformat}
> asterisk16*CLI> 
>   == Using SIP RTP CoS mark 5
>        > 0x7f29a0010670 -- Strict RTP learning after remote address set to: 19.19.20.45:19572
>     -- Executing [07047318355 at inbound:1] NoOp("SIP/ZABBIX-00000000", "-- 07047318355 From Zabbix --") in new stack
>     -- Executing [07047318355 at inbound:2] UserEvent("SIP/ZABBIX-00000000", "UserChannelInit,inexten: 07047318355") in new stack
>     -- Executing [07047318355 at inbound:3] NoOp("SIP/ZABBIX-00000000", "CALLER=01026694023") in new stack
>     -- Executing [07047318355 at inbound:4] NoOp("SIP/ZABBIX-00000000", "Call-ID=2704ec0f0297d2062ccc6ec2175713d4 at 19.19.20.45:5060") in new stack
>     -- Executing [07047318355 at inbound:5] Queue("SIP/ZABBIX-00000000", "TestQueue,b(QueueDial,07047318355,1)") in new stack
>     -- Started music on hold, class 'default', on channel 'SIP/ZABBIX-00000000'
>   == Using SIP RTP CoS mark 5
>     -- SIP/2001-00000001 Internal Gosub(QueueDial,07047318355,1) start
>     -- Executing [07047318355 at QueueDial:1] NoOp("SIP/2001-00000001", "--QueueDial--") in new stack
>     -- Executing [07047318355 at QueueDial:2] NoOp("SIP/2001-00000001", "Channel=SIP/2001-00000001") in new stack
>     -- Executing [07047318355 at QueueDial:3] NoOp("SIP/2001-00000001", "Call-ID=") in new stack
>     -- Executing [07047318355 at QueueDial:4] Return("SIP/2001-00000001", "") in new stack
>   == Spawn extension (inexten, 07047318355, 1) exited non-zero on 'SIP/2001-00000001'
>     -- SIP/2001-00000001 Internal Gosub(QueueDial,07047318355,1) complete GOSUB_RETVAL=
>     -- Called SIP/2001
> asterisk16*CLI> 
> Disconnected from Asterisk server
> Asterisk cleanly ending (0).
> Executing last minute cleanups
> {noformat}
> like upper log, asterisk process is shutdown and make core dump.



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



More information about the asterisk-bugs mailing list