[asterisk-bugs] [JIRA] (ASTERISK-28097) Queue option 'b' + SIP_HEADER make issue
Ryou, HyunSun (JIRA)
noreply at issues.asterisk.org
Wed Oct 10 21:29:54 CDT 2018
Ryou, HyunSun created ASTERISK-28097:
----------------------------------------
Summary: 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
# Dial-Plan
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
# CLI
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
like upper log, asterisk process is shutdonw and make core dump.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list