Advertisement
cstk421

Untitled

Dec 21st, 2015
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 397.96 KB | None | 0 0
  1.  
  2. [root@localhost ~]# asterisk -vvvvvvr
  3. Asterisk 13.5.0, Copyright (C) 1999 - 2014, Digium, Inc. and others.
  4. Created by Mark Spencer <markster@digium.com>
  5. Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
  6. This is free software, with components licensed under the GNU General Public
  7. License version 2 and other licenses; you are welcome to redistribute it under
  8. certain conditions. Type 'core show license' for details.
  9. =========================================================================
  10. Connected to Asterisk 13.5.0 currently running on localhost (pid = 31311)
  11. [2015-12-21 14:29:06] DEBUG[23557]: manager.c:6130 process_message: Running action 'Login'
  12. [2015-12-21 14:29:06] DEBUG[23557]: manager.c:6130 process_message: Running action 'Command'
  13. [2015-12-21 14:29:06] DEBUG[23557]: manager.c:6130 process_message: Running action 'Command'
  14. [2015-12-21 14:29:06] DEBUG[23557]: manager.c:6130 process_message: Running action 'Command'
  15. [2015-12-21 14:29:06] DEBUG[23557]: manager.c:6130 process_message: Running action 'Command'
  16. [2015-12-21 14:29:06] DEBUG[23557]: manager.c:6130 process_message: Running action 'Command'
  17. [2015-12-21 14:29:06] DEBUG[23557]: manager.c:6130 process_message: Running action 'Command'
  18. [2015-12-21 14:29:06] DEBUG[23557]: manager.c:6130 process_message: Running action 'Command'
  19.  
  20. <--- SIP read from UDP:216.115.69.144:5060 --->
  21. INVITE sip:15865555555@108.245.000.000:5061 SIP/2.0
  22. Record-Route: <sip:216.115.69.144;lr>
  23. Max-Forwards: 66
  24. Record-Route: <sip:216.115.69.132;lr>
  25. To: <sip:+15865555555@fl.gg>
  26. From: <sip:+125300000@fl.gg>;tag=gK0e77dfcd
  27. Via: SIP/2.0/UDP 216.115.69.144;branch=z9hG4bK5c31.01c29f2baf0624adb7f6cad1dd6ff8c9.0
  28. Via: SIP/2.0/UDP 216.115.69.131;branch=z9hG4bK5c31.ed2812f62e88d08357e35f716e08dc12.1
  29. Via: SIP/2.0/UDP 216.115.69.132;branch=z9hG4bK5c31.b91d26736ba683626c2a88ccf6f8764e.0
  30. Via: SIP/2.0/UDP 216.221.154.11:5060;branch=z9hG4bK0eBf31f1350c9a9642f
  31. Call-ID: 1125016454_97708712@216.221.154.11
  32. CSeq: 26299 INVITE
  33. Contact: <sip:+125300000@216.221.154.11:5060>
  34. Content-Length: 220
  35. Content-Type: application/sdp
  36. P-Asserted-Identity: <sip:+125300000@fl.gg>
  37.  
  38. v=0
  39. o=- 4604 30976 IN IP4 216.221.154.12
  40. s=-
  41. c=IN IP4 216.221.154.12
  42. t=0 0
  43. m=audio 19526 RTP/AVP 0 18 101
  44. a=rtpmap:18 G729/8000
  45. a=fmtp:18 annexb=no
  46. a=rtpmap:101 telephone-event/8000
  47. a=fmtp:101 0-15
  48. a=ptime:20
  49. <------------->
  50. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 0 [ 50]: INVITE sip:15865555555@108.245.000.000:5061 SIP/2.0
  51. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 1 [ 37]: Record-Route: <sip:216.115.69.144;lr>
  52. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 2 [ 16]: Max-Forwards: 66
  53. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 3 [ 37]: Record-Route: <sip:216.115.69.132;lr>
  54. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 4 [ 28]: To: <sip:+15865555555@fl.gg>
  55. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 5 [ 43]: From: <sip:+125300000@fl.gg>;tag=gK0e77dfcd
  56. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 6 [ 85]: Via: SIP/2.0/UDP 216.115.69.144;branch=z9hG4bK5c31.01c29f2baf0624adb7f6cad1dd6ff8c9.0
  57. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 7 [ 85]: Via: SIP/2.0/UDP 216.115.69.131;branch=z9hG4bK5c31.ed2812f62e88d08357e35f716e08dc12.1
  58. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 8 [ 85]: Via: SIP/2.0/UDP 216.115.69.132;branch=z9hG4bK5c31.b91d26736ba683626c2a88ccf6f8764e.0
  59. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 9 [ 70]: Via: SIP/2.0/UDP 216.221.154.11:5060;branch=z9hG4bK0eBf31f1350c9a9642f
  60. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 10 [ 43]: Call-ID: 1125016454_97708712@216.221.154.11
  61. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 11 [ 18]: CSeq: 26299 INVITE
  62. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 12 [ 45]: Contact: <sip:+125300000@216.221.154.11:5060>
  63. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 13 [ 19]: Content-Length: 220
  64. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 14 [ 29]: Content-Type: application/sdp
  65. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 15 [ 43]: P-Asserted-Identity: <sip:+125300000@fl.gg>
  66. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 16 [ 0]:
  67. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9648 parse_request: Body 0 [ 3]: v=0
  68. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9648 parse_request: Body 1 [ 36]: o=- 4604 30976 IN IP4 216.221.154.12
  69. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9648 parse_request: Body 2 [ 3]: s=-
  70. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9648 parse_request: Body 3 [ 23]: c=IN IP4 216.221.154.12
  71. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9648 parse_request: Body 4 [ 5]: t=0 0
  72. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9648 parse_request: Body 5 [ 30]: m=audio 19526 RTP/AVP 0 18 101
  73. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9648 parse_request: Body 6 [ 21]: a=rtpmap:18 G729/8000
  74. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9648 parse_request: Body 7 [ 19]: a=fmtp:18 annexb=no
  75. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9648 parse_request: Body 8 [ 33]: a=rtpmap:101 telephone-event/8000
  76. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9648 parse_request: Body 9 [ 15]: a=fmtp:101 0-15
  77. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9685 parse_request: Body 10 [ 10]: a=ptime:20
  78. --- (16 headers 11 lines) ---
  79. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9178 __find_call: = Looking for Call ID: 1125016454_97708712@216.221.154.11 (Checking From) --From tag gK0e77dfcd --To-tag
  80. [2015-12-21 14:29:08] DEBUG[31456]: acl.c:946 ast_ouraddrfor: For destination '216.115.69.144', our source address is '172.16.0.124'.
  81. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:3866 ast_sip_ouraddrfor: Setting AST_TRANSPORT_UDP with address 172.16.0.124:5061
  82. [2015-12-21 14:29:08] DEBUG[31456]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '216.115.69.144' into...
  83. [2015-12-21 14:29:08] DEBUG[31456]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '216.115.69.144' and port ''.
  84. Sending to 216.115.69.144:5060 (NAT)
  85. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:8765 __sip_alloc: Allocating new SIP dialog for 1125016454_97708712@216.221.154.11 - INVITE (No RTP)
  86. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: chan_sip.c:28018 handle_incoming: **** Received INVITE (5) - Command in SIP INVITE
  87. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '216.115.69.144' into...
  88. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '216.115.69.144' and port ''.
  89. Sending to 216.115.69.144:5060 (NAT)
  90. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: chan_sip.c:25468 handle_request_invite: Initializing initreq for method INVITE - callid 1125016454_97708712@216.221.154.11
  91. Using INVITE request as basis request - 1125016454_97708712@216.221.154.11
  92. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting 'fl.gg' into...
  93. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: netsock2.c:226 ast_sockaddr_split_hostport: ...host 'fl.gg' and port ''.
  94. Found peer 'flowroute' for '+125300000' from 216.115.69.144:5060
  95. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: rtp_engine.c:425 ast_rtp_instance_new: Using engine 'asterisk' for RTP instance '0x7f9ad034b258'
  96. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: res_rtp_asterisk.c:2489 ast_rtp_new: Allocated port 10334 for RTP instance '0x7f9ad034b258'
  97. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: pjsip:0 <?>: icess0x7f9ad03 ICE session created, comp_cnt=2, role is Unknown agent
  98. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '172.16.0.124' into...
  99. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '172.16.0.124' and port ''.
  100. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: pjsip:0 <?>: icess0x7f9ad03 Candidate 0 added: comp_id=1, type=host, foundation=Hac10007c, addr=172.16.0.124:10334, base=172.16.0.124:10334, prio=0x7effffff (2130706431)
  101. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: rtp_engine.c:434 ast_rtp_instance_new: RTP instance '0x7f9ad034b258' is setup and ready to go
  102. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: pjsip:0 <?>: icess0x7f9ad03 Destroying ICE session 0x7f9ad03540e8
  103. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: pjsip:0 <?>: stuse0x7f9ad03 STUN session 0x7f9ad034f3f8 destroy request, ref_cnt=4
  104. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: pjsip:0 <?>: stuse0x7f9ad03 STUN session 0x7f9ad03560f8 destroy request, ref_cnt=3
  105. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: pjsip:0 <?>: ice_session.c ICE session 0x7f9ad03540e8 destroyed
  106. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: pjsip:0 <?>: stun_session.c STUN session 0x7f9ad034f3f8 destroyed
  107. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: pjsip:0 <?>: stun_session.c STUN session 0x7f9ad03560f8 destroyed
  108. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: res_rtp_asterisk.c:4721 ast_rtp_prop_set: Setup RTCP on RTP instance '0x7f9ad034b258'
  109. == Using SIP RTP TOS bits 184
  110. == Using SIP RTP CoS mark 5
  111. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: chan_sip.c:5602 do_setnat: Setting NAT on RTP to Off
  112. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: chan_sip.c:10026 process_sdp: Processing session-level SDP v=0... UNSUPPORTED OR FAILED.
  113. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: chan_sip.c:10026 process_sdp: Processing session-level SDP o=- 4604 30976 IN IP4 216.221.154.12... OK.
  114. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: chan_sip.c:10026 process_sdp: Processing session-level SDP s=-... UNSUPPORTED OR FAILED.
  115. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '216.221.154.12' into...
  116. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '216.221.154.12' and port ''.
  117. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: chan_sip.c:10026 process_sdp: Processing session-level SDP c=IN IP4 216.221.154.12... OK.
  118. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: chan_sip.c:10026 process_sdp: Processing session-level SDP t=0 0... UNSUPPORTED OR FAILED.
  119. Found RTP audio format 0
  120. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: rtp_engine.c:668 ast_rtp_codecs_payloads_set_m_type: Setting payload 0 (0x7f9ad035a078) based on m type on 0x7f9a878b80d0
  121. Found RTP audio format 18
  122. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: rtp_engine.c:668 ast_rtp_codecs_payloads_set_m_type: Setting payload 18 (0x7f9ad035a8b8) based on m type on 0x7f9a878b80d0
  123. Found RTP audio format 101
  124. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: rtp_engine.c:668 ast_rtp_codecs_payloads_set_m_type: Setting payload 101 (0x7f9ad035b0f8) based on m type on 0x7f9a878b80d0
  125. Found audio description format G729 for ID 18
  126. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: chan_sip.c:10481 process_sdp: Processing media-level (audio) SDP a=rtpmap:18 G729/8000... OK.
  127. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: chan_sip.c:10481 process_sdp: Processing media-level (audio) SDP a=fmtp:18 annexb=no... OK.
  128. Found audio description format telephone-event for ID 101
  129. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: chan_sip.c:10481 process_sdp: Processing media-level (audio) SDP a=rtpmap:101 telephone-event/8000... OK.
  130. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: chan_sip.c:10481 process_sdp: Processing media-level (audio) SDP a=fmtp:101 0-15... UNSUPPORTED OR FAILED.
  131. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: chan_sip.c:10481 process_sdp: Processing media-level (audio) SDP a=ptime:20... OK.
  132. Capabilities: us - (ulaw|alaw|gsm|g726), peer - audio=(ulaw|g729)/video=(nothing)/text=(nothing), combined - (ulaw)
  133. Non-codec capabilities (dtmf): us - 0x1 (telephone-event|), peer - 0x1 (telephone-event|), combined - 0x1 (telephone-event|)
  134. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: res_rtp_asterisk.c:4777 ast_rtp_remote_address_set: Setting RTCP address on RTP instance '0x7f9ad034b258'
  135. Peer audio RTP is at port 216.221.154.12:19526
  136. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: rtp_engine.c:630 ast_rtp_codecs_payloads_copy: Copying payload 0 (0x7f9ad035a078) from 0x7f9a878b80d0 to 0x7f9ad034b420
  137. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: rtp_engine.c:630 ast_rtp_codecs_payloads_copy: Copying payload 18 (0x7f9ad035b558) from 0x7f9a878b80d0 to 0x7f9ad034b420
  138. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: rtp_engine.c:630 ast_rtp_codecs_payloads_copy: Copying payload 101 (0x7f9ad035a8b8) from 0x7f9a878b80d0 to 0x7f9ad034b420
  139. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: res_rtp_asterisk.c:4687 ast_rtp_prop_set: Ignoring duplicate RTCP property on RTP instance '0x7f9ad034b258'
  140. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: chan_sip.c:10771 process_sdp: We're settling with these formats: (ulaw)
  141. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: chan_sip.c:25597 handle_request_invite: Checking SIP call limits for device 25300000
  142. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: chan_sip.c:6559 update_call_counter: Updating call counter for incoming call
  143. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '108.245.000.000:5061' into...
  144. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '108.245.000.000' and port ''.
  145. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting 'fl.gg' into...
  146. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: netsock2.c:226 ast_sockaddr_split_hostport: ...host 'fl.gg' and port ''.
  147. Looking for 15865555555 in from-trunk (domain 108.245.000.000)
  148. [2015-12-21 14:29:08] DEBUG[31313]: threadpool.c:508 grow: Increasing threadpool stasis-core's size by 1
  149. [2015-12-21 14:29:08] DEBUG[31340]: cel_odbc.c:765 odbc_log: Executing SQL statement: [INSERT INTO cel (eventtype,eventtime,cid_name,cid_num,cid_ani,cid_rdnis,cid_dnid,exten,context,channame,appname,appdata,amaflags,accountcode,uniqueid,linkedid,peer,userdeftype,extra) VALUES ('CHAN_START',{ts '2015-12-21 14:29:08.710743'},'','+125300000','','','','15865555555','from-trunk','SIP/flowroute-0000001b','','',3,'','1450726148.27','1450726148.27','','','')]
  150. [2015-12-21 14:29:08] DEBUG[31340]: res_odbc.c:1057 odbc_release_obj2: odbc_release_obj2(0x7f9ab8558298) called (obj->txf = (nil))
  151. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  152. Event: Newchannel
  153. Privilege: call,all
  154. Channel: SIP/flowroute-0000001b
  155. ChannelState: 0
  156. ChannelStateDesc: Down
  157. CallerIDNum: +125300000
  158. CallerIDName: <unknown>
  159. ConnectedLineNum: <unknown>
  160. ConnectedLineName: <unknown>
  161. Language: en
  162. AccountCode:
  163. Context: from-trunk
  164. Exten: 15865555555
  165. Priority: 1
  166. Uniqueid: 1450726148.27
  167. Linkedid: 1450726148.27
  168.  
  169.  
  170. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: chan_sip.c:7927 sip_new: *** Our native formats are (ulaw)
  171. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: chan_sip.c:7928 sip_new: *** Joint capabilities are (ulaw)
  172. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: chan_sip.c:7929 sip_new: *** Our capabilities are (ulaw|alaw|gsm|g726)
  173. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: chan_sip.c:7930 sip_new: *** AST_CODEC_CHOOSE formats are ulaw
  174. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: chan_sip.c:7958 sip_new: This channel will not be able to handle video.
  175. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  176. Event: VarSet
  177. Privilege: dialplan,all
  178. Channel: SIP/flowroute-0000001b
  179. ChannelState: 0
  180. ChannelStateDesc: Down
  181. CallerIDNum: +125300000
  182. CallerIDName: <unknown>
  183. ConnectedLineNum: <unknown>
  184. ConnectedLineName: <unknown>
  185. Language: en
  186. AccountCode:
  187. Context: from-trunk
  188. Exten: 15865555555
  189. Priority: 1
  190. Uniqueid: 1450726148.27
  191. Linkedid: 1450726148.27
  192. Variable: SIPURI
  193. Value: sip:+125300000@216.221.154.11:5060
  194.  
  195.  
  196. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  197. Event: VarSet
  198. Privilege: dialplan,all
  199. Channel: SIP/flowroute-0000001b
  200. ChannelState: 0
  201. ChannelStateDesc: Down
  202. CallerIDNum: +125300000
  203. CallerIDName: <unknown>
  204. ConnectedLineNum: <unknown>
  205. ConnectedLineName: <unknown>
  206. Language: en
  207. AccountCode:
  208. Context: from-trunk
  209. Exten: 15865555555
  210. Priority: 1
  211. Uniqueid: 1450726148.27
  212. Linkedid: 1450726148.27
  213. Variable: SIPDOMAIN
  214. Value: 108.245.000.000
  215.  
  216.  
  217. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  218. Event: VarSet
  219. Privilege: dialplan,all
  220. Channel: SIP/flowroute-0000001b
  221. ChannelState: 0
  222. ChannelStateDesc: Down
  223. CallerIDNum: +125300000
  224. CallerIDName: <unknown>
  225. ConnectedLineNum: <unknown>
  226. ConnectedLineName: <unknown>
  227. Language: en
  228. AccountCode:
  229. Context: from-trunk
  230. Exten: 15865555555
  231. Priority: 1
  232. Uniqueid: 1450726148.27
  233. Linkedid: 1450726148.27
  234. Variable: SIPCALLID
  235. Value: 1125016454_97708712@216.221.154.11
  236.  
  237.  
  238. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: sip/route.c:105 sip_route_process_header: sip_route_process_header: <sip:216.115.69.144;lr>
  239. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: sip/route.c:105 sip_route_process_header: sip_route_process_header: <sip:216.115.69.132;lr>
  240. sip_route_dump: route/path hop: <sip:216.115.69.144;lr>
  241. sip_route_dump: route/path hop: <sip:216.115.69.132;lr>
  242. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: chan_sip.c:25801 handle_request_invite: SIP/flowroute-0000001b: New call is still down.... Trying...
  243.  
  244. <--- Transmitting (no NAT) to 216.115.69.144:5060 --->
  245. SIP/2.0 100 Trying
  246. Via: SIP/2.0/UDP 216.115.69.144;branch=z9hG4bK5c31.01c29f2baf0624adb7f6cad1dd6ff8c9.0;received=216.115.69.144
  247. Via: SIP/2.0/UDP 216.115.69.131;branch=z9hG4bK5c31.ed2812f62e88d08357e35f716e08dc12.1
  248. Via: SIP/2.0/UDP 216.115.69.132;branch=z9hG4bK5c31.b91d26736ba683626c2a88ccf6f8764e.0
  249. Via: SIP/2.0/UDP 216.221.154.11:5060;branch=z9hG4bK0eBf31f1350c9a9642f
  250. Record-Route: <sip:216.115.69.144;lr>
  251. Record-Route: <sip:216.115.69.132;lr>
  252. From: <sip:+125300000@fl.gg>;tag=gK0e77dfcd
  253. To: <sip:+15865555555@fl.gg>
  254. Call-ID: 1125016454_97708712@216.221.154.11
  255. CSeq: 26299 INVITE
  256. Server: FPBX-13.0.35(13.5.0)
  257. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  258. Supported: replaces, timer
  259. Contact: <sip:15865555555@172.16.0.124:5061>
  260. Content-Length: 0
  261.  
  262.  
  263. <------------>
  264. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: chan_sip.c:3709 __sip_xmit: Trying to put 'SIP/2.0 100' onto UDP socket destined for 216.115.69.144:5060
  265. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  266. Event: Newstate
  267. Privilege: call,all
  268. Channel: SIP/flowroute-0000001b
  269. ChannelState: 4
  270. ChannelStateDesc: Ring
  271. CallerIDNum: +125300000
  272. CallerIDName: <unknown>
  273. ConnectedLineNum: <unknown>
  274. ConnectedLineName: <unknown>
  275. Language: en
  276. AccountCode:
  277. Context: from-trunk
  278. Exten: 15865555555
  279. Priority: 1
  280. Uniqueid: 1450726148.27
  281. Linkedid: 1450726148.27
  282.  
  283.  
  284. [2015-12-21 14:29:08] DEBUG[31325]: devicestate.c:368 _ast_device_state: No provider found, checking channel drivers for SIP - flowroute
  285. [2015-12-21 14:29:08] DEBUG[31325]: chan_sip.c:29519 sip_devicestate: Checking device state for peer flowroute
  286. [2015-12-21 14:29:08] DEBUG[31325]: devicestate.c:473 do_state_change: Changing state for SIP/flowroute - state 1 (Not in use)
  287. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '15865555555'
  288. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  289. -- Executing [15865555555@from-trunk:1] Set("SIP/flowroute-0000001b", "__FROM_DID=15865555555") in new stack
  290. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  291. Event: Newexten
  292. Privilege: call,all
  293. Channel: SIP/flowroute-0000001b
  294. ChannelState: 4
  295. ChannelStateDesc: Ring
  296. CallerIDNum: +125300000
  297. CallerIDName: <unknown>
  298. ConnectedLineNum: <unknown>
  299. ConnectedLineName: <unknown>
  300. Language: en
  301. AccountCode:
  302. Context: from-trunk
  303. Exten: 15865555555
  304. Priority: 1
  305. Uniqueid: 1450726148.27
  306. Linkedid: 1450726148.27
  307. Extension: 15865555555
  308. Application: Set
  309. AppData: __FROM_DID=15865555555
  310.  
  311.  
  312. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  313. Event: VarSet
  314. Privilege: dialplan,all
  315. Channel: SIP/flowroute-0000001b
  316. ChannelState: 4
  317. ChannelStateDesc: Ring
  318. CallerIDNum: +125300000
  319. CallerIDName: <unknown>
  320. ConnectedLineNum: <unknown>
  321. ConnectedLineName: <unknown>
  322. Language: en
  323. AccountCode:
  324. Context: from-trunk
  325. Exten: 15865555555
  326. Priority: 1
  327. Uniqueid: 1450726148.27
  328. Linkedid: 1450726148.27
  329. Variable: __FROM_DID
  330. Value: 15865555555
  331.  
  332.  
  333. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTEN' is '15865555555'
  334. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Gosub'
  335. -- Executing [15865555555@from-trunk:2] Gosub("SIP/flowroute-0000001b", "sub-record-check,s,1(in,15865555555,dontcare)") in new stack
  336. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  337. Event: Newexten
  338. Privilege: call,all
  339. Channel: SIP/flowroute-0000001b
  340. ChannelState: 4
  341. ChannelStateDesc: Ring
  342. CallerIDNum: +125300000
  343. CallerIDName: <unknown>
  344. ConnectedLineNum: <unknown>
  345. ConnectedLineName: <unknown>
  346. Language: en
  347. AccountCode:
  348. Context: from-trunk
  349. Exten: 15865555555
  350. Priority: 2
  351. Uniqueid: 1450726148.27
  352. Linkedid: 1450726148.27
  353. Extension: 15865555555
  354. Application: Gosub
  355. AppData: sub-record-check,s,1(in,15865555555,dontcare)
  356.  
  357.  
  358. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: app_stack.c:606 gosub_exec: Channel SIP/flowroute-0000001b has no datastore, so we're allocating one.
  359. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  360. Event: VarSet
  361. Privilege: dialplan,all
  362. Channel: SIP/flowroute-0000001b
  363. ChannelState: 4
  364. ChannelStateDesc: Ring
  365. CallerIDNum: +125300000
  366. CallerIDName: <unknown>
  367. ConnectedLineNum: <unknown>
  368. ConnectedLineName: <unknown>
  369. Language: en
  370. AccountCode:
  371. Context: from-trunk
  372. Exten: 15865555555
  373. Priority: 2
  374. Uniqueid: 1450726148.27
  375. Linkedid: 1450726148.27
  376. Variable: LOCAL(ARG1)
  377. Value: in
  378.  
  379.  
  380. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: app_stack.c:648 gosub_exec: Setting 'ARG1' to 'in'
  381. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  382. Event: VarSet
  383. Privilege: dialplan,all
  384. Channel: SIP/flowroute-0000001b
  385. ChannelState: 4
  386. ChannelStateDesc: Ring
  387. CallerIDNum: +125300000
  388. CallerIDName: <unknown>
  389. ConnectedLineNum: <unknown>
  390. ConnectedLineName: <unknown>
  391. Language: en
  392. AccountCode:
  393. Context: from-trunk
  394. Exten: 15865555555
  395. Priority: 2
  396. Uniqueid: 1450726148.27
  397. Linkedid: 1450726148.27
  398. Variable: LOCAL(ARG2)
  399. Value: 15865555555
  400.  
  401.  
  402. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: app_stack.c:648 gosub_exec: Setting 'ARG2' to '15865555555'
  403. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  404. Event: VarSet
  405. Privilege: dialplan,all
  406. Channel: SIP/flowroute-0000001b
  407. ChannelState: 4
  408. ChannelStateDesc: Ring
  409. CallerIDNum: +125300000
  410. CallerIDName: <unknown>
  411. ConnectedLineNum: <unknown>
  412. ConnectedLineName: <unknown>
  413. Language: en
  414. AccountCode:
  415. Context: from-trunk
  416. Exten: 15865555555
  417. Priority: 2
  418. Uniqueid: 1450726148.27
  419. Linkedid: 1450726148.27
  420. Variable: LOCAL(ARG3)
  421. Value: dontcare
  422.  
  423.  
  424. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: app_stack.c:648 gosub_exec: Setting 'ARG3' to 'dontcare'
  425. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  426. Event: VarSet
  427. Privilege: dialplan,all
  428. Channel: SIP/flowroute-0000001b
  429. ChannelState: 4
  430. ChannelStateDesc: Ring
  431. CallerIDNum: +125300000
  432. CallerIDName: <unknown>
  433. ConnectedLineNum: <unknown>
  434. ConnectedLineName: <unknown>
  435. Language: en
  436. AccountCode:
  437. Context: from-trunk
  438. Exten: 15865555555
  439. Priority: 2
  440. Uniqueid: 1450726148.27
  441. Linkedid: 1450726148.27
  442. Variable: LOCAL(ARGC)
  443. Value: 3
  444.  
  445.  
  446. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'FROMEXTEN' is NULL
  447. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function LEN() result is '0'
  448. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  449. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf'
  450. -- Executing [s@sub-record-check:1] GotoIf("SIP/flowroute-0000001b", "0?initialized") in new stack
  451. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  452. Event: Newexten
  453. Privilege: call,all
  454. Channel: SIP/flowroute-0000001b
  455. ChannelState: 4
  456. ChannelStateDesc: Ring
  457. CallerIDNum: +125300000
  458. CallerIDName: <unknown>
  459. ConnectedLineNum: <unknown>
  460. ConnectedLineName: <unknown>
  461. Language: en
  462. AccountCode:
  463. Context: sub-record-check
  464. Exten: s
  465. Priority: 1
  466. Uniqueid: 1450726148.27
  467. Linkedid: 1450726148.27
  468. Extension: s
  469. Application: GotoIf
  470. AppData: 0?initialized
  471.  
  472.  
  473. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:11788 pbx_builtin_gotoif: Not taking any branch
  474. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  475. -- Executing [s@sub-record-check:2] Set("SIP/flowroute-0000001b", "__REC_STATUS=INITIALIZED") in new stack
  476. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  477. Event: Newexten
  478. Privilege: call,all
  479. Channel: SIP/flowroute-0000001b
  480. ChannelState: 4
  481. ChannelStateDesc: Ring
  482. CallerIDNum: +125300000
  483. CallerIDName: <unknown>
  484. ConnectedLineNum: <unknown>
  485. ConnectedLineName: <unknown>
  486. Language: en
  487. AccountCode:
  488. Context: sub-record-check
  489. Exten: s
  490. Priority: 2
  491. Uniqueid: 1450726148.27
  492. Linkedid: 1450726148.27
  493. Extension: s
  494. Application: Set
  495. AppData: __REC_STATUS=INITIALIZED
  496.  
  497.  
  498. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  499. Event: VarSet
  500. Privilege: dialplan,all
  501. Channel: SIP/flowroute-0000001b
  502. ChannelState: 4
  503. ChannelStateDesc: Ring
  504. CallerIDNum: +125300000
  505. CallerIDName: <unknown>
  506. ConnectedLineNum: <unknown>
  507. ConnectedLineName: <unknown>
  508. Language: en
  509. AccountCode:
  510. Context: sub-record-check
  511. Exten: s
  512. Priority: 2
  513. Uniqueid: 1450726148.27
  514. Linkedid: 1450726148.27
  515. Variable: __REC_STATUS
  516. Value: INITIALIZED
  517.  
  518.  
  519. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EPOCH' is '1450726148'
  520. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  521. -- Executing [s@sub-record-check:3] Set("SIP/flowroute-0000001b", "NOW=1450726148") in new stack
  522. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  523. Event: Newexten
  524. Privilege: call,all
  525. Channel: SIP/flowroute-0000001b
  526. ChannelState: 4
  527. ChannelStateDesc: Ring
  528. CallerIDNum: +125300000
  529. CallerIDName: <unknown>
  530. ConnectedLineNum: <unknown>
  531. ConnectedLineName: <unknown>
  532. Language: en
  533. AccountCode:
  534. Context: sub-record-check
  535. Exten: s
  536. Priority: 3
  537. Uniqueid: 1450726148.27
  538. Linkedid: 1450726148.27
  539. Extension: s
  540. Application: Set
  541. AppData: NOW=1450726148
  542.  
  543.  
  544. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  545. Event: VarSet
  546. Privilege: dialplan,all
  547. Channel: SIP/flowroute-0000001b
  548. ChannelState: 4
  549. ChannelStateDesc: Ring
  550. CallerIDNum: +125300000
  551. CallerIDName: <unknown>
  552. ConnectedLineNum: <unknown>
  553. ConnectedLineName: <unknown>
  554. Language: en
  555. AccountCode:
  556. Context: sub-record-check
  557. Exten: s
  558. Priority: 3
  559. Uniqueid: 1450726148.27
  560. Linkedid: 1450726148.27
  561. Variable: NOW
  562. Value: 1450726148
  563.  
  564.  
  565. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'NOW' is '1450726148'
  566. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function STRFTIME(1450726148,,%d) result is '21'
  567. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  568. -- Executing [s@sub-record-check:4] Set("SIP/flowroute-0000001b", "__DAY=21") in new stack
  569. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  570. Event: Newexten
  571. Privilege: call,all
  572. Channel: SIP/flowroute-0000001b
  573. ChannelState: 4
  574. ChannelStateDesc: Ring
  575. CallerIDNum: +125300000
  576. CallerIDName: <unknown>
  577. ConnectedLineNum: <unknown>
  578. ConnectedLineName: <unknown>
  579. Language: en
  580. AccountCode:
  581. Context: sub-record-check
  582. Exten: s
  583. Priority: 4
  584. Uniqueid: 1450726148.27
  585. Linkedid: 1450726148.27
  586. Extension: s
  587. Application: Set
  588. AppData: __DAY=21
  589.  
  590.  
  591. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  592. Event: VarSet
  593. Privilege: dialplan,all
  594. Channel: SIP/flowroute-0000001b
  595. ChannelState: 4
  596. ChannelStateDesc: Ring
  597. CallerIDNum: +125300000
  598. CallerIDName: <unknown>
  599. ConnectedLineNum: <unknown>
  600. ConnectedLineName: <unknown>
  601. Language: en
  602. AccountCode:
  603. Context: sub-record-check
  604. Exten: s
  605. Priority: 4
  606. Uniqueid: 1450726148.27
  607. Linkedid: 1450726148.27
  608. Variable: __DAY
  609. Value: 21
  610.  
  611.  
  612. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'NOW' is '1450726148'
  613. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function STRFTIME(1450726148,,%m) result is '12'
  614. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  615. -- Executing [s@sub-record-check:5] Set("SIP/flowroute-0000001b", "__MONTH=12") in new stack
  616. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  617. Event: Newexten
  618. Privilege: call,all
  619. Channel: SIP/flowroute-0000001b
  620. ChannelState: 4
  621. ChannelStateDesc: Ring
  622. CallerIDNum: +125300000
  623. CallerIDName: <unknown>
  624. ConnectedLineNum: <unknown>
  625. ConnectedLineName: <unknown>
  626. Language: en
  627. AccountCode:
  628. Context: sub-record-check
  629. Exten: s
  630. Priority: 5
  631. Uniqueid: 1450726148.27
  632. Linkedid: 1450726148.27
  633. Extension: s
  634. Application: Set
  635. AppData: __MONTH=12
  636.  
  637.  
  638. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  639. Event: VarSet
  640. Privilege: dialplan,all
  641. Channel: SIP/flowroute-0000001b
  642. ChannelState: 4
  643. ChannelStateDesc: Ring
  644. CallerIDNum: +125300000
  645. CallerIDName: <unknown>
  646. ConnectedLineNum: <unknown>
  647. ConnectedLineName: <unknown>
  648. Language: en
  649. AccountCode:
  650. Context: sub-record-check
  651. Exten: s
  652. Priority: 5
  653. Uniqueid: 1450726148.27
  654. Linkedid: 1450726148.27
  655. Variable: __MONTH
  656. Value: 12
  657.  
  658.  
  659. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'NOW' is '1450726148'
  660. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function STRFTIME(1450726148,,%Y) result is '2015'
  661. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  662. -- Executing [s@sub-record-check:6] Set("SIP/flowroute-0000001b", "__YEAR=2015") in new stack
  663. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  664. Event: Newexten
  665. Privilege: call,all
  666. Channel: SIP/flowroute-0000001b
  667. ChannelState: 4
  668. ChannelStateDesc: Ring
  669. CallerIDNum: +125300000
  670. CallerIDName: <unknown>
  671. ConnectedLineNum: <unknown>
  672. ConnectedLineName: <unknown>
  673. Language: en
  674. AccountCode:
  675. Context: sub-record-check
  676. Exten: s
  677. Priority: 6
  678. Uniqueid: 1450726148.27
  679. Linkedid: 1450726148.27
  680. Extension: s
  681. Application: Set
  682. AppData: __YEAR=2015
  683.  
  684.  
  685. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  686. Event: VarSet
  687. Privilege: dialplan,all
  688. Channel: SIP/flowroute-0000001b
  689. ChannelState: 4
  690. ChannelStateDesc: Ring
  691. CallerIDNum: +125300000
  692. CallerIDName: <unknown>
  693. ConnectedLineNum: <unknown>
  694. ConnectedLineName: <unknown>
  695. Language: en
  696. AccountCode:
  697. Context: sub-record-check
  698. Exten: s
  699. Priority: 6
  700. Uniqueid: 1450726148.27
  701. Linkedid: 1450726148.27
  702. Variable: __YEAR
  703. Value: 2015
  704.  
  705.  
  706. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'YEAR' is '2015'
  707. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'MONTH' is '12'
  708. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DAY' is '21'
  709. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'NOW' is '1450726148'
  710. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function STRFTIME(1450726148,,%H%M%S) result is '142908'
  711. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  712. -- Executing [s@sub-record-check:7] Set("SIP/flowroute-0000001b", "__TIMESTR=20151221-142908") in new stack
  713. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  714. Event: Newexten
  715. Privilege: call,all
  716. Channel: SIP/flowroute-0000001b
  717. ChannelState: 4
  718. ChannelStateDesc: Ring
  719. CallerIDNum: +125300000
  720. CallerIDName: <unknown>
  721. ConnectedLineNum: <unknown>
  722. ConnectedLineName: <unknown>
  723. Language: en
  724. AccountCode:
  725. Context: sub-record-check
  726. Exten: s
  727. Priority: 7
  728. Uniqueid: 1450726148.27
  729. Linkedid: 1450726148.27
  730. Extension: s
  731. Application: Set
  732. AppData: __TIMESTR=20151221-142908
  733.  
  734.  
  735. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  736. Event: VarSet
  737. Privilege: dialplan,all
  738. Channel: SIP/flowroute-0000001b
  739. ChannelState: 4
  740. ChannelStateDesc: Ring
  741. CallerIDNum: +125300000
  742. CallerIDName: <unknown>
  743. ConnectedLineNum: <unknown>
  744. ConnectedLineName: <unknown>
  745. Language: en
  746. AccountCode:
  747. Context: sub-record-check
  748. Exten: s
  749. Priority: 7
  750. Uniqueid: 1450726148.27
  751. Linkedid: 1450726148.27
  752. Variable: __TIMESTR
  753. Value: 20151221-142908
  754.  
  755.  
  756. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'AMPUSER' is NULL
  757. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function LEN() result is '0'
  758. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  759. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'AMPUSER' is NULL
  760. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'REALCALLERIDNUM' is NULL
  761. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function LEN() result is '0'
  762. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  763. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'REALCALLERIDNUM' is NULL
  764. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function IF(0?:unknown) result is 'unknown'
  765. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function IF(0?:unknown) result is 'unknown'
  766. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  767. -- Executing [s@sub-record-check:8] Set("SIP/flowroute-0000001b", "__FROMEXTEN=unknown") in new stack
  768. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  769. Event: Newexten
  770. Privilege: call,all
  771. Channel: SIP/flowroute-0000001b
  772. ChannelState: 4
  773. ChannelStateDesc: Ring
  774. CallerIDNum: +125300000
  775. CallerIDName: <unknown>
  776. ConnectedLineNum: <unknown>
  777. ConnectedLineName: <unknown>
  778. Language: en
  779. AccountCode:
  780. Context: sub-record-check
  781. Exten: s
  782. Priority: 8
  783. Uniqueid: 1450726148.27
  784. Linkedid: 1450726148.27
  785. Extension: s
  786. Application: Set
  787. AppData: __FROMEXTEN=unknown
  788.  
  789.  
  790. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  791. Event: VarSet
  792. Privilege: dialplan,all
  793. Channel: SIP/flowroute-0000001b
  794. ChannelState: 4
  795. ChannelStateDesc: Ring
  796. CallerIDNum: +125300000
  797. CallerIDName: <unknown>
  798. ConnectedLineNum: <unknown>
  799. ConnectedLineName: <unknown>
  800. Language: en
  801. AccountCode:
  802. Context: sub-record-check
  803. Exten: s
  804. Priority: 8
  805. Uniqueid: 1450726148.27
  806. Linkedid: 1450726148.27
  807. Variable: __FROMEXTEN
  808. Value: unknown
  809.  
  810.  
  811. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'MIXMON_FORMAT' is 'wav'
  812. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  813. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'MIXMON_FORMAT' is 'wav'
  814. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function IF(0?WAV:wav) result is 'wav'
  815. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  816. -- Executing [s@sub-record-check:9] Set("SIP/flowroute-0000001b", "__MON_FMT=wav") in new stack
  817. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  818. Event: Newexten
  819. Privilege: call,all
  820. Channel: SIP/flowroute-0000001b
  821. ChannelState: 4
  822. ChannelStateDesc: Ring
  823. CallerIDNum: +125300000
  824. CallerIDName: <unknown>
  825. ConnectedLineNum: <unknown>
  826. ConnectedLineName: <unknown>
  827. Language: en
  828. AccountCode:
  829. Context: sub-record-check
  830. Exten: s
  831. Priority: 9
  832. Uniqueid: 1450726148.27
  833. Linkedid: 1450726148.27
  834. Extension: s
  835. Application: Set
  836. AppData: __MON_FMT=wav
  837.  
  838.  
  839. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  840. Event: VarSet
  841. Privilege: dialplan,all
  842. Channel: SIP/flowroute-0000001b
  843. ChannelState: 4
  844. ChannelStateDesc: Ring
  845. CallerIDNum: +125300000
  846. CallerIDName: <unknown>
  847. ConnectedLineNum: <unknown>
  848. ConnectedLineName: <unknown>
  849. Language: en
  850. AccountCode:
  851. Context: sub-record-check
  852. Exten: s
  853. Priority: 9
  854. Uniqueid: 1450726148.27
  855. Linkedid: 1450726148.27
  856. Variable: __MON_FMT
  857. Value: wav
  858.  
  859.  
  860. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp'
  861. -- Executing [s@sub-record-check:10] NoOp("SIP/flowroute-0000001b", "Recordings initialized") in new stack
  862. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  863. Event: Newexten
  864. Privilege: call,all
  865. Channel: SIP/flowroute-0000001b
  866. ChannelState: 4
  867. ChannelStateDesc: Ring
  868. CallerIDNum: +125300000
  869. CallerIDName: <unknown>
  870. ConnectedLineNum: <unknown>
  871. ConnectedLineName: <unknown>
  872. Language: en
  873. AccountCode:
  874. Context: sub-record-check
  875. Exten: s
  876. Priority: 10
  877. Uniqueid: 1450726148.27
  878. Linkedid: 1450726148.27
  879. Extension: s
  880. Application: NoOp
  881. AppData: Recordings initialized
  882.  
  883.  
  884. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG3' is 'dontcare'
  885. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function LEN(dontcare) result is '8'
  886. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  887. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'ExecIf'
  888. -- Executing [s@sub-record-check:11] ExecIf("SIP/flowroute-0000001b", "0?Set(ARG3=dontcare)") in new stack
  889. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  890. Event: Newexten
  891. Privilege: call,all
  892. Channel: SIP/flowroute-0000001b
  893. ChannelState: 4
  894. ChannelStateDesc: Ring
  895. CallerIDNum: +125300000
  896. CallerIDName: <unknown>
  897. ConnectedLineNum: <unknown>
  898. ConnectedLineName: <unknown>
  899. Language: en
  900. AccountCode:
  901. Context: sub-record-check
  902. Exten: s
  903. Priority: 11
  904. Uniqueid: 1450726148.27
  905. Linkedid: 1450726148.27
  906. Extension: s
  907. Application: ExecIf
  908. AppData: 0?Set(ARG3=dontcare)
  909.  
  910.  
  911. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'REC_POLICY_MODE' is NULL
  912. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  913. -- Executing [s@sub-record-check:12] Set("SIP/flowroute-0000001b", "REC_POLICY_MODE_SAVE=") in new stack
  914. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  915. Event: Newexten
  916. Privilege: call,all
  917. Channel: SIP/flowroute-0000001b
  918. ChannelState: 4
  919. ChannelStateDesc: Ring
  920. CallerIDNum: +125300000
  921. CallerIDName: <unknown>
  922. ConnectedLineNum: <unknown>
  923. ConnectedLineName: <unknown>
  924. Language: en
  925. AccountCode:
  926. Context: sub-record-check
  927. Exten: s
  928. Priority: 12
  929. Uniqueid: 1450726148.27
  930. Linkedid: 1450726148.27
  931. Extension: s
  932. Application: Set
  933. AppData: REC_POLICY_MODE_SAVE=
  934.  
  935.  
  936. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  937. Event: VarSet
  938. Privilege: dialplan,all
  939. Channel: SIP/flowroute-0000001b
  940. ChannelState: 4
  941. ChannelStateDesc: Ring
  942. CallerIDNum: +125300000
  943. CallerIDName: <unknown>
  944. ConnectedLineNum: <unknown>
  945. ConnectedLineName: <unknown>
  946. Language: en
  947. AccountCode:
  948. Context: sub-record-check
  949. Exten: s
  950. Priority: 12
  951. Uniqueid: 1450726148.27
  952. Linkedid: 1450726148.27
  953. Variable: REC_POLICY_MODE_SAVE
  954. Value:
  955.  
  956.  
  957. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'BLINDTRANSFER' is NULL
  958. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'ATTENDEDTRANSFER' is NULL
  959. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  960. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'ExecIf'
  961. -- Executing [s@sub-record-check:13] ExecIf("SIP/flowroute-0000001b", "0?Set(REC_STATUS=NO)") in new stack
  962. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  963. Event: Newexten
  964. Privilege: call,all
  965. Channel: SIP/flowroute-0000001b
  966. ChannelState: 4
  967. ChannelStateDesc: Ring
  968. CallerIDNum: +125300000
  969. CallerIDName: <unknown>
  970. ConnectedLineNum: <unknown>
  971. ConnectedLineName: <unknown>
  972. Language: en
  973. AccountCode:
  974. Context: sub-record-check
  975. Exten: s
  976. Priority: 13
  977. Uniqueid: 1450726148.27
  978. Linkedid: 1450726148.27
  979. Extension: s
  980. Application: ExecIf
  981. AppData: 0?Set(REC_STATUS=NO)
  982.  
  983.  
  984. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is 'in'
  985. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function LEN(in) result is '2'
  986. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '2'
  987. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf'
  988. -- Executing [s@sub-record-check:14] GotoIf("SIP/flowroute-0000001b", "2?checkaction") in new stack
  989. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  990. Event: Newexten
  991. Privilege: call,all
  992. Channel: SIP/flowroute-0000001b
  993. ChannelState: 4
  994. ChannelStateDesc: Ring
  995. CallerIDNum: +125300000
  996. CallerIDName: <unknown>
  997. ConnectedLineNum: <unknown>
  998. ConnectedLineName: <unknown>
  999. Language: en
  1000. AccountCode:
  1001. Context: sub-record-check
  1002. Exten: s
  1003. Priority: 14
  1004. Uniqueid: 1450726148.27
  1005. Linkedid: 1450726148.27
  1006. Extension: s
  1007. Application: GotoIf
  1008. AppData: 2?checkaction
  1009.  
  1010.  
  1011. -- Goto (sub-record-check,s,17)
  1012. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is 'in'
  1013. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function DIALPLAN_EXISTS(sub-record-check,in) result is '1'
  1014. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '1'
  1015. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is 'in'
  1016. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf'
  1017. -- Executing [s@sub-record-check:17] GotoIf("SIP/flowroute-0000001b", "1?sub-record-check,in,1") in new stack
  1018. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1019. Event: Newexten
  1020. Privilege: call,all
  1021. Channel: SIP/flowroute-0000001b
  1022. ChannelState: 4
  1023. ChannelStateDesc: Ring
  1024. CallerIDNum: +125300000
  1025. CallerIDName: <unknown>
  1026. ConnectedLineNum: <unknown>
  1027. ConnectedLineName: <unknown>
  1028. Language: en
  1029. AccountCode:
  1030. Context: sub-record-check
  1031. Exten: s
  1032. Priority: 17
  1033. Uniqueid: 1450726148.27
  1034. Linkedid: 1450726148.27
  1035. Extension: s
  1036. Application: GotoIf
  1037. AppData: 1?sub-record-check,in,1
  1038.  
  1039.  
  1040. -- Goto (sub-record-check,in,1)
  1041. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG2' is '15865555555'
  1042. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp'
  1043. -- Executing [in@sub-record-check:1] NoOp("SIP/flowroute-0000001b", "Inbound Recording Check to 15865555555") in new stack
  1044. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1045. Event: Newexten
  1046. Privilege: call,all
  1047. Channel: SIP/flowroute-0000001b
  1048. ChannelState: 4
  1049. ChannelStateDesc: Ring
  1050. CallerIDNum: +125300000
  1051. CallerIDName: <unknown>
  1052. ConnectedLineNum: <unknown>
  1053. ConnectedLineName: <unknown>
  1054. Language: en
  1055. AccountCode:
  1056. Context: sub-record-check
  1057. Exten: in
  1058. Priority: 1
  1059. Uniqueid: 1450726148.27
  1060. Linkedid: 1450726148.27
  1061. Extension: in
  1062. Application: NoOp
  1063. AppData: Inbound Recording Check to 15865555555
  1064.  
  1065.  
  1066. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  1067. -- Executing [in@sub-record-check:2] Set("SIP/flowroute-0000001b", "FROMEXTEN=unknown") in new stack
  1068. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1069. Event: Newexten
  1070. Privilege: call,all
  1071. Channel: SIP/flowroute-0000001b
  1072. ChannelState: 4
  1073. ChannelStateDesc: Ring
  1074. CallerIDNum: +125300000
  1075. CallerIDName: <unknown>
  1076. ConnectedLineNum: <unknown>
  1077. ConnectedLineName: <unknown>
  1078. Language: en
  1079. AccountCode:
  1080. Context: sub-record-check
  1081. Exten: in
  1082. Priority: 2
  1083. Uniqueid: 1450726148.27
  1084. Linkedid: 1450726148.27
  1085. Extension: in
  1086. Application: Set
  1087. AppData: FROMEXTEN=unknown
  1088.  
  1089.  
  1090. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1091. Event: VarSet
  1092. Privilege: dialplan,all
  1093. Channel: SIP/flowroute-0000001b
  1094. ChannelState: 4
  1095. ChannelStateDesc: Ring
  1096. CallerIDNum: +125300000
  1097. CallerIDName: <unknown>
  1098. ConnectedLineNum: <unknown>
  1099. ConnectedLineName: <unknown>
  1100. Language: en
  1101. AccountCode:
  1102. Context: sub-record-check
  1103. Exten: in
  1104. Priority: 2
  1105. Uniqueid: 1450726148.27
  1106. Linkedid: 1450726148.27
  1107. Variable: FROMEXTEN
  1108. Value: unknown
  1109.  
  1110.  
  1111. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function CALLERID(num) result is '+125300000'
  1112. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function LEN(+125300000) result is '10'
  1113. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '10'
  1114. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function CALLERID(num) result is '+125300000'
  1115. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'ExecIf'
  1116. -- Executing [in@sub-record-check:3] ExecIf("SIP/flowroute-0000001b", "10?Set(FROMEXTEN=+125300000)") in new stack
  1117. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1118. Event: Newexten
  1119. Privilege: call,all
  1120. Channel: SIP/flowroute-0000001b
  1121. ChannelState: 4
  1122. ChannelStateDesc: Ring
  1123. CallerIDNum: +125300000
  1124. CallerIDName: <unknown>
  1125. ConnectedLineNum: <unknown>
  1126. ConnectedLineName: <unknown>
  1127. Language: en
  1128. AccountCode:
  1129. Context: sub-record-check
  1130. Exten: in
  1131. Priority: 3
  1132. Uniqueid: 1450726148.27
  1133. Linkedid: 1450726148.27
  1134. Extension: in
  1135. Application: ExecIf
  1136. AppData: 10?Set(FROMEXTEN=+125300000)
  1137.  
  1138.  
  1139. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1140. Event: VarSet
  1141. Privilege: dialplan,all
  1142. Channel: SIP/flowroute-0000001b
  1143. ChannelState: 4
  1144. ChannelStateDesc: Ring
  1145. CallerIDNum: +125300000
  1146. CallerIDName: <unknown>
  1147. ConnectedLineNum: <unknown>
  1148. ConnectedLineName: <unknown>
  1149. Language: en
  1150. AccountCode:
  1151. Context: sub-record-check
  1152. Exten: in
  1153. Priority: 3
  1154. Uniqueid: 1450726148.27
  1155. Linkedid: 1450726148.27
  1156. Variable: FROMEXTEN
  1157. Value: +125300000
  1158.  
  1159.  
  1160. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG3' is 'dontcare'
  1161. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG2' is '15865555555'
  1162. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Gosub'
  1163. -- Executing [in@sub-record-check:4] Gosub("SIP/flowroute-0000001b", "recordcheck,1(dontcare,in,15865555555)") in new stack
  1164. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1165. Event: Newexten
  1166. Privilege: call,all
  1167. Channel: SIP/flowroute-0000001b
  1168. ChannelState: 4
  1169. ChannelStateDesc: Ring
  1170. CallerIDNum: +125300000
  1171. CallerIDName: <unknown>
  1172. ConnectedLineNum: <unknown>
  1173. ConnectedLineName: <unknown>
  1174. Language: en
  1175. AccountCode:
  1176. Context: sub-record-check
  1177. Exten: in
  1178. Priority: 4
  1179. Uniqueid: 1450726148.27
  1180. Linkedid: 1450726148.27
  1181. Extension: in
  1182. Application: Gosub
  1183. AppData: recordcheck,1(dontcare,in,15865555555)
  1184.  
  1185.  
  1186. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1187. Event: VarSet
  1188. Privilege: dialplan,all
  1189. Channel: SIP/flowroute-0000001b
  1190. ChannelState: 4
  1191. ChannelStateDesc: Ring
  1192. CallerIDNum: +125300000
  1193. CallerIDName: <unknown>
  1194. ConnectedLineNum: <unknown>
  1195. ConnectedLineName: <unknown>
  1196. Language: en
  1197. AccountCode:
  1198. Context: sub-record-check
  1199. Exten: in
  1200. Priority: 4
  1201. Uniqueid: 1450726148.27
  1202. Linkedid: 1450726148.27
  1203. Variable: LOCAL(ARG1)
  1204. Value: dontcare
  1205.  
  1206.  
  1207. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: app_stack.c:648 gosub_exec: Setting 'ARG1' to 'dontcare'
  1208. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1209. Event: VarSet
  1210. Privilege: dialplan,all
  1211. Channel: SIP/flowroute-0000001b
  1212. ChannelState: 4
  1213. ChannelStateDesc: Ring
  1214. CallerIDNum: +125300000
  1215. CallerIDName: <unknown>
  1216. ConnectedLineNum: <unknown>
  1217. ConnectedLineName: <unknown>
  1218. Language: en
  1219. AccountCode:
  1220. Context: sub-record-check
  1221. Exten: in
  1222. Priority: 4
  1223. Uniqueid: 1450726148.27
  1224. Linkedid: 1450726148.27
  1225. Variable: LOCAL(ARG2)
  1226. Value: in
  1227.  
  1228.  
  1229. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: app_stack.c:648 gosub_exec: Setting 'ARG2' to 'in'
  1230. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1231. Event: VarSet
  1232. Privilege: dialplan,all
  1233. Channel: SIP/flowroute-0000001b
  1234. ChannelState: 4
  1235. ChannelStateDesc: Ring
  1236. CallerIDNum: +125300000
  1237. CallerIDName: <unknown>
  1238. ConnectedLineNum: <unknown>
  1239. ConnectedLineName: <unknown>
  1240. Language: en
  1241. AccountCode:
  1242. Context: sub-record-check
  1243. Exten: in
  1244. Priority: 4
  1245. Uniqueid: 1450726148.27
  1246. Linkedid: 1450726148.27
  1247. Variable: LOCAL(ARG3)
  1248. Value: 15865555555
  1249.  
  1250.  
  1251. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: app_stack.c:648 gosub_exec: Setting 'ARG3' to '15865555555'
  1252. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1253. Event: VarSet
  1254. Privilege: dialplan,all
  1255. Channel: SIP/flowroute-0000001b
  1256. ChannelState: 4
  1257. ChannelStateDesc: Ring
  1258. CallerIDNum: +125300000
  1259. CallerIDName: <unknown>
  1260. ConnectedLineNum: <unknown>
  1261. ConnectedLineName: <unknown>
  1262. Language: en
  1263. AccountCode:
  1264. Context: sub-record-check
  1265. Exten: in
  1266. Priority: 4
  1267. Uniqueid: 1450726148.27
  1268. Linkedid: 1450726148.27
  1269. Variable: LOCAL(ARGC)
  1270. Value: 3
  1271.  
  1272.  
  1273. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is 'dontcare'
  1274. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp'
  1275. -- Executing [recordcheck@sub-record-check:1] NoOp("SIP/flowroute-0000001b", "Starting recording check against dontcare") in new stack
  1276. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1277. Event: Newexten
  1278. Privilege: call,all
  1279. Channel: SIP/flowroute-0000001b
  1280. ChannelState: 4
  1281. ChannelStateDesc: Ring
  1282. CallerIDNum: +125300000
  1283. CallerIDName: <unknown>
  1284. ConnectedLineNum: <unknown>
  1285. ConnectedLineName: <unknown>
  1286. Language: en
  1287. AccountCode:
  1288. Context: sub-record-check
  1289. Exten: recordcheck
  1290. Priority: 1
  1291. Uniqueid: 1450726148.27
  1292. Linkedid: 1450726148.27
  1293. Extension: recordcheck
  1294. Application: NoOp
  1295. AppData: Starting recording check against dontcare
  1296.  
  1297.  
  1298. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is 'dontcare'
  1299. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Goto'
  1300. -- Executing [recordcheck@sub-record-check:2] Goto("SIP/flowroute-0000001b", "dontcare") in new stack
  1301. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1302. Event: Newexten
  1303. Privilege: call,all
  1304. Channel: SIP/flowroute-0000001b
  1305. ChannelState: 4
  1306. ChannelStateDesc: Ring
  1307. CallerIDNum: +125300000
  1308. CallerIDName: <unknown>
  1309. ConnectedLineNum: <unknown>
  1310. ConnectedLineName: <unknown>
  1311. Language: en
  1312. AccountCode:
  1313. Context: sub-record-check
  1314. Exten: recordcheck
  1315. Priority: 2
  1316. Uniqueid: 1450726148.27
  1317. Linkedid: 1450726148.27
  1318. Extension: recordcheck
  1319. Application: Goto
  1320. AppData: dontcare
  1321.  
  1322.  
  1323. -- Goto (sub-record-check,recordcheck,3)
  1324. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Return'
  1325. -- Executing [recordcheck@sub-record-check:3] Return("SIP/flowroute-0000001b", "") in new stack
  1326. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1327. Event: Newexten
  1328. Privilege: call,all
  1329. Channel: SIP/flowroute-0000001b
  1330. ChannelState: 4
  1331. ChannelStateDesc: Ring
  1332. CallerIDNum: +125300000
  1333. CallerIDName: <unknown>
  1334. ConnectedLineNum: <unknown>
  1335. ConnectedLineName: <unknown>
  1336. Language: en
  1337. AccountCode:
  1338. Context: sub-record-check
  1339. Exten: recordcheck
  1340. Priority: 3
  1341. Uniqueid: 1450726148.27
  1342. Linkedid: 1450726148.27
  1343. Extension: recordcheck
  1344. Application: Return
  1345. AppData:
  1346.  
  1347.  
  1348. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1349. Event: VarSet
  1350. Privilege: dialplan,all
  1351. Channel: SIP/flowroute-0000001b
  1352. ChannelState: 4
  1353. ChannelStateDesc: Ring
  1354. CallerIDNum: +125300000
  1355. CallerIDName: <unknown>
  1356. ConnectedLineNum: <unknown>
  1357. ConnectedLineName: <unknown>
  1358. Language: en
  1359. AccountCode:
  1360. Context: sub-record-check
  1361. Exten: recordcheck
  1362. Priority: 3
  1363. Uniqueid: 1450726148.27
  1364. Linkedid: 1450726148.27
  1365. Variable: ARGC
  1366. Value:
  1367.  
  1368.  
  1369. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1370. Event: VarSet
  1371. Privilege: dialplan,all
  1372. Channel: SIP/flowroute-0000001b
  1373. ChannelState: 4
  1374. ChannelStateDesc: Ring
  1375. CallerIDNum: +125300000
  1376. CallerIDName: <unknown>
  1377. ConnectedLineNum: <unknown>
  1378. ConnectedLineName: <unknown>
  1379. Language: en
  1380. AccountCode:
  1381. Context: sub-record-check
  1382. Exten: recordcheck
  1383. Priority: 3
  1384. Uniqueid: 1450726148.27
  1385. Linkedid: 1450726148.27
  1386. Variable: ARG3
  1387. Value:
  1388.  
  1389.  
  1390. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1391. Event: VarSet
  1392. Privilege: dialplan,all
  1393. Channel: SIP/flowroute-0000001b
  1394. ChannelState: 4
  1395. ChannelStateDesc: Ring
  1396. CallerIDNum: +125300000
  1397. CallerIDName: <unknown>
  1398. ConnectedLineNum: <unknown>
  1399. ConnectedLineName: <unknown>
  1400. Language: en
  1401. AccountCode:
  1402. Context: sub-record-check
  1403. Exten: recordcheck
  1404. Priority: 3
  1405. Uniqueid: 1450726148.27
  1406. Linkedid: 1450726148.27
  1407. Variable: ARG2
  1408. Value:
  1409.  
  1410.  
  1411. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1412. Event: VarSet
  1413. Privilege: dialplan,all
  1414. Channel: SIP/flowroute-0000001b
  1415. ChannelState: 4
  1416. ChannelStateDesc: Ring
  1417. CallerIDNum: +125300000
  1418. CallerIDName: <unknown>
  1419. ConnectedLineNum: <unknown>
  1420. ConnectedLineName: <unknown>
  1421. Language: en
  1422. AccountCode:
  1423. Context: sub-record-check
  1424. Exten: recordcheck
  1425. Priority: 3
  1426. Uniqueid: 1450726148.27
  1427. Linkedid: 1450726148.27
  1428. Variable: ARG1
  1429. Value:
  1430.  
  1431.  
  1432. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1433. Event: VarSet
  1434. Privilege: dialplan,all
  1435. Channel: SIP/flowroute-0000001b
  1436. ChannelState: 4
  1437. ChannelStateDesc: Ring
  1438. CallerIDNum: +125300000
  1439. CallerIDName: <unknown>
  1440. ConnectedLineNum: <unknown>
  1441. ConnectedLineName: <unknown>
  1442. Language: en
  1443. AccountCode:
  1444. Context: sub-record-check
  1445. Exten: recordcheck
  1446. Priority: 3
  1447. Uniqueid: 1450726148.27
  1448. Linkedid: 1450726148.27
  1449. Variable: GOSUB_RETVAL
  1450. Value:
  1451.  
  1452.  
  1453. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Return'
  1454. -- Executing [in@sub-record-check:5] Return("SIP/flowroute-0000001b", "") in new stack
  1455. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1456. Event: Newexten
  1457. Privilege: call,all
  1458. Channel: SIP/flowroute-0000001b
  1459. ChannelState: 4
  1460. ChannelStateDesc: Ring
  1461. CallerIDNum: +125300000
  1462. CallerIDName: <unknown>
  1463. ConnectedLineNum: <unknown>
  1464. ConnectedLineName: <unknown>
  1465. Language: en
  1466. AccountCode:
  1467. Context: sub-record-check
  1468. Exten: in
  1469. Priority: 5
  1470. Uniqueid: 1450726148.27
  1471. Linkedid: 1450726148.27
  1472. Extension: in
  1473. Application: Return
  1474. AppData:
  1475.  
  1476.  
  1477. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1478. Event: VarSet
  1479. Privilege: dialplan,all
  1480. Channel: SIP/flowroute-0000001b
  1481. ChannelState: 4
  1482. ChannelStateDesc: Ring
  1483. CallerIDNum: +125300000
  1484. CallerIDName: <unknown>
  1485. ConnectedLineNum: <unknown>
  1486. ConnectedLineName: <unknown>
  1487. Language: en
  1488. AccountCode:
  1489. Context: sub-record-check
  1490. Exten: in
  1491. Priority: 5
  1492. Uniqueid: 1450726148.27
  1493. Linkedid: 1450726148.27
  1494. Variable: ARGC
  1495. Value:
  1496.  
  1497.  
  1498. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1499. Event: VarSet
  1500. Privilege: dialplan,all
  1501. Channel: SIP/flowroute-0000001b
  1502. ChannelState: 4
  1503. ChannelStateDesc: Ring
  1504. CallerIDNum: +125300000
  1505. CallerIDName: <unknown>
  1506. ConnectedLineNum: <unknown>
  1507. ConnectedLineName: <unknown>
  1508. Language: en
  1509. AccountCode:
  1510. Context: sub-record-check
  1511. Exten: in
  1512. Priority: 5
  1513. Uniqueid: 1450726148.27
  1514. Linkedid: 1450726148.27
  1515. Variable: ARG3
  1516. Value:
  1517.  
  1518.  
  1519. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1520. Event: VarSet
  1521. Privilege: dialplan,all
  1522. Channel: SIP/flowroute-0000001b
  1523. ChannelState: 4
  1524. ChannelStateDesc: Ring
  1525. CallerIDNum: +125300000
  1526. CallerIDName: <unknown>
  1527. ConnectedLineNum: <unknown>
  1528. ConnectedLineName: <unknown>
  1529. Language: en
  1530. AccountCode:
  1531. Context: sub-record-check
  1532. Exten: in
  1533. Priority: 5
  1534. Uniqueid: 1450726148.27
  1535. Linkedid: 1450726148.27
  1536. Variable: ARG2
  1537. Value:
  1538.  
  1539.  
  1540. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1541. Event: VarSet
  1542. Privilege: dialplan,all
  1543. Channel: SIP/flowroute-0000001b
  1544. ChannelState: 4
  1545. ChannelStateDesc: Ring
  1546. CallerIDNum: +125300000
  1547. CallerIDName: <unknown>
  1548. ConnectedLineNum: <unknown>
  1549. ConnectedLineName: <unknown>
  1550. Language: en
  1551. AccountCode:
  1552. Context: sub-record-check
  1553. Exten: in
  1554. Priority: 5
  1555. Uniqueid: 1450726148.27
  1556. Linkedid: 1450726148.27
  1557. Variable: ARG1
  1558. Value:
  1559.  
  1560.  
  1561. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1562. Event: VarSet
  1563. Privilege: dialplan,all
  1564. Channel: SIP/flowroute-0000001b
  1565. ChannelState: 4
  1566. ChannelStateDesc: Ring
  1567. CallerIDNum: +125300000
  1568. CallerIDName: <unknown>
  1569. ConnectedLineNum: <unknown>
  1570. ConnectedLineName: <unknown>
  1571. Language: en
  1572. AccountCode:
  1573. Context: sub-record-check
  1574. Exten: in
  1575. Priority: 5
  1576. Uniqueid: 1450726148.27
  1577. Linkedid: 1450726148.27
  1578. Variable: GOSUB_RETVAL
  1579. Value:
  1580.  
  1581.  
  1582. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Gosub'
  1583. -- Executing [15865555555@from-trunk:3] Gosub("SIP/flowroute-0000001b", "app-blacklist-check,s,1()") in new stack
  1584. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1585. Event: Newexten
  1586. Privilege: call,all
  1587. Channel: SIP/flowroute-0000001b
  1588. ChannelState: 4
  1589. ChannelStateDesc: Ring
  1590. CallerIDNum: +125300000
  1591. CallerIDName: <unknown>
  1592. ConnectedLineNum: <unknown>
  1593. ConnectedLineName: <unknown>
  1594. Language: en
  1595. AccountCode:
  1596. Context: from-trunk
  1597. Exten: 15865555555
  1598. Priority: 3
  1599. Uniqueid: 1450726148.27
  1600. Linkedid: 1450726148.27
  1601. Extension: 15865555555
  1602. Application: Gosub
  1603. AppData: app-blacklist-check,s,1()
  1604.  
  1605.  
  1606. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1607. Event: VarSet
  1608. Privilege: dialplan,all
  1609. Channel: SIP/flowroute-0000001b
  1610. ChannelState: 4
  1611. ChannelStateDesc: Ring
  1612. CallerIDNum: +125300000
  1613. CallerIDName: <unknown>
  1614. ConnectedLineNum: <unknown>
  1615. ConnectedLineName: <unknown>
  1616. Language: en
  1617. AccountCode:
  1618. Context: from-trunk
  1619. Exten: 15865555555
  1620. Priority: 3
  1621. Uniqueid: 1450726148.27
  1622. Linkedid: 1450726148.27
  1623. Variable: LOCAL(ARGC)
  1624. Value: 0
  1625.  
  1626.  
  1627. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: db.c:376 db_get_common: Unable to find key '+125300000' in family 'blacklist'
  1628. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: db.c:376 db_get_common: Unable to find key '' in family 'blacklist'
  1629. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function BLACKLIST() result is '0'
  1630. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  1631. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf'
  1632. -- Executing [s@app-blacklist-check:1] GotoIf("SIP/flowroute-0000001b", "0?blacklisted") in new stack
  1633. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1634. Event: Newexten
  1635. Privilege: call,all
  1636. Channel: SIP/flowroute-0000001b
  1637. ChannelState: 4
  1638. ChannelStateDesc: Ring
  1639. CallerIDNum: +125300000
  1640. CallerIDName: <unknown>
  1641. ConnectedLineNum: <unknown>
  1642. ConnectedLineName: <unknown>
  1643. Language: en
  1644. AccountCode:
  1645. Context: app-blacklist-check
  1646. Exten: s
  1647. Priority: 1
  1648. Uniqueid: 1450726148.27
  1649. Linkedid: 1450726148.27
  1650. Extension: s
  1651. Application: GotoIf
  1652. AppData: 0?blacklisted
  1653.  
  1654.  
  1655. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:11788 pbx_builtin_gotoif: Not taking any branch
  1656. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  1657. -- Executing [s@app-blacklist-check:2] Set("SIP/flowroute-0000001b", "CALLED_BLACKLIST=1") in new stack
  1658. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1659. Event: Newexten
  1660. Privilege: call,all
  1661. Channel: SIP/flowroute-0000001b
  1662. ChannelState: 4
  1663. ChannelStateDesc: Ring
  1664. CallerIDNum: +125300000
  1665. CallerIDName: <unknown>
  1666. ConnectedLineNum: <unknown>
  1667. ConnectedLineName: <unknown>
  1668. Language: en
  1669. AccountCode:
  1670. Context: app-blacklist-check
  1671. Exten: s
  1672. Priority: 2
  1673. Uniqueid: 1450726148.27
  1674. Linkedid: 1450726148.27
  1675. Extension: s
  1676. Application: Set
  1677. AppData: CALLED_BLACKLIST=1
  1678.  
  1679.  
  1680. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1681. Event: VarSet
  1682. Privilege: dialplan,all
  1683. Channel: SIP/flowroute-0000001b
  1684. ChannelState: 4
  1685. ChannelStateDesc: Ring
  1686. CallerIDNum: +125300000
  1687. CallerIDName: <unknown>
  1688. ConnectedLineNum: <unknown>
  1689. ConnectedLineName: <unknown>
  1690. Language: en
  1691. AccountCode:
  1692. Context: app-blacklist-check
  1693. Exten: s
  1694. Priority: 2
  1695. Uniqueid: 1450726148.27
  1696. Linkedid: 1450726148.27
  1697. Variable: CALLED_BLACKLIST
  1698. Value: 1
  1699.  
  1700.  
  1701. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Return'
  1702. -- Executing [s@app-blacklist-check:3] Return("SIP/flowroute-0000001b", "") in new stack
  1703. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1704. Event: Newexten
  1705. Privilege: call,all
  1706. Channel: SIP/flowroute-0000001b
  1707. ChannelState: 4
  1708. ChannelStateDesc: Ring
  1709. CallerIDNum: +125300000
  1710. CallerIDName: <unknown>
  1711. ConnectedLineNum: <unknown>
  1712. ConnectedLineName: <unknown>
  1713. Language: en
  1714. AccountCode:
  1715. Context: app-blacklist-check
  1716. Exten: s
  1717. Priority: 3
  1718. Uniqueid: 1450726148.27
  1719. Linkedid: 1450726148.27
  1720. Extension: s
  1721. Application: Return
  1722. AppData:
  1723.  
  1724.  
  1725. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1726. Event: VarSet
  1727. Privilege: dialplan,all
  1728. Channel: SIP/flowroute-0000001b
  1729. ChannelState: 4
  1730. ChannelStateDesc: Ring
  1731. CallerIDNum: +125300000
  1732. CallerIDName: <unknown>
  1733. ConnectedLineNum: <unknown>
  1734. ConnectedLineName: <unknown>
  1735. Language: en
  1736. AccountCode:
  1737. Context: app-blacklist-check
  1738. Exten: s
  1739. Priority: 3
  1740. Uniqueid: 1450726148.27
  1741. Linkedid: 1450726148.27
  1742. Variable: ARGC
  1743. Value:
  1744.  
  1745.  
  1746. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1747. Event: VarSet
  1748. Privilege: dialplan,all
  1749. Channel: SIP/flowroute-0000001b
  1750. ChannelState: 4
  1751. ChannelStateDesc: Ring
  1752. CallerIDNum: +125300000
  1753. CallerIDName: <unknown>
  1754. ConnectedLineNum: <unknown>
  1755. ConnectedLineName: <unknown>
  1756. Language: en
  1757. AccountCode:
  1758. Context: app-blacklist-check
  1759. Exten: s
  1760. Priority: 3
  1761. Uniqueid: 1450726148.27
  1762. Linkedid: 1450726148.27
  1763. Variable: GOSUB_RETVAL
  1764. Value:
  1765.  
  1766.  
  1767. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'FROM_DID' is '15865555555'
  1768. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  1769. -- Executing [15865555555@from-trunk:4] Set("SIP/flowroute-0000001b", "CDR(did)=15865555555") in new stack
  1770. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1771. Event: Newexten
  1772. Privilege: call,all
  1773. Channel: SIP/flowroute-0000001b
  1774. ChannelState: 4
  1775. ChannelStateDesc: Ring
  1776. CallerIDNum: +125300000
  1777. CallerIDName: <unknown>
  1778. ConnectedLineNum: <unknown>
  1779. ConnectedLineName: <unknown>
  1780. Language: en
  1781. AccountCode:
  1782. Context: from-trunk
  1783. Exten: 15865555555
  1784. Priority: 4
  1785. Uniqueid: 1450726148.27
  1786. Linkedid: 1450726148.27
  1787. Extension: 15865555555
  1788. Application: Set
  1789. AppData: CDR(did)=15865555555
  1790.  
  1791.  
  1792. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function CALLERID(name) result is ''
  1793. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '1'
  1794. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function CALLERID(num) result is '+125300000'
  1795. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'ExecIf'
  1796. -- Executing [15865555555@from-trunk:5] ExecIf("SIP/flowroute-0000001b", "1 ?Set(CALLERID(name)=+125300000)") in new stack
  1797. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1798. Event: Newexten
  1799. Privilege: call,all
  1800. Channel: SIP/flowroute-0000001b
  1801. ChannelState: 4
  1802. ChannelStateDesc: Ring
  1803. CallerIDNum: +125300000
  1804. CallerIDName: <unknown>
  1805. ConnectedLineNum: <unknown>
  1806. ConnectedLineName: <unknown>
  1807. Language: en
  1808. AccountCode:
  1809. Context: from-trunk
  1810. Exten: 15865555555
  1811. Priority: 5
  1812. Uniqueid: 1450726148.27
  1813. Linkedid: 1450726148.27
  1814. Extension: 15865555555
  1815. Application: ExecIf
  1816. AppData: 1 ?Set(CALLERID(name)=+125300000)
  1817.  
  1818.  
  1819. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1820. Event: NewCallerid
  1821. Privilege: call,all
  1822. Channel: SIP/flowroute-0000001b
  1823. ChannelState: 4
  1824. ChannelStateDesc: Ring
  1825. CallerIDNum: +125300000
  1826. CallerIDName: +125300000
  1827. ConnectedLineNum: <unknown>
  1828. ConnectedLineName: <unknown>
  1829. Language: en
  1830. AccountCode:
  1831. Context: from-trunk
  1832. Exten: 15865555555
  1833. Priority: 5
  1834. Uniqueid: 1450726148.27
  1835. Linkedid: 1450726148.27
  1836. CID-CallingPres: 0 (Presentation Allowed, Not Screened)
  1837.  
  1838.  
  1839. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  1840. -- Executing [15865555555@from-trunk:6] Set("SIP/flowroute-0000001b", "CHANNEL(musicclass)=none") in new stack
  1841. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1842. Event: Newexten
  1843. Privilege: call,all
  1844. Channel: SIP/flowroute-0000001b
  1845. ChannelState: 4
  1846. ChannelStateDesc: Ring
  1847. CallerIDNum: +125300000
  1848. CallerIDName: +125300000
  1849. ConnectedLineNum: <unknown>
  1850. ConnectedLineName: <unknown>
  1851. Language: en
  1852. AccountCode:
  1853. Context: from-trunk
  1854. Exten: 15865555555
  1855. Priority: 6
  1856. Uniqueid: 1450726148.27
  1857. Linkedid: 1450726148.27
  1858. Extension: 15865555555
  1859. Application: Set
  1860. AppData: CHANNEL(musicclass)=none
  1861.  
  1862.  
  1863. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  1864. -- Executing [15865555555@from-trunk:7] Set("SIP/flowroute-0000001b", "__MOHCLASS=none") in new stack
  1865. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1866. Event: Newexten
  1867. Privilege: call,all
  1868. Channel: SIP/flowroute-0000001b
  1869. ChannelState: 4
  1870. ChannelStateDesc: Ring
  1871. CallerIDNum: +125300000
  1872. CallerIDName: +125300000
  1873. ConnectedLineNum: <unknown>
  1874. ConnectedLineName: <unknown>
  1875. Language: en
  1876. AccountCode:
  1877. Context: from-trunk
  1878. Exten: 15865555555
  1879. Priority: 7
  1880. Uniqueid: 1450726148.27
  1881. Linkedid: 1450726148.27
  1882. Extension: 15865555555
  1883. Application: Set
  1884. AppData: __MOHCLASS=none
  1885.  
  1886.  
  1887. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1888. Event: VarSet
  1889. Privilege: dialplan,all
  1890. Channel: SIP/flowroute-0000001b
  1891. ChannelState: 4
  1892. ChannelStateDesc: Ring
  1893. CallerIDNum: +125300000
  1894. CallerIDName: +125300000
  1895. ConnectedLineNum: <unknown>
  1896. ConnectedLineName: <unknown>
  1897. Language: en
  1898. AccountCode:
  1899. Context: from-trunk
  1900. Exten: 15865555555
  1901. Priority: 7
  1902. Uniqueid: 1450726148.27
  1903. Linkedid: 1450726148.27
  1904. Variable: __MOHCLASS
  1905. Value: none
  1906.  
  1907.  
  1908. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  1909. -- Executing [15865555555@from-trunk:8] Set("SIP/flowroute-0000001b", "__REVERSAL_REJECT=FALSE") in new stack
  1910. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1911. Event: Newexten
  1912. Privilege: call,all
  1913. Channel: SIP/flowroute-0000001b
  1914. ChannelState: 4
  1915. ChannelStateDesc: Ring
  1916. CallerIDNum: +125300000
  1917. CallerIDName: +125300000
  1918. ConnectedLineNum: <unknown>
  1919. ConnectedLineName: <unknown>
  1920. Language: en
  1921. AccountCode:
  1922. Context: from-trunk
  1923. Exten: 15865555555
  1924. Priority: 8
  1925. Uniqueid: 1450726148.27
  1926. Linkedid: 1450726148.27
  1927. Extension: 15865555555
  1928. Application: Set
  1929. AppData: __REVERSAL_REJECT=FALSE
  1930.  
  1931.  
  1932. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1933. Event: VarSet
  1934. Privilege: dialplan,all
  1935. Channel: SIP/flowroute-0000001b
  1936. ChannelState: 4
  1937. ChannelStateDesc: Ring
  1938. CallerIDNum: +125300000
  1939. CallerIDName: +125300000
  1940. ConnectedLineNum: <unknown>
  1941. ConnectedLineName: <unknown>
  1942. Language: en
  1943. AccountCode:
  1944. Context: from-trunk
  1945. Exten: 15865555555
  1946. Priority: 8
  1947. Uniqueid: 1450726148.27
  1948. Linkedid: 1450726148.27
  1949. Variable: __REVERSAL_REJECT
  1950. Value: FALSE
  1951.  
  1952.  
  1953. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'REVERSAL_REJECT' is 'FALSE'
  1954. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '1'
  1955. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf'
  1956. -- Executing [15865555555@from-trunk:9] GotoIf("SIP/flowroute-0000001b", "1?post-reverse-charge") in new stack
  1957. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1958. Event: Newexten
  1959. Privilege: call,all
  1960. Channel: SIP/flowroute-0000001b
  1961. ChannelState: 4
  1962. ChannelStateDesc: Ring
  1963. CallerIDNum: +125300000
  1964. CallerIDName: +125300000
  1965. ConnectedLineNum: <unknown>
  1966. ConnectedLineName: <unknown>
  1967. Language: en
  1968. AccountCode:
  1969. Context: from-trunk
  1970. Exten: 15865555555
  1971. Priority: 9
  1972. Uniqueid: 1450726148.27
  1973. Linkedid: 1450726148.27
  1974. Extension: 15865555555
  1975. Application: GotoIf
  1976. AppData: 1?post-reverse-charge
  1977.  
  1978.  
  1979. -- Goto (from-trunk,15865555555,11)
  1980. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp'
  1981. -- Executing [15865555555@from-trunk:11] NoOp("SIP/flowroute-0000001b", "") in new stack
  1982. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  1983. Event: Newexten
  1984. Privilege: call,all
  1985. Channel: SIP/flowroute-0000001b
  1986. ChannelState: 4
  1987. ChannelStateDesc: Ring
  1988. CallerIDNum: +125300000
  1989. CallerIDName: +125300000
  1990. ConnectedLineNum: <unknown>
  1991. ConnectedLineName: <unknown>
  1992. Language: en
  1993. AccountCode:
  1994. Context: from-trunk
  1995. Exten: 15865555555
  1996. Priority: 11
  1997. Uniqueid: 1450726148.27
  1998. Linkedid: 1450726148.27
  1999. Extension: 15865555555
  2000. Application: NoOp
  2001. AppData:
  2002.  
  2003.  
  2004. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function CALLERID(name-pres) result is 'allowed_not_screened'
  2005. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  2006. -- Executing [15865555555@from-trunk:12] Set("SIP/flowroute-0000001b", "__CALLINGNAMEPRES_SV=allowed_not_screened") in new stack
  2007. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  2008. Event: Newexten
  2009. Privilege: call,all
  2010. Channel: SIP/flowroute-0000001b
  2011. ChannelState: 4
  2012. ChannelStateDesc: Ring
  2013. CallerIDNum: +125300000
  2014. CallerIDName: +125300000
  2015. ConnectedLineNum: <unknown>
  2016. ConnectedLineName: <unknown>
  2017. Language: en
  2018. AccountCode:
  2019. Context: from-trunk
  2020. Exten: 15865555555
  2021. Priority: 12
  2022. Uniqueid: 1450726148.27
  2023. Linkedid: 1450726148.27
  2024. Extension: 15865555555
  2025. Application: Set
  2026. AppData: __CALLINGNAMEPRES_SV=allowed_not_screened
  2027.  
  2028.  
  2029. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  2030. Event: VarSet
  2031. Privilege: dialplan,all
  2032. Channel: SIP/flowroute-0000001b
  2033. ChannelState: 4
  2034. ChannelStateDesc: Ring
  2035. CallerIDNum: +125300000
  2036. CallerIDName: +125300000
  2037. ConnectedLineNum: <unknown>
  2038. ConnectedLineName: <unknown>
  2039. Language: en
  2040. AccountCode:
  2041. Context: from-trunk
  2042. Exten: 15865555555
  2043. Priority: 12
  2044. Uniqueid: 1450726148.27
  2045. Linkedid: 1450726148.27
  2046. Variable: __CALLINGNAMEPRES_SV
  2047. Value: allowed_not_screened
  2048.  
  2049.  
  2050. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function CALLERID(num-pres) result is 'allowed_not_screened'
  2051. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  2052. -- Executing [15865555555@from-trunk:13] Set("SIP/flowroute-0000001b", "__CALLINGNUMPRES_SV=allowed_not_screened") in new stack
  2053. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  2054. Event: Newexten
  2055. Privilege: call,all
  2056. Channel: SIP/flowroute-0000001b
  2057. ChannelState: 4
  2058. ChannelStateDesc: Ring
  2059. CallerIDNum: +125300000
  2060. CallerIDName: +125300000
  2061. ConnectedLineNum: <unknown>
  2062. ConnectedLineName: <unknown>
  2063. Language: en
  2064. AccountCode:
  2065. Context: from-trunk
  2066. Exten: 15865555555
  2067. Priority: 13
  2068. Uniqueid: 1450726148.27
  2069. Linkedid: 1450726148.27
  2070. Extension: 15865555555
  2071. Application: Set
  2072. AppData: __CALLINGNUMPRES_SV=allowed_not_screened
  2073.  
  2074.  
  2075. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  2076. Event: VarSet
  2077. Privilege: dialplan,all
  2078. Channel: SIP/flowroute-0000001b
  2079. ChannelState: 4
  2080. ChannelStateDesc: Ring
  2081. CallerIDNum: +125300000
  2082. CallerIDName: +125300000
  2083. ConnectedLineNum: <unknown>
  2084. ConnectedLineName: <unknown>
  2085. Language: en
  2086. AccountCode:
  2087. Context: from-trunk
  2088. Exten: 15865555555
  2089. Priority: 13
  2090. Uniqueid: 1450726148.27
  2091. Linkedid: 1450726148.27
  2092. Variable: __CALLINGNUMPRES_SV
  2093. Value: allowed_not_screened
  2094.  
  2095.  
  2096. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  2097. -- Executing [15865555555@from-trunk:14] Set("SIP/flowroute-0000001b", "CALLERID(name-pres)=allowed_not_screened") in new stack
  2098. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  2099. Event: Newexten
  2100. Privilege: call,all
  2101. Channel: SIP/flowroute-0000001b
  2102. ChannelState: 4
  2103. ChannelStateDesc: Ring
  2104. CallerIDNum: +125300000
  2105. CallerIDName: +125300000
  2106. ConnectedLineNum: <unknown>
  2107. ConnectedLineName: <unknown>
  2108. Language: en
  2109. AccountCode:
  2110. Context: from-trunk
  2111. Exten: 15865555555
  2112. Priority: 14
  2113. Uniqueid: 1450726148.27
  2114. Linkedid: 1450726148.27
  2115. Extension: 15865555555
  2116. Application: Set
  2117. AppData: CALLERID(name-pres)=allowed_not_screened
  2118.  
  2119.  
  2120. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  2121. -- Executing [15865555555@from-trunk:15] Set("SIP/flowroute-0000001b", "CALLERID(num-pres)=allowed_not_screened") in new stack
  2122. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  2123. Event: Newexten
  2124. Privilege: call,all
  2125. Channel: SIP/flowroute-0000001b
  2126. ChannelState: 4
  2127. ChannelStateDesc: Ring
  2128. CallerIDNum: +125300000
  2129. CallerIDName: +125300000
  2130. ConnectedLineNum: <unknown>
  2131. ConnectedLineName: <unknown>
  2132. Language: en
  2133. AccountCode:
  2134. Context: from-trunk
  2135. Exten: 15865555555
  2136. Priority: 15
  2137. Uniqueid: 1450726148.27
  2138. Linkedid: 1450726148.27
  2139. Extension: 15865555555
  2140. Application: Set
  2141. AppData: CALLERID(num-pres)=allowed_not_screened
  2142.  
  2143.  
  2144. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp'
  2145. -- Executing [15865555555@from-trunk:16] NoOp("SIP/flowroute-0000001b", "CallerID Entry Point") in new stack
  2146. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  2147. Event: Newexten
  2148. Privilege: call,all
  2149. Channel: SIP/flowroute-0000001b
  2150. ChannelState: 4
  2151. ChannelStateDesc: Ring
  2152. CallerIDNum: +125300000
  2153. CallerIDName: +125300000
  2154. ConnectedLineNum: <unknown>
  2155. ConnectedLineName: <unknown>
  2156. Language: en
  2157. AccountCode:
  2158. Context: from-trunk
  2159. Exten: 15865555555
  2160. Priority: 16
  2161. Uniqueid: 1450726148.27
  2162. Linkedid: 1450726148.27
  2163. Extension: 15865555555
  2164. Application: NoOp
  2165. AppData: CallerID Entry Point
  2166.  
  2167.  
  2168. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  2169. -- Executing [15865555555@from-trunk:17] Set("SIP/flowroute-0000001b", "FAX_DEST=from-did-direct^2002^1") in new stack
  2170. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  2171. Event: Newexten
  2172. Privilege: call,all
  2173. Channel: SIP/flowroute-0000001b
  2174. ChannelState: 4
  2175. ChannelStateDesc: Ring
  2176. CallerIDNum: +125300000
  2177. CallerIDName: +125300000
  2178. ConnectedLineNum: <unknown>
  2179. ConnectedLineName: <unknown>
  2180. Language: en
  2181. AccountCode:
  2182. Context: from-trunk
  2183. Exten: 15865555555
  2184. Priority: 17
  2185. Uniqueid: 1450726148.27
  2186. Linkedid: 1450726148.27
  2187. Extension: 15865555555
  2188. Application: Set
  2189. AppData: FAX_DEST=from-did-direct^2002^1
  2190.  
  2191.  
  2192. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  2193. Event: VarSet
  2194. Privilege: dialplan,all
  2195. Channel: SIP/flowroute-0000001b
  2196. ChannelState: 4
  2197. ChannelStateDesc: Ring
  2198. CallerIDNum: +125300000
  2199. CallerIDName: +125300000
  2200. ConnectedLineNum: <unknown>
  2201. ConnectedLineName: <unknown>
  2202. Language: en
  2203. AccountCode:
  2204. Context: from-trunk
  2205. Exten: 15865555555
  2206. Priority: 17
  2207. Uniqueid: 1450726148.27
  2208. Linkedid: 1450726148.27
  2209. Variable: FAX_DEST
  2210. Value: from-did-direct^2002^1
  2211.  
  2212.  
  2213. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  2214. -- Executing [15865555555@from-trunk:18] Set("SIP/flowroute-0000001b", "FAXOPT(faxdetect)=yes") in new stack
  2215. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  2216. Event: Newexten
  2217. Privilege: call,all
  2218. Channel: SIP/flowroute-0000001b
  2219. ChannelState: 4
  2220. ChannelStateDesc: Ring
  2221. CallerIDNum: +125300000
  2222. CallerIDName: +125300000
  2223. ConnectedLineNum: <unknown>
  2224. ConnectedLineName: <unknown>
  2225. Language: en
  2226. AccountCode:
  2227. Context: from-trunk
  2228. Exten: 15865555555
  2229. Priority: 18
  2230. Uniqueid: 1450726148.27
  2231. Linkedid: 1450726148.27
  2232. Extension: 15865555555
  2233. Application: Set
  2234. AppData: FAXOPT(faxdetect)=yes
  2235.  
  2236.  
  2237. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: res_fax.c:4439 acf_faxopt_write: channel 'SIP/flowroute-0000001b' setting FAXOPT(faxdetect) to 'yes'
  2238. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: dsp.c:482 ast_tone_detect_init: Setup tone 1100 Hz, 500 ms, block_size=160, hits_required=21
  2239. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: dsp.c:482 ast_tone_detect_init: Setup tone 2100 Hz, 2600 ms, block_size=160, hits_required=116
  2240. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: dsp.c:482 ast_tone_detect_init: Setup tone 1100 Hz, 500 ms, block_size=160, hits_required=21
  2241. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: dsp.c:482 ast_tone_detect_init: Setup tone 2100 Hz, 2600 ms, block_size=160, hits_required=116
  2242. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: res_fax.c:4521 acf_faxopt_write: Attached FAX detect to channel SIP/flowroute-0000001b.
  2243. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Answer'
  2244. -- Executing [15865555555@from-trunk:19] Answer("SIP/flowroute-0000001b", "") in new stack
  2245. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  2246. Event: Newexten
  2247. Privilege: call,all
  2248. Channel: SIP/flowroute-0000001b
  2249. ChannelState: 4
  2250. ChannelStateDesc: Ring
  2251. CallerIDNum: +125300000
  2252. CallerIDName: +125300000
  2253. ConnectedLineNum: <unknown>
  2254. ConnectedLineName: <unknown>
  2255. Language: en
  2256. AccountCode:
  2257. Context: from-trunk
  2258. Exten: 15865555555
  2259. Priority: 19
  2260. Uniqueid: 1450726148.27
  2261. Linkedid: 1450726148.27
  2262. Extension: 15865555555
  2263. Application: Answer
  2264. AppData:
  2265.  
  2266.  
  2267. [2015-12-21 14:29:08] DEBUG[31340]: cel_odbc.c:765 odbc_log: Executing SQL statement: [INSERT INTO cel (eventtype,eventtime,cid_name,cid_num,cid_ani,cid_rdnis,cid_dnid,exten,context,channame,appname,appdata,amaflags,accountcode,uniqueid,linkedid,peer,userdeftype,extra) VALUES ('ANSWER',{ts '2015-12-21 14:29:08.769201'},'+125300000','+125300000','+125300000','','15865555555','15865555555','from-trunk','SIP/flowroute-0000001b','Answer','',3,'','1450726148.27','1450726148.27','','','')]
  2268. [2015-12-21 14:29:08] DEBUG[31340]: res_odbc.c:1057 odbc_release_obj2: odbc_release_obj2(0x7f9ab8558298) called (obj->txf = (nil))
  2269. [2015-12-21 14:29:08] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  2270. Event: Newstate
  2271. Privilege: call,all
  2272. Channel: SIP/flowroute-0000001b
  2273. ChannelState: 6
  2274. ChannelStateDesc: Up
  2275. CallerIDNum: +125300000
  2276. CallerIDName: +125300000
  2277. ConnectedLineNum: <unknown>
  2278. ConnectedLineName: <unknown>
  2279. Language: en
  2280. AccountCode:
  2281. Context: from-trunk
  2282. Exten: 15865555555
  2283. Priority: 19
  2284. Uniqueid: 1450726148.27
  2285. Linkedid: 1450726148.27
  2286.  
  2287.  
  2288. [2015-12-21 14:29:08] DEBUG[31325]: devicestate.c:368 _ast_device_state: No provider found, checking channel drivers for SIP - flowroute
  2289. [2015-12-21 14:29:08] DEBUG[31325]: chan_sip.c:29519 sip_devicestate: Checking device state for peer flowroute
  2290. [2015-12-21 14:29:08] DEBUG[31325]: devicestate.c:473 do_state_change: Changing state for SIP/flowroute - state 1 (Not in use)
  2291. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: chan_sip.c:7189 sip_answer: SIP answering channel: SIP/flowroute-0000001b
  2292. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: res_rtp_asterisk.c:2857 ast_rtp_update_source: Setting the marker bit due to a source update
  2293. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: chan_sip.c:13683 transmit_response_with_sdp: Setting framing from config on incoming call
  2294. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: chan_sip.c:13195 add_sdp: ** Our capability: (ulaw) Video flag: True Text flag: True
  2295. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: chan_sip.c:13196 add_sdp: ** Our prefcodec: (nothing)
  2296. Audio is at 10334
  2297. Adding codec ulaw to SDP
  2298. Adding codec alaw to SDP
  2299. Adding codec gsm to SDP
  2300. Adding codec g726 to SDP
  2301. Adding non-codec 0x1 (telephone-event) to SDP
  2302. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: chan_sip.c:13366 add_sdp: -- Done with adding codecs to SDP
  2303. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: chan_sip.c:13569 add_sdp: Done building SDP. Settling with this capability: (ulaw)
  2304.  
  2305. <--- Reliably Transmitting (no NAT) to 216.115.69.144:5060 --->
  2306. SIP/2.0 200 OK
  2307. Via: SIP/2.0/UDP 216.115.69.144;branch=z9hG4bK5c31.01c29f2baf0624adb7f6cad1dd6ff8c9.0;received=216.115.69.144
  2308. Via: SIP/2.0/UDP 216.115.69.131;branch=z9hG4bK5c31.ed2812f62e88d08357e35f716e08dc12.1
  2309. Via: SIP/2.0/UDP 216.115.69.132;branch=z9hG4bK5c31.b91d26736ba683626c2a88ccf6f8764e.0
  2310. Via: SIP/2.0/UDP 216.221.154.11:5060;branch=z9hG4bK0eBf31f1350c9a9642f
  2311. Record-Route: <sip:216.115.69.144;lr>
  2312. Record-Route: <sip:216.115.69.132;lr>
  2313. From: <sip:+125300000@fl.gg>;tag=gK0e77dfcd
  2314. To: <sip:+15865555555@fl.gg>;tag=as026d1cd0
  2315. Call-ID: 1125016454_97708712@216.221.154.11
  2316. CSeq: 26299 INVITE
  2317. Server: FPBX-13.0.35(13.5.0)
  2318. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  2319. Supported: replaces, timer
  2320. Contact: <sip:15865555555@172.16.0.124:5061>
  2321. Content-Type: application/sdp
  2322. Content-Length: 329
  2323.  
  2324. v=0
  2325. o=root 1140493734 1140493734 IN IP4 172.16.0.124
  2326. s=Asterisk PBX 13.5.0
  2327. c=IN IP4 172.16.0.124
  2328. t=0 0
  2329. m=audio 10334 RTP/AVP 0 8 3 111 101
  2330. a=rtpmap:0 PCMU/8000
  2331. a=rtpmap:8 PCMA/8000
  2332. a=rtpmap:3 GSM/8000
  2333. a=rtpmap:111 G726-32/8000
  2334. a=rtpmap:101 telephone-event/8000
  2335. a=fmtp:101 0-16
  2336. a=ptime:20
  2337. a=maxptime:150
  2338. a=sendrecv
  2339.  
  2340. <------------>
  2341. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: chan_sip.c:4174 __sip_reliable_xmit: *** SIP TIMER: Initializing retransmit timer on packet: Id #3590
  2342. [2015-12-21 14:29:08] DEBUG[23579][C-0000001b]: chan_sip.c:3709 __sip_xmit: Trying to put 'SIP/2.0 200' onto UDP socket destined for 216.115.69.144:5060
  2343.  
  2344. <--- SIP read from UDP:216.115.69.144:5060 --->
  2345. ACK sip:15865555555@172.16.0.124:5061 SIP/2.0
  2346. Record-Route: <sip:216.115.69.144;lr>
  2347. Max-Forwards: 67
  2348. Record-Route: <sip:216.115.69.132;lr>
  2349. From: <sip:+125300000@fl.gg>;tag=gK0e77dfcd
  2350. To: <sip:+15865555555@fl.gg>;tag=as026d1cd0
  2351. Via: SIP/2.0/UDP 216.115.69.144;branch=z9hG4bK5c31.a89095ff84e66106e3b73a16bb809445.0
  2352. Via: SIP/2.0/UDP 216.115.69.132;branch=z9hG4bK5c31.59972b5432cca42ef31e04f79e2c50b8.0
  2353. Via: SIP/2.0/UDP 216.221.154.11:5060;branch=z9hG4bK0eBf3226d09cd2cbce4
  2354. Call-ID: 1125016454_97708712@216.221.154.11
  2355. CSeq: 26299 ACK
  2356. Content-Length: 0
  2357.  
  2358. <------------->
  2359. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 0 [ 45]: ACK sip:15865555555@172.16.0.124:5061 SIP/2.0
  2360. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 1 [ 37]: Record-Route: <sip:216.115.69.144;lr>
  2361. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 2 [ 16]: Max-Forwards: 67
  2362. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 3 [ 37]: Record-Route: <sip:216.115.69.132;lr>
  2363. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 4 [ 43]: From: <sip:+125300000@fl.gg>;tag=gK0e77dfcd
  2364. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 5 [ 43]: To: <sip:+15865555555@fl.gg>;tag=as026d1cd0
  2365. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 6 [ 85]: Via: SIP/2.0/UDP 216.115.69.144;branch=z9hG4bK5c31.a89095ff84e66106e3b73a16bb809445.0
  2366. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 7 [ 85]: Via: SIP/2.0/UDP 216.115.69.132;branch=z9hG4bK5c31.59972b5432cca42ef31e04f79e2c50b8.0
  2367. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 8 [ 70]: Via: SIP/2.0/UDP 216.221.154.11:5060;branch=z9hG4bK0eBf3226d09cd2cbce4
  2368. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 9 [ 43]: Call-ID: 1125016454_97708712@216.221.154.11
  2369. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 10 [ 15]: CSeq: 26299 ACK
  2370. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 11 [ 17]: Content-Length: 0
  2371. --- (12 headers 0 lines) ---
  2372. [2015-12-21 14:29:08] DEBUG[31456]: chan_sip.c:9178 __find_call: = Looking for Call ID: 1125016454_97708712@216.221.154.11 (Checking From) --From tag gK0e77dfcd --To-tag as026d1cd0
  2373. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: chan_sip.c:28018 handle_incoming: **** Received ACK (6) - Command in SIP ACK
  2374. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: chan_sip.c:4373 __sip_ack: ** SIP TIMER: Cancelling retransmit of packet (reply received) Retransid #3590
  2375. [2015-12-21 14:29:08] DEBUG[31456][C-0000001b]: chan_sip.c:4406 __sip_ack: Stopping retransmission on '1125016454_97708712@216.221.154.11' of Response 26299: Match Found
  2376. [2015-12-21 14:29:09] DEBUG[23579][C-0000001b]: channel.c:2775 __ast_answer: Didn't receive a media frame from SIP/flowroute-0000001b within 500 ms of answering. Continuing anyway
  2377. [2015-12-21 14:29:09] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Wait'
  2378. -- Executing [15865555555@from-trunk:20] Wait("SIP/flowroute-0000001b", "4") in new stack
  2379. [2015-12-21 14:29:09] DEBUG[23579][C-0000001b]: channel.c:5490 set_format: Channel SIP/flowroute-0000001b setting write format path: slin -> ulaw
  2380. [2015-12-21 14:29:09] DEBUG[23579][C-0000001b]: channel.c:3402 ast_settimeout_full: Scheduling timer at (50 requested / 50 actual) timer ticks per second
  2381. [2015-12-21 14:29:09] DEBUG[23579][C-0000001b]: channel.c:7912 ast_channel_start_silence_generator: Started silence generator on 'SIP/flowroute-0000001b'
  2382. [2015-12-21 14:29:09] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  2383. Event: Newexten
  2384. Privilege: call,all
  2385. Channel: SIP/flowroute-0000001b
  2386. ChannelState: 6
  2387. ChannelStateDesc: Up
  2388. CallerIDNum: +125300000
  2389. CallerIDName: +125300000
  2390. ConnectedLineNum: <unknown>
  2391. ConnectedLineName: <unknown>
  2392. Language: en
  2393. AccountCode:
  2394. Context: from-trunk
  2395. Exten: 15865555555
  2396. Priority: 20
  2397. Uniqueid: 1450726148.27
  2398. Linkedid: 1450726148.27
  2399. Extension: 15865555555
  2400. Application: Wait
  2401. AppData: 4
  2402.  
  2403.  
  2404. [2015-12-21 14:29:09] DEBUG[23579][C-0000001b]: res_rtp_asterisk.c:3426 ast_rtp_write: Ooh, format changed from none to ulaw
  2405. [2015-12-21 14:29:09] DEBUG[23579][C-0000001b]: res_rtp_asterisk.c:3271 ast_rtp_raw_write: Starting RTCP transmission on RTP instance '0x7f9ad034b258'
  2406. [2015-12-21 14:29:09] DEBUG[23579][C-0000001b]: res_rtp_asterisk.c:4342 ast_rtp_read: 0x7f9ad034bf70 -- Probation learning mode pass with source address 216.221.154.12:19526
  2407. > 0x7f9ad034bf70 -- Probation passed - setting RTP source address to 216.221.154.12:19526
  2408. [2015-12-21 14:29:09] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=9.46E+04, Et=1.51E+07, s/n= 0.01
  2409. [2015-12-21 14:29:09] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=2.25E+05, Et=2.16E+07, s/n= 0.01
  2410. [2015-12-21 14:29:09] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=1.63E+05, Et=1.87E+07, s/n= 0.01
  2411. [2015-12-21 14:29:09] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=1.43E+05, Et=1.90E+07, s/n= 0.01
  2412. [2015-12-21 14:29:09] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=1.04E+05, Et=1.93E+07, s/n= 0.01
  2413. [2015-12-21 14:29:09] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=3.32E+05, Et=1.66E+07, s/n= 0.02
  2414. [2015-12-21 14:29:09] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=2.71E+05, Et=1.67E+07, s/n= 0.02
  2415. [2015-12-21 14:29:09] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=2.93E+05, Et=1.67E+07, s/n= 0.02
  2416. [2015-12-21 14:29:09] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=3.50E+05, Et=1.91E+07, s/n= 0.02
  2417. [2015-12-21 14:29:09] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=3.09E+05, Et=1.52E+07, s/n= 0.02
  2418. [2015-12-21 14:29:09] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=8.91E+04, Et=2.15E+07, s/n= 0.00
  2419. [2015-12-21 14:29:09] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=1.31E+05, Et=3.67E+06, s/n= 0.04
  2420. [2015-12-21 14:29:09] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=5.70E+04, Et=1.64E+06, s/n= 0.04
  2421. [2015-12-21 14:29:09] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=3.60E+04, Et=1.64E+06, s/n= 0.02
  2422. [2015-12-21 14:29:09] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=1.03E+05, Et=1.64E+06, s/n= 0.07
  2423. [2015-12-21 14:29:09] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=6.50E+04, Et=1.64E+06, s/n= 0.04
  2424. [2015-12-21 14:29:09] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=9.95E+04, Et=1.64E+06, s/n= 0.06
  2425. [2015-12-21 14:29:09] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=8.79E+04, Et=1.75E+06, s/n= 0.05
  2426. [2015-12-21 14:29:09] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=4.24E+02, Et=1.64E+06, s/n= 0.00
  2427. [2015-12-21 14:29:09] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=4.24E+02, Et=1.64E+06, s/n= 0.00
  2428. [2015-12-21 14:29:09] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=4.24E+02, Et=1.64E+06, s/n= 0.00
  2429. [2015-12-21 14:29:09] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=3.28E+02, Et=1.02E+06, s/n= 0.00
  2430. [2015-12-21 14:29:09] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=0.00E+00, Et=0.00E+00, s/n= -nan
  2431. [2015-12-21 14:29:09] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=0.00E+00, Et=0.00E+00, s/n= -nan
  2432. [2015-12-21 14:29:09] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=0.00E+00, Et=0.00E+00, s/n= -nan
  2433. [2015-12-21 14:29:09] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=0.00E+00, Et=0.00E+00, s/n= -nan
  2434. [2015-12-21 14:29:09] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=0.00E+00, Et=0.00E+00, s/n= -nan
  2435. [2015-12-21 14:29:09] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=8.54E+04, Et=1.23E+05, s/n= 2.28
  2436. [2015-12-21 14:29:09] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=2.19E+04, Et=7.27E+05, s/n= 0.03
  2437. [2015-12-21 14:29:09] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=9.89E+04, Et=7.58E+05, s/n= 0.15
  2438. [2015-12-21 14:29:09] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=8.89E+04, Et=7.58E+05, s/n= 0.13
  2439. [2015-12-21 14:29:09] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=8.98E+04, Et=8.91E+05, s/n= 0.11
  2440. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=5.06E+04, Et=6.86E+05, s/n= 0.08
  2441. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=7.57E+03, Et=7.07E+05, s/n= 0.01
  2442. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=3.68E+04, Et=6.86E+05, s/n= 0.06
  2443. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=6.72E+03, Et=6.35E+05, s/n= 0.01
  2444. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=1.70E+02, Et=7.27E+05, s/n= 0.00
  2445. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=1.26E+04, Et=6.25E+05, s/n= 0.02
  2446. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=1.16E+05, Et=7.48E+05, s/n= 0.18
  2447. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=8.66E+04, Et=7.27E+05, s/n= 0.14
  2448. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=2.72E+04, Et=7.88E+05, s/n= 0.04
  2449. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=7.46E+04, Et=7.68E+05, s/n= 0.11
  2450. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=1.65E+04, Et=8.70E+05, s/n= 0.02
  2451. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=6.31E+04, Et=6.86E+05, s/n= 0.10
  2452. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=1.16E+04, Et=6.86E+05, s/n= 0.02
  2453. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=2.07E+04, Et=7.07E+05, s/n= 0.03
  2454. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=3.10E+04, Et=7.17E+05, s/n= 0.05
  2455. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=4.16E+04, Et=8.29E+05, s/n= 0.05
  2456. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=2.75E+04, Et=7.07E+05, s/n= 0.04
  2457. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=9.45E+04, Et=6.96E+05, s/n= 0.16
  2458. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=7.40E+03, Et=7.48E+05, s/n= 0.01
  2459. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=4.88E+03, Et=7.17E+05, s/n= 0.01
  2460. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=7.56E+04, Et=7.88E+05, s/n= 0.11
  2461. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=2.76E+04, Et=7.78E+05, s/n= 0.04
  2462. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=7.43E+03, Et=7.07E+05, s/n= 0.01
  2463. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=9.10E+04, Et=7.27E+05, s/n= 0.14
  2464. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=1.23E+03, Et=6.86E+05, s/n= 0.00
  2465. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=9.09E+04, Et=6.86E+05, s/n= 0.15
  2466. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=5.79E+03, Et=5.84E+05, s/n= 0.01
  2467. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=1.01E+05, Et=7.07E+05, s/n= 0.17
  2468. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=1.06E+04, Et=6.25E+05, s/n= 0.02
  2469. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=2.28E+03, Et=7.17E+05, s/n= 0.00
  2470. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=2.00E+04, Et=6.35E+05, s/n= 0.03
  2471. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=5.69E+03, Et=7.17E+05, s/n= 0.01
  2472. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=6.45E+03, Et=6.96E+05, s/n= 0.01
  2473. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=3.14E+04, Et=7.78E+05, s/n= 0.04
  2474. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=1.64E+04, Et=7.27E+05, s/n= 0.02
  2475. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=4.06E+04, Et=6.45E+05, s/n= 0.07
  2476. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=1.17E+04, Et=7.37E+05, s/n= 0.02
  2477. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=3.03E+04, Et=7.88E+05, s/n= 0.04
  2478. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=9.97E+04, Et=8.09E+05, s/n= 0.14
  2479. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=8.87E+04, Et=7.07E+05, s/n= 0.14
  2480. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=9.10E+04, Et=7.37E+05, s/n= 0.14
  2481. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=7.53E+03, Et=6.35E+05, s/n= 0.01
  2482. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=7.84E+03, Et=7.07E+05, s/n= 0.01
  2483. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=2.07E+04, Et=6.86E+05, s/n= 0.03
  2484. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=8.76E+04, Et=6.76E+05, s/n= 0.15
  2485. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=4.44E+04, Et=6.76E+05, s/n= 0.07
  2486. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=5.18E+04, Et=6.45E+05, s/n= 0.09
  2487. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=1.07E+05, Et=7.68E+05, s/n= 0.16
  2488. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=1.02E+04, Et=6.86E+05, s/n= 0.02
  2489. [2015-12-21 14:29:10] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=8.67E+04, Et=6.04E+05, s/n= 0.17
  2490. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=4.67E+04, Et=6.86E+05, s/n= 0.07
  2491. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=2.03E+04, Et=7.27E+05, s/n= 0.03
  2492. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=9.64E+04, Et=7.17E+05, s/n= 0.16
  2493. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=2.15E+04, Et=7.07E+05, s/n= 0.03
  2494. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=9.93E+03, Et=7.78E+05, s/n= 0.01
  2495. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=1.05E+04, Et=7.48E+05, s/n= 0.01
  2496. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=9.89E+04, Et=8.19E+05, s/n= 0.14
  2497. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=1.77E+03, Et=6.76E+05, s/n= 0.00
  2498. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=5.98E+10, Et=1.28E+11, s/n= 0.88
  2499. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=2.76E+11, Et=2.76E+11, s/n= 803.10
  2500. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:587 tone_detect: Hit! count=0
  2501. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=2.75E+11, Et=2.76E+11, s/n= 661.00
  2502. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:587 tone_detect: Hit! count=0
  2503. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=2.75E+11, Et=2.75E+11, s/n= 841.23
  2504. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:587 tone_detect: Hit! count=1
  2505. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=2.74E+11, Et=2.75E+11, s/n= 722.16
  2506. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:587 tone_detect: Hit! count=2
  2507. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=2.74E+11, Et=2.74E+11, s/n= 721.20
  2508. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:587 tone_detect: Hit! count=3
  2509. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=2.74E+11, Et=2.74E+11, s/n= 733.85
  2510. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:587 tone_detect: Hit! count=4
  2511. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=2.74E+11, Et=2.74E+11, s/n= 780.05
  2512. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:587 tone_detect: Hit! count=5
  2513. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=2.74E+11, Et=2.74E+11, s/n= 773.35
  2514. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:587 tone_detect: Hit! count=6
  2515. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=2.74E+11, Et=2.74E+11, s/n= 874.08
  2516. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:587 tone_detect: Hit! count=7
  2517. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=2.74E+11, Et=2.74E+11, s/n= 797.32
  2518. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:587 tone_detect: Hit! count=8
  2519. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=2.74E+11, Et=2.74E+11, s/n= 1026.92
  2520. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:587 tone_detect: Hit! count=9
  2521. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=2.75E+11, Et=2.75E+11, s/n= 730.74
  2522. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:587 tone_detect: Hit! count=10
  2523. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=2.75E+11, Et=2.75E+11, s/n= 723.61
  2524. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:587 tone_detect: Hit! count=11
  2525. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=2.74E+11, Et=2.74E+11, s/n= 569.16
  2526. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:587 tone_detect: Hit! count=12
  2527. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=2.73E+11, Et=2.74E+11, s/n= 672.13
  2528. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:587 tone_detect: Hit! count=13
  2529. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=2.73E+11, Et=2.73E+11, s/n= 915.05
  2530. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:587 tone_detect: Hit! count=14
  2531. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=2.73E+11, Et=2.73E+11, s/n= 638.59
  2532. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:587 tone_detect: Hit! count=15
  2533. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=2.73E+11, Et=2.73E+11, s/n= 1110.46
  2534. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:587 tone_detect: Hit! count=16
  2535. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=2.07E+10, Et=7.52E+10, s/n= 0.38
  2536. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=0.00E+00, Et=0.00E+00, s/n= -nan
  2537. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=1.48E+11, Et=2.40E+11, s/n= 1.63
  2538. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=4.15E+11, Et=4.15E+11, s/n= 873.93
  2539. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:587 tone_detect: Hit! count=0
  2540. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=4.14E+11, Et=4.14E+11, s/n= 698.76
  2541. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:587 tone_detect: Hit! count=0
  2542. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=4.11E+11, Et=4.11E+11, s/n= 601.87
  2543. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:587 tone_detect: Hit! count=1
  2544. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=4.15E+11, Et=4.16E+11, s/n= 924.29
  2545. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:587 tone_detect: Hit! count=2
  2546. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=4.12E+11, Et=4.12E+11, s/n= 625.07
  2547. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:587 tone_detect: Hit! count=3
  2548. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=4.13E+11, Et=4.14E+11, s/n= 484.79
  2549. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:587 tone_detect: Hit! count=4
  2550. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=4.14E+11, Et=4.15E+11, s/n= 592.62
  2551. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:587 tone_detect: Hit! count=5
  2552. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=4.10E+11, Et=4.11E+11, s/n= 684.03
  2553. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:587 tone_detect: Hit! count=6
  2554. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=4.15E+11, Et=4.15E+11, s/n= 656.00
  2555. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:587 tone_detect: Hit! count=7
  2556. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=4.13E+11, Et=4.14E+11, s/n= 680.00
  2557. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:587 tone_detect: Hit! count=8
  2558. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=4.12E+11, Et=4.12E+11, s/n= 645.12
  2559. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:587 tone_detect: Hit! count=9
  2560. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=4.15E+11, Et=4.16E+11, s/n= 647.88
  2561. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:587 tone_detect: Hit! count=10
  2562. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=4.12E+11, Et=4.13E+11, s/n= 680.22
  2563. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:587 tone_detect: Hit! count=11
  2564. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=4.13E+11, Et=4.13E+11, s/n= 857.22
  2565. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:587 tone_detect: Hit! count=12
  2566. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=4.14E+11, Et=4.15E+11, s/n= 715.57
  2567. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:587 tone_detect: Hit! count=13
  2568. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=4.12E+11, Et=4.13E+11, s/n= 935.15
  2569. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:587 tone_detect: Hit! count=14
  2570. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=4.14E+11, Et=4.15E+11, s/n= 995.84
  2571. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:587 tone_detect: Hit! count=15
  2572. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=4.13E+11, Et=4.14E+11, s/n= 849.92
  2573. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:587 tone_detect: Hit! count=16
  2574. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=4.11E+11, Et=4.12E+11, s/n= 626.63
  2575. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:587 tone_detect: Hit! count=17
  2576. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=4.15E+11, Et=4.16E+11, s/n= 532.94
  2577. [2015-12-21 14:29:11] DEBUG[23579][C-0000001b]: dsp.c:587 tone_detect: Hit! count=18
  2578. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=4.12E+11, Et=4.13E+11, s/n= 579.91
  2579. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: dsp.c:587 tone_detect: Hit! count=19
  2580. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: dsp.c:584 tone_detect: tone 1100, Ew=4.13E+11, Et=4.14E+11, s/n= 547.32
  2581. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: dsp.c:587 tone_detect: Hit! count=20
  2582. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: dsp.c:606 tone_detect: 1100 Hz done detected
  2583. == Redirecting 'SIP/flowroute-0000001b' to fax extension due to CNG detection
  2584. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  2585. Event: VarSet
  2586. Privilege: dialplan,all
  2587. Channel: SIP/flowroute-0000001b
  2588. ChannelState: 6
  2589. ChannelStateDesc: Up
  2590. CallerIDNum: +125300000
  2591. CallerIDName: +125300000
  2592. ConnectedLineNum: <unknown>
  2593. ConnectedLineName: <unknown>
  2594. Language: en
  2595. AccountCode:
  2596. Context: from-trunk
  2597. Exten: 15865555555
  2598. Priority: 20
  2599. Uniqueid: 1450726148.27
  2600. Linkedid: 1450726148.27
  2601. Variable: FAXEXTEN
  2602. Value: 15865555555
  2603.  
  2604.  
  2605. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: channel.c:2533 ast_softhangup_nolock: Soft-Hanging (0x02) up channel 'SIP/flowroute-0000001b'
  2606. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: channel.c:3402 ast_settimeout_full: Scheduling timer at (0 requested / 0 actual) timer ticks per second
  2607. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: channel.c:7923 deactivate_silence_generator: Trying to stop silence generator when there is no generator on 'SIP/flowroute-0000001b'
  2608. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:6511 __ast_pbx_run: Spawn extension (from-trunk,fax,1) exited non-zero on 'SIP/flowroute-0000001b'
  2609. == Spawn extension (from-trunk, fax, 1) exited non-zero on 'SIP/flowroute-0000001b'
  2610. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'FAX_DEST' (from 'FAX_DEST}' len 8)
  2611. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'FAX_DEST' is 'from-did-direct^2002^1'
  2612. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function CUT(FAX_DEST,^,1) result is 'from-did-direct'
  2613. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'FAX_DEST' (from 'FAX_DEST}' len 8)
  2614. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'FAX_DEST' is 'from-did-direct^2002^1'
  2615. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function CUT(FAX_DEST,^,2) result is '2002'
  2616. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'FAX_DEST' (from 'FAX_DEST}' len 8)
  2617. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'FAX_DEST' is 'from-did-direct^2002^1'
  2618. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function CUT(FAX_DEST,^,3) result is '1'
  2619. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Goto'
  2620. -- Executing [fax@from-trunk:1] Goto("SIP/flowroute-0000001b", "from-did-direct,2002,1") in new stack
  2621. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  2622. Event: Newexten
  2623. Privilege: call,all
  2624. Channel: SIP/flowroute-0000001b
  2625. ChannelState: 6
  2626. ChannelStateDesc: Up
  2627. CallerIDNum: +125300000
  2628. CallerIDName: +125300000
  2629. ConnectedLineNum: <unknown>
  2630. ConnectedLineName: <unknown>
  2631. Language: en
  2632. AccountCode:
  2633. Context: from-trunk
  2634. Exten: fax
  2635. Priority: 1
  2636. Uniqueid: 1450726148.27
  2637. Linkedid: 1450726148.27
  2638. Extension: fax
  2639. Application: Goto
  2640. AppData: from-did-direct,2002,1
  2641.  
  2642.  
  2643. -- Goto (from-did-direct,2002,1)
  2644. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  2645. Event: VarSet
  2646. Privilege: dialplan,all
  2647. Channel: SIP/flowroute-0000001b
  2648. ChannelState: 6
  2649. ChannelStateDesc: Up
  2650. CallerIDNum: +125300000
  2651. CallerIDName: +125300000
  2652. ConnectedLineNum: <unknown>
  2653. ConnectedLineName: <unknown>
  2654. Language: en
  2655. AccountCode:
  2656. Context: from-trunk
  2657. Exten: fax
  2658. Priority: 1
  2659. Uniqueid: 1450726148.27
  2660. Linkedid: 1450726148.27
  2661. Variable: DB_RESULT
  2662. Value: EXTENSION
  2663.  
  2664.  
  2665. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function DB(AMPUSER/2002/followme/ddial) result is 'EXTENSION'
  2666. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '1'
  2667. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf'
  2668. -- Executing [2002@from-did-direct:1] GotoIf("SIP/flowroute-0000001b", "1?ext-local,2002,1") in new stack
  2669. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  2670. Event: Newexten
  2671. Privilege: call,all
  2672. Channel: SIP/flowroute-0000001b
  2673. ChannelState: 6
  2674. ChannelStateDesc: Up
  2675. CallerIDNum: +125300000
  2676. CallerIDName: +125300000
  2677. ConnectedLineNum: <unknown>
  2678. ConnectedLineName: <unknown>
  2679. Language: en
  2680. AccountCode:
  2681. Context: from-did-direct
  2682. Exten: 2002
  2683. Priority: 1
  2684. Uniqueid: 1450726148.27
  2685. Linkedid: 1450726148.27
  2686. Extension: 2002
  2687. Application: GotoIf
  2688. AppData: 1?ext-local,2002,1
  2689.  
  2690.  
  2691. -- Goto (ext-local,2002,1)
  2692. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  2693. Event: VarSet
  2694. Privilege: dialplan,all
  2695. Channel: SIP/flowroute-0000001b
  2696. ChannelState: 6
  2697. ChannelStateDesc: Up
  2698. CallerIDNum: +125300000
  2699. CallerIDName: +125300000
  2700. ConnectedLineNum: <unknown>
  2701. ConnectedLineName: <unknown>
  2702. Language: en
  2703. AccountCode:
  2704. Context: from-did-direct
  2705. Exten: 2002
  2706. Priority: 1
  2707. Uniqueid: 1450726148.27
  2708. Linkedid: 1450726148.27
  2709. Variable: DB_RESULT
  2710. Value: 0
  2711.  
  2712.  
  2713. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function DB(AMPUSER/2002/ringtimer) result is '0'
  2714. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  2715. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  2716. Event: VarSet
  2717. Privilege: dialplan,all
  2718. Channel: SIP/flowroute-0000001b
  2719. ChannelState: 6
  2720. ChannelStateDesc: Up
  2721. CallerIDNum: +125300000
  2722. CallerIDName: +125300000
  2723. ConnectedLineNum: <unknown>
  2724. ConnectedLineName: <unknown>
  2725. Language: en
  2726. AccountCode:
  2727. Context: from-did-direct
  2728. Exten: 2002
  2729. Priority: 1
  2730. Uniqueid: 1450726148.27
  2731. Linkedid: 1450726148.27
  2732. Variable: DB_RESULT
  2733. Value: 0
  2734.  
  2735.  
  2736. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function DB(AMPUSER/2002/ringtimer) result is '0'
  2737. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'RINGTIMER_DEFAULT' is '15'
  2738. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function IF(0?0:15) result is '15'
  2739. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  2740. -- Executing [2002@ext-local:1] Set("SIP/flowroute-0000001b", "__RINGTIMER=15") in new stack
  2741. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  2742. Event: Newexten
  2743. Privilege: call,all
  2744. Channel: SIP/flowroute-0000001b
  2745. ChannelState: 6
  2746. ChannelStateDesc: Up
  2747. CallerIDNum: +125300000
  2748. CallerIDName: +125300000
  2749. ConnectedLineNum: <unknown>
  2750. ConnectedLineName: <unknown>
  2751. Language: en
  2752. AccountCode:
  2753. Context: ext-local
  2754. Exten: 2002
  2755. Priority: 1
  2756. Uniqueid: 1450726148.27
  2757. Linkedid: 1450726148.27
  2758. Extension: 2002
  2759. Application: Set
  2760. AppData: __RINGTIMER=15
  2761.  
  2762.  
  2763. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  2764. Event: VarSet
  2765. Privilege: dialplan,all
  2766. Channel: SIP/flowroute-0000001b
  2767. ChannelState: 6
  2768. ChannelStateDesc: Up
  2769. CallerIDNum: +125300000
  2770. CallerIDName: +125300000
  2771. ConnectedLineNum: <unknown>
  2772. ConnectedLineName: <unknown>
  2773. Language: en
  2774. AccountCode:
  2775. Context: ext-local
  2776. Exten: 2002
  2777. Priority: 1
  2778. Uniqueid: 1450726148.27
  2779. Linkedid: 1450726148.27
  2780. Variable: __RINGTIMER
  2781. Value: 15
  2782.  
  2783.  
  2784. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Macro'
  2785. -- Executing [2002@ext-local:2] Macro("SIP/flowroute-0000001b", "exten-vm,novm,2002,0,0,0") in new stack
  2786. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  2787. Event: Newexten
  2788. Privilege: call,all
  2789. Channel: SIP/flowroute-0000001b
  2790. ChannelState: 6
  2791. ChannelStateDesc: Up
  2792. CallerIDNum: +125300000
  2793. CallerIDName: +125300000
  2794. ConnectedLineNum: <unknown>
  2795. ConnectedLineName: <unknown>
  2796. Language: en
  2797. AccountCode:
  2798. Context: ext-local
  2799. Exten: 2002
  2800. Priority: 2
  2801. Uniqueid: 1450726148.27
  2802. Linkedid: 1450726148.27
  2803. Extension: 2002
  2804. Application: Macro
  2805. AppData: exten-vm,novm,2002,0,0,0
  2806.  
  2807.  
  2808. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  2809. Event: VarSet
  2810. Privilege: dialplan,all
  2811. Channel: SIP/flowroute-0000001b
  2812. ChannelState: 6
  2813. ChannelStateDesc: Up
  2814. CallerIDNum: +125300000
  2815. CallerIDName: +125300000
  2816. ConnectedLineNum: <unknown>
  2817. ConnectedLineName: <unknown>
  2818. Language: en
  2819. AccountCode:
  2820. Context: ext-local
  2821. Exten: 2002
  2822. Priority: 2
  2823. Uniqueid: 1450726148.27
  2824. Linkedid: 1450726148.27
  2825. Variable: MACRO_EXTEN
  2826. Value: 2002
  2827.  
  2828.  
  2829. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  2830. Event: VarSet
  2831. Privilege: dialplan,all
  2832. Channel: SIP/flowroute-0000001b
  2833. ChannelState: 6
  2834. ChannelStateDesc: Up
  2835. CallerIDNum: +125300000
  2836. CallerIDName: +125300000
  2837. ConnectedLineNum: <unknown>
  2838. ConnectedLineName: <unknown>
  2839. Language: en
  2840. AccountCode:
  2841. Context: ext-local
  2842. Exten: 2002
  2843. Priority: 2
  2844. Uniqueid: 1450726148.27
  2845. Linkedid: 1450726148.27
  2846. Variable: MACRO_CONTEXT
  2847. Value: ext-local
  2848.  
  2849.  
  2850. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  2851. Event: VarSet
  2852. Privilege: dialplan,all
  2853. Channel: SIP/flowroute-0000001b
  2854. ChannelState: 6
  2855. ChannelStateDesc: Up
  2856. CallerIDNum: +125300000
  2857. CallerIDName: +125300000
  2858. ConnectedLineNum: <unknown>
  2859. ConnectedLineName: <unknown>
  2860. Language: en
  2861. AccountCode:
  2862. Context: ext-local
  2863. Exten: 2002
  2864. Priority: 2
  2865. Uniqueid: 1450726148.27
  2866. Linkedid: 1450726148.27
  2867. Variable: MACRO_PRIORITY
  2868. Value: 2
  2869.  
  2870.  
  2871. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  2872. Event: VarSet
  2873. Privilege: dialplan,all
  2874. Channel: SIP/flowroute-0000001b
  2875. ChannelState: 6
  2876. ChannelStateDesc: Up
  2877. CallerIDNum: +125300000
  2878. CallerIDName: +125300000
  2879. ConnectedLineNum: <unknown>
  2880. ConnectedLineName: <unknown>
  2881. Language: en
  2882. AccountCode:
  2883. Context: ext-local
  2884. Exten: 2002
  2885. Priority: 2
  2886. Uniqueid: 1450726148.27
  2887. Linkedid: 1450726148.27
  2888. Variable: MACRO_DEPTH
  2889. Value: 1
  2890.  
  2891.  
  2892. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  2893. Event: VarSet
  2894. Privilege: dialplan,all
  2895. Channel: SIP/flowroute-0000001b
  2896. ChannelState: 6
  2897. ChannelStateDesc: Up
  2898. CallerIDNum: +125300000
  2899. CallerIDName: +125300000
  2900. ConnectedLineNum: <unknown>
  2901. ConnectedLineName: <unknown>
  2902. Language: en
  2903. AccountCode:
  2904. Context: ext-local
  2905. Exten: 2002
  2906. Priority: 2
  2907. Uniqueid: 1450726148.27
  2908. Linkedid: 1450726148.27
  2909. Variable: ARG1
  2910. Value: novm
  2911.  
  2912.  
  2913. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  2914. Event: VarSet
  2915. Privilege: dialplan,all
  2916. Channel: SIP/flowroute-0000001b
  2917. ChannelState: 6
  2918. ChannelStateDesc: Up
  2919. CallerIDNum: +125300000
  2920. CallerIDName: +125300000
  2921. ConnectedLineNum: <unknown>
  2922. ConnectedLineName: <unknown>
  2923. Language: en
  2924. AccountCode:
  2925. Context: ext-local
  2926. Exten: 2002
  2927. Priority: 2
  2928. Uniqueid: 1450726148.27
  2929. Linkedid: 1450726148.27
  2930. Variable: ARG2
  2931. Value: 2002
  2932.  
  2933.  
  2934. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  2935. Event: VarSet
  2936. Privilege: dialplan,all
  2937. Channel: SIP/flowroute-0000001b
  2938. ChannelState: 6
  2939. ChannelStateDesc: Up
  2940. CallerIDNum: +125300000
  2941. CallerIDName: +125300000
  2942. ConnectedLineNum: <unknown>
  2943. ConnectedLineName: <unknown>
  2944. Language: en
  2945. AccountCode:
  2946. Context: ext-local
  2947. Exten: 2002
  2948. Priority: 2
  2949. Uniqueid: 1450726148.27
  2950. Linkedid: 1450726148.27
  2951. Variable: ARG3
  2952. Value: 0
  2953.  
  2954.  
  2955. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  2956. Event: VarSet
  2957. Privilege: dialplan,all
  2958. Channel: SIP/flowroute-0000001b
  2959. ChannelState: 6
  2960. ChannelStateDesc: Up
  2961. CallerIDNum: +125300000
  2962. CallerIDName: +125300000
  2963. ConnectedLineNum: <unknown>
  2964. ConnectedLineName: <unknown>
  2965. Language: en
  2966. AccountCode:
  2967. Context: ext-local
  2968. Exten: 2002
  2969. Priority: 2
  2970. Uniqueid: 1450726148.27
  2971. Linkedid: 1450726148.27
  2972. Variable: ARG4
  2973. Value: 0
  2974.  
  2975.  
  2976. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  2977. Event: VarSet
  2978. Privilege: dialplan,all
  2979. Channel: SIP/flowroute-0000001b
  2980. ChannelState: 6
  2981. ChannelStateDesc: Up
  2982. CallerIDNum: +125300000
  2983. CallerIDName: +125300000
  2984. ConnectedLineNum: <unknown>
  2985. ConnectedLineName: <unknown>
  2986. Language: en
  2987. AccountCode:
  2988. Context: ext-local
  2989. Exten: 2002
  2990. Priority: 2
  2991. Uniqueid: 1450726148.27
  2992. Linkedid: 1450726148.27
  2993. Variable: ARG5
  2994. Value: 0
  2995.  
  2996.  
  2997. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  2998. Event: VarSet
  2999. Privilege: dialplan,all
  3000. Channel: SIP/flowroute-0000001b
  3001. ChannelState: 6
  3002. ChannelStateDesc: Up
  3003. CallerIDNum: +125300000
  3004. CallerIDName: +125300000
  3005. ConnectedLineNum: <unknown>
  3006. ConnectedLineName: <unknown>
  3007. Language: en
  3008. AccountCode:
  3009. Context: ext-local
  3010. Exten: 2002
  3011. Priority: 2
  3012. Uniqueid: 1450726148.27
  3013. Linkedid: 1450726148.27
  3014. Variable: MACRO_DEPTH
  3015. Value: 1
  3016.  
  3017.  
  3018. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Macro'
  3019. -- Executing [s@macro-exten-vm:1] Macro("SIP/flowroute-0000001b", "user-callerid,") in new stack
  3020. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  3021. Event: Newexten
  3022. Privilege: call,all
  3023. Channel: SIP/flowroute-0000001b
  3024. ChannelState: 6
  3025. ChannelStateDesc: Up
  3026. CallerIDNum: +125300000
  3027. CallerIDName: +125300000
  3028. ConnectedLineNum: <unknown>
  3029. ConnectedLineName: <unknown>
  3030. Language: en
  3031. AccountCode:
  3032. Context: macro-exten-vm
  3033. Exten: s
  3034. Priority: 1
  3035. Uniqueid: 1450726148.27
  3036. Linkedid: 1450726148.27
  3037. Extension: s
  3038. Application: Macro
  3039. AppData: user-callerid,
  3040.  
  3041.  
  3042. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  3043. Event: VarSet
  3044. Privilege: dialplan,all
  3045. Channel: SIP/flowroute-0000001b
  3046. ChannelState: 6
  3047. ChannelStateDesc: Up
  3048. CallerIDNum: +125300000
  3049. CallerIDName: +125300000
  3050. ConnectedLineNum: <unknown>
  3051. ConnectedLineName: <unknown>
  3052. Language: en
  3053. AccountCode:
  3054. Context: macro-exten-vm
  3055. Exten: s
  3056. Priority: 1
  3057. Uniqueid: 1450726148.27
  3058. Linkedid: 1450726148.27
  3059. Variable: MACRO_EXTEN
  3060. Value: s
  3061.  
  3062.  
  3063. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  3064. Event: VarSet
  3065. Privilege: dialplan,all
  3066. Channel: SIP/flowroute-0000001b
  3067. ChannelState: 6
  3068. ChannelStateDesc: Up
  3069. CallerIDNum: +125300000
  3070. CallerIDName: +125300000
  3071. ConnectedLineNum: <unknown>
  3072. ConnectedLineName: <unknown>
  3073. Language: en
  3074. AccountCode:
  3075. Context: macro-exten-vm
  3076. Exten: s
  3077. Priority: 1
  3078. Uniqueid: 1450726148.27
  3079. Linkedid: 1450726148.27
  3080. Variable: MACRO_CONTEXT
  3081. Value: macro-exten-vm
  3082.  
  3083.  
  3084. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  3085. Event: VarSet
  3086. Privilege: dialplan,all
  3087. Channel: SIP/flowroute-0000001b
  3088. ChannelState: 6
  3089. ChannelStateDesc: Up
  3090. CallerIDNum: +125300000
  3091. CallerIDName: +125300000
  3092. ConnectedLineNum: <unknown>
  3093. ConnectedLineName: <unknown>
  3094. Language: en
  3095. AccountCode:
  3096. Context: macro-exten-vm
  3097. Exten: s
  3098. Priority: 1
  3099. Uniqueid: 1450726148.27
  3100. Linkedid: 1450726148.27
  3101. Variable: MACRO_PRIORITY
  3102. Value: 1
  3103.  
  3104.  
  3105. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  3106. Event: VarSet
  3107. Privilege: dialplan,all
  3108. Channel: SIP/flowroute-0000001b
  3109. ChannelState: 6
  3110. ChannelStateDesc: Up
  3111. CallerIDNum: +125300000
  3112. CallerIDName: +125300000
  3113. ConnectedLineNum: <unknown>
  3114. ConnectedLineName: <unknown>
  3115. Language: en
  3116. AccountCode:
  3117. Context: macro-exten-vm
  3118. Exten: s
  3119. Priority: 1
  3120. Uniqueid: 1450726148.27
  3121. Linkedid: 1450726148.27
  3122. Variable: MACRO_DEPTH
  3123. Value: 2
  3124.  
  3125.  
  3126. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  3127. Event: VarSet
  3128. Privilege: dialplan,all
  3129. Channel: SIP/flowroute-0000001b
  3130. ChannelState: 6
  3131. ChannelStateDesc: Up
  3132. CallerIDNum: +125300000
  3133. CallerIDName: +125300000
  3134. ConnectedLineNum: <unknown>
  3135. ConnectedLineName: <unknown>
  3136. Language: en
  3137. AccountCode:
  3138. Context: macro-exten-vm
  3139. Exten: s
  3140. Priority: 1
  3141. Uniqueid: 1450726148.27
  3142. Linkedid: 1450726148.27
  3143. Variable: ARG1
  3144. Value:
  3145.  
  3146.  
  3147. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  3148. Event: VarSet
  3149. Privilege: dialplan,all
  3150. Channel: SIP/flowroute-0000001b
  3151. ChannelState: 6
  3152. ChannelStateDesc: Up
  3153. CallerIDNum: +125300000
  3154. CallerIDName: +125300000
  3155. ConnectedLineNum: <unknown>
  3156. ConnectedLineName: <unknown>
  3157. Language: en
  3158. AccountCode:
  3159. Context: macro-exten-vm
  3160. Exten: s
  3161. Priority: 1
  3162. Uniqueid: 1450726148.27
  3163. Linkedid: 1450726148.27
  3164. Variable: MACRO_DEPTH
  3165. Value: 2
  3166.  
  3167.  
  3168. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'UNIQUEID' is '1450726148.27'
  3169. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  3170. -- Executing [s@macro-user-callerid:1] Set("SIP/flowroute-0000001b", "TOUCH_MONITOR=1450726148.27") in new stack
  3171. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  3172. Event: Newexten
  3173. Privilege: call,all
  3174. Channel: SIP/flowroute-0000001b
  3175. ChannelState: 6
  3176. ChannelStateDesc: Up
  3177. CallerIDNum: +125300000
  3178. CallerIDName: +125300000
  3179. ConnectedLineNum: <unknown>
  3180. ConnectedLineName: <unknown>
  3181. Language: en
  3182. AccountCode:
  3183. Context: macro-user-callerid
  3184. Exten: s
  3185. Priority: 1
  3186. Uniqueid: 1450726148.27
  3187. Linkedid: 1450726148.27
  3188. Extension: s
  3189. Application: Set
  3190. AppData: TOUCH_MONITOR=1450726148.27
  3191.  
  3192.  
  3193. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  3194. Event: VarSet
  3195. Privilege: dialplan,all
  3196. Channel: SIP/flowroute-0000001b
  3197. ChannelState: 6
  3198. ChannelStateDesc: Up
  3199. CallerIDNum: +125300000
  3200. CallerIDName: +125300000
  3201. ConnectedLineNum: <unknown>
  3202. ConnectedLineName: <unknown>
  3203. Language: en
  3204. AccountCode:
  3205. Context: macro-user-callerid
  3206. Exten: s
  3207. Priority: 1
  3208. Uniqueid: 1450726148.27
  3209. Linkedid: 1450726148.27
  3210. Variable: TOUCH_MONITOR
  3211. Value: 1450726148.27
  3212.  
  3213.  
  3214. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Set
  3215. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  3216. Event: VarSet
  3217. Privilege: dialplan,all
  3218. Channel: SIP/flowroute-0000001b
  3219. ChannelState: 6
  3220. ChannelStateDesc: Up
  3221. CallerIDNum: +125300000
  3222. CallerIDName: +125300000
  3223. ConnectedLineNum: <unknown>
  3224. ConnectedLineName: <unknown>
  3225. Language: en
  3226. AccountCode:
  3227. Context: macro-user-callerid
  3228. Exten: s
  3229. Priority: 1
  3230. Uniqueid: 1450726148.27
  3231. Linkedid: 1450726148.27
  3232. Variable: MACRO_DEPTH
  3233. Value: 2
  3234.  
  3235.  
  3236. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'AMPUSER' is NULL
  3237. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '1'
  3238. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function CALLERID(number) result is '+125300000'
  3239. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'AMPUSER' is NULL
  3240. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function IF(1?+125300000:) result is '+125300000'
  3241. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  3242. -- Executing [s@macro-user-callerid:2] Set("SIP/flowroute-0000001b", "AMPUSER=+125300000") in new stack
  3243. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  3244. Event: Newexten
  3245. Privilege: call,all
  3246. Channel: SIP/flowroute-0000001b
  3247. ChannelState: 6
  3248. ChannelStateDesc: Up
  3249. CallerIDNum: +125300000
  3250. CallerIDName: +125300000
  3251. ConnectedLineNum: <unknown>
  3252. ConnectedLineName: <unknown>
  3253. Language: en
  3254. AccountCode:
  3255. Context: macro-user-callerid
  3256. Exten: s
  3257. Priority: 2
  3258. Uniqueid: 1450726148.27
  3259. Linkedid: 1450726148.27
  3260. Extension: s
  3261. Application: Set
  3262. AppData: AMPUSER=+125300000
  3263.  
  3264.  
  3265. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  3266. Event: VarSet
  3267. Privilege: dialplan,all
  3268. Channel: SIP/flowroute-0000001b
  3269. ChannelState: 6
  3270. ChannelStateDesc: Up
  3271. CallerIDNum: +125300000
  3272. CallerIDName: +125300000
  3273. ConnectedLineNum: <unknown>
  3274. ConnectedLineName: <unknown>
  3275. Language: en
  3276. AccountCode:
  3277. Context: macro-user-callerid
  3278. Exten: s
  3279. Priority: 2
  3280. Uniqueid: 1450726148.27
  3281. Linkedid: 1450726148.27
  3282. Variable: AMPUSER
  3283. Value: +125300000
  3284.  
  3285.  
  3286. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Set
  3287. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  3288. Event: VarSet
  3289. Privilege: dialplan,all
  3290. Channel: SIP/flowroute-0000001b
  3291. ChannelState: 6
  3292. ChannelStateDesc: Up
  3293. CallerIDNum: +125300000
  3294. CallerIDName: +125300000
  3295. ConnectedLineNum: <unknown>
  3296. ConnectedLineName: <unknown>
  3297. Language: en
  3298. AccountCode:
  3299. Context: macro-user-callerid
  3300. Exten: s
  3301. Priority: 2
  3302. Uniqueid: 1450726148.27
  3303. Linkedid: 1450726148.27
  3304. Variable: MACRO_DEPTH
  3305. Value: 2
  3306.  
  3307.  
  3308. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'CHANNEL' (from 'CHANNEL}' len 7)
  3309. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'CHANNEL' is 'SIP/flowroute-0000001b'
  3310. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function CUT(CHANNEL,@,2) result is ''
  3311. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'AMPUSERCIDNAME' is NULL
  3312. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function LEN() result is '0'
  3313. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  3314. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf'
  3315. -- Executing [s@macro-user-callerid:3] GotoIf("SIP/flowroute-0000001b", "0?report") in new stack
  3316. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  3317. Event: Newexten
  3318. Privilege: call,all
  3319. Channel: SIP/flowroute-0000001b
  3320. ChannelState: 6
  3321. ChannelStateDesc: Up
  3322. CallerIDNum: +125300000
  3323. CallerIDName: +125300000
  3324. ConnectedLineNum: <unknown>
  3325. ConnectedLineName: <unknown>
  3326. Language: en
  3327. AccountCode:
  3328. Context: macro-user-callerid
  3329. Exten: s
  3330. Priority: 3
  3331. Uniqueid: 1450726148.27
  3332. Linkedid: 1450726148.27
  3333. Extension: s
  3334. Application: GotoIf
  3335. AppData: 0?report
  3336.  
  3337.  
  3338. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:11788 pbx_builtin_gotoif: Not taking any branch
  3339. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: GotoIf
  3340. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  3341. Event: VarSet
  3342. Privilege: dialplan,all
  3343. Channel: SIP/flowroute-0000001b
  3344. ChannelState: 6
  3345. ChannelStateDesc: Up
  3346. CallerIDNum: +125300000
  3347. CallerIDName: +125300000
  3348. ConnectedLineNum: <unknown>
  3349. ConnectedLineName: <unknown>
  3350. Language: en
  3351. AccountCode:
  3352. Context: macro-user-callerid
  3353. Exten: s
  3354. Priority: 3
  3355. Uniqueid: 1450726148.27
  3356. Linkedid: 1450726148.27
  3357. Variable: MACRO_DEPTH
  3358. Value: 2
  3359.  
  3360.  
  3361. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'REALCALLERIDNUM' is NULL
  3362. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '1'
  3363. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function CALLERID(number) result is '+125300000'
  3364. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'ExecIf'
  3365. -- Executing [s@macro-user-callerid:4] ExecIf("SIP/flowroute-0000001b", "1?Set(REALCALLERIDNUM=+125300000)") in new stack
  3366. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  3367. Event: Newexten
  3368. Privilege: call,all
  3369. Channel: SIP/flowroute-0000001b
  3370. ChannelState: 6
  3371. ChannelStateDesc: Up
  3372. CallerIDNum: +125300000
  3373. CallerIDName: +125300000
  3374. ConnectedLineNum: <unknown>
  3375. ConnectedLineName: <unknown>
  3376. Language: en
  3377. AccountCode:
  3378. Context: macro-user-callerid
  3379. Exten: s
  3380. Priority: 4
  3381. Uniqueid: 1450726148.27
  3382. Linkedid: 1450726148.27
  3383. Extension: s
  3384. Application: ExecIf
  3385. AppData: 1?Set(REALCALLERIDNUM=+125300000)
  3386.  
  3387.  
  3388. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  3389. Event: VarSet
  3390. Privilege: dialplan,all
  3391. Channel: SIP/flowroute-0000001b
  3392. ChannelState: 6
  3393. ChannelStateDesc: Up
  3394. CallerIDNum: +125300000
  3395. CallerIDName: +125300000
  3396. ConnectedLineNum: <unknown>
  3397. ConnectedLineName: <unknown>
  3398. Language: en
  3399. AccountCode:
  3400. Context: macro-user-callerid
  3401. Exten: s
  3402. Priority: 4
  3403. Uniqueid: 1450726148.27
  3404. Linkedid: 1450726148.27
  3405. Variable: REALCALLERIDNUM
  3406. Value: +125300000
  3407.  
  3408.  
  3409. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: ExecIf
  3410. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'REALCALLERIDNUM:1:2' (from 'REALCALLERIDNUM:1:2}" = ""' len 19)
  3411. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'REALCALLERIDNUM' is '+125300000'
  3412. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4676 ast_str_substitute_variables_full: Expression result is '0'
  3413. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'CALLERID(number)' (from 'CALLERID(number)})' len 16)
  3414. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4618 ast_str_substitute_variables_full: Function CALLERID(number) result is '+125300000'
  3415. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  3416. Event: VarSet
  3417. Privilege: dialplan,all
  3418. Channel: SIP/flowroute-0000001b
  3419. ChannelState: 6
  3420. ChannelStateDesc: Up
  3421. CallerIDNum: +125300000
  3422. CallerIDName: +125300000
  3423. ConnectedLineNum: <unknown>
  3424. ConnectedLineName: <unknown>
  3425. Language: en
  3426. AccountCode:
  3427. Context: macro-user-callerid
  3428. Exten: s
  3429. Priority: 4
  3430. Uniqueid: 1450726148.27
  3431. Linkedid: 1450726148.27
  3432. Variable: MACRO_DEPTH
  3433. Value: 2
  3434.  
  3435.  
  3436. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'REALCALLERIDNUM' is '+125300000'
  3437. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: db.c:376 db_get_common: Unable to find key '+125300000/user' in family 'DEVICE'
  3438. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: func_db.c:151 function_db_read: DB: DEVICE/+125300000/user not found in database.
  3439. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function DB(DEVICE/+125300000/user) result is ''
  3440. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  3441. -- Executing [s@macro-user-callerid:5] Set("SIP/flowroute-0000001b", "AMPUSER=") in new stack
  3442. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  3443. Event: Newexten
  3444. Privilege: call,all
  3445. Channel: SIP/flowroute-0000001b
  3446. ChannelState: 6
  3447. ChannelStateDesc: Up
  3448. CallerIDNum: +125300000
  3449. CallerIDName: +125300000
  3450. ConnectedLineNum: <unknown>
  3451. ConnectedLineName: <unknown>
  3452. Language: en
  3453. AccountCode:
  3454. Context: macro-user-callerid
  3455. Exten: s
  3456. Priority: 5
  3457. Uniqueid: 1450726148.27
  3458. Linkedid: 1450726148.27
  3459. Extension: s
  3460. Application: Set
  3461. AppData: AMPUSER=
  3462.  
  3463.  
  3464. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  3465. Event: VarSet
  3466. Privilege: dialplan,all
  3467. Channel: SIP/flowroute-0000001b
  3468. ChannelState: 6
  3469. ChannelStateDesc: Up
  3470. CallerIDNum: +125300000
  3471. CallerIDName: +125300000
  3472. ConnectedLineNum: <unknown>
  3473. ConnectedLineName: <unknown>
  3474. Language: en
  3475. AccountCode:
  3476. Context: macro-user-callerid
  3477. Exten: s
  3478. Priority: 5
  3479. Uniqueid: 1450726148.27
  3480. Linkedid: 1450726148.27
  3481. Variable: AMPUSER
  3482. Value:
  3483.  
  3484.  
  3485. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Set
  3486. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  3487. Event: VarSet
  3488. Privilege: dialplan,all
  3489. Channel: SIP/flowroute-0000001b
  3490. ChannelState: 6
  3491. ChannelStateDesc: Up
  3492. CallerIDNum: +125300000
  3493. CallerIDName: +125300000
  3494. ConnectedLineNum: <unknown>
  3495. ConnectedLineName: <unknown>
  3496. Language: en
  3497. AccountCode:
  3498. Context: macro-user-callerid
  3499. Exten: s
  3500. Priority: 5
  3501. Uniqueid: 1450726148.27
  3502. Linkedid: 1450726148.27
  3503. Variable: MACRO_DEPTH
  3504. Value: 2
  3505.  
  3506.  
  3507. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'AMPUSER' is ''
  3508. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  3509. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf'
  3510. -- Executing [s@macro-user-callerid:6] GotoIf("SIP/flowroute-0000001b", "0?limit") in new stack
  3511. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  3512. Event: Newexten
  3513. Privilege: call,all
  3514. Channel: SIP/flowroute-0000001b
  3515. ChannelState: 6
  3516. ChannelStateDesc: Up
  3517. CallerIDNum: +125300000
  3518. CallerIDName: +125300000
  3519. ConnectedLineNum: <unknown>
  3520. ConnectedLineName: <unknown>
  3521. Language: en
  3522. AccountCode:
  3523. Context: macro-user-callerid
  3524. Exten: s
  3525. Priority: 6
  3526. Uniqueid: 1450726148.27
  3527. Linkedid: 1450726148.27
  3528. Extension: s
  3529. Application: GotoIf
  3530. AppData: 0?limit
  3531.  
  3532.  
  3533. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:11788 pbx_builtin_gotoif: Not taking any branch
  3534. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: GotoIf
  3535. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  3536. Event: VarSet
  3537. Privilege: dialplan,all
  3538. Channel: SIP/flowroute-0000001b
  3539. ChannelState: 6
  3540. ChannelStateDesc: Up
  3541. CallerIDNum: +125300000
  3542. CallerIDName: +125300000
  3543. ConnectedLineNum: <unknown>
  3544. ConnectedLineName: <unknown>
  3545. Language: en
  3546. AccountCode:
  3547. Context: macro-user-callerid
  3548. Exten: s
  3549. Priority: 6
  3550. Uniqueid: 1450726148.27
  3551. Linkedid: 1450726148.27
  3552. Variable: MACRO_DEPTH
  3553. Value: 2
  3554.  
  3555.  
  3556. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'AMPUSER' is ''
  3557. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: db.c:376 db_get_common: Unable to find key '/cidname' in family 'AMPUSER'
  3558. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: func_db.c:151 function_db_read: DB: AMPUSER//cidname not found in database.
  3559. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function DB(AMPUSER//cidname) result is ''
  3560. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  3561. -- Executing [s@macro-user-callerid:7] Set("SIP/flowroute-0000001b", "AMPUSERCIDNAME=") in new stack
  3562. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  3563. Event: Newexten
  3564. Privilege: call,all
  3565. Channel: SIP/flowroute-0000001b
  3566. ChannelState: 6
  3567. ChannelStateDesc: Up
  3568. CallerIDNum: +125300000
  3569. CallerIDName: +125300000
  3570. ConnectedLineNum: <unknown>
  3571. ConnectedLineName: <unknown>
  3572. Language: en
  3573. AccountCode:
  3574. Context: macro-user-callerid
  3575. Exten: s
  3576. Priority: 7
  3577. Uniqueid: 1450726148.27
  3578. Linkedid: 1450726148.27
  3579. Extension: s
  3580. Application: Set
  3581. AppData: AMPUSERCIDNAME=
  3582.  
  3583.  
  3584. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  3585. Event: VarSet
  3586. Privilege: dialplan,all
  3587. Channel: SIP/flowroute-0000001b
  3588. ChannelState: 6
  3589. ChannelStateDesc: Up
  3590. CallerIDNum: +125300000
  3591. CallerIDName: +125300000
  3592. ConnectedLineNum: <unknown>
  3593. ConnectedLineName: <unknown>
  3594. Language: en
  3595. AccountCode:
  3596. Context: macro-user-callerid
  3597. Exten: s
  3598. Priority: 7
  3599. Uniqueid: 1450726148.27
  3600. Linkedid: 1450726148.27
  3601. Variable: AMPUSERCIDNAME
  3602. Value:
  3603.  
  3604.  
  3605. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Set
  3606. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  3607. Event: VarSet
  3608. Privilege: dialplan,all
  3609. Channel: SIP/flowroute-0000001b
  3610. ChannelState: 6
  3611. ChannelStateDesc: Up
  3612. CallerIDNum: +125300000
  3613. CallerIDName: +125300000
  3614. ConnectedLineNum: <unknown>
  3615. ConnectedLineName: <unknown>
  3616. Language: en
  3617. AccountCode:
  3618. Context: macro-user-callerid
  3619. Exten: s
  3620. Priority: 7
  3621. Uniqueid: 1450726148.27
  3622. Linkedid: 1450726148.27
  3623. Variable: MACRO_DEPTH
  3624. Value: 2
  3625.  
  3626.  
  3627. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'AMPUSERCIDNAME' is ''
  3628. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '1'
  3629. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf'
  3630. -- Executing [s@macro-user-callerid:8] GotoIf("SIP/flowroute-0000001b", "1?report") in new stack
  3631. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  3632. Event: Newexten
  3633. Privilege: call,all
  3634. Channel: SIP/flowroute-0000001b
  3635. ChannelState: 6
  3636. ChannelStateDesc: Up
  3637. CallerIDNum: +125300000
  3638. CallerIDName: +125300000
  3639. ConnectedLineNum: <unknown>
  3640. ConnectedLineName: <unknown>
  3641. Language: en
  3642. AccountCode:
  3643. Context: macro-user-callerid
  3644. Exten: s
  3645. Priority: 8
  3646. Uniqueid: 1450726148.27
  3647. Linkedid: 1450726148.27
  3648. Extension: s
  3649. Application: GotoIf
  3650. AppData: 1?report
  3651.  
  3652.  
  3653. -- Goto (macro-user-callerid,s,15)
  3654. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: GotoIf
  3655. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  3656. Event: VarSet
  3657. Privilege: dialplan,all
  3658. Channel: SIP/flowroute-0000001b
  3659. ChannelState: 6
  3660. ChannelStateDesc: Up
  3661. CallerIDNum: +125300000
  3662. CallerIDName: +125300000
  3663. ConnectedLineNum: <unknown>
  3664. ConnectedLineName: <unknown>
  3665. Language: en
  3666. AccountCode:
  3667. Context: macro-user-callerid
  3668. Exten: s
  3669. Priority: 8
  3670. Uniqueid: 1450726148.27
  3671. Linkedid: 1450726148.27
  3672. Variable: MACRO_DEPTH
  3673. Value: 2
  3674.  
  3675.  
  3676. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is ''
  3677. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is ''
  3678. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  3679. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf'
  3680. -- Executing [s@macro-user-callerid:15] GotoIf("SIP/flowroute-0000001b", "0?continue") in new stack
  3681. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  3682. Event: Newexten
  3683. Privilege: call,all
  3684. Channel: SIP/flowroute-0000001b
  3685. ChannelState: 6
  3686. ChannelStateDesc: Up
  3687. CallerIDNum: +125300000
  3688. CallerIDName: +125300000
  3689. ConnectedLineNum: <unknown>
  3690. ConnectedLineName: <unknown>
  3691. Language: en
  3692. AccountCode:
  3693. Context: macro-user-callerid
  3694. Exten: s
  3695. Priority: 15
  3696. Uniqueid: 1450726148.27
  3697. Linkedid: 1450726148.27
  3698. Extension: s
  3699. Application: GotoIf
  3700. AppData: 0?continue
  3701.  
  3702.  
  3703. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:11788 pbx_builtin_gotoif: Not taking any branch
  3704. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: GotoIf
  3705. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  3706. Event: VarSet
  3707. Privilege: dialplan,all
  3708. Channel: SIP/flowroute-0000001b
  3709. ChannelState: 6
  3710. ChannelStateDesc: Up
  3711. CallerIDNum: +125300000
  3712. CallerIDName: +125300000
  3713. ConnectedLineNum: <unknown>
  3714. ConnectedLineName: <unknown>
  3715. Language: en
  3716. AccountCode:
  3717. Context: macro-user-callerid
  3718. Exten: s
  3719. Priority: 15
  3720. Uniqueid: 1450726148.27
  3721. Linkedid: 1450726148.27
  3722. Variable: MACRO_DEPTH
  3723. Value: 2
  3724.  
  3725.  
  3726. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'CALLEE_ACCOUNCODE' is NULL
  3727. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '1'
  3728. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'MACRO_CONTEXT' is 'macro-exten-vm'
  3729. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '1'
  3730. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG2' is '2002'
  3731. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'MACRO_EXTEN' is 's'
  3732. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function IF(1?2002:s) result is '2002'
  3733. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: db.c:376 db_get_common: Unable to find key '2002/accountcode' in family 'AMPUSER'
  3734. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: func_db.c:151 function_db_read: DB: AMPUSER/2002/accountcode not found in database.
  3735. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function DB(AMPUSER/2002/accountcode) result is ''
  3736. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'ExecIf'
  3737. -- Executing [s@macro-user-callerid:16] ExecIf("SIP/flowroute-0000001b", "1?Set(__CALLEE_ACCOUNCODE=)") in new stack
  3738. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  3739. Event: Newexten
  3740. Privilege: call,all
  3741. Channel: SIP/flowroute-0000001b
  3742. ChannelState: 6
  3743. ChannelStateDesc: Up
  3744. CallerIDNum: +125300000
  3745. CallerIDName: +125300000
  3746. ConnectedLineNum: <unknown>
  3747. ConnectedLineName: <unknown>
  3748. Language: en
  3749. AccountCode:
  3750. Context: macro-user-callerid
  3751. Exten: s
  3752. Priority: 16
  3753. Uniqueid: 1450726148.27
  3754. Linkedid: 1450726148.27
  3755. Extension: s
  3756. Application: ExecIf
  3757. AppData: 1?Set(__CALLEE_ACCOUNCODE=)
  3758.  
  3759.  
  3760. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  3761. Event: VarSet
  3762. Privilege: dialplan,all
  3763. Channel: SIP/flowroute-0000001b
  3764. ChannelState: 6
  3765. ChannelStateDesc: Up
  3766. CallerIDNum: +125300000
  3767. CallerIDName: +125300000
  3768. ConnectedLineNum: <unknown>
  3769. ConnectedLineName: <unknown>
  3770. Language: en
  3771. AccountCode:
  3772. Context: macro-user-callerid
  3773. Exten: s
  3774. Priority: 16
  3775. Uniqueid: 1450726148.27
  3776. Linkedid: 1450726148.27
  3777. Variable: __CALLEE_ACCOUNCODE
  3778. Value:
  3779.  
  3780.  
  3781. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: ExecIf
  3782. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'CALLEE_ACCOUNCODE' (from 'CALLEE_ACCOUNCODE}" = ""' len 17)
  3783. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'CALLEE_ACCOUNCODE' is ''
  3784. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4676 ast_str_substitute_variables_full: Expression result is '1'
  3785. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'DB(AMPUSER/${IF($["${MACRO_CONTEXT}"="macro-exten-vm"]?${ARG2}:${MACRO_EXTEN})}/accountcode)' (from 'DB(AMPUSER/${IF($["${MACRO_CONTEXT}"="macro-exten-vm"]?${ARG2}:${MACRO_EXTEN})}/accountcode)})' len 92)
  3786. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'IF($["${MACRO_CONTEXT}"="macro-exten-vm"]?${ARG2}:${MACRO_EXTEN})' (from 'IF($["${MACRO_CONTEXT}"="macro-exten-vm"]?${ARG2}:${MACRO_EXTEN})}/accountcode)' len 65)
  3787. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'MACRO_CONTEXT' (from 'MACRO_CONTEXT}"="macro-exten-vm"' len 13)
  3788. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'MACRO_CONTEXT' is 'macro-exten-vm'
  3789. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4676 ast_str_substitute_variables_full: Expression result is '1'
  3790. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'ARG2' (from 'ARG2}:${MACRO_EXTEN})' len 4)
  3791. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG2' is '2002'
  3792. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'MACRO_EXTEN' (from 'MACRO_EXTEN})' len 11)
  3793. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'MACRO_EXTEN' is 's'
  3794. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4618 ast_str_substitute_variables_full: Function IF(1?2002:s) result is '2002'
  3795. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: db.c:376 db_get_common: Unable to find key '2002/accountcode' in family 'AMPUSER'
  3796. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: func_db.c:151 function_db_read: DB: AMPUSER/2002/accountcode not found in database.
  3797. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4618 ast_str_substitute_variables_full: Function DB(AMPUSER/2002/accountcode) result is ''
  3798. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  3799. Event: VarSet
  3800. Privilege: dialplan,all
  3801. Channel: SIP/flowroute-0000001b
  3802. ChannelState: 6
  3803. ChannelStateDesc: Up
  3804. CallerIDNum: +125300000
  3805. CallerIDName: +125300000
  3806. ConnectedLineNum: <unknown>
  3807. ConnectedLineName: <unknown>
  3808. Language: en
  3809. AccountCode:
  3810. Context: macro-user-callerid
  3811. Exten: s
  3812. Priority: 16
  3813. Uniqueid: 1450726148.27
  3814. Linkedid: 1450726148.27
  3815. Variable: MACRO_DEPTH
  3816. Value: 2
  3817.  
  3818.  
  3819. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'TTL' is NULL
  3820. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '1'
  3821. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'TTL' is NULL
  3822. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '-1'
  3823. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function IF(1?64:-1) result is '64'
  3824. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  3825. -- Executing [s@macro-user-callerid:17] Set("SIP/flowroute-0000001b", "__TTL=64") in new stack
  3826. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  3827. Event: Newexten
  3828. Privilege: call,all
  3829. Channel: SIP/flowroute-0000001b
  3830. ChannelState: 6
  3831. ChannelStateDesc: Up
  3832. CallerIDNum: +125300000
  3833. CallerIDName: +125300000
  3834. ConnectedLineNum: <unknown>
  3835. ConnectedLineName: <unknown>
  3836. Language: en
  3837. AccountCode:
  3838. Context: macro-user-callerid
  3839. Exten: s
  3840. Priority: 17
  3841. Uniqueid: 1450726148.27
  3842. Linkedid: 1450726148.27
  3843. Extension: s
  3844. Application: Set
  3845. AppData: __TTL=64
  3846.  
  3847.  
  3848. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  3849. Event: VarSet
  3850. Privilege: dialplan,all
  3851. Channel: SIP/flowroute-0000001b
  3852. ChannelState: 6
  3853. ChannelStateDesc: Up
  3854. CallerIDNum: +125300000
  3855. CallerIDName: +125300000
  3856. ConnectedLineNum: <unknown>
  3857. ConnectedLineName: <unknown>
  3858. Language: en
  3859. AccountCode:
  3860. Context: macro-user-callerid
  3861. Exten: s
  3862. Priority: 17
  3863. Uniqueid: 1450726148.27
  3864. Linkedid: 1450726148.27
  3865. Variable: __TTL
  3866. Value: 64
  3867.  
  3868.  
  3869. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Set
  3870. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  3871. Event: VarSet
  3872. Privilege: dialplan,all
  3873. Channel: SIP/flowroute-0000001b
  3874. ChannelState: 6
  3875. ChannelStateDesc: Up
  3876. CallerIDNum: +125300000
  3877. CallerIDName: +125300000
  3878. ConnectedLineNum: <unknown>
  3879. ConnectedLineName: <unknown>
  3880. Language: en
  3881. AccountCode:
  3882. Context: macro-user-callerid
  3883. Exten: s
  3884. Priority: 17
  3885. Uniqueid: 1450726148.27
  3886. Linkedid: 1450726148.27
  3887. Variable: MACRO_DEPTH
  3888. Value: 2
  3889.  
  3890.  
  3891. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'TTL' is '64'
  3892. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '1'
  3893. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf'
  3894. -- Executing [s@macro-user-callerid:18] GotoIf("SIP/flowroute-0000001b", "1?continue") in new stack
  3895. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  3896. Event: Newexten
  3897. Privilege: call,all
  3898. Channel: SIP/flowroute-0000001b
  3899. ChannelState: 6
  3900. ChannelStateDesc: Up
  3901. CallerIDNum: +125300000
  3902. CallerIDName: +125300000
  3903. ConnectedLineNum: <unknown>
  3904. ConnectedLineName: <unknown>
  3905. Language: en
  3906. AccountCode:
  3907. Context: macro-user-callerid
  3908. Exten: s
  3909. Priority: 18
  3910. Uniqueid: 1450726148.27
  3911. Linkedid: 1450726148.27
  3912. Extension: s
  3913. Application: GotoIf
  3914. AppData: 1?continue
  3915.  
  3916.  
  3917. -- Goto (macro-user-callerid,s,29)
  3918. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: GotoIf
  3919. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  3920. Event: VarSet
  3921. Privilege: dialplan,all
  3922. Channel: SIP/flowroute-0000001b
  3923. ChannelState: 6
  3924. ChannelStateDesc: Up
  3925. CallerIDNum: +125300000
  3926. CallerIDName: +125300000
  3927. ConnectedLineNum: <unknown>
  3928. ConnectedLineName: <unknown>
  3929. Language: en
  3930. AccountCode:
  3931. Context: macro-user-callerid
  3932. Exten: s
  3933. Priority: 18
  3934. Uniqueid: 1450726148.27
  3935. Linkedid: 1450726148.27
  3936. Variable: MACRO_DEPTH
  3937. Value: 2
  3938.  
  3939.  
  3940. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function CALLERID(number) result is '+125300000'
  3941. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  3942. -- Executing [s@macro-user-callerid:29] Set("SIP/flowroute-0000001b", "CALLERID(number)=+125300000") in new stack
  3943. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  3944. Event: Newexten
  3945. Privilege: call,all
  3946. Channel: SIP/flowroute-0000001b
  3947. ChannelState: 6
  3948. ChannelStateDesc: Up
  3949. CallerIDNum: +125300000
  3950. CallerIDName: +125300000
  3951. ConnectedLineNum: <unknown>
  3952. ConnectedLineName: <unknown>
  3953. Language: en
  3954. AccountCode:
  3955. Context: macro-user-callerid
  3956. Exten: s
  3957. Priority: 29
  3958. Uniqueid: 1450726148.27
  3959. Linkedid: 1450726148.27
  3960. Extension: s
  3961. Application: Set
  3962. AppData: CALLERID(number)=+125300000
  3963.  
  3964.  
  3965. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Set
  3966. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  3967. Event: VarSet
  3968. Privilege: dialplan,all
  3969. Channel: SIP/flowroute-0000001b
  3970. ChannelState: 6
  3971. ChannelStateDesc: Up
  3972. CallerIDNum: +125300000
  3973. CallerIDName: +125300000
  3974. ConnectedLineNum: <unknown>
  3975. ConnectedLineName: <unknown>
  3976. Language: en
  3977. AccountCode:
  3978. Context: macro-user-callerid
  3979. Exten: s
  3980. Priority: 29
  3981. Uniqueid: 1450726148.27
  3982. Linkedid: 1450726148.27
  3983. Variable: MACRO_DEPTH
  3984. Value: 2
  3985.  
  3986.  
  3987. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function CALLERID(name) result is '+125300000'
  3988. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  3989. -- Executing [s@macro-user-callerid:30] Set("SIP/flowroute-0000001b", "CALLERID(name)=+125300000") in new stack
  3990. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  3991. Event: Newexten
  3992. Privilege: call,all
  3993. Channel: SIP/flowroute-0000001b
  3994. ChannelState: 6
  3995. ChannelStateDesc: Up
  3996. CallerIDNum: +125300000
  3997. CallerIDName: +125300000
  3998. ConnectedLineNum: <unknown>
  3999. ConnectedLineName: <unknown>
  4000. Language: en
  4001. AccountCode:
  4002. Context: macro-user-callerid
  4003. Exten: s
  4004. Priority: 30
  4005. Uniqueid: 1450726148.27
  4006. Linkedid: 1450726148.27
  4007. Extension: s
  4008. Application: Set
  4009. AppData: CALLERID(name)=+125300000
  4010.  
  4011.  
  4012. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Set
  4013. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  4014. Event: VarSet
  4015. Privilege: dialplan,all
  4016. Channel: SIP/flowroute-0000001b
  4017. ChannelState: 6
  4018. ChannelStateDesc: Up
  4019. CallerIDNum: +125300000
  4020. CallerIDName: +125300000
  4021. ConnectedLineNum: <unknown>
  4022. ConnectedLineName: <unknown>
  4023. Language: en
  4024. AccountCode:
  4025. Context: macro-user-callerid
  4026. Exten: s
  4027. Priority: 30
  4028. Uniqueid: 1450726148.27
  4029. Linkedid: 1450726148.27
  4030. Variable: MACRO_DEPTH
  4031. Value: 2
  4032.  
  4033.  
  4034. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function CALLERID(num) result is '+125300000'
  4035. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  4036. -- Executing [s@macro-user-callerid:31] Set("SIP/flowroute-0000001b", "CDR(cnum)=+125300000") in new stack
  4037. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  4038. Event: Newexten
  4039. Privilege: call,all
  4040. Channel: SIP/flowroute-0000001b
  4041. ChannelState: 6
  4042. ChannelStateDesc: Up
  4043. CallerIDNum: +125300000
  4044. CallerIDName: +125300000
  4045. ConnectedLineNum: <unknown>
  4046. ConnectedLineName: <unknown>
  4047. Language: en
  4048. AccountCode:
  4049. Context: macro-user-callerid
  4050. Exten: s
  4051. Priority: 31
  4052. Uniqueid: 1450726148.27
  4053. Linkedid: 1450726148.27
  4054. Extension: s
  4055. Application: Set
  4056. AppData: CDR(cnum)=+125300000
  4057.  
  4058.  
  4059. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Set
  4060. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  4061. Event: VarSet
  4062. Privilege: dialplan,all
  4063. Channel: SIP/flowroute-0000001b
  4064. ChannelState: 6
  4065. ChannelStateDesc: Up
  4066. CallerIDNum: +125300000
  4067. CallerIDName: +125300000
  4068. ConnectedLineNum: <unknown>
  4069. ConnectedLineName: <unknown>
  4070. Language: en
  4071. AccountCode:
  4072. Context: macro-user-callerid
  4073. Exten: s
  4074. Priority: 31
  4075. Uniqueid: 1450726148.27
  4076. Linkedid: 1450726148.27
  4077. Variable: MACRO_DEPTH
  4078. Value: 2
  4079.  
  4080.  
  4081. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function CALLERID(name) result is '+125300000'
  4082. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  4083. -- Executing [s@macro-user-callerid:32] Set("SIP/flowroute-0000001b", "CDR(cnam)=+125300000") in new stack
  4084. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  4085. Event: Newexten
  4086. Privilege: call,all
  4087. Channel: SIP/flowroute-0000001b
  4088. ChannelState: 6
  4089. ChannelStateDesc: Up
  4090. CallerIDNum: +125300000
  4091. CallerIDName: +125300000
  4092. ConnectedLineNum: <unknown>
  4093. ConnectedLineName: <unknown>
  4094. Language: en
  4095. AccountCode:
  4096. Context: macro-user-callerid
  4097. Exten: s
  4098. Priority: 32
  4099. Uniqueid: 1450726148.27
  4100. Linkedid: 1450726148.27
  4101. Extension: s
  4102. Application: Set
  4103. AppData: CDR(cnam)=+125300000
  4104.  
  4105.  
  4106. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Set
  4107. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  4108. Event: VarSet
  4109. Privilege: dialplan,all
  4110. Channel: SIP/flowroute-0000001b
  4111. ChannelState: 6
  4112. ChannelStateDesc: Up
  4113. CallerIDNum: +125300000
  4114. CallerIDName: +125300000
  4115. ConnectedLineNum: <unknown>
  4116. ConnectedLineName: <unknown>
  4117. Language: en
  4118. AccountCode:
  4119. Context: macro-user-callerid
  4120. Exten: s
  4121. Priority: 32
  4122. Uniqueid: 1450726148.27
  4123. Linkedid: 1450726148.27
  4124. Variable: MACRO_DEPTH
  4125. Value: 2
  4126.  
  4127.  
  4128. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'CHANNEL(language)' (from 'CHANNEL(language)}' len 17)
  4129. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4618 ast_str_substitute_variables_full: Function CHANNEL(language) result is 'en'
  4130. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function MASTER_CHANNEL(CHANNEL(language)) result is 'en'
  4131. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  4132. -- Executing [s@macro-user-callerid:33] Set("SIP/flowroute-0000001b", "CHANNEL(language)=en") in new stack
  4133. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  4134. Event: Newexten
  4135. Privilege: call,all
  4136. Channel: SIP/flowroute-0000001b
  4137. ChannelState: 6
  4138. ChannelStateDesc: Up
  4139. CallerIDNum: +125300000
  4140. CallerIDName: +125300000
  4141. ConnectedLineNum: <unknown>
  4142. ConnectedLineName: <unknown>
  4143. Language: en
  4144. AccountCode:
  4145. Context: macro-user-callerid
  4146. Exten: s
  4147. Priority: 33
  4148. Uniqueid: 1450726148.27
  4149. Linkedid: 1450726148.27
  4150. Extension: s
  4151. Application: Set
  4152. AppData: CHANNEL(language)=en
  4153.  
  4154.  
  4155. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Set
  4156. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  4157. Event: VarSet
  4158. Privilege: dialplan,all
  4159. Channel: SIP/flowroute-0000001b
  4160. ChannelState: 6
  4161. ChannelStateDesc: Up
  4162. CallerIDNum: +125300000
  4163. CallerIDName: +125300000
  4164. ConnectedLineNum: <unknown>
  4165. ConnectedLineName: <unknown>
  4166. Language: en
  4167. AccountCode:
  4168. Context: macro-user-callerid
  4169. Exten: s
  4170. Priority: 33
  4171. Uniqueid: 1450726148.27
  4172. Linkedid: 1450726148.27
  4173. Variable: MACRO_DEPTH
  4174. Value: 1
  4175.  
  4176.  
  4177. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  4178. Event: VarSet
  4179. Privilege: dialplan,all
  4180. Channel: SIP/flowroute-0000001b
  4181. ChannelState: 6
  4182. ChannelStateDesc: Up
  4183. CallerIDNum: +125300000
  4184. CallerIDName: +125300000
  4185. ConnectedLineNum: <unknown>
  4186. ConnectedLineName: <unknown>
  4187. Language: en
  4188. AccountCode:
  4189. Context: macro-user-callerid
  4190. Exten: s
  4191. Priority: 33
  4192. Uniqueid: 1450726148.27
  4193. Linkedid: 1450726148.27
  4194. Variable: ARG1
  4195. Value: novm
  4196.  
  4197.  
  4198. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  4199. Event: VarSet
  4200. Privilege: dialplan,all
  4201. Channel: SIP/flowroute-0000001b
  4202. ChannelState: 6
  4203. ChannelStateDesc: Up
  4204. CallerIDNum: +125300000
  4205. CallerIDName: +125300000
  4206. ConnectedLineNum: <unknown>
  4207. ConnectedLineName: <unknown>
  4208. Language: en
  4209. AccountCode:
  4210. Context: macro-user-callerid
  4211. Exten: s
  4212. Priority: 33
  4213. Uniqueid: 1450726148.27
  4214. Linkedid: 1450726148.27
  4215. Variable: MACRO_EXTEN
  4216. Value: 2002
  4217.  
  4218.  
  4219. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  4220. Event: VarSet
  4221. Privilege: dialplan,all
  4222. Channel: SIP/flowroute-0000001b
  4223. ChannelState: 6
  4224. ChannelStateDesc: Up
  4225. CallerIDNum: +125300000
  4226. CallerIDName: +125300000
  4227. ConnectedLineNum: <unknown>
  4228. ConnectedLineName: <unknown>
  4229. Language: en
  4230. AccountCode:
  4231. Context: macro-user-callerid
  4232. Exten: s
  4233. Priority: 33
  4234. Uniqueid: 1450726148.27
  4235. Linkedid: 1450726148.27
  4236. Variable: MACRO_CONTEXT
  4237. Value: ext-local
  4238.  
  4239.  
  4240. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  4241. Event: VarSet
  4242. Privilege: dialplan,all
  4243. Channel: SIP/flowroute-0000001b
  4244. ChannelState: 6
  4245. ChannelStateDesc: Up
  4246. CallerIDNum: +125300000
  4247. CallerIDName: +125300000
  4248. ConnectedLineNum: <unknown>
  4249. ConnectedLineName: <unknown>
  4250. Language: en
  4251. AccountCode:
  4252. Context: macro-user-callerid
  4253. Exten: s
  4254. Priority: 33
  4255. Uniqueid: 1450726148.27
  4256. Linkedid: 1450726148.27
  4257. Variable: MACRO_PRIORITY
  4258. Value: 2
  4259.  
  4260.  
  4261. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Macro
  4262. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  4263. Event: VarSet
  4264. Privilege: dialplan,all
  4265. Channel: SIP/flowroute-0000001b
  4266. ChannelState: 6
  4267. ChannelStateDesc: Up
  4268. CallerIDNum: +125300000
  4269. CallerIDName: +125300000
  4270. ConnectedLineNum: <unknown>
  4271. ConnectedLineName: <unknown>
  4272. Language: en
  4273. AccountCode:
  4274. Context: macro-user-callerid
  4275. Exten: s
  4276. Priority: 33
  4277. Uniqueid: 1450726148.27
  4278. Linkedid: 1450726148.27
  4279. Variable: MACRO_DEPTH
  4280. Value: 1
  4281.  
  4282.  
  4283. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  4284. -- Executing [s@macro-exten-vm:2] Set("SIP/flowroute-0000001b", "RingGroupMethod=none") in new stack
  4285. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  4286. Event: Newexten
  4287. Privilege: call,all
  4288. Channel: SIP/flowroute-0000001b
  4289. ChannelState: 6
  4290. ChannelStateDesc: Up
  4291. CallerIDNum: +125300000
  4292. CallerIDName: +125300000
  4293. ConnectedLineNum: <unknown>
  4294. ConnectedLineName: <unknown>
  4295. Language: en
  4296. AccountCode:
  4297. Context: macro-exten-vm
  4298. Exten: s
  4299. Priority: 2
  4300. Uniqueid: 1450726148.27
  4301. Linkedid: 1450726148.27
  4302. Extension: s
  4303. Application: Set
  4304. AppData: RingGroupMethod=none
  4305.  
  4306.  
  4307. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  4308. Event: VarSet
  4309. Privilege: dialplan,all
  4310. Channel: SIP/flowroute-0000001b
  4311. ChannelState: 6
  4312. ChannelStateDesc: Up
  4313. CallerIDNum: +125300000
  4314. CallerIDName: +125300000
  4315. ConnectedLineNum: <unknown>
  4316. ConnectedLineName: <unknown>
  4317. Language: en
  4318. AccountCode:
  4319. Context: macro-exten-vm
  4320. Exten: s
  4321. Priority: 2
  4322. Uniqueid: 1450726148.27
  4323. Linkedid: 1450726148.27
  4324. Variable: RingGroupMethod
  4325. Value: none
  4326.  
  4327.  
  4328. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Set
  4329. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  4330. Event: VarSet
  4331. Privilege: dialplan,all
  4332. Channel: SIP/flowroute-0000001b
  4333. ChannelState: 6
  4334. ChannelStateDesc: Up
  4335. CallerIDNum: +125300000
  4336. CallerIDName: +125300000
  4337. ConnectedLineNum: <unknown>
  4338. ConnectedLineName: <unknown>
  4339. Language: en
  4340. AccountCode:
  4341. Context: macro-exten-vm
  4342. Exten: s
  4343. Priority: 2
  4344. Uniqueid: 1450726148.27
  4345. Linkedid: 1450726148.27
  4346. Variable: MACRO_DEPTH
  4347. Value: 1
  4348.  
  4349.  
  4350. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG2' is '2002'
  4351. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  4352. -- Executing [s@macro-exten-vm:3] Set("SIP/flowroute-0000001b", "__EXTTOCALL=2002") in new stack
  4353. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  4354. Event: Newexten
  4355. Privilege: call,all
  4356. Channel: SIP/flowroute-0000001b
  4357. ChannelState: 6
  4358. ChannelStateDesc: Up
  4359. CallerIDNum: +125300000
  4360. CallerIDName: +125300000
  4361. ConnectedLineNum: <unknown>
  4362. ConnectedLineName: <unknown>
  4363. Language: en
  4364. AccountCode:
  4365. Context: macro-exten-vm
  4366. Exten: s
  4367. Priority: 3
  4368. Uniqueid: 1450726148.27
  4369. Linkedid: 1450726148.27
  4370. Extension: s
  4371. Application: Set
  4372. AppData: __EXTTOCALL=2002
  4373.  
  4374.  
  4375. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  4376. Event: VarSet
  4377. Privilege: dialplan,all
  4378. Channel: SIP/flowroute-0000001b
  4379. ChannelState: 6
  4380. ChannelStateDesc: Up
  4381. CallerIDNum: +125300000
  4382. CallerIDName: +125300000
  4383. ConnectedLineNum: <unknown>
  4384. ConnectedLineName: <unknown>
  4385. Language: en
  4386. AccountCode:
  4387. Context: macro-exten-vm
  4388. Exten: s
  4389. Priority: 3
  4390. Uniqueid: 1450726148.27
  4391. Linkedid: 1450726148.27
  4392. Variable: __EXTTOCALL
  4393. Value: 2002
  4394.  
  4395.  
  4396. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Set
  4397. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  4398. Event: VarSet
  4399. Privilege: dialplan,all
  4400. Channel: SIP/flowroute-0000001b
  4401. ChannelState: 6
  4402. ChannelStateDesc: Up
  4403. CallerIDNum: +125300000
  4404. CallerIDName: +125300000
  4405. ConnectedLineNum: <unknown>
  4406. ConnectedLineName: <unknown>
  4407. Language: en
  4408. AccountCode:
  4409. Context: macro-exten-vm
  4410. Exten: s
  4411. Priority: 3
  4412. Uniqueid: 1450726148.27
  4413. Linkedid: 1450726148.27
  4414. Variable: MACRO_DEPTH
  4415. Value: 1
  4416.  
  4417.  
  4418. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG2' is '2002'
  4419. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  4420. -- Executing [s@macro-exten-vm:4] Set("SIP/flowroute-0000001b", "__PICKUPMARK=2002") in new stack
  4421. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  4422. Event: Newexten
  4423. Privilege: call,all
  4424. Channel: SIP/flowroute-0000001b
  4425. ChannelState: 6
  4426. ChannelStateDesc: Up
  4427. CallerIDNum: +125300000
  4428. CallerIDName: +125300000
  4429. ConnectedLineNum: <unknown>
  4430. ConnectedLineName: <unknown>
  4431. Language: en
  4432. AccountCode:
  4433. Context: macro-exten-vm
  4434. Exten: s
  4435. Priority: 4
  4436. Uniqueid: 1450726148.27
  4437. Linkedid: 1450726148.27
  4438. Extension: s
  4439. Application: Set
  4440. AppData: __PICKUPMARK=2002
  4441.  
  4442.  
  4443. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  4444. Event: VarSet
  4445. Privilege: dialplan,all
  4446. Channel: SIP/flowroute-0000001b
  4447. ChannelState: 6
  4448. ChannelStateDesc: Up
  4449. CallerIDNum: +125300000
  4450. CallerIDName: +125300000
  4451. ConnectedLineNum: <unknown>
  4452. ConnectedLineName: <unknown>
  4453. Language: en
  4454. AccountCode:
  4455. Context: macro-exten-vm
  4456. Exten: s
  4457. Priority: 4
  4458. Uniqueid: 1450726148.27
  4459. Linkedid: 1450726148.27
  4460. Variable: __PICKUPMARK
  4461. Value: 2002
  4462.  
  4463.  
  4464. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Set
  4465. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  4466. Event: VarSet
  4467. Privilege: dialplan,all
  4468. Channel: SIP/flowroute-0000001b
  4469. ChannelState: 6
  4470. ChannelStateDesc: Up
  4471. CallerIDNum: +125300000
  4472. CallerIDName: +125300000
  4473. ConnectedLineNum: <unknown>
  4474. ConnectedLineName: <unknown>
  4475. Language: en
  4476. AccountCode:
  4477. Context: macro-exten-vm
  4478. Exten: s
  4479. Priority: 4
  4480. Uniqueid: 1450726148.27
  4481. Linkedid: 1450726148.27
  4482. Variable: MACRO_DEPTH
  4483. Value: 1
  4484.  
  4485.  
  4486. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is 'novm'
  4487. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTTOCALL' is '2002'
  4488. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: db.c:376 db_get_common: Unable to find key '2002' in family 'CFU'
  4489. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: func_db.c:151 function_db_read: DB: CFU/2002 not found in database.
  4490. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function DB(CFU/2002) result is ''
  4491. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTTOCALL' is '2002'
  4492. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: db.c:376 db_get_common: Unable to find key '2002' in family 'CFB'
  4493. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: func_db.c:151 function_db_read: DB: CFB/2002 not found in database.
  4494. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function DB(CFB/2002) result is ''
  4495. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG3' is '0'
  4496. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG4' is '0'
  4497. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG5' is '0'
  4498. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  4499. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'RINGTIMER' is '15'
  4500. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function IF(0?15:) result is ''
  4501. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  4502. -- Executing [s@macro-exten-vm:5] Set("SIP/flowroute-0000001b", "RT=") in new stack
  4503. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  4504. Event: Newexten
  4505. Privilege: call,all
  4506. Channel: SIP/flowroute-0000001b
  4507. ChannelState: 6
  4508. ChannelStateDesc: Up
  4509. CallerIDNum: +125300000
  4510. CallerIDName: +125300000
  4511. ConnectedLineNum: <unknown>
  4512. ConnectedLineName: <unknown>
  4513. Language: en
  4514. AccountCode:
  4515. Context: macro-exten-vm
  4516. Exten: s
  4517. Priority: 5
  4518. Uniqueid: 1450726148.27
  4519. Linkedid: 1450726148.27
  4520. Extension: s
  4521. Application: Set
  4522. AppData: RT=
  4523.  
  4524.  
  4525. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  4526. Event: VarSet
  4527. Privilege: dialplan,all
  4528. Channel: SIP/flowroute-0000001b
  4529. ChannelState: 6
  4530. ChannelStateDesc: Up
  4531. CallerIDNum: +125300000
  4532. CallerIDName: +125300000
  4533. ConnectedLineNum: <unknown>
  4534. ConnectedLineName: <unknown>
  4535. Language: en
  4536. AccountCode:
  4537. Context: macro-exten-vm
  4538. Exten: s
  4539. Priority: 5
  4540. Uniqueid: 1450726148.27
  4541. Linkedid: 1450726148.27
  4542. Variable: RT
  4543. Value:
  4544.  
  4545.  
  4546. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Set
  4547. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  4548. Event: VarSet
  4549. Privilege: dialplan,all
  4550. Channel: SIP/flowroute-0000001b
  4551. ChannelState: 6
  4552. ChannelStateDesc: Up
  4553. CallerIDNum: +125300000
  4554. CallerIDName: +125300000
  4555. ConnectedLineNum: <unknown>
  4556. ConnectedLineName: <unknown>
  4557. Language: en
  4558. AccountCode:
  4559. Context: macro-exten-vm
  4560. Exten: s
  4561. Priority: 5
  4562. Uniqueid: 1450726148.27
  4563. Linkedid: 1450726148.27
  4564. Variable: MACRO_DEPTH
  4565. Value: 1
  4566.  
  4567.  
  4568. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function REDIRECTING(reason) result is 'unknown'
  4569. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function SIP_HEADER(X-Digium-Call-Feature) result is '(null)'
  4570. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  4571. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is 'novm'
  4572. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  4573. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is 'novm'
  4574. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'IVR_RETVM' is NULL
  4575. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'ExecIf'
  4576. -- Executing [s@macro-exten-vm:6] ExecIf("SIP/flowroute-0000001b", "0?Macro(vm,novm,DIRECTDIAL,)") in new stack
  4577. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  4578. Event: Newexten
  4579. Privilege: call,all
  4580. Channel: SIP/flowroute-0000001b
  4581. ChannelState: 6
  4582. ChannelStateDesc: Up
  4583. CallerIDNum: +125300000
  4584. CallerIDName: +125300000
  4585. ConnectedLineNum: <unknown>
  4586. ConnectedLineName: <unknown>
  4587. Language: en
  4588. AccountCode:
  4589. Context: macro-exten-vm
  4590. Exten: s
  4591. Priority: 6
  4592. Uniqueid: 1450726148.27
  4593. Linkedid: 1450726148.27
  4594. Extension: s
  4595. Application: ExecIf
  4596. AppData: 0?Macro(vm,novm,DIRECTDIAL,)
  4597.  
  4598.  
  4599. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: ExecIf
  4600. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'REDIRECTING(reason)' (from 'REDIRECTING(reason)}" = "send_to_vm" | "${SIP_HEADER(X-Digium-Call-Feature)}" = "feature_send_to_vm"' len 19)
  4601. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4618 ast_str_substitute_variables_full: Function REDIRECTING(reason) result is 'unknown'
  4602. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'SIP_HEADER(X-Digium-Call-Feature)' (from 'SIP_HEADER(X-Digium-Call-Feature)}" = "feature_send_to_vm"' len 33)
  4603. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4618 ast_str_substitute_variables_full: Function SIP_HEADER(X-Digium-Call-Feature) result is '(null)'
  4604. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4676 ast_str_substitute_variables_full: Expression result is '0'
  4605. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'ARG1' (from 'ARG1}" != "novm"' len 4)
  4606. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is 'novm'
  4607. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4676 ast_str_substitute_variables_full: Expression result is '0'
  4608. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'ARG1' (from 'ARG1},DIRECTDIAL,${IVR_RETVM})' len 4)
  4609. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is 'novm'
  4610. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'IVR_RETVM' (from 'IVR_RETVM})' len 9)
  4611. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'IVR_RETVM' is NULL
  4612. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  4613. Event: VarSet
  4614. Privilege: dialplan,all
  4615. Channel: SIP/flowroute-0000001b
  4616. ChannelState: 6
  4617. ChannelStateDesc: Up
  4618. CallerIDNum: +125300000
  4619. CallerIDName: +125300000
  4620. ConnectedLineNum: <unknown>
  4621. ConnectedLineName: <unknown>
  4622. Language: en
  4623. AccountCode:
  4624. Context: macro-exten-vm
  4625. Exten: s
  4626. Priority: 6
  4627. Uniqueid: 1450726148.27
  4628. Linkedid: 1450726148.27
  4629. Variable: MACRO_DEPTH
  4630. Value: 1
  4631.  
  4632.  
  4633. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function REDIRECTING(reason) result is 'unknown'
  4634. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function SIP_HEADER(X-Digium-Call-Feature) result is '(null)'
  4635. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  4636. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is 'novm'
  4637. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  4638. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'ExecIf'
  4639. -- Executing [s@macro-exten-vm:7] ExecIf("SIP/flowroute-0000001b", "0?MacroExit()") in new stack
  4640. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  4641. Event: Newexten
  4642. Privilege: call,all
  4643. Channel: SIP/flowroute-0000001b
  4644. ChannelState: 6
  4645. ChannelStateDesc: Up
  4646. CallerIDNum: +125300000
  4647. CallerIDName: +125300000
  4648. ConnectedLineNum: <unknown>
  4649. ConnectedLineName: <unknown>
  4650. Language: en
  4651. AccountCode:
  4652. Context: macro-exten-vm
  4653. Exten: s
  4654. Priority: 7
  4655. Uniqueid: 1450726148.27
  4656. Linkedid: 1450726148.27
  4657. Extension: s
  4658. Application: ExecIf
  4659. AppData: 0?MacroExit()
  4660.  
  4661.  
  4662. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: ExecIf
  4663. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'REDIRECTING(reason)' (from 'REDIRECTING(reason)}" = "send_to_vm" | "${SIP_HEADER(X-Digium-Call-Feature)}" = "feature_send_to_vm"' len 19)
  4664. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4618 ast_str_substitute_variables_full: Function REDIRECTING(reason) result is 'unknown'
  4665. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'SIP_HEADER(X-Digium-Call-Feature)' (from 'SIP_HEADER(X-Digium-Call-Feature)}" = "feature_send_to_vm"' len 33)
  4666. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4618 ast_str_substitute_variables_full: Function SIP_HEADER(X-Digium-Call-Feature) result is '(null)'
  4667. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4676 ast_str_substitute_variables_full: Expression result is '0'
  4668. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'ARG1' (from 'ARG1}" != "novm"' len 4)
  4669. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is 'novm'
  4670. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4676 ast_str_substitute_variables_full: Expression result is '0'
  4671. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  4672. Event: VarSet
  4673. Privilege: dialplan,all
  4674. Channel: SIP/flowroute-0000001b
  4675. ChannelState: 6
  4676. ChannelStateDesc: Up
  4677. CallerIDNum: +125300000
  4678. CallerIDName: +125300000
  4679. ConnectedLineNum: <unknown>
  4680. ConnectedLineName: <unknown>
  4681. Language: en
  4682. AccountCode:
  4683. Context: macro-exten-vm
  4684. Exten: s
  4685. Priority: 7
  4686. Uniqueid: 1450726148.27
  4687. Linkedid: 1450726148.27
  4688. Variable: MACRO_DEPTH
  4689. Value: 1
  4690.  
  4691.  
  4692. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTTOCALL' is '2002'
  4693. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Gosub'
  4694. -- Executing [s@macro-exten-vm:8] Gosub("SIP/flowroute-0000001b", "sub-record-check,s,1(exten,2002,dontcare)") in new stack
  4695. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  4696. Event: Newexten
  4697. Privilege: call,all
  4698. Channel: SIP/flowroute-0000001b
  4699. ChannelState: 6
  4700. ChannelStateDesc: Up
  4701. CallerIDNum: +125300000
  4702. CallerIDName: +125300000
  4703. ConnectedLineNum: <unknown>
  4704. ConnectedLineName: <unknown>
  4705. Language: en
  4706. AccountCode:
  4707. Context: macro-exten-vm
  4708. Exten: s
  4709. Priority: 8
  4710. Uniqueid: 1450726148.27
  4711. Linkedid: 1450726148.27
  4712. Extension: s
  4713. Application: Gosub
  4714. AppData: sub-record-check,s,1(exten,2002,dontcare)
  4715.  
  4716.  
  4717. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  4718. Event: VarSet
  4719. Privilege: dialplan,all
  4720. Channel: SIP/flowroute-0000001b
  4721. ChannelState: 6
  4722. ChannelStateDesc: Up
  4723. CallerIDNum: +125300000
  4724. CallerIDName: +125300000
  4725. ConnectedLineNum: <unknown>
  4726. ConnectedLineName: <unknown>
  4727. Language: en
  4728. AccountCode:
  4729. Context: macro-exten-vm
  4730. Exten: s
  4731. Priority: 8
  4732. Uniqueid: 1450726148.27
  4733. Linkedid: 1450726148.27
  4734. Variable: LOCAL(ARG1)
  4735. Value: exten
  4736.  
  4737.  
  4738. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_stack.c:648 gosub_exec: Setting 'ARG1' to 'exten'
  4739. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  4740. Event: VarSet
  4741. Privilege: dialplan,all
  4742. Channel: SIP/flowroute-0000001b
  4743. ChannelState: 6
  4744. ChannelStateDesc: Up
  4745. CallerIDNum: +125300000
  4746. CallerIDName: +125300000
  4747. ConnectedLineNum: <unknown>
  4748. ConnectedLineName: <unknown>
  4749. Language: en
  4750. AccountCode:
  4751. Context: macro-exten-vm
  4752. Exten: s
  4753. Priority: 8
  4754. Uniqueid: 1450726148.27
  4755. Linkedid: 1450726148.27
  4756. Variable: LOCAL(ARG2)
  4757. Value: 2002
  4758.  
  4759.  
  4760. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_stack.c:648 gosub_exec: Setting 'ARG2' to '2002'
  4761. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  4762. Event: VarSet
  4763. Privilege: dialplan,all
  4764. Channel: SIP/flowroute-0000001b
  4765. ChannelState: 6
  4766. ChannelStateDesc: Up
  4767. CallerIDNum: +125300000
  4768. CallerIDName: +125300000
  4769. ConnectedLineNum: <unknown>
  4770. ConnectedLineName: <unknown>
  4771. Language: en
  4772. AccountCode:
  4773. Context: macro-exten-vm
  4774. Exten: s
  4775. Priority: 8
  4776. Uniqueid: 1450726148.27
  4777. Linkedid: 1450726148.27
  4778. Variable: LOCAL(ARG3)
  4779. Value: dontcare
  4780.  
  4781.  
  4782. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_stack.c:648 gosub_exec: Setting 'ARG3' to 'dontcare'
  4783. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  4784. Event: VarSet
  4785. Privilege: dialplan,all
  4786. Channel: SIP/flowroute-0000001b
  4787. ChannelState: 6
  4788. ChannelStateDesc: Up
  4789. CallerIDNum: +125300000
  4790. CallerIDName: +125300000
  4791. ConnectedLineNum: <unknown>
  4792. ConnectedLineName: <unknown>
  4793. Language: en
  4794. AccountCode:
  4795. Context: macro-exten-vm
  4796. Exten: s
  4797. Priority: 8
  4798. Uniqueid: 1450726148.27
  4799. Linkedid: 1450726148.27
  4800. Variable: LOCAL(ARGC)
  4801. Value: 3
  4802.  
  4803.  
  4804. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Gosub
  4805. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:443 _macro_exec: Incrementing gosub_level
  4806. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  4807. Event: VarSet
  4808. Privilege: dialplan,all
  4809. Channel: SIP/flowroute-0000001b
  4810. ChannelState: 6
  4811. ChannelStateDesc: Up
  4812. CallerIDNum: +125300000
  4813. CallerIDName: +125300000
  4814. ConnectedLineNum: <unknown>
  4815. ConnectedLineName: <unknown>
  4816. Language: en
  4817. AccountCode:
  4818. Context: macro-exten-vm
  4819. Exten: s
  4820. Priority: 8
  4821. Uniqueid: 1450726148.27
  4822. Linkedid: 1450726148.27
  4823. Variable: MACRO_DEPTH
  4824. Value: 1
  4825.  
  4826.  
  4827. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'FROMEXTEN' is '+125300000'
  4828. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function LEN(+125300000) result is '10'
  4829. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '10'
  4830. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf'
  4831. -- Executing [s@sub-record-check:1] GotoIf("SIP/flowroute-0000001b", "10?initialized") in new stack
  4832. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  4833. Event: Newexten
  4834. Privilege: call,all
  4835. Channel: SIP/flowroute-0000001b
  4836. ChannelState: 6
  4837. ChannelStateDesc: Up
  4838. CallerIDNum: +125300000
  4839. CallerIDName: +125300000
  4840. ConnectedLineNum: <unknown>
  4841. ConnectedLineName: <unknown>
  4842. Language: en
  4843. AccountCode:
  4844. Context: sub-record-check
  4845. Exten: s
  4846. Priority: 1
  4847. Uniqueid: 1450726148.27
  4848. Linkedid: 1450726148.27
  4849. Extension: s
  4850. Application: GotoIf
  4851. AppData: 10?initialized
  4852.  
  4853.  
  4854. -- Goto (sub-record-check,s,10)
  4855. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: GotoIf
  4856. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  4857. Event: VarSet
  4858. Privilege: dialplan,all
  4859. Channel: SIP/flowroute-0000001b
  4860. ChannelState: 6
  4861. ChannelStateDesc: Up
  4862. CallerIDNum: +125300000
  4863. CallerIDName: +125300000
  4864. ConnectedLineNum: <unknown>
  4865. ConnectedLineName: <unknown>
  4866. Language: en
  4867. AccountCode:
  4868. Context: sub-record-check
  4869. Exten: s
  4870. Priority: 1
  4871. Uniqueid: 1450726148.27
  4872. Linkedid: 1450726148.27
  4873. Variable: MACRO_DEPTH
  4874. Value: 1
  4875.  
  4876.  
  4877. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp'
  4878. -- Executing [s@sub-record-check:10] NoOp("SIP/flowroute-0000001b", "Recordings initialized") in new stack
  4879. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  4880. Event: Newexten
  4881. Privilege: call,all
  4882. Channel: SIP/flowroute-0000001b
  4883. ChannelState: 6
  4884. ChannelStateDesc: Up
  4885. CallerIDNum: +125300000
  4886. CallerIDName: +125300000
  4887. ConnectedLineNum: <unknown>
  4888. ConnectedLineName: <unknown>
  4889. Language: en
  4890. AccountCode:
  4891. Context: sub-record-check
  4892. Exten: s
  4893. Priority: 10
  4894. Uniqueid: 1450726148.27
  4895. Linkedid: 1450726148.27
  4896. Extension: s
  4897. Application: NoOp
  4898. AppData: Recordings initialized
  4899.  
  4900.  
  4901. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Noop
  4902. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  4903. Event: VarSet
  4904. Privilege: dialplan,all
  4905. Channel: SIP/flowroute-0000001b
  4906. ChannelState: 6
  4907. ChannelStateDesc: Up
  4908. CallerIDNum: +125300000
  4909. CallerIDName: +125300000
  4910. ConnectedLineNum: <unknown>
  4911. ConnectedLineName: <unknown>
  4912. Language: en
  4913. AccountCode:
  4914. Context: sub-record-check
  4915. Exten: s
  4916. Priority: 10
  4917. Uniqueid: 1450726148.27
  4918. Linkedid: 1450726148.27
  4919. Variable: MACRO_DEPTH
  4920. Value: 1
  4921.  
  4922.  
  4923. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG3' is 'dontcare'
  4924. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function LEN(dontcare) result is '8'
  4925. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  4926. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'ExecIf'
  4927. -- Executing [s@sub-record-check:11] ExecIf("SIP/flowroute-0000001b", "0?Set(ARG3=dontcare)") in new stack
  4928. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  4929. Event: Newexten
  4930. Privilege: call,all
  4931. Channel: SIP/flowroute-0000001b
  4932. ChannelState: 6
  4933. ChannelStateDesc: Up
  4934. CallerIDNum: +125300000
  4935. CallerIDName: +125300000
  4936. ConnectedLineNum: <unknown>
  4937. ConnectedLineName: <unknown>
  4938. Language: en
  4939. AccountCode:
  4940. Context: sub-record-check
  4941. Exten: s
  4942. Priority: 11
  4943. Uniqueid: 1450726148.27
  4944. Linkedid: 1450726148.27
  4945. Extension: s
  4946. Application: ExecIf
  4947. AppData: 0?Set(ARG3=dontcare)
  4948.  
  4949.  
  4950. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: ExecIf
  4951. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'LEN(${ARG3})' (from 'LEN(${ARG3})}' len 12)
  4952. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'ARG3' (from 'ARG3})' len 4)
  4953. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG3' is 'dontcare'
  4954. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4618 ast_str_substitute_variables_full: Function LEN(dontcare) result is '8'
  4955. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4676 ast_str_substitute_variables_full: Expression result is '0'
  4956. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  4957. Event: VarSet
  4958. Privilege: dialplan,all
  4959. Channel: SIP/flowroute-0000001b
  4960. ChannelState: 6
  4961. ChannelStateDesc: Up
  4962. CallerIDNum: +125300000
  4963. CallerIDName: +125300000
  4964. ConnectedLineNum: <unknown>
  4965. ConnectedLineName: <unknown>
  4966. Language: en
  4967. AccountCode:
  4968. Context: sub-record-check
  4969. Exten: s
  4970. Priority: 11
  4971. Uniqueid: 1450726148.27
  4972. Linkedid: 1450726148.27
  4973. Variable: MACRO_DEPTH
  4974. Value: 1
  4975.  
  4976.  
  4977. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'REC_POLICY_MODE' is NULL
  4978. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  4979. -- Executing [s@sub-record-check:12] Set("SIP/flowroute-0000001b", "REC_POLICY_MODE_SAVE=") in new stack
  4980. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  4981. Event: Newexten
  4982. Privilege: call,all
  4983. Channel: SIP/flowroute-0000001b
  4984. ChannelState: 6
  4985. ChannelStateDesc: Up
  4986. CallerIDNum: +125300000
  4987. CallerIDName: +125300000
  4988. ConnectedLineNum: <unknown>
  4989. ConnectedLineName: <unknown>
  4990. Language: en
  4991. AccountCode:
  4992. Context: sub-record-check
  4993. Exten: s
  4994. Priority: 12
  4995. Uniqueid: 1450726148.27
  4996. Linkedid: 1450726148.27
  4997. Extension: s
  4998. Application: Set
  4999. AppData: REC_POLICY_MODE_SAVE=
  5000.  
  5001.  
  5002. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5003. Event: VarSet
  5004. Privilege: dialplan,all
  5005. Channel: SIP/flowroute-0000001b
  5006. ChannelState: 6
  5007. ChannelStateDesc: Up
  5008. CallerIDNum: +125300000
  5009. CallerIDName: +125300000
  5010. ConnectedLineNum: <unknown>
  5011. ConnectedLineName: <unknown>
  5012. Language: en
  5013. AccountCode:
  5014. Context: sub-record-check
  5015. Exten: s
  5016. Priority: 12
  5017. Uniqueid: 1450726148.27
  5018. Linkedid: 1450726148.27
  5019. Variable: REC_POLICY_MODE_SAVE
  5020. Value:
  5021.  
  5022.  
  5023. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Set
  5024. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5025. Event: VarSet
  5026. Privilege: dialplan,all
  5027. Channel: SIP/flowroute-0000001b
  5028. ChannelState: 6
  5029. ChannelStateDesc: Up
  5030. CallerIDNum: +125300000
  5031. CallerIDName: +125300000
  5032. ConnectedLineNum: <unknown>
  5033. ConnectedLineName: <unknown>
  5034. Language: en
  5035. AccountCode:
  5036. Context: sub-record-check
  5037. Exten: s
  5038. Priority: 12
  5039. Uniqueid: 1450726148.27
  5040. Linkedid: 1450726148.27
  5041. Variable: MACRO_DEPTH
  5042. Value: 1
  5043.  
  5044.  
  5045. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'BLINDTRANSFER' is NULL
  5046. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'ATTENDEDTRANSFER' is NULL
  5047. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  5048. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'ExecIf'
  5049. -- Executing [s@sub-record-check:13] ExecIf("SIP/flowroute-0000001b", "0?Set(REC_STATUS=NO)") in new stack
  5050. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5051. Event: Newexten
  5052. Privilege: call,all
  5053. Channel: SIP/flowroute-0000001b
  5054. ChannelState: 6
  5055. ChannelStateDesc: Up
  5056. CallerIDNum: +125300000
  5057. CallerIDName: +125300000
  5058. ConnectedLineNum: <unknown>
  5059. ConnectedLineName: <unknown>
  5060. Language: en
  5061. AccountCode:
  5062. Context: sub-record-check
  5063. Exten: s
  5064. Priority: 13
  5065. Uniqueid: 1450726148.27
  5066. Linkedid: 1450726148.27
  5067. Extension: s
  5068. Application: ExecIf
  5069. AppData: 0?Set(REC_STATUS=NO)
  5070.  
  5071.  
  5072. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: ExecIf
  5073. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'BLINDTRANSFER' (from 'BLINDTRANSFER}${ATTENDEDTRANSFER}" != ""' len 13)
  5074. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'BLINDTRANSFER' is NULL
  5075. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'ATTENDEDTRANSFER' (from 'ATTENDEDTRANSFER}" != ""' len 16)
  5076. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'ATTENDEDTRANSFER' is NULL
  5077. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4676 ast_str_substitute_variables_full: Expression result is '0'
  5078. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5079. Event: VarSet
  5080. Privilege: dialplan,all
  5081. Channel: SIP/flowroute-0000001b
  5082. ChannelState: 6
  5083. ChannelStateDesc: Up
  5084. CallerIDNum: +125300000
  5085. CallerIDName: +125300000
  5086. ConnectedLineNum: <unknown>
  5087. ConnectedLineName: <unknown>
  5088. Language: en
  5089. AccountCode:
  5090. Context: sub-record-check
  5091. Exten: s
  5092. Priority: 13
  5093. Uniqueid: 1450726148.27
  5094. Linkedid: 1450726148.27
  5095. Variable: MACRO_DEPTH
  5096. Value: 1
  5097.  
  5098.  
  5099. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is 'exten'
  5100. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function LEN(exten) result is '5'
  5101. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '5'
  5102. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf'
  5103. -- Executing [s@sub-record-check:14] GotoIf("SIP/flowroute-0000001b", "5?checkaction") in new stack
  5104. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5105. Event: Newexten
  5106. Privilege: call,all
  5107. Channel: SIP/flowroute-0000001b
  5108. ChannelState: 6
  5109. ChannelStateDesc: Up
  5110. CallerIDNum: +125300000
  5111. CallerIDName: +125300000
  5112. ConnectedLineNum: <unknown>
  5113. ConnectedLineName: <unknown>
  5114. Language: en
  5115. AccountCode:
  5116. Context: sub-record-check
  5117. Exten: s
  5118. Priority: 14
  5119. Uniqueid: 1450726148.27
  5120. Linkedid: 1450726148.27
  5121. Extension: s
  5122. Application: GotoIf
  5123. AppData: 5?checkaction
  5124.  
  5125.  
  5126. -- Goto (sub-record-check,s,17)
  5127. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: GotoIf
  5128. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5129. Event: VarSet
  5130. Privilege: dialplan,all
  5131. Channel: SIP/flowroute-0000001b
  5132. ChannelState: 6
  5133. ChannelStateDesc: Up
  5134. CallerIDNum: +125300000
  5135. CallerIDName: +125300000
  5136. ConnectedLineNum: <unknown>
  5137. ConnectedLineName: <unknown>
  5138. Language: en
  5139. AccountCode:
  5140. Context: sub-record-check
  5141. Exten: s
  5142. Priority: 14
  5143. Uniqueid: 1450726148.27
  5144. Linkedid: 1450726148.27
  5145. Variable: MACRO_DEPTH
  5146. Value: 1
  5147.  
  5148.  
  5149. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is 'exten'
  5150. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function DIALPLAN_EXISTS(sub-record-check,exten) result is '1'
  5151. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '1'
  5152. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is 'exten'
  5153. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf'
  5154. -- Executing [s@sub-record-check:17] GotoIf("SIP/flowroute-0000001b", "1?sub-record-check,exten,1") in new stack
  5155. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5156. Event: Newexten
  5157. Privilege: call,all
  5158. Channel: SIP/flowroute-0000001b
  5159. ChannelState: 6
  5160. ChannelStateDesc: Up
  5161. CallerIDNum: +125300000
  5162. CallerIDName: +125300000
  5163. ConnectedLineNum: <unknown>
  5164. ConnectedLineName: <unknown>
  5165. Language: en
  5166. AccountCode:
  5167. Context: sub-record-check
  5168. Exten: s
  5169. Priority: 17
  5170. Uniqueid: 1450726148.27
  5171. Linkedid: 1450726148.27
  5172. Extension: s
  5173. Application: GotoIf
  5174. AppData: 1?sub-record-check,exten,1
  5175.  
  5176.  
  5177. -- Goto (sub-record-check,exten,1)
  5178. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: GotoIf
  5179. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5180. Event: VarSet
  5181. Privilege: dialplan,all
  5182. Channel: SIP/flowroute-0000001b
  5183. ChannelState: 6
  5184. ChannelStateDesc: Up
  5185. CallerIDNum: +125300000
  5186. CallerIDName: +125300000
  5187. ConnectedLineNum: <unknown>
  5188. ConnectedLineName: <unknown>
  5189. Language: en
  5190. AccountCode:
  5191. Context: sub-record-check
  5192. Exten: s
  5193. Priority: 17
  5194. Uniqueid: 1450726148.27
  5195. Linkedid: 1450726148.27
  5196. Variable: MACRO_DEPTH
  5197. Value: 1
  5198.  
  5199.  
  5200. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'FROMEXTEN' is '+125300000'
  5201. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG2' is '2002'
  5202. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp'
  5203. -- Executing [exten@sub-record-check:1] NoOp("SIP/flowroute-0000001b", "Exten Recording Check between +125300000 and 2002") in new stack
  5204. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5205. Event: Newexten
  5206. Privilege: call,all
  5207. Channel: SIP/flowroute-0000001b
  5208. ChannelState: 6
  5209. ChannelStateDesc: Up
  5210. CallerIDNum: +125300000
  5211. CallerIDName: +125300000
  5212. ConnectedLineNum: <unknown>
  5213. ConnectedLineName: <unknown>
  5214. Language: en
  5215. AccountCode:
  5216. Context: sub-record-check
  5217. Exten: exten
  5218. Priority: 1
  5219. Uniqueid: 1450726148.27
  5220. Linkedid: 1450726148.27
  5221. Extension: exten
  5222. Application: NoOp
  5223. AppData: Exten Recording Check between +125300000 and 2002
  5224.  
  5225.  
  5226. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Noop
  5227. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5228. Event: VarSet
  5229. Privilege: dialplan,all
  5230. Channel: SIP/flowroute-0000001b
  5231. ChannelState: 6
  5232. ChannelStateDesc: Up
  5233. CallerIDNum: +125300000
  5234. CallerIDName: +125300000
  5235. ConnectedLineNum: <unknown>
  5236. ConnectedLineName: <unknown>
  5237. Language: en
  5238. AccountCode:
  5239. Context: sub-record-check
  5240. Exten: exten
  5241. Priority: 1
  5242. Uniqueid: 1450726148.27
  5243. Linkedid: 1450726148.27
  5244. Variable: MACRO_DEPTH
  5245. Value: 1
  5246.  
  5247.  
  5248. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'FROM_DID' is '15865555555'
  5249. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function LEN(15865555555) result is '11'
  5250. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '11'
  5251. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function IF(11?external:internal) result is 'external'
  5252. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  5253. -- Executing [exten@sub-record-check:2] Set("SIP/flowroute-0000001b", "CALLTYPE=external") in new stack
  5254. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5255. Event: Newexten
  5256. Privilege: call,all
  5257. Channel: SIP/flowroute-0000001b
  5258. ChannelState: 6
  5259. ChannelStateDesc: Up
  5260. CallerIDNum: +125300000
  5261. CallerIDName: +125300000
  5262. ConnectedLineNum: <unknown>
  5263. ConnectedLineName: <unknown>
  5264. Language: en
  5265. AccountCode:
  5266. Context: sub-record-check
  5267. Exten: exten
  5268. Priority: 2
  5269. Uniqueid: 1450726148.27
  5270. Linkedid: 1450726148.27
  5271. Extension: exten
  5272. Application: Set
  5273. AppData: CALLTYPE=external
  5274.  
  5275.  
  5276. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5277. Event: VarSet
  5278. Privilege: dialplan,all
  5279. Channel: SIP/flowroute-0000001b
  5280. ChannelState: 6
  5281. ChannelStateDesc: Up
  5282. CallerIDNum: +125300000
  5283. CallerIDName: +125300000
  5284. ConnectedLineNum: <unknown>
  5285. ConnectedLineName: <unknown>
  5286. Language: en
  5287. AccountCode:
  5288. Context: sub-record-check
  5289. Exten: exten
  5290. Priority: 2
  5291. Uniqueid: 1450726148.27
  5292. Linkedid: 1450726148.27
  5293. Variable: CALLTYPE
  5294. Value: external
  5295.  
  5296.  
  5297. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Set
  5298. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5299. Event: VarSet
  5300. Privilege: dialplan,all
  5301. Channel: SIP/flowroute-0000001b
  5302. ChannelState: 6
  5303. ChannelStateDesc: Up
  5304. CallerIDNum: +125300000
  5305. CallerIDName: +125300000
  5306. ConnectedLineNum: <unknown>
  5307. ConnectedLineName: <unknown>
  5308. Language: en
  5309. AccountCode:
  5310. Context: sub-record-check
  5311. Exten: exten
  5312. Priority: 2
  5313. Uniqueid: 1450726148.27
  5314. Linkedid: 1450726148.27
  5315. Variable: MACRO_DEPTH
  5316. Value: 1
  5317.  
  5318.  
  5319. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'CALLTYPE_OVERRIDE' is NULL
  5320. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function LEN() result is '0'
  5321. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'CALLTYPE_OVERRIDE' is NULL
  5322. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'ExecIf'
  5323. -- Executing [exten@sub-record-check:3] ExecIf("SIP/flowroute-0000001b", "0?Set(CALLTYPE=)") in new stack
  5324. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5325. Event: Newexten
  5326. Privilege: call,all
  5327. Channel: SIP/flowroute-0000001b
  5328. ChannelState: 6
  5329. ChannelStateDesc: Up
  5330. CallerIDNum: +125300000
  5331. CallerIDName: +125300000
  5332. ConnectedLineNum: <unknown>
  5333. ConnectedLineName: <unknown>
  5334. Language: en
  5335. AccountCode:
  5336. Context: sub-record-check
  5337. Exten: exten
  5338. Priority: 3
  5339. Uniqueid: 1450726148.27
  5340. Linkedid: 1450726148.27
  5341. Extension: exten
  5342. Application: ExecIf
  5343. AppData: 0?Set(CALLTYPE=)
  5344.  
  5345.  
  5346. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: ExecIf
  5347. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'LEN(${CALLTYPE_OVERRIDE})' (from 'LEN(${CALLTYPE_OVERRIDE})}?Set(CALLTYPE=${CALLTYPE_OVERRIDE})' len 25)
  5348. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'CALLTYPE_OVERRIDE' (from 'CALLTYPE_OVERRIDE})' len 17)
  5349. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'CALLTYPE_OVERRIDE' is NULL
  5350. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4618 ast_str_substitute_variables_full: Function LEN() result is '0'
  5351. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'CALLTYPE_OVERRIDE' (from 'CALLTYPE_OVERRIDE})' len 17)
  5352. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'CALLTYPE_OVERRIDE' is NULL
  5353. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5354. Event: VarSet
  5355. Privilege: dialplan,all
  5356. Channel: SIP/flowroute-0000001b
  5357. ChannelState: 6
  5358. ChannelStateDesc: Up
  5359. CallerIDNum: +125300000
  5360. CallerIDName: +125300000
  5361. ConnectedLineNum: <unknown>
  5362. ConnectedLineName: <unknown>
  5363. Language: en
  5364. AccountCode:
  5365. Context: sub-record-check
  5366. Exten: exten
  5367. Priority: 3
  5368. Uniqueid: 1450726148.27
  5369. Linkedid: 1450726148.27
  5370. Variable: MACRO_DEPTH
  5371. Value: 1
  5372.  
  5373.  
  5374. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG2' is '2002'
  5375. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'CALLTYPE' is 'external'
  5376. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5377. Event: VarSet
  5378. Privilege: dialplan,all
  5379. Channel: SIP/flowroute-0000001b
  5380. ChannelState: 6
  5381. ChannelStateDesc: Up
  5382. CallerIDNum: +125300000
  5383. CallerIDName: +125300000
  5384. ConnectedLineNum: <unknown>
  5385. ConnectedLineName: <unknown>
  5386. Language: en
  5387. AccountCode:
  5388. Context: sub-record-check
  5389. Exten: exten
  5390. Priority: 3
  5391. Uniqueid: 1450726148.27
  5392. Linkedid: 1450726148.27
  5393. Variable: DB_RESULT
  5394. Value: dontcare
  5395.  
  5396.  
  5397. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function DB(AMPUSER/2002/recording/in/external) result is 'dontcare'
  5398. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  5399. -- Executing [exten@sub-record-check:4] Set("SIP/flowroute-0000001b", "CALLEE=dontcare") in new stack
  5400. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5401. Event: Newexten
  5402. Privilege: call,all
  5403. Channel: SIP/flowroute-0000001b
  5404. ChannelState: 6
  5405. ChannelStateDesc: Up
  5406. CallerIDNum: +125300000
  5407. CallerIDName: +125300000
  5408. ConnectedLineNum: <unknown>
  5409. ConnectedLineName: <unknown>
  5410. Language: en
  5411. AccountCode:
  5412. Context: sub-record-check
  5413. Exten: exten
  5414. Priority: 4
  5415. Uniqueid: 1450726148.27
  5416. Linkedid: 1450726148.27
  5417. Extension: exten
  5418. Application: Set
  5419. AppData: CALLEE=dontcare
  5420.  
  5421.  
  5422. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5423. Event: VarSet
  5424. Privilege: dialplan,all
  5425. Channel: SIP/flowroute-0000001b
  5426. ChannelState: 6
  5427. ChannelStateDesc: Up
  5428. CallerIDNum: +125300000
  5429. CallerIDName: +125300000
  5430. ConnectedLineNum: <unknown>
  5431. ConnectedLineName: <unknown>
  5432. Language: en
  5433. AccountCode:
  5434. Context: sub-record-check
  5435. Exten: exten
  5436. Priority: 4
  5437. Uniqueid: 1450726148.27
  5438. Linkedid: 1450726148.27
  5439. Variable: CALLEE
  5440. Value: dontcare
  5441.  
  5442.  
  5443. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Set
  5444. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5445. Event: VarSet
  5446. Privilege: dialplan,all
  5447. Channel: SIP/flowroute-0000001b
  5448. ChannelState: 6
  5449. ChannelStateDesc: Up
  5450. CallerIDNum: +125300000
  5451. CallerIDName: +125300000
  5452. ConnectedLineNum: <unknown>
  5453. ConnectedLineName: <unknown>
  5454. Language: en
  5455. AccountCode:
  5456. Context: sub-record-check
  5457. Exten: exten
  5458. Priority: 4
  5459. Uniqueid: 1450726148.27
  5460. Linkedid: 1450726148.27
  5461. Variable: MACRO_DEPTH
  5462. Value: 1
  5463.  
  5464.  
  5465. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'CALLEE' is 'dontcare'
  5466. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function LEN(dontcare) result is '8'
  5467. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  5468. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'ExecIf'
  5469. -- Executing [exten@sub-record-check:5] ExecIf("SIP/flowroute-0000001b", "0?Set(CALLEE=dontcare)") in new stack
  5470. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5471. Event: Newexten
  5472. Privilege: call,all
  5473. Channel: SIP/flowroute-0000001b
  5474. ChannelState: 6
  5475. ChannelStateDesc: Up
  5476. CallerIDNum: +125300000
  5477. CallerIDName: +125300000
  5478. ConnectedLineNum: <unknown>
  5479. ConnectedLineName: <unknown>
  5480. Language: en
  5481. AccountCode:
  5482. Context: sub-record-check
  5483. Exten: exten
  5484. Priority: 5
  5485. Uniqueid: 1450726148.27
  5486. Linkedid: 1450726148.27
  5487. Extension: exten
  5488. Application: ExecIf
  5489. AppData: 0?Set(CALLEE=dontcare)
  5490.  
  5491.  
  5492. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: ExecIf
  5493. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'LEN(${CALLEE})' (from 'LEN(${CALLEE})}' len 14)
  5494. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'CALLEE' (from 'CALLEE})' len 6)
  5495. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'CALLEE' is 'dontcare'
  5496. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4618 ast_str_substitute_variables_full: Function LEN(dontcare) result is '8'
  5497. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4676 ast_str_substitute_variables_full: Expression result is '0'
  5498. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5499. Event: VarSet
  5500. Privilege: dialplan,all
  5501. Channel: SIP/flowroute-0000001b
  5502. ChannelState: 6
  5503. ChannelStateDesc: Up
  5504. CallerIDNum: +125300000
  5505. CallerIDName: +125300000
  5506. ConnectedLineNum: <unknown>
  5507. ConnectedLineName: <unknown>
  5508. Language: en
  5509. AccountCode:
  5510. Context: sub-record-check
  5511. Exten: exten
  5512. Priority: 5
  5513. Uniqueid: 1450726148.27
  5514. Linkedid: 1450726148.27
  5515. Variable: MACRO_DEPTH
  5516. Value: 1
  5517.  
  5518.  
  5519. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'CALLTYPE' is 'external'
  5520. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '1'
  5521. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf'
  5522. -- Executing [exten@sub-record-check:6] GotoIf("SIP/flowroute-0000001b", "1?callee") in new stack
  5523. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5524. Event: Newexten
  5525. Privilege: call,all
  5526. Channel: SIP/flowroute-0000001b
  5527. ChannelState: 6
  5528. ChannelStateDesc: Up
  5529. CallerIDNum: +125300000
  5530. CallerIDName: +125300000
  5531. ConnectedLineNum: <unknown>
  5532. ConnectedLineName: <unknown>
  5533. Language: en
  5534. AccountCode:
  5535. Context: sub-record-check
  5536. Exten: exten
  5537. Priority: 6
  5538. Uniqueid: 1450726148.27
  5539. Linkedid: 1450726148.27
  5540. Extension: exten
  5541. Application: GotoIf
  5542. AppData: 1?callee
  5543.  
  5544.  
  5545. -- Goto (sub-record-check,exten,11)
  5546. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: GotoIf
  5547. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5548. Event: VarSet
  5549. Privilege: dialplan,all
  5550. Channel: SIP/flowroute-0000001b
  5551. ChannelState: 6
  5552. ChannelStateDesc: Up
  5553. CallerIDNum: +125300000
  5554. CallerIDName: +125300000
  5555. ConnectedLineNum: <unknown>
  5556. ConnectedLineName: <unknown>
  5557. Language: en
  5558. AccountCode:
  5559. Context: sub-record-check
  5560. Exten: exten
  5561. Priority: 6
  5562. Uniqueid: 1450726148.27
  5563. Linkedid: 1450726148.27
  5564. Variable: MACRO_DEPTH
  5565. Value: 1
  5566.  
  5567.  
  5568. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'CALLEE' is 'dontcare'
  5569. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'CALLTYPE' is 'external'
  5570. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG2' is '2002'
  5571. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Gosub'
  5572. -- Executing [exten@sub-record-check:11] Gosub("SIP/flowroute-0000001b", "recordcheck,1(dontcare,external,2002)") in new stack
  5573. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5574. Event: Newexten
  5575. Privilege: call,all
  5576. Channel: SIP/flowroute-0000001b
  5577. ChannelState: 6
  5578. ChannelStateDesc: Up
  5579. CallerIDNum: +125300000
  5580. CallerIDName: +125300000
  5581. ConnectedLineNum: <unknown>
  5582. ConnectedLineName: <unknown>
  5583. Language: en
  5584. AccountCode:
  5585. Context: sub-record-check
  5586. Exten: exten
  5587. Priority: 11
  5588. Uniqueid: 1450726148.27
  5589. Linkedid: 1450726148.27
  5590. Extension: exten
  5591. Application: Gosub
  5592. AppData: recordcheck,1(dontcare,external,2002)
  5593.  
  5594.  
  5595. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5596. Event: VarSet
  5597. Privilege: dialplan,all
  5598. Channel: SIP/flowroute-0000001b
  5599. ChannelState: 6
  5600. ChannelStateDesc: Up
  5601. CallerIDNum: +125300000
  5602. CallerIDName: +125300000
  5603. ConnectedLineNum: <unknown>
  5604. ConnectedLineName: <unknown>
  5605. Language: en
  5606. AccountCode:
  5607. Context: sub-record-check
  5608. Exten: exten
  5609. Priority: 11
  5610. Uniqueid: 1450726148.27
  5611. Linkedid: 1450726148.27
  5612. Variable: LOCAL(ARG1)
  5613. Value: dontcare
  5614.  
  5615.  
  5616. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_stack.c:648 gosub_exec: Setting 'ARG1' to 'dontcare'
  5617. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5618. Event: VarSet
  5619. Privilege: dialplan,all
  5620. Channel: SIP/flowroute-0000001b
  5621. ChannelState: 6
  5622. ChannelStateDesc: Up
  5623. CallerIDNum: +125300000
  5624. CallerIDName: +125300000
  5625. ConnectedLineNum: <unknown>
  5626. ConnectedLineName: <unknown>
  5627. Language: en
  5628. AccountCode:
  5629. Context: sub-record-check
  5630. Exten: exten
  5631. Priority: 11
  5632. Uniqueid: 1450726148.27
  5633. Linkedid: 1450726148.27
  5634. Variable: LOCAL(ARG2)
  5635. Value: external
  5636.  
  5637.  
  5638. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_stack.c:648 gosub_exec: Setting 'ARG2' to 'external'
  5639. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5640. Event: VarSet
  5641. Privilege: dialplan,all
  5642. Channel: SIP/flowroute-0000001b
  5643. ChannelState: 6
  5644. ChannelStateDesc: Up
  5645. CallerIDNum: +125300000
  5646. CallerIDName: +125300000
  5647. ConnectedLineNum: <unknown>
  5648. ConnectedLineName: <unknown>
  5649. Language: en
  5650. AccountCode:
  5651. Context: sub-record-check
  5652. Exten: exten
  5653. Priority: 11
  5654. Uniqueid: 1450726148.27
  5655. Linkedid: 1450726148.27
  5656. Variable: LOCAL(ARG3)
  5657. Value: 2002
  5658.  
  5659.  
  5660. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_stack.c:648 gosub_exec: Setting 'ARG3' to '2002'
  5661. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5662. Event: VarSet
  5663. Privilege: dialplan,all
  5664. Channel: SIP/flowroute-0000001b
  5665. ChannelState: 6
  5666. ChannelStateDesc: Up
  5667. CallerIDNum: +125300000
  5668. CallerIDName: +125300000
  5669. ConnectedLineNum: <unknown>
  5670. ConnectedLineName: <unknown>
  5671. Language: en
  5672. AccountCode:
  5673. Context: sub-record-check
  5674. Exten: exten
  5675. Priority: 11
  5676. Uniqueid: 1450726148.27
  5677. Linkedid: 1450726148.27
  5678. Variable: LOCAL(ARGC)
  5679. Value: 3
  5680.  
  5681.  
  5682. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Gosub
  5683. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:443 _macro_exec: Incrementing gosub_level
  5684. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5685. Event: VarSet
  5686. Privilege: dialplan,all
  5687. Channel: SIP/flowroute-0000001b
  5688. ChannelState: 6
  5689. ChannelStateDesc: Up
  5690. CallerIDNum: +125300000
  5691. CallerIDName: +125300000
  5692. ConnectedLineNum: <unknown>
  5693. ConnectedLineName: <unknown>
  5694. Language: en
  5695. AccountCode:
  5696. Context: sub-record-check
  5697. Exten: exten
  5698. Priority: 11
  5699. Uniqueid: 1450726148.27
  5700. Linkedid: 1450726148.27
  5701. Variable: MACRO_DEPTH
  5702. Value: 1
  5703.  
  5704.  
  5705. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is 'dontcare'
  5706. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'NoOp'
  5707. -- Executing [recordcheck@sub-record-check:1] NoOp("SIP/flowroute-0000001b", "Starting recording check against dontcare") in new stack
  5708. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5709. Event: Newexten
  5710. Privilege: call,all
  5711. Channel: SIP/flowroute-0000001b
  5712. ChannelState: 6
  5713. ChannelStateDesc: Up
  5714. CallerIDNum: +125300000
  5715. CallerIDName: +125300000
  5716. ConnectedLineNum: <unknown>
  5717. ConnectedLineName: <unknown>
  5718. Language: en
  5719. AccountCode:
  5720. Context: sub-record-check
  5721. Exten: recordcheck
  5722. Priority: 1
  5723. Uniqueid: 1450726148.27
  5724. Linkedid: 1450726148.27
  5725. Extension: recordcheck
  5726. Application: NoOp
  5727. AppData: Starting recording check against dontcare
  5728.  
  5729.  
  5730. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Noop
  5731. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5732. Event: VarSet
  5733. Privilege: dialplan,all
  5734. Channel: SIP/flowroute-0000001b
  5735. ChannelState: 6
  5736. ChannelStateDesc: Up
  5737. CallerIDNum: +125300000
  5738. CallerIDName: +125300000
  5739. ConnectedLineNum: <unknown>
  5740. ConnectedLineName: <unknown>
  5741. Language: en
  5742. AccountCode:
  5743. Context: sub-record-check
  5744. Exten: recordcheck
  5745. Priority: 1
  5746. Uniqueid: 1450726148.27
  5747. Linkedid: 1450726148.27
  5748. Variable: MACRO_DEPTH
  5749. Value: 1
  5750.  
  5751.  
  5752. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is 'dontcare'
  5753. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Goto'
  5754. -- Executing [recordcheck@sub-record-check:2] Goto("SIP/flowroute-0000001b", "dontcare") in new stack
  5755. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5756. Event: Newexten
  5757. Privilege: call,all
  5758. Channel: SIP/flowroute-0000001b
  5759. ChannelState: 6
  5760. ChannelStateDesc: Up
  5761. CallerIDNum: +125300000
  5762. CallerIDName: +125300000
  5763. ConnectedLineNum: <unknown>
  5764. ConnectedLineName: <unknown>
  5765. Language: en
  5766. AccountCode:
  5767. Context: sub-record-check
  5768. Exten: recordcheck
  5769. Priority: 2
  5770. Uniqueid: 1450726148.27
  5771. Linkedid: 1450726148.27
  5772. Extension: recordcheck
  5773. Application: Goto
  5774. AppData: dontcare
  5775.  
  5776.  
  5777. -- Goto (sub-record-check,recordcheck,3)
  5778. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Goto
  5779. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5780. Event: VarSet
  5781. Privilege: dialplan,all
  5782. Channel: SIP/flowroute-0000001b
  5783. ChannelState: 6
  5784. ChannelStateDesc: Up
  5785. CallerIDNum: +125300000
  5786. CallerIDName: +125300000
  5787. ConnectedLineNum: <unknown>
  5788. ConnectedLineName: <unknown>
  5789. Language: en
  5790. AccountCode:
  5791. Context: sub-record-check
  5792. Exten: recordcheck
  5793. Priority: 2
  5794. Uniqueid: 1450726148.27
  5795. Linkedid: 1450726148.27
  5796. Variable: MACRO_DEPTH
  5797. Value: 1
  5798.  
  5799.  
  5800. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Return'
  5801. -- Executing [recordcheck@sub-record-check:3] Return("SIP/flowroute-0000001b", "") in new stack
  5802. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5803. Event: Newexten
  5804. Privilege: call,all
  5805. Channel: SIP/flowroute-0000001b
  5806. ChannelState: 6
  5807. ChannelStateDesc: Up
  5808. CallerIDNum: +125300000
  5809. CallerIDName: +125300000
  5810. ConnectedLineNum: <unknown>
  5811. ConnectedLineName: <unknown>
  5812. Language: en
  5813. AccountCode:
  5814. Context: sub-record-check
  5815. Exten: recordcheck
  5816. Priority: 3
  5817. Uniqueid: 1450726148.27
  5818. Linkedid: 1450726148.27
  5819. Extension: recordcheck
  5820. Application: Return
  5821. AppData:
  5822.  
  5823.  
  5824. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5825. Event: VarSet
  5826. Privilege: dialplan,all
  5827. Channel: SIP/flowroute-0000001b
  5828. ChannelState: 6
  5829. ChannelStateDesc: Up
  5830. CallerIDNum: +125300000
  5831. CallerIDName: +125300000
  5832. ConnectedLineNum: <unknown>
  5833. ConnectedLineName: <unknown>
  5834. Language: en
  5835. AccountCode:
  5836. Context: sub-record-check
  5837. Exten: recordcheck
  5838. Priority: 3
  5839. Uniqueid: 1450726148.27
  5840. Linkedid: 1450726148.27
  5841. Variable: ARGC
  5842. Value:
  5843.  
  5844.  
  5845. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5846. Event: VarSet
  5847. Privilege: dialplan,all
  5848. Channel: SIP/flowroute-0000001b
  5849. ChannelState: 6
  5850. ChannelStateDesc: Up
  5851. CallerIDNum: +125300000
  5852. CallerIDName: +125300000
  5853. ConnectedLineNum: <unknown>
  5854. ConnectedLineName: <unknown>
  5855. Language: en
  5856. AccountCode:
  5857. Context: sub-record-check
  5858. Exten: recordcheck
  5859. Priority: 3
  5860. Uniqueid: 1450726148.27
  5861. Linkedid: 1450726148.27
  5862. Variable: ARG3
  5863. Value:
  5864.  
  5865.  
  5866. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5867. Event: VarSet
  5868. Privilege: dialplan,all
  5869. Channel: SIP/flowroute-0000001b
  5870. ChannelState: 6
  5871. ChannelStateDesc: Up
  5872. CallerIDNum: +125300000
  5873. CallerIDName: +125300000
  5874. ConnectedLineNum: <unknown>
  5875. ConnectedLineName: <unknown>
  5876. Language: en
  5877. AccountCode:
  5878. Context: sub-record-check
  5879. Exten: recordcheck
  5880. Priority: 3
  5881. Uniqueid: 1450726148.27
  5882. Linkedid: 1450726148.27
  5883. Variable: ARG2
  5884. Value:
  5885.  
  5886.  
  5887. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5888. Event: VarSet
  5889. Privilege: dialplan,all
  5890. Channel: SIP/flowroute-0000001b
  5891. ChannelState: 6
  5892. ChannelStateDesc: Up
  5893. CallerIDNum: +125300000
  5894. CallerIDName: +125300000
  5895. ConnectedLineNum: <unknown>
  5896. ConnectedLineName: <unknown>
  5897. Language: en
  5898. AccountCode:
  5899. Context: sub-record-check
  5900. Exten: recordcheck
  5901. Priority: 3
  5902. Uniqueid: 1450726148.27
  5903. Linkedid: 1450726148.27
  5904. Variable: ARG1
  5905. Value:
  5906.  
  5907.  
  5908. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5909. Event: VarSet
  5910. Privilege: dialplan,all
  5911. Channel: SIP/flowroute-0000001b
  5912. ChannelState: 6
  5913. ChannelStateDesc: Up
  5914. CallerIDNum: +125300000
  5915. CallerIDName: +125300000
  5916. ConnectedLineNum: <unknown>
  5917. ConnectedLineName: <unknown>
  5918. Language: en
  5919. AccountCode:
  5920. Context: sub-record-check
  5921. Exten: recordcheck
  5922. Priority: 3
  5923. Uniqueid: 1450726148.27
  5924. Linkedid: 1450726148.27
  5925. Variable: GOSUB_RETVAL
  5926. Value:
  5927.  
  5928.  
  5929. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Return
  5930. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:464 _macro_exec: Decrementing gosub_level
  5931. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5932. Event: VarSet
  5933. Privilege: dialplan,all
  5934. Channel: SIP/flowroute-0000001b
  5935. ChannelState: 6
  5936. ChannelStateDesc: Up
  5937. CallerIDNum: +125300000
  5938. CallerIDName: +125300000
  5939. ConnectedLineNum: <unknown>
  5940. ConnectedLineName: <unknown>
  5941. Language: en
  5942. AccountCode:
  5943. Context: sub-record-check
  5944. Exten: recordcheck
  5945. Priority: 3
  5946. Uniqueid: 1450726148.27
  5947. Linkedid: 1450726148.27
  5948. Variable: MACRO_DEPTH
  5949. Value: 1
  5950.  
  5951.  
  5952. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Return'
  5953. -- Executing [exten@sub-record-check:12] Return("SIP/flowroute-0000001b", "") in new stack
  5954. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5955. Event: Newexten
  5956. Privilege: call,all
  5957. Channel: SIP/flowroute-0000001b
  5958. ChannelState: 6
  5959. ChannelStateDesc: Up
  5960. CallerIDNum: +125300000
  5961. CallerIDName: +125300000
  5962. ConnectedLineNum: <unknown>
  5963. ConnectedLineName: <unknown>
  5964. Language: en
  5965. AccountCode:
  5966. Context: sub-record-check
  5967. Exten: exten
  5968. Priority: 12
  5969. Uniqueid: 1450726148.27
  5970. Linkedid: 1450726148.27
  5971. Extension: exten
  5972. Application: Return
  5973. AppData:
  5974.  
  5975.  
  5976. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5977. Event: VarSet
  5978. Privilege: dialplan,all
  5979. Channel: SIP/flowroute-0000001b
  5980. ChannelState: 6
  5981. ChannelStateDesc: Up
  5982. CallerIDNum: +125300000
  5983. CallerIDName: +125300000
  5984. ConnectedLineNum: <unknown>
  5985. ConnectedLineName: <unknown>
  5986. Language: en
  5987. AccountCode:
  5988. Context: sub-record-check
  5989. Exten: exten
  5990. Priority: 12
  5991. Uniqueid: 1450726148.27
  5992. Linkedid: 1450726148.27
  5993. Variable: ARGC
  5994. Value:
  5995.  
  5996.  
  5997. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  5998. Event: VarSet
  5999. Privilege: dialplan,all
  6000. Channel: SIP/flowroute-0000001b
  6001. ChannelState: 6
  6002. ChannelStateDesc: Up
  6003. CallerIDNum: +125300000
  6004. CallerIDName: +125300000
  6005. ConnectedLineNum: <unknown>
  6006. ConnectedLineName: <unknown>
  6007. Language: en
  6008. AccountCode:
  6009. Context: sub-record-check
  6010. Exten: exten
  6011. Priority: 12
  6012. Uniqueid: 1450726148.27
  6013. Linkedid: 1450726148.27
  6014. Variable: ARG3
  6015. Value:
  6016.  
  6017.  
  6018. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  6019. Event: VarSet
  6020. Privilege: dialplan,all
  6021. Channel: SIP/flowroute-0000001b
  6022. ChannelState: 6
  6023. ChannelStateDesc: Up
  6024. CallerIDNum: +125300000
  6025. CallerIDName: +125300000
  6026. ConnectedLineNum: <unknown>
  6027. ConnectedLineName: <unknown>
  6028. Language: en
  6029. AccountCode:
  6030. Context: sub-record-check
  6031. Exten: exten
  6032. Priority: 12
  6033. Uniqueid: 1450726148.27
  6034. Linkedid: 1450726148.27
  6035. Variable: ARG2
  6036. Value:
  6037.  
  6038.  
  6039. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  6040. Event: VarSet
  6041. Privilege: dialplan,all
  6042. Channel: SIP/flowroute-0000001b
  6043. ChannelState: 6
  6044. ChannelStateDesc: Up
  6045. CallerIDNum: +125300000
  6046. CallerIDName: +125300000
  6047. ConnectedLineNum: <unknown>
  6048. ConnectedLineName: <unknown>
  6049. Language: en
  6050. AccountCode:
  6051. Context: sub-record-check
  6052. Exten: exten
  6053. Priority: 12
  6054. Uniqueid: 1450726148.27
  6055. Linkedid: 1450726148.27
  6056. Variable: ARG1
  6057. Value:
  6058.  
  6059.  
  6060. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  6061. Event: VarSet
  6062. Privilege: dialplan,all
  6063. Channel: SIP/flowroute-0000001b
  6064. ChannelState: 6
  6065. ChannelStateDesc: Up
  6066. CallerIDNum: +125300000
  6067. CallerIDName: +125300000
  6068. ConnectedLineNum: <unknown>
  6069. ConnectedLineName: <unknown>
  6070. Language: en
  6071. AccountCode:
  6072. Context: sub-record-check
  6073. Exten: exten
  6074. Priority: 12
  6075. Uniqueid: 1450726148.27
  6076. Linkedid: 1450726148.27
  6077. Variable: GOSUB_RETVAL
  6078. Value:
  6079.  
  6080.  
  6081. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Return
  6082. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:464 _macro_exec: Decrementing gosub_level
  6083. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  6084. Event: VarSet
  6085. Privilege: dialplan,all
  6086. Channel: SIP/flowroute-0000001b
  6087. ChannelState: 6
  6088. ChannelStateDesc: Up
  6089. CallerIDNum: +125300000
  6090. CallerIDName: +125300000
  6091. ConnectedLineNum: <unknown>
  6092. ConnectedLineName: <unknown>
  6093. Language: en
  6094. AccountCode:
  6095. Context: sub-record-check
  6096. Exten: exten
  6097. Priority: 12
  6098. Uniqueid: 1450726148.27
  6099. Linkedid: 1450726148.27
  6100. Variable: MACRO_DEPTH
  6101. Value: 1
  6102.  
  6103.  
  6104. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'AMPUSER' is ''
  6105. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'FROM_DID' is '15865555555'
  6106. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function LEN(15865555555) result is '11'
  6107. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTTOCALL' is '2002'
  6108. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  6109. Event: VarSet
  6110. Privilege: dialplan,all
  6111. Channel: SIP/flowroute-0000001b
  6112. ChannelState: 6
  6113. ChannelStateDesc: Up
  6114. CallerIDNum: +125300000
  6115. CallerIDName: +125300000
  6116. ConnectedLineNum: <unknown>
  6117. ConnectedLineName: <unknown>
  6118. Language: en
  6119. AccountCode:
  6120. Context: sub-record-check
  6121. Exten: exten
  6122. Priority: 12
  6123. Uniqueid: 1450726148.27
  6124. Linkedid: 1450726148.27
  6125. Variable: DB_RESULT
  6126. Value: disabled
  6127.  
  6128.  
  6129. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function DB(AMPUSER/2002/answermode) result is 'disabled'
  6130. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'BLINDTRANSFER' is NULL
  6131. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function LEN() result is '0'
  6132. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTTOCALL' is '2002'
  6133. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: devicestate.c:368 _ast_device_state: No provider found, checking channel drivers for SIP - 2002
  6134. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: chan_sip.c:29519 sip_devicestate: Checking device state for peer 2002
  6135. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: devicestate.c:364 _ast_device_state: Checking if I can find provider for "Custom" - number: DND2002
  6136. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: devicestate.c:453 getproviderstate: Checking provider Custom with Custom
  6137. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: db.c:376 db_get_common: Unable to find key 'DND2002' in family 'CustomDevstate'
  6138. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function EXTENSION_STATE(2002) result is 'UNAVAILABLE'
  6139. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'CC_RECALL' is NULL
  6140. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '1'
  6141. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf'
  6142. -- Executing [s@macro-exten-vm:9] GotoIf("SIP/flowroute-0000001b", "1?macrodial") in new stack
  6143. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  6144. Event: Newexten
  6145. Privilege: call,all
  6146. Channel: SIP/flowroute-0000001b
  6147. ChannelState: 6
  6148. ChannelStateDesc: Up
  6149. CallerIDNum: +125300000
  6150. CallerIDName: +125300000
  6151. ConnectedLineNum: <unknown>
  6152. ConnectedLineName: <unknown>
  6153. Language: en
  6154. AccountCode:
  6155. Context: macro-exten-vm
  6156. Exten: s
  6157. Priority: 9
  6158. Uniqueid: 1450726148.27
  6159. Linkedid: 1450726148.27
  6160. Extension: s
  6161. Application: GotoIf
  6162. AppData: 1?macrodial
  6163.  
  6164.  
  6165. -- Goto (macro-exten-vm,s,15)
  6166. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: GotoIf
  6167. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  6168. Event: VarSet
  6169. Privilege: dialplan,all
  6170. Channel: SIP/flowroute-0000001b
  6171. ChannelState: 6
  6172. ChannelStateDesc: Up
  6173. CallerIDNum: +125300000
  6174. CallerIDName: +125300000
  6175. ConnectedLineNum: <unknown>
  6176. ConnectedLineName: <unknown>
  6177. Language: en
  6178. AccountCode:
  6179. Context: macro-exten-vm
  6180. Exten: s
  6181. Priority: 9
  6182. Uniqueid: 1450726148.27
  6183. Linkedid: 1450726148.27
  6184. Variable: MACRO_DEPTH
  6185. Value: 1
  6186.  
  6187.  
  6188. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'INTERCOM_CALL' is NULL
  6189. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'BLINDTRANSFER' is NULL
  6190. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function LEN() result is '0'
  6191. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  6192. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'GosubIf'
  6193. -- Executing [s@macro-exten-vm:15] GosubIf("SIP/flowroute-0000001b", "0?clrheader,1()") in new stack
  6194. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  6195. Event: Newexten
  6196. Privilege: call,all
  6197. Channel: SIP/flowroute-0000001b
  6198. ChannelState: 6
  6199. ChannelStateDesc: Up
  6200. CallerIDNum: +125300000
  6201. CallerIDName: +125300000
  6202. ConnectedLineNum: <unknown>
  6203. ConnectedLineName: <unknown>
  6204. Language: en
  6205. AccountCode:
  6206. Context: macro-exten-vm
  6207. Exten: s
  6208. Priority: 15
  6209. Uniqueid: 1450726148.27
  6210. Linkedid: 1450726148.27
  6211. Extension: s
  6212. Application: GosubIf
  6213. AppData: 0?clrheader,1()
  6214.  
  6215.  
  6216. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: GosubIf
  6217. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'INTERCOM_CALL' (from 'INTERCOM_CALL}"="TRUE" & ${LEN(${BLINDTRANSFER})}' len 13)
  6218. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'INTERCOM_CALL' is NULL
  6219. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'LEN(${BLINDTRANSFER})' (from 'LEN(${BLINDTRANSFER})}' len 21)
  6220. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'BLINDTRANSFER' (from 'BLINDTRANSFER})' len 13)
  6221. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'BLINDTRANSFER' is NULL
  6222. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4618 ast_str_substitute_variables_full: Function LEN() result is '0'
  6223. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4676 ast_str_substitute_variables_full: Expression result is '0'
  6224. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  6225. Event: VarSet
  6226. Privilege: dialplan,all
  6227. Channel: SIP/flowroute-0000001b
  6228. ChannelState: 6
  6229. ChannelStateDesc: Up
  6230. CallerIDNum: +125300000
  6231. CallerIDName: +125300000
  6232. ConnectedLineNum: <unknown>
  6233. ConnectedLineName: <unknown>
  6234. Language: en
  6235. AccountCode:
  6236. Context: macro-exten-vm
  6237. Exten: s
  6238. Priority: 15
  6239. Uniqueid: 1450726148.27
  6240. Linkedid: 1450726148.27
  6241. Variable: MACRO_DEPTH
  6242. Value: 1
  6243.  
  6244.  
  6245. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'RT' is ''
  6246. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DIAL_OPTIONS' is 'Ttr'
  6247. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTTOCALL' is '2002'
  6248. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Macro'
  6249. -- Executing [s@macro-exten-vm:16] Macro("SIP/flowroute-0000001b", "dial-one,,Ttr,2002") in new stack
  6250. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  6251. Event: Newexten
  6252. Privilege: call,all
  6253. Channel: SIP/flowroute-0000001b
  6254. ChannelState: 6
  6255. ChannelStateDesc: Up
  6256. CallerIDNum: +125300000
  6257. CallerIDName: +125300000
  6258. ConnectedLineNum: <unknown>
  6259. ConnectedLineName: <unknown>
  6260. Language: en
  6261. AccountCode:
  6262. Context: macro-exten-vm
  6263. Exten: s
  6264. Priority: 16
  6265. Uniqueid: 1450726148.27
  6266. Linkedid: 1450726148.27
  6267. Extension: s
  6268. Application: Macro
  6269. AppData: dial-one,,Ttr,2002
  6270.  
  6271.  
  6272. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  6273. Event: VarSet
  6274. Privilege: dialplan,all
  6275. Channel: SIP/flowroute-0000001b
  6276. ChannelState: 6
  6277. ChannelStateDesc: Up
  6278. CallerIDNum: +125300000
  6279. CallerIDName: +125300000
  6280. ConnectedLineNum: <unknown>
  6281. ConnectedLineName: <unknown>
  6282. Language: en
  6283. AccountCode:
  6284. Context: macro-exten-vm
  6285. Exten: s
  6286. Priority: 16
  6287. Uniqueid: 1450726148.27
  6288. Linkedid: 1450726148.27
  6289. Variable: MACRO_EXTEN
  6290. Value: s
  6291.  
  6292.  
  6293. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  6294. Event: VarSet
  6295. Privilege: dialplan,all
  6296. Channel: SIP/flowroute-0000001b
  6297. ChannelState: 6
  6298. ChannelStateDesc: Up
  6299. CallerIDNum: +125300000
  6300. CallerIDName: +125300000
  6301. ConnectedLineNum: <unknown>
  6302. ConnectedLineName: <unknown>
  6303. Language: en
  6304. AccountCode:
  6305. Context: macro-exten-vm
  6306. Exten: s
  6307. Priority: 16
  6308. Uniqueid: 1450726148.27
  6309. Linkedid: 1450726148.27
  6310. Variable: MACRO_CONTEXT
  6311. Value: macro-exten-vm
  6312.  
  6313.  
  6314. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  6315. Event: VarSet
  6316. Privilege: dialplan,all
  6317. Channel: SIP/flowroute-0000001b
  6318. ChannelState: 6
  6319. ChannelStateDesc: Up
  6320. CallerIDNum: +125300000
  6321. CallerIDName: +125300000
  6322. ConnectedLineNum: <unknown>
  6323. ConnectedLineName: <unknown>
  6324. Language: en
  6325. AccountCode:
  6326. Context: macro-exten-vm
  6327. Exten: s
  6328. Priority: 16
  6329. Uniqueid: 1450726148.27
  6330. Linkedid: 1450726148.27
  6331. Variable: MACRO_PRIORITY
  6332. Value: 16
  6333.  
  6334.  
  6335. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  6336. Event: VarSet
  6337. Privilege: dialplan,all
  6338. Channel: SIP/flowroute-0000001b
  6339. ChannelState: 6
  6340. ChannelStateDesc: Up
  6341. CallerIDNum: +125300000
  6342. CallerIDName: +125300000
  6343. ConnectedLineNum: <unknown>
  6344. ConnectedLineName: <unknown>
  6345. Language: en
  6346. AccountCode:
  6347. Context: macro-exten-vm
  6348. Exten: s
  6349. Priority: 16
  6350. Uniqueid: 1450726148.27
  6351. Linkedid: 1450726148.27
  6352. Variable: MACRO_DEPTH
  6353. Value: 2
  6354.  
  6355.  
  6356. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  6357. Event: VarSet
  6358. Privilege: dialplan,all
  6359. Channel: SIP/flowroute-0000001b
  6360. ChannelState: 6
  6361. ChannelStateDesc: Up
  6362. CallerIDNum: +125300000
  6363. CallerIDName: +125300000
  6364. ConnectedLineNum: <unknown>
  6365. ConnectedLineName: <unknown>
  6366. Language: en
  6367. AccountCode:
  6368. Context: macro-exten-vm
  6369. Exten: s
  6370. Priority: 16
  6371. Uniqueid: 1450726148.27
  6372. Linkedid: 1450726148.27
  6373. Variable: ARG1
  6374. Value:
  6375.  
  6376.  
  6377. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  6378. Event: VarSet
  6379. Privilege: dialplan,all
  6380. Channel: SIP/flowroute-0000001b
  6381. ChannelState: 6
  6382. ChannelStateDesc: Up
  6383. CallerIDNum: +125300000
  6384. CallerIDName: +125300000
  6385. ConnectedLineNum: <unknown>
  6386. ConnectedLineName: <unknown>
  6387. Language: en
  6388. AccountCode:
  6389. Context: macro-exten-vm
  6390. Exten: s
  6391. Priority: 16
  6392. Uniqueid: 1450726148.27
  6393. Linkedid: 1450726148.27
  6394. Variable: ARG2
  6395. Value: Ttr
  6396.  
  6397.  
  6398. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  6399. Event: VarSet
  6400. Privilege: dialplan,all
  6401. Channel: SIP/flowroute-0000001b
  6402. ChannelState: 6
  6403. ChannelStateDesc: Up
  6404. CallerIDNum: +125300000
  6405. CallerIDName: +125300000
  6406. ConnectedLineNum: <unknown>
  6407. ConnectedLineName: <unknown>
  6408. Language: en
  6409. AccountCode:
  6410. Context: macro-exten-vm
  6411. Exten: s
  6412. Priority: 16
  6413. Uniqueid: 1450726148.27
  6414. Linkedid: 1450726148.27
  6415. Variable: ARG3
  6416. Value: 2002
  6417.  
  6418.  
  6419. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  6420. Event: VarSet
  6421. Privilege: dialplan,all
  6422. Channel: SIP/flowroute-0000001b
  6423. ChannelState: 6
  6424. ChannelStateDesc: Up
  6425. CallerIDNum: +125300000
  6426. CallerIDName: +125300000
  6427. ConnectedLineNum: <unknown>
  6428. ConnectedLineName: <unknown>
  6429. Language: en
  6430. AccountCode:
  6431. Context: macro-exten-vm
  6432. Exten: s
  6433. Priority: 16
  6434. Uniqueid: 1450726148.27
  6435. Linkedid: 1450726148.27
  6436. Variable: MACRO_DEPTH
  6437. Value: 2
  6438.  
  6439.  
  6440. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG3' is '2002'
  6441. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  6442. -- Executing [s@macro-dial-one:1] Set("SIP/flowroute-0000001b", "DEXTEN=2002") in new stack
  6443. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  6444. Event: Newexten
  6445. Privilege: call,all
  6446. Channel: SIP/flowroute-0000001b
  6447. ChannelState: 6
  6448. ChannelStateDesc: Up
  6449. CallerIDNum: +125300000
  6450. CallerIDName: +125300000
  6451. ConnectedLineNum: <unknown>
  6452. ConnectedLineName: <unknown>
  6453. Language: en
  6454. AccountCode:
  6455. Context: macro-dial-one
  6456. Exten: s
  6457. Priority: 1
  6458. Uniqueid: 1450726148.27
  6459. Linkedid: 1450726148.27
  6460. Extension: s
  6461. Application: Set
  6462. AppData: DEXTEN=2002
  6463.  
  6464.  
  6465. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  6466. Event: VarSet
  6467. Privilege: dialplan,all
  6468. Channel: SIP/flowroute-0000001b
  6469. ChannelState: 6
  6470. ChannelStateDesc: Up
  6471. CallerIDNum: +125300000
  6472. CallerIDName: +125300000
  6473. ConnectedLineNum: <unknown>
  6474. ConnectedLineName: <unknown>
  6475. Language: en
  6476. AccountCode:
  6477. Context: macro-dial-one
  6478. Exten: s
  6479. Priority: 1
  6480. Uniqueid: 1450726148.27
  6481. Linkedid: 1450726148.27
  6482. Variable: DEXTEN
  6483. Value: 2002
  6484.  
  6485.  
  6486. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Set
  6487. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  6488. Event: VarSet
  6489. Privilege: dialplan,all
  6490. Channel: SIP/flowroute-0000001b
  6491. ChannelState: 6
  6492. ChannelStateDesc: Up
  6493. CallerIDNum: +125300000
  6494. CallerIDName: +125300000
  6495. ConnectedLineNum: <unknown>
  6496. ConnectedLineName: <unknown>
  6497. Language: en
  6498. AccountCode:
  6499. Context: macro-dial-one
  6500. Exten: s
  6501. Priority: 1
  6502. Uniqueid: 1450726148.27
  6503. Linkedid: 1450726148.27
  6504. Variable: MACRO_DEPTH
  6505. Value: 2
  6506.  
  6507.  
  6508. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  6509. -- Executing [s@macro-dial-one:2] Set("SIP/flowroute-0000001b", "DIALSTATUS_CW=") in new stack
  6510. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  6511. Event: Newexten
  6512. Privilege: call,all
  6513. Channel: SIP/flowroute-0000001b
  6514. ChannelState: 6
  6515. ChannelStateDesc: Up
  6516. CallerIDNum: +125300000
  6517. CallerIDName: +125300000
  6518. ConnectedLineNum: <unknown>
  6519. ConnectedLineName: <unknown>
  6520. Language: en
  6521. AccountCode:
  6522. Context: macro-dial-one
  6523. Exten: s
  6524. Priority: 2
  6525. Uniqueid: 1450726148.27
  6526. Linkedid: 1450726148.27
  6527. Extension: s
  6528. Application: Set
  6529. AppData: DIALSTATUS_CW=
  6530.  
  6531.  
  6532. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  6533. Event: VarSet
  6534. Privilege: dialplan,all
  6535. Channel: SIP/flowroute-0000001b
  6536. ChannelState: 6
  6537. ChannelStateDesc: Up
  6538. CallerIDNum: +125300000
  6539. CallerIDName: +125300000
  6540. ConnectedLineNum: <unknown>
  6541. ConnectedLineName: <unknown>
  6542. Language: en
  6543. AccountCode:
  6544. Context: macro-dial-one
  6545. Exten: s
  6546. Priority: 2
  6547. Uniqueid: 1450726148.27
  6548. Linkedid: 1450726148.27
  6549. Variable: DIALSTATUS_CW
  6550. Value:
  6551.  
  6552.  
  6553. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Set
  6554. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  6555. Event: VarSet
  6556. Privilege: dialplan,all
  6557. Channel: SIP/flowroute-0000001b
  6558. ChannelState: 6
  6559. ChannelStateDesc: Up
  6560. CallerIDNum: +125300000
  6561. CallerIDName: +125300000
  6562. ConnectedLineNum: <unknown>
  6563. ConnectedLineName: <unknown>
  6564. Language: en
  6565. AccountCode:
  6566. Context: macro-dial-one
  6567. Exten: s
  6568. Priority: 2
  6569. Uniqueid: 1450726148.27
  6570. Linkedid: 1450726148.27
  6571. Variable: MACRO_DEPTH
  6572. Value: 2
  6573.  
  6574.  
  6575. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'FROM_DID' is '15865555555'
  6576. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'SCREEN' is NULL
  6577. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DEXTEN' is '2002'
  6578. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: db.c:376 db_get_common: Unable to find key '2002/screen' in family 'AMPUSER'
  6579. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: func_db.c:151 function_db_read: DB: AMPUSER/2002/screen not found in database.
  6580. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function DB(AMPUSER/2002/screen) result is ''
  6581. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  6582. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'GosubIf'
  6583. -- Executing [s@macro-dial-one:3] GosubIf("SIP/flowroute-0000001b", "0?screen,1()") in new stack
  6584. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  6585. Event: Newexten
  6586. Privilege: call,all
  6587. Channel: SIP/flowroute-0000001b
  6588. ChannelState: 6
  6589. ChannelStateDesc: Up
  6590. CallerIDNum: +125300000
  6591. CallerIDName: +125300000
  6592. ConnectedLineNum: <unknown>
  6593. ConnectedLineName: <unknown>
  6594. Language: en
  6595. AccountCode:
  6596. Context: macro-dial-one
  6597. Exten: s
  6598. Priority: 3
  6599. Uniqueid: 1450726148.27
  6600. Linkedid: 1450726148.27
  6601. Extension: s
  6602. Application: GosubIf
  6603. AppData: 0?screen,1()
  6604.  
  6605.  
  6606. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: GosubIf
  6607. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'FROM_DID' (from 'FROM_DID}"!="" & "${SCREEN}"="" & "${DB(AMPUSER/${DEXTEN}/screen)}"!=""' len 8)
  6608. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'FROM_DID' is '15865555555'
  6609. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'SCREEN' (from 'SCREEN}"="" & "${DB(AMPUSER/${DEXTEN}/screen)}"!=""' len 6)
  6610. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'SCREEN' is NULL
  6611. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'DB(AMPUSER/${DEXTEN}/screen)' (from 'DB(AMPUSER/${DEXTEN}/screen)}"!=""' len 28)
  6612. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'DEXTEN' (from 'DEXTEN}/screen)' len 6)
  6613. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DEXTEN' is '2002'
  6614. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: db.c:376 db_get_common: Unable to find key '2002/screen' in family 'AMPUSER'
  6615. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: func_db.c:151 function_db_read: DB: AMPUSER/2002/screen not found in database.
  6616. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4618 ast_str_substitute_variables_full: Function DB(AMPUSER/2002/screen) result is ''
  6617. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4676 ast_str_substitute_variables_full: Expression result is '0'
  6618. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  6619. Event: VarSet
  6620. Privilege: dialplan,all
  6621. Channel: SIP/flowroute-0000001b
  6622. ChannelState: 6
  6623. ChannelStateDesc: Up
  6624. CallerIDNum: +125300000
  6625. CallerIDName: +125300000
  6626. ConnectedLineNum: <unknown>
  6627. ConnectedLineName: <unknown>
  6628. Language: en
  6629. AccountCode:
  6630. Context: macro-dial-one
  6631. Exten: s
  6632. Priority: 3
  6633. Uniqueid: 1450726148.27
  6634. Linkedid: 1450726148.27
  6635. Variable: MACRO_DEPTH
  6636. Value: 2
  6637.  
  6638.  
  6639. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DEXTEN' is '2002'
  6640. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: db.c:376 db_get_common: Unable to find key '2002' in family 'CF'
  6641. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: func_db.c:151 function_db_read: DB: CF/2002 not found in database.
  6642. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function DB(CF/2002) result is ''
  6643. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  6644. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'GosubIf'
  6645. -- Executing [s@macro-dial-one:4] GosubIf("SIP/flowroute-0000001b", "0?cf,1()") in new stack
  6646. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  6647. Event: Newexten
  6648. Privilege: call,all
  6649. Channel: SIP/flowroute-0000001b
  6650. ChannelState: 6
  6651. ChannelStateDesc: Up
  6652. CallerIDNum: +125300000
  6653. CallerIDName: +125300000
  6654. ConnectedLineNum: <unknown>
  6655. ConnectedLineName: <unknown>
  6656. Language: en
  6657. AccountCode:
  6658. Context: macro-dial-one
  6659. Exten: s
  6660. Priority: 4
  6661. Uniqueid: 1450726148.27
  6662. Linkedid: 1450726148.27
  6663. Extension: s
  6664. Application: GosubIf
  6665. AppData: 0?cf,1()
  6666.  
  6667.  
  6668. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: GosubIf
  6669. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'DB(CF/${DEXTEN})' (from 'DB(CF/${DEXTEN})}"!=""' len 16)
  6670. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'DEXTEN' (from 'DEXTEN})' len 6)
  6671. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DEXTEN' is '2002'
  6672. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: db.c:376 db_get_common: Unable to find key '2002' in family 'CF'
  6673. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: func_db.c:151 function_db_read: DB: CF/2002 not found in database.
  6674. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4618 ast_str_substitute_variables_full: Function DB(CF/2002) result is ''
  6675. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4676 ast_str_substitute_variables_full: Expression result is '0'
  6676. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  6677. Event: VarSet
  6678. Privilege: dialplan,all
  6679. Channel: SIP/flowroute-0000001b
  6680. ChannelState: 6
  6681. ChannelStateDesc: Up
  6682. CallerIDNum: +125300000
  6683. CallerIDName: +125300000
  6684. ConnectedLineNum: <unknown>
  6685. ConnectedLineName: <unknown>
  6686. Language: en
  6687. AccountCode:
  6688. Context: macro-dial-one
  6689. Exten: s
  6690. Priority: 4
  6691. Uniqueid: 1450726148.27
  6692. Linkedid: 1450726148.27
  6693. Variable: MACRO_DEPTH
  6694. Value: 2
  6695.  
  6696.  
  6697. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DEXTEN' is '2002'
  6698. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DEXTEN' is '2002'
  6699. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: db.c:376 db_get_common: Unable to find key '2002' in family 'DND'
  6700. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: func_db.c:151 function_db_read: DB: DND/2002 not found in database.
  6701. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function DB(DND/2002) result is ''
  6702. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '1'
  6703. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf'
  6704. -- Executing [s@macro-dial-one:5] GotoIf("SIP/flowroute-0000001b", "1?skip1") in new stack
  6705. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  6706. Event: Newexten
  6707. Privilege: call,all
  6708. Channel: SIP/flowroute-0000001b
  6709. ChannelState: 6
  6710. ChannelStateDesc: Up
  6711. CallerIDNum: +125300000
  6712. CallerIDName: +125300000
  6713. ConnectedLineNum: <unknown>
  6714. ConnectedLineName: <unknown>
  6715. Language: en
  6716. AccountCode:
  6717. Context: macro-dial-one
  6718. Exten: s
  6719. Priority: 5
  6720. Uniqueid: 1450726148.27
  6721. Linkedid: 1450726148.27
  6722. Extension: s
  6723. Application: GotoIf
  6724. AppData: 1?skip1
  6725.  
  6726.  
  6727. -- Goto (macro-dial-one,s,8)
  6728. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: GotoIf
  6729. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  6730. Event: VarSet
  6731. Privilege: dialplan,all
  6732. Channel: SIP/flowroute-0000001b
  6733. ChannelState: 6
  6734. ChannelStateDesc: Up
  6735. CallerIDNum: +125300000
  6736. CallerIDName: +125300000
  6737. ConnectedLineNum: <unknown>
  6738. ConnectedLineName: <unknown>
  6739. Language: en
  6740. AccountCode:
  6741. Context: macro-dial-one
  6742. Exten: s
  6743. Priority: 5
  6744. Uniqueid: 1450726148.27
  6745. Linkedid: 1450726148.27
  6746. Variable: MACRO_DEPTH
  6747. Value: 2
  6748.  
  6749.  
  6750. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DEXTEN' is '2002'
  6751. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  6752. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf'
  6753. -- Executing [s@macro-dial-one:8] GotoIf("SIP/flowroute-0000001b", "0?nodial") in new stack
  6754. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  6755. Event: Newexten
  6756. Privilege: call,all
  6757. Channel: SIP/flowroute-0000001b
  6758. ChannelState: 6
  6759. ChannelStateDesc: Up
  6760. CallerIDNum: +125300000
  6761. CallerIDName: +125300000
  6762. ConnectedLineNum: <unknown>
  6763. ConnectedLineName: <unknown>
  6764. Language: en
  6765. AccountCode:
  6766. Context: macro-dial-one
  6767. Exten: s
  6768. Priority: 8
  6769. Uniqueid: 1450726148.27
  6770. Linkedid: 1450726148.27
  6771. Extension: s
  6772. Application: GotoIf
  6773. AppData: 0?nodial
  6774.  
  6775.  
  6776. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:11788 pbx_builtin_gotoif: Not taking any branch
  6777. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: GotoIf
  6778. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  6779. Event: VarSet
  6780. Privilege: dialplan,all
  6781. Channel: SIP/flowroute-0000001b
  6782. ChannelState: 6
  6783. ChannelStateDesc: Up
  6784. CallerIDNum: +125300000
  6785. CallerIDName: +125300000
  6786. ConnectedLineNum: <unknown>
  6787. ConnectedLineName: <unknown>
  6788. Language: en
  6789. AccountCode:
  6790. Context: macro-dial-one
  6791. Exten: s
  6792. Priority: 8
  6793. Uniqueid: 1450726148.27
  6794. Linkedid: 1450726148.27
  6795. Variable: MACRO_DEPTH
  6796. Value: 2
  6797.  
  6798.  
  6799. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DEXTEN' is '2002'
  6800. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  6801. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf'
  6802. -- Executing [s@macro-dial-one:9] GotoIf("SIP/flowroute-0000001b", "0?continue") in new stack
  6803. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  6804. Event: Newexten
  6805. Privilege: call,all
  6806. Channel: SIP/flowroute-0000001b
  6807. ChannelState: 6
  6808. ChannelStateDesc: Up
  6809. CallerIDNum: +125300000
  6810. CallerIDName: +125300000
  6811. ConnectedLineNum: <unknown>
  6812. ConnectedLineName: <unknown>
  6813. Language: en
  6814. AccountCode:
  6815. Context: macro-dial-one
  6816. Exten: s
  6817. Priority: 9
  6818. Uniqueid: 1450726148.27
  6819. Linkedid: 1450726148.27
  6820. Extension: s
  6821. Application: GotoIf
  6822. AppData: 0?continue
  6823.  
  6824.  
  6825. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:11788 pbx_builtin_gotoif: Not taking any branch
  6826. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: GotoIf
  6827. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  6828. Event: VarSet
  6829. Privilege: dialplan,all
  6830. Channel: SIP/flowroute-0000001b
  6831. ChannelState: 6
  6832. ChannelStateDesc: Up
  6833. CallerIDNum: +125300000
  6834. CallerIDName: +125300000
  6835. ConnectedLineNum: <unknown>
  6836. ConnectedLineName: <unknown>
  6837. Language: en
  6838. AccountCode:
  6839. Context: macro-dial-one
  6840. Exten: s
  6841. Priority: 9
  6842. Uniqueid: 1450726148.27
  6843. Linkedid: 1450726148.27
  6844. Variable: MACRO_DEPTH
  6845. Value: 2
  6846.  
  6847.  
  6848. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'CWIGNORE' is NULL
  6849. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  6850. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DEXTEN' is '2002'
  6851. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: db.c:376 db_get_common: Unable to find key '2002' in family 'CW'
  6852. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: func_db.c:151 function_db_read: DB: CW/2002 not found in database.
  6853. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function DB(CW/2002) result is ''
  6854. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function IF(0? :) result is ''
  6855. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  6856. -- Executing [s@macro-dial-one:10] Set("SIP/flowroute-0000001b", "EXTHASCW=") in new stack
  6857. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  6858. Event: Newexten
  6859. Privilege: call,all
  6860. Channel: SIP/flowroute-0000001b
  6861. ChannelState: 6
  6862. ChannelStateDesc: Up
  6863. CallerIDNum: +125300000
  6864. CallerIDName: +125300000
  6865. ConnectedLineNum: <unknown>
  6866. ConnectedLineName: <unknown>
  6867. Language: en
  6868. AccountCode:
  6869. Context: macro-dial-one
  6870. Exten: s
  6871. Priority: 10
  6872. Uniqueid: 1450726148.27
  6873. Linkedid: 1450726148.27
  6874. Extension: s
  6875. Application: Set
  6876. AppData: EXTHASCW=
  6877.  
  6878.  
  6879. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  6880. Event: VarSet
  6881. Privilege: dialplan,all
  6882. Channel: SIP/flowroute-0000001b
  6883. ChannelState: 6
  6884. ChannelStateDesc: Up
  6885. CallerIDNum: +125300000
  6886. CallerIDName: +125300000
  6887. ConnectedLineNum: <unknown>
  6888. ConnectedLineName: <unknown>
  6889. Language: en
  6890. AccountCode:
  6891. Context: macro-dial-one
  6892. Exten: s
  6893. Priority: 10
  6894. Uniqueid: 1450726148.27
  6895. Linkedid: 1450726148.27
  6896. Variable: EXTHASCW
  6897. Value:
  6898.  
  6899.  
  6900. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Set
  6901. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  6902. Event: VarSet
  6903. Privilege: dialplan,all
  6904. Channel: SIP/flowroute-0000001b
  6905. ChannelState: 6
  6906. ChannelStateDesc: Up
  6907. CallerIDNum: +125300000
  6908. CallerIDName: +125300000
  6909. ConnectedLineNum: <unknown>
  6910. ConnectedLineName: <unknown>
  6911. Language: en
  6912. AccountCode:
  6913. Context: macro-dial-one
  6914. Exten: s
  6915. Priority: 10
  6916. Uniqueid: 1450726148.27
  6917. Linkedid: 1450726148.27
  6918. Variable: MACRO_DEPTH
  6919. Value: 2
  6920.  
  6921.  
  6922. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTHASCW' is ''
  6923. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DEXTEN' is '2002'
  6924. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: db.c:376 db_get_common: Unable to find key '2002' in family 'CFB'
  6925. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: func_db.c:151 function_db_read: DB: CFB/2002 not found in database.
  6926. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function DB(CFB/2002) result is ''
  6927. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DEXTEN' is '2002'
  6928. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: db.c:376 db_get_common: Unable to find key '2002' in family 'CFU'
  6929. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: func_db.c:151 function_db_read: DB: CFU/2002 not found in database.
  6930. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function DB(CFU/2002) result is ''
  6931. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '1'
  6932. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf'
  6933. -- Executing [s@macro-dial-one:11] GotoIf("SIP/flowroute-0000001b", "1?next1:cwinusebusy") in new stack
  6934. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  6935. Event: Newexten
  6936. Privilege: call,all
  6937. Channel: SIP/flowroute-0000001b
  6938. ChannelState: 6
  6939. ChannelStateDesc: Up
  6940. CallerIDNum: +125300000
  6941. CallerIDName: +125300000
  6942. ConnectedLineNum: <unknown>
  6943. ConnectedLineName: <unknown>
  6944. Language: en
  6945. AccountCode:
  6946. Context: macro-dial-one
  6947. Exten: s
  6948. Priority: 11
  6949. Uniqueid: 1450726148.27
  6950. Linkedid: 1450726148.27
  6951. Extension: s
  6952. Application: GotoIf
  6953. AppData: 1?next1:cwinusebusy
  6954.  
  6955.  
  6956. -- Goto (macro-dial-one,s,12)
  6957. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: GotoIf
  6958. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  6959. Event: VarSet
  6960. Privilege: dialplan,all
  6961. Channel: SIP/flowroute-0000001b
  6962. ChannelState: 6
  6963. ChannelStateDesc: Up
  6964. CallerIDNum: +125300000
  6965. CallerIDName: +125300000
  6966. ConnectedLineNum: <unknown>
  6967. ConnectedLineName: <unknown>
  6968. Language: en
  6969. AccountCode:
  6970. Context: macro-dial-one
  6971. Exten: s
  6972. Priority: 11
  6973. Uniqueid: 1450726148.27
  6974. Linkedid: 1450726148.27
  6975. Variable: MACRO_DEPTH
  6976. Value: 2
  6977.  
  6978.  
  6979. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DEXTEN' is '2002'
  6980. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: db.c:376 db_get_common: Unable to find key '2002' in family 'CFU'
  6981. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: func_db.c:151 function_db_read: DB: CFU/2002 not found in database.
  6982. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function DB(CFU/2002) result is ''
  6983. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DEXTEN' is '2002'
  6984. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: devicestate.c:368 _ast_device_state: No provider found, checking channel drivers for SIP - 2002
  6985. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: chan_sip.c:29519 sip_devicestate: Checking device state for peer 2002
  6986. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: devicestate.c:364 _ast_device_state: Checking if I can find provider for "Custom" - number: DND2002
  6987. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: devicestate.c:453 getproviderstate: Checking provider Custom with Custom
  6988. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: db.c:376 db_get_common: Unable to find key 'DND2002' in family 'CustomDevstate'
  6989. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function EXTENSION_STATE(2002) result is 'UNAVAILABLE'
  6990. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DEXTEN' is '2002'
  6991. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: devicestate.c:368 _ast_device_state: No provider found, checking channel drivers for SIP - 2002
  6992. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: chan_sip.c:29519 sip_devicestate: Checking device state for peer 2002
  6993. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: devicestate.c:364 _ast_device_state: Checking if I can find provider for "Custom" - number: DND2002
  6994. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: devicestate.c:453 getproviderstate: Checking provider Custom with Custom
  6995. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: db.c:376 db_get_common: Unable to find key 'DND2002' in family 'CustomDevstate'
  6996. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function EXTENSION_STATE(2002) result is 'UNAVAILABLE'
  6997. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  6998. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf'
  6999. -- Executing [s@macro-dial-one:12] GotoIf("SIP/flowroute-0000001b", "0?docfu:skip3") in new stack
  7000. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  7001. Event: Newexten
  7002. Privilege: call,all
  7003. Channel: SIP/flowroute-0000001b
  7004. ChannelState: 6
  7005. ChannelStateDesc: Up
  7006. CallerIDNum: +125300000
  7007. CallerIDName: +125300000
  7008. ConnectedLineNum: <unknown>
  7009. ConnectedLineName: <unknown>
  7010. Language: en
  7011. AccountCode:
  7012. Context: macro-dial-one
  7013. Exten: s
  7014. Priority: 12
  7015. Uniqueid: 1450726148.27
  7016. Linkedid: 1450726148.27
  7017. Extension: s
  7018. Application: GotoIf
  7019. AppData: 0?docfu:skip3
  7020.  
  7021.  
  7022. -- Goto (macro-dial-one,s,16)
  7023. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: GotoIf
  7024. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  7025. Event: VarSet
  7026. Privilege: dialplan,all
  7027. Channel: SIP/flowroute-0000001b
  7028. ChannelState: 6
  7029. ChannelStateDesc: Up
  7030. CallerIDNum: +125300000
  7031. CallerIDName: +125300000
  7032. ConnectedLineNum: <unknown>
  7033. ConnectedLineName: <unknown>
  7034. Language: en
  7035. AccountCode:
  7036. Context: macro-dial-one
  7037. Exten: s
  7038. Priority: 12
  7039. Uniqueid: 1450726148.27
  7040. Linkedid: 1450726148.27
  7041. Variable: MACRO_DEPTH
  7042. Value: 2
  7043.  
  7044.  
  7045. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTHASCW' is ''
  7046. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DEXTEN' is '2002'
  7047. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: db.c:376 db_get_common: Unable to find key '2002' in family 'CFB'
  7048. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: func_db.c:151 function_db_read: DB: CFB/2002 not found in database.
  7049. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function DB(CFB/2002) result is ''
  7050. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '1'
  7051. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf'
  7052. -- Executing [s@macro-dial-one:16] GotoIf("SIP/flowroute-0000001b", "1?next2:continue") in new stack
  7053. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  7054. Event: Newexten
  7055. Privilege: call,all
  7056. Channel: SIP/flowroute-0000001b
  7057. ChannelState: 6
  7058. ChannelStateDesc: Up
  7059. CallerIDNum: +125300000
  7060. CallerIDName: +125300000
  7061. ConnectedLineNum: <unknown>
  7062. ConnectedLineName: <unknown>
  7063. Language: en
  7064. AccountCode:
  7065. Context: macro-dial-one
  7066. Exten: s
  7067. Priority: 16
  7068. Uniqueid: 1450726148.27
  7069. Linkedid: 1450726148.27
  7070. Extension: s
  7071. Application: GotoIf
  7072. AppData: 1?next2:continue
  7073.  
  7074.  
  7075. -- Goto (macro-dial-one,s,17)
  7076. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: GotoIf
  7077. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  7078. Event: VarSet
  7079. Privilege: dialplan,all
  7080. Channel: SIP/flowroute-0000001b
  7081. ChannelState: 6
  7082. ChannelStateDesc: Up
  7083. CallerIDNum: +125300000
  7084. CallerIDName: +125300000
  7085. ConnectedLineNum: <unknown>
  7086. ConnectedLineName: <unknown>
  7087. Language: en
  7088. AccountCode:
  7089. Context: macro-dial-one
  7090. Exten: s
  7091. Priority: 16
  7092. Uniqueid: 1450726148.27
  7093. Linkedid: 1450726148.27
  7094. Variable: MACRO_DEPTH
  7095. Value: 2
  7096.  
  7097.  
  7098. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DEXTEN' is '2002'
  7099. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: devicestate.c:368 _ast_device_state: No provider found, checking channel drivers for SIP - 2002
  7100. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: chan_sip.c:29519 sip_devicestate: Checking device state for peer 2002
  7101. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: devicestate.c:364 _ast_device_state: Checking if I can find provider for "Custom" - number: DND2002
  7102. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: devicestate.c:453 getproviderstate: Checking provider Custom with Custom
  7103. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: db.c:376 db_get_common: Unable to find key 'DND2002' in family 'CustomDevstate'
  7104. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function EXTENSION_STATE(2002) result is 'UNAVAILABLE'
  7105. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DEXTEN' is '2002'
  7106. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: devicestate.c:368 _ast_device_state: No provider found, checking channel drivers for SIP - 2002
  7107. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: chan_sip.c:29519 sip_devicestate: Checking device state for peer 2002
  7108. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: devicestate.c:364 _ast_device_state: Checking if I can find provider for "Custom" - number: DND2002
  7109. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: devicestate.c:453 getproviderstate: Checking provider Custom with Custom
  7110. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: db.c:376 db_get_common: Unable to find key 'DND2002' in family 'CustomDevstate'
  7111. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function EXTENSION_STATE(2002) result is 'UNAVAILABLE'
  7112. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DEXTEN' is '2002'
  7113. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: devicestate.c:368 _ast_device_state: No provider found, checking channel drivers for SIP - 2002
  7114. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: chan_sip.c:29519 sip_devicestate: Checking device state for peer 2002
  7115. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: devicestate.c:364 _ast_device_state: Checking if I can find provider for "Custom" - number: DND2002
  7116. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: devicestate.c:453 getproviderstate: Checking provider Custom with Custom
  7117. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: db.c:376 db_get_common: Unable to find key 'DND2002' in family 'CustomDevstate'
  7118. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function EXTENSION_STATE(2002) result is 'UNAVAILABLE'
  7119. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '1'
  7120. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf'
  7121. -- Executing [s@macro-dial-one:17] GotoIf("SIP/flowroute-0000001b", "1?continue") in new stack
  7122. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  7123. Event: Newexten
  7124. Privilege: call,all
  7125. Channel: SIP/flowroute-0000001b
  7126. ChannelState: 6
  7127. ChannelStateDesc: Up
  7128. CallerIDNum: +125300000
  7129. CallerIDName: +125300000
  7130. ConnectedLineNum: <unknown>
  7131. ConnectedLineName: <unknown>
  7132. Language: en
  7133. AccountCode:
  7134. Context: macro-dial-one
  7135. Exten: s
  7136. Priority: 17
  7137. Uniqueid: 1450726148.27
  7138. Linkedid: 1450726148.27
  7139. Extension: s
  7140. Application: GotoIf
  7141. AppData: 1?continue
  7142.  
  7143.  
  7144. -- Goto (macro-dial-one,s,25)
  7145. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: GotoIf
  7146. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  7147. Event: VarSet
  7148. Privilege: dialplan,all
  7149. Channel: SIP/flowroute-0000001b
  7150. ChannelState: 6
  7151. ChannelStateDesc: Up
  7152. CallerIDNum: +125300000
  7153. CallerIDName: +125300000
  7154. ConnectedLineNum: <unknown>
  7155. ConnectedLineName: <unknown>
  7156. Language: en
  7157. AccountCode:
  7158. Context: macro-dial-one
  7159. Exten: s
  7160. Priority: 17
  7161. Uniqueid: 1450726148.27
  7162. Linkedid: 1450726148.27
  7163. Variable: MACRO_DEPTH
  7164. Value: 2
  7165.  
  7166.  
  7167. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DEXTEN' is '2002'
  7168. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  7169. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf'
  7170. -- Executing [s@macro-dial-one:25] GotoIf("SIP/flowroute-0000001b", "0?nodial") in new stack
  7171. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  7172. Event: Newexten
  7173. Privilege: call,all
  7174. Channel: SIP/flowroute-0000001b
  7175. ChannelState: 6
  7176. ChannelStateDesc: Up
  7177. CallerIDNum: +125300000
  7178. CallerIDName: +125300000
  7179. ConnectedLineNum: <unknown>
  7180. ConnectedLineName: <unknown>
  7181. Language: en
  7182. AccountCode:
  7183. Context: macro-dial-one
  7184. Exten: s
  7185. Priority: 25
  7186. Uniqueid: 1450726148.27
  7187. Linkedid: 1450726148.27
  7188. Extension: s
  7189. Application: GotoIf
  7190. AppData: 0?nodial
  7191.  
  7192.  
  7193. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:11788 pbx_builtin_gotoif: Not taking any branch
  7194. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: GotoIf
  7195. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  7196. Event: VarSet
  7197. Privilege: dialplan,all
  7198. Channel: SIP/flowroute-0000001b
  7199. ChannelState: 6
  7200. ChannelStateDesc: Up
  7201. CallerIDNum: +125300000
  7202. CallerIDName: +125300000
  7203. ConnectedLineNum: <unknown>
  7204. ConnectedLineName: <unknown>
  7205. Language: en
  7206. AccountCode:
  7207. Context: macro-dial-one
  7208. Exten: s
  7209. Priority: 25
  7210. Uniqueid: 1450726148.27
  7211. Linkedid: 1450726148.27
  7212. Variable: MACRO_DEPTH
  7213. Value: 2
  7214.  
  7215.  
  7216. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DEXTEN' is '2002'
  7217. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '1'
  7218. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'GosubIf'
  7219. -- Executing [s@macro-dial-one:26] GosubIf("SIP/flowroute-0000001b", "1?dstring,1():dlocal,1()") in new stack
  7220. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  7221. Event: Newexten
  7222. Privilege: call,all
  7223. Channel: SIP/flowroute-0000001b
  7224. ChannelState: 6
  7225. ChannelStateDesc: Up
  7226. CallerIDNum: +125300000
  7227. CallerIDName: +125300000
  7228. ConnectedLineNum: <unknown>
  7229. ConnectedLineName: <unknown>
  7230. Language: en
  7231. AccountCode:
  7232. Context: macro-dial-one
  7233. Exten: s
  7234. Priority: 26
  7235. Uniqueid: 1450726148.27
  7236. Linkedid: 1450726148.27
  7237. Extension: s
  7238. Application: GosubIf
  7239. AppData: 1?dstring,1():dlocal,1()
  7240.  
  7241.  
  7242. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  7243. Event: VarSet
  7244. Privilege: dialplan,all
  7245. Channel: SIP/flowroute-0000001b
  7246. ChannelState: 6
  7247. ChannelStateDesc: Up
  7248. CallerIDNum: +125300000
  7249. CallerIDName: +125300000
  7250. ConnectedLineNum: <unknown>
  7251. ConnectedLineName: <unknown>
  7252. Language: en
  7253. AccountCode:
  7254. Context: macro-dial-one
  7255. Exten: s
  7256. Priority: 26
  7257. Uniqueid: 1450726148.27
  7258. Linkedid: 1450726148.27
  7259. Variable: LOCAL(ARGC)
  7260. Value: 0
  7261.  
  7262.  
  7263. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: GosubIf
  7264. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'DEXTEN:-1' (from 'DEXTEN:-1}"!="#"' len 9)
  7265. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DEXTEN' is '2002'
  7266. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4676 ast_str_substitute_variables_full: Expression result is '1'
  7267. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:454 _macro_exec: Incrementing gosub_level
  7268. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  7269. Event: VarSet
  7270. Privilege: dialplan,all
  7271. Channel: SIP/flowroute-0000001b
  7272. ChannelState: 6
  7273. ChannelStateDesc: Up
  7274. CallerIDNum: +125300000
  7275. CallerIDName: +125300000
  7276. ConnectedLineNum: <unknown>
  7277. ConnectedLineName: <unknown>
  7278. Language: en
  7279. AccountCode:
  7280. Context: macro-dial-one
  7281. Exten: s
  7282. Priority: 26
  7283. Uniqueid: 1450726148.27
  7284. Linkedid: 1450726148.27
  7285. Variable: MACRO_DEPTH
  7286. Value: 2
  7287.  
  7288.  
  7289. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  7290. -- Executing [dstring@macro-dial-one:1] Set("SIP/flowroute-0000001b", "DSTRING=") in new stack
  7291. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  7292. Event: Newexten
  7293. Privilege: call,all
  7294. Channel: SIP/flowroute-0000001b
  7295. ChannelState: 6
  7296. ChannelStateDesc: Up
  7297. CallerIDNum: +125300000
  7298. CallerIDName: +125300000
  7299. ConnectedLineNum: <unknown>
  7300. ConnectedLineName: <unknown>
  7301. Language: en
  7302. AccountCode:
  7303. Context: macro-dial-one
  7304. Exten: dstring
  7305. Priority: 1
  7306. Uniqueid: 1450726148.27
  7307. Linkedid: 1450726148.27
  7308. Extension: dstring
  7309. Application: Set
  7310. AppData: DSTRING=
  7311.  
  7312.  
  7313. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  7314. Event: VarSet
  7315. Privilege: dialplan,all
  7316. Channel: SIP/flowroute-0000001b
  7317. ChannelState: 6
  7318. ChannelStateDesc: Up
  7319. CallerIDNum: +125300000
  7320. CallerIDName: +125300000
  7321. ConnectedLineNum: <unknown>
  7322. ConnectedLineName: <unknown>
  7323. Language: en
  7324. AccountCode:
  7325. Context: macro-dial-one
  7326. Exten: dstring
  7327. Priority: 1
  7328. Uniqueid: 1450726148.27
  7329. Linkedid: 1450726148.27
  7330. Variable: DSTRING
  7331. Value:
  7332.  
  7333.  
  7334. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Set
  7335. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  7336. Event: VarSet
  7337. Privilege: dialplan,all
  7338. Channel: SIP/flowroute-0000001b
  7339. ChannelState: 6
  7340. ChannelStateDesc: Up
  7341. CallerIDNum: +125300000
  7342. CallerIDName: +125300000
  7343. ConnectedLineNum: <unknown>
  7344. ConnectedLineName: <unknown>
  7345. Language: en
  7346. AccountCode:
  7347. Context: macro-dial-one
  7348. Exten: dstring
  7349. Priority: 1
  7350. Uniqueid: 1450726148.27
  7351. Linkedid: 1450726148.27
  7352. Variable: MACRO_DEPTH
  7353. Value: 2
  7354.  
  7355.  
  7356. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DEXTEN' is '2002'
  7357. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  7358. Event: VarSet
  7359. Privilege: dialplan,all
  7360. Channel: SIP/flowroute-0000001b
  7361. ChannelState: 6
  7362. ChannelStateDesc: Up
  7363. CallerIDNum: +125300000
  7364. CallerIDName: +125300000
  7365. ConnectedLineNum: <unknown>
  7366. ConnectedLineName: <unknown>
  7367. Language: en
  7368. AccountCode:
  7369. Context: macro-dial-one
  7370. Exten: dstring
  7371. Priority: 1
  7372. Uniqueid: 1450726148.27
  7373. Linkedid: 1450726148.27
  7374. Variable: DB_RESULT
  7375. Value: 2002
  7376.  
  7377.  
  7378. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function DB(AMPUSER/2002/device) result is '2002'
  7379. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  7380. -- Executing [dstring@macro-dial-one:2] Set("SIP/flowroute-0000001b", "DEVICES=2002") in new stack
  7381. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  7382. Event: Newexten
  7383. Privilege: call,all
  7384. Channel: SIP/flowroute-0000001b
  7385. ChannelState: 6
  7386. ChannelStateDesc: Up
  7387. CallerIDNum: +125300000
  7388. CallerIDName: +125300000
  7389. ConnectedLineNum: <unknown>
  7390. ConnectedLineName: <unknown>
  7391. Language: en
  7392. AccountCode:
  7393. Context: macro-dial-one
  7394. Exten: dstring
  7395. Priority: 2
  7396. Uniqueid: 1450726148.27
  7397. Linkedid: 1450726148.27
  7398. Extension: dstring
  7399. Application: Set
  7400. AppData: DEVICES=2002
  7401.  
  7402.  
  7403. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  7404. Event: VarSet
  7405. Privilege: dialplan,all
  7406. Channel: SIP/flowroute-0000001b
  7407. ChannelState: 6
  7408. ChannelStateDesc: Up
  7409. CallerIDNum: +125300000
  7410. CallerIDName: +125300000
  7411. ConnectedLineNum: <unknown>
  7412. ConnectedLineName: <unknown>
  7413. Language: en
  7414. AccountCode:
  7415. Context: macro-dial-one
  7416. Exten: dstring
  7417. Priority: 2
  7418. Uniqueid: 1450726148.27
  7419. Linkedid: 1450726148.27
  7420. Variable: DEVICES
  7421. Value: 2002
  7422.  
  7423.  
  7424. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Set
  7425. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  7426. Event: VarSet
  7427. Privilege: dialplan,all
  7428. Channel: SIP/flowroute-0000001b
  7429. ChannelState: 6
  7430. ChannelStateDesc: Up
  7431. CallerIDNum: +125300000
  7432. CallerIDName: +125300000
  7433. ConnectedLineNum: <unknown>
  7434. ConnectedLineName: <unknown>
  7435. Language: en
  7436. AccountCode:
  7437. Context: macro-dial-one
  7438. Exten: dstring
  7439. Priority: 2
  7440. Uniqueid: 1450726148.27
  7441. Linkedid: 1450726148.27
  7442. Variable: MACRO_DEPTH
  7443. Value: 2
  7444.  
  7445.  
  7446. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DEVICES' is '2002'
  7447. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  7448. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'ExecIf'
  7449. -- Executing [dstring@macro-dial-one:3] ExecIf("SIP/flowroute-0000001b", "0?Return()") in new stack
  7450. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  7451. Event: Newexten
  7452. Privilege: call,all
  7453. Channel: SIP/flowroute-0000001b
  7454. ChannelState: 6
  7455. ChannelStateDesc: Up
  7456. CallerIDNum: +125300000
  7457. CallerIDName: +125300000
  7458. ConnectedLineNum: <unknown>
  7459. ConnectedLineName: <unknown>
  7460. Language: en
  7461. AccountCode:
  7462. Context: macro-dial-one
  7463. Exten: dstring
  7464. Priority: 3
  7465. Uniqueid: 1450726148.27
  7466. Linkedid: 1450726148.27
  7467. Extension: dstring
  7468. Application: ExecIf
  7469. AppData: 0?Return()
  7470.  
  7471.  
  7472. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: ExecIf
  7473. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'DEVICES' (from 'DEVICES}"=""' len 7)
  7474. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DEVICES' is '2002'
  7475. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4676 ast_str_substitute_variables_full: Expression result is '0'
  7476. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  7477. Event: VarSet
  7478. Privilege: dialplan,all
  7479. Channel: SIP/flowroute-0000001b
  7480. ChannelState: 6
  7481. ChannelStateDesc: Up
  7482. CallerIDNum: +125300000
  7483. CallerIDName: +125300000
  7484. ConnectedLineNum: <unknown>
  7485. ConnectedLineName: <unknown>
  7486. Language: en
  7487. AccountCode:
  7488. Context: macro-dial-one
  7489. Exten: dstring
  7490. Priority: 3
  7491. Uniqueid: 1450726148.27
  7492. Linkedid: 1450726148.27
  7493. Variable: MACRO_DEPTH
  7494. Value: 2
  7495.  
  7496.  
  7497. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DEVICES' is '2002'
  7498. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  7499. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DEVICES' is '2002'
  7500. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'ExecIf'
  7501. -- Executing [dstring@macro-dial-one:4] ExecIf("SIP/flowroute-0000001b", "0?Set(DEVICES=002)") in new stack
  7502. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  7503. Event: Newexten
  7504. Privilege: call,all
  7505. Channel: SIP/flowroute-0000001b
  7506. ChannelState: 6
  7507. ChannelStateDesc: Up
  7508. CallerIDNum: +125300000
  7509. CallerIDName: +125300000
  7510. ConnectedLineNum: <unknown>
  7511. ConnectedLineName: <unknown>
  7512. Language: en
  7513. AccountCode:
  7514. Context: macro-dial-one
  7515. Exten: dstring
  7516. Priority: 4
  7517. Uniqueid: 1450726148.27
  7518. Linkedid: 1450726148.27
  7519. Extension: dstring
  7520. Application: ExecIf
  7521. AppData: 0?Set(DEVICES=002)
  7522.  
  7523.  
  7524. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: ExecIf
  7525. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'DEVICES:0:1' (from 'DEVICES:0:1}"="&"' len 11)
  7526. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DEVICES' is '2002'
  7527. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4676 ast_str_substitute_variables_full: Expression result is '0'
  7528. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'DEVICES:1' (from 'DEVICES:1})' len 9)
  7529. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DEVICES' is '2002'
  7530. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  7531. Event: VarSet
  7532. Privilege: dialplan,all
  7533. Channel: SIP/flowroute-0000001b
  7534. ChannelState: 6
  7535. ChannelStateDesc: Up
  7536. CallerIDNum: +125300000
  7537. CallerIDName: +125300000
  7538. ConnectedLineNum: <unknown>
  7539. ConnectedLineName: <unknown>
  7540. Language: en
  7541. AccountCode:
  7542. Context: macro-dial-one
  7543. Exten: dstring
  7544. Priority: 4
  7545. Uniqueid: 1450726148.27
  7546. Linkedid: 1450726148.27
  7547. Variable: MACRO_DEPTH
  7548. Value: 2
  7549.  
  7550.  
  7551. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'DEVICES' (from 'DEVICES}' len 7)
  7552. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DEVICES' is '2002'
  7553. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function FIELDQTY(DEVICES,&) result is '1'
  7554. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  7555. -- Executing [dstring@macro-dial-one:5] Set("SIP/flowroute-0000001b", "LOOPCNT=1") in new stack
  7556. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  7557. Event: Newexten
  7558. Privilege: call,all
  7559. Channel: SIP/flowroute-0000001b
  7560. ChannelState: 6
  7561. ChannelStateDesc: Up
  7562. CallerIDNum: +125300000
  7563. CallerIDName: +125300000
  7564. ConnectedLineNum: <unknown>
  7565. ConnectedLineName: <unknown>
  7566. Language: en
  7567. AccountCode:
  7568. Context: macro-dial-one
  7569. Exten: dstring
  7570. Priority: 5
  7571. Uniqueid: 1450726148.27
  7572. Linkedid: 1450726148.27
  7573. Extension: dstring
  7574. Application: Set
  7575. AppData: LOOPCNT=1
  7576.  
  7577.  
  7578. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  7579. Event: VarSet
  7580. Privilege: dialplan,all
  7581. Channel: SIP/flowroute-0000001b
  7582. ChannelState: 6
  7583. ChannelStateDesc: Up
  7584. CallerIDNum: +125300000
  7585. CallerIDName: +125300000
  7586. ConnectedLineNum: <unknown>
  7587. ConnectedLineName: <unknown>
  7588. Language: en
  7589. AccountCode:
  7590. Context: macro-dial-one
  7591. Exten: dstring
  7592. Priority: 5
  7593. Uniqueid: 1450726148.27
  7594. Linkedid: 1450726148.27
  7595. Variable: LOOPCNT
  7596. Value: 1
  7597.  
  7598.  
  7599. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Set
  7600. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  7601. Event: VarSet
  7602. Privilege: dialplan,all
  7603. Channel: SIP/flowroute-0000001b
  7604. ChannelState: 6
  7605. ChannelStateDesc: Up
  7606. CallerIDNum: +125300000
  7607. CallerIDName: +125300000
  7608. ConnectedLineNum: <unknown>
  7609. ConnectedLineName: <unknown>
  7610. Language: en
  7611. AccountCode:
  7612. Context: macro-dial-one
  7613. Exten: dstring
  7614. Priority: 5
  7615. Uniqueid: 1450726148.27
  7616. Linkedid: 1450726148.27
  7617. Variable: MACRO_DEPTH
  7618. Value: 2
  7619.  
  7620.  
  7621. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  7622. -- Executing [dstring@macro-dial-one:6] Set("SIP/flowroute-0000001b", "ITER=1") in new stack
  7623. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  7624. Event: Newexten
  7625. Privilege: call,all
  7626. Channel: SIP/flowroute-0000001b
  7627. ChannelState: 6
  7628. ChannelStateDesc: Up
  7629. CallerIDNum: +125300000
  7630. CallerIDName: +125300000
  7631. ConnectedLineNum: <unknown>
  7632. ConnectedLineName: <unknown>
  7633. Language: en
  7634. AccountCode:
  7635. Context: macro-dial-one
  7636. Exten: dstring
  7637. Priority: 6
  7638. Uniqueid: 1450726148.27
  7639. Linkedid: 1450726148.27
  7640. Extension: dstring
  7641. Application: Set
  7642. AppData: ITER=1
  7643.  
  7644.  
  7645. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  7646. Event: VarSet
  7647. Privilege: dialplan,all
  7648. Channel: SIP/flowroute-0000001b
  7649. ChannelState: 6
  7650. ChannelStateDesc: Up
  7651. CallerIDNum: +125300000
  7652. CallerIDName: +125300000
  7653. ConnectedLineNum: <unknown>
  7654. ConnectedLineName: <unknown>
  7655. Language: en
  7656. AccountCode:
  7657. Context: macro-dial-one
  7658. Exten: dstring
  7659. Priority: 6
  7660. Uniqueid: 1450726148.27
  7661. Linkedid: 1450726148.27
  7662. Variable: ITER
  7663. Value: 1
  7664.  
  7665.  
  7666. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Set
  7667. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  7668. Event: VarSet
  7669. Privilege: dialplan,all
  7670. Channel: SIP/flowroute-0000001b
  7671. ChannelState: 6
  7672. ChannelStateDesc: Up
  7673. CallerIDNum: +125300000
  7674. CallerIDName: +125300000
  7675. ConnectedLineNum: <unknown>
  7676. ConnectedLineName: <unknown>
  7677. Language: en
  7678. AccountCode:
  7679. Context: macro-dial-one
  7680. Exten: dstring
  7681. Priority: 6
  7682. Uniqueid: 1450726148.27
  7683. Linkedid: 1450726148.27
  7684. Variable: MACRO_DEPTH
  7685. Value: 2
  7686.  
  7687.  
  7688. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ITER' is '1'
  7689. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'DEVICES' (from 'DEVICES}' len 7)
  7690. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DEVICES' is '2002'
  7691. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function CUT(DEVICES,&,1) result is '2002'
  7692. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  7693. Event: VarSet
  7694. Privilege: dialplan,all
  7695. Channel: SIP/flowroute-0000001b
  7696. ChannelState: 6
  7697. ChannelStateDesc: Up
  7698. CallerIDNum: +125300000
  7699. CallerIDName: +125300000
  7700. ConnectedLineNum: <unknown>
  7701. ConnectedLineName: <unknown>
  7702. Language: en
  7703. AccountCode:
  7704. Context: macro-dial-one
  7705. Exten: dstring
  7706. Priority: 6
  7707. Uniqueid: 1450726148.27
  7708. Linkedid: 1450726148.27
  7709. Variable: DB_RESULT
  7710. Value: SIP/2002
  7711.  
  7712.  
  7713. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function DB(DEVICE/2002/dial) result is 'SIP/2002'
  7714. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  7715. -- Executing [dstring@macro-dial-one:7] Set("SIP/flowroute-0000001b", "THISDIAL=SIP/2002") in new stack
  7716. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  7717. Event: Newexten
  7718. Privilege: call,all
  7719. Channel: SIP/flowroute-0000001b
  7720. ChannelState: 6
  7721. ChannelStateDesc: Up
  7722. CallerIDNum: +125300000
  7723. CallerIDName: +125300000
  7724. ConnectedLineNum: <unknown>
  7725. ConnectedLineName: <unknown>
  7726. Language: en
  7727. AccountCode:
  7728. Context: macro-dial-one
  7729. Exten: dstring
  7730. Priority: 7
  7731. Uniqueid: 1450726148.27
  7732. Linkedid: 1450726148.27
  7733. Extension: dstring
  7734. Application: Set
  7735. AppData: THISDIAL=SIP/2002
  7736.  
  7737.  
  7738. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  7739. Event: VarSet
  7740. Privilege: dialplan,all
  7741. Channel: SIP/flowroute-0000001b
  7742. ChannelState: 6
  7743. ChannelStateDesc: Up
  7744. CallerIDNum: +125300000
  7745. CallerIDName: +125300000
  7746. ConnectedLineNum: <unknown>
  7747. ConnectedLineName: <unknown>
  7748. Language: en
  7749. AccountCode:
  7750. Context: macro-dial-one
  7751. Exten: dstring
  7752. Priority: 7
  7753. Uniqueid: 1450726148.27
  7754. Linkedid: 1450726148.27
  7755. Variable: THISDIAL
  7756. Value: SIP/2002
  7757.  
  7758.  
  7759. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Set
  7760. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  7761. Event: VarSet
  7762. Privilege: dialplan,all
  7763. Channel: SIP/flowroute-0000001b
  7764. ChannelState: 6
  7765. ChannelStateDesc: Up
  7766. CallerIDNum: +125300000
  7767. CallerIDName: +125300000
  7768. ConnectedLineNum: <unknown>
  7769. ConnectedLineName: <unknown>
  7770. Language: en
  7771. AccountCode:
  7772. Context: macro-dial-one
  7773. Exten: dstring
  7774. Priority: 7
  7775. Uniqueid: 1450726148.27
  7776. Linkedid: 1450726148.27
  7777. Variable: MACRO_DEPTH
  7778. Value: 2
  7779.  
  7780.  
  7781. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ASTCHANDAHDI' is '1'
  7782. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '1'
  7783. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'GosubIf'
  7784. -- Executing [dstring@macro-dial-one:8] GosubIf("SIP/flowroute-0000001b", "1?zap2dahdi,1()") in new stack
  7785. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  7786. Event: Newexten
  7787. Privilege: call,all
  7788. Channel: SIP/flowroute-0000001b
  7789. ChannelState: 6
  7790. ChannelStateDesc: Up
  7791. CallerIDNum: +125300000
  7792. CallerIDName: +125300000
  7793. ConnectedLineNum: <unknown>
  7794. ConnectedLineName: <unknown>
  7795. Language: en
  7796. AccountCode:
  7797. Context: macro-dial-one
  7798. Exten: dstring
  7799. Priority: 8
  7800. Uniqueid: 1450726148.27
  7801. Linkedid: 1450726148.27
  7802. Extension: dstring
  7803. Application: GosubIf
  7804. AppData: 1?zap2dahdi,1()
  7805.  
  7806.  
  7807. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  7808. Event: VarSet
  7809. Privilege: dialplan,all
  7810. Channel: SIP/flowroute-0000001b
  7811. ChannelState: 6
  7812. ChannelStateDesc: Up
  7813. CallerIDNum: +125300000
  7814. CallerIDName: +125300000
  7815. ConnectedLineNum: <unknown>
  7816. ConnectedLineName: <unknown>
  7817. Language: en
  7818. AccountCode:
  7819. Context: macro-dial-one
  7820. Exten: dstring
  7821. Priority: 8
  7822. Uniqueid: 1450726148.27
  7823. Linkedid: 1450726148.27
  7824. Variable: LOCAL(ARGC)
  7825. Value: 0
  7826.  
  7827.  
  7828. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: GosubIf
  7829. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'ASTCHANDAHDI' (from 'ASTCHANDAHDI}" = "1"' len 12)
  7830. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ASTCHANDAHDI' is '1'
  7831. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4676 ast_str_substitute_variables_full: Expression result is '1'
  7832. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:454 _macro_exec: Incrementing gosub_level
  7833. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  7834. Event: VarSet
  7835. Privilege: dialplan,all
  7836. Channel: SIP/flowroute-0000001b
  7837. ChannelState: 6
  7838. ChannelStateDesc: Up
  7839. CallerIDNum: +125300000
  7840. CallerIDName: +125300000
  7841. ConnectedLineNum: <unknown>
  7842. ConnectedLineName: <unknown>
  7843. Language: en
  7844. AccountCode:
  7845. Context: macro-dial-one
  7846. Exten: dstring
  7847. Priority: 8
  7848. Uniqueid: 1450726148.27
  7849. Linkedid: 1450726148.27
  7850. Variable: MACRO_DEPTH
  7851. Value: 2
  7852.  
  7853.  
  7854. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'THISDIAL' is 'SIP/2002'
  7855. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  7856. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'ExecIf'
  7857. -- Executing [zap2dahdi@macro-dial-one:1] ExecIf("SIP/flowroute-0000001b", "0?Return()") in new stack
  7858. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  7859. Event: Newexten
  7860. Privilege: call,all
  7861. Channel: SIP/flowroute-0000001b
  7862. ChannelState: 6
  7863. ChannelStateDesc: Up
  7864. CallerIDNum: +125300000
  7865. CallerIDName: +125300000
  7866. ConnectedLineNum: <unknown>
  7867. ConnectedLineName: <unknown>
  7868. Language: en
  7869. AccountCode:
  7870. Context: macro-dial-one
  7871. Exten: zap2dahdi
  7872. Priority: 1
  7873. Uniqueid: 1450726148.27
  7874. Linkedid: 1450726148.27
  7875. Extension: zap2dahdi
  7876. Application: ExecIf
  7877. AppData: 0?Return()
  7878.  
  7879.  
  7880. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: ExecIf
  7881. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'THISDIAL' (from 'THISDIAL}" = ""' len 8)
  7882. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'THISDIAL' is 'SIP/2002'
  7883. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4676 ast_str_substitute_variables_full: Expression result is '0'
  7884. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  7885. Event: VarSet
  7886. Privilege: dialplan,all
  7887. Channel: SIP/flowroute-0000001b
  7888. ChannelState: 6
  7889. ChannelStateDesc: Up
  7890. CallerIDNum: +125300000
  7891. CallerIDName: +125300000
  7892. ConnectedLineNum: <unknown>
  7893. ConnectedLineName: <unknown>
  7894. Language: en
  7895. AccountCode:
  7896. Context: macro-dial-one
  7897. Exten: zap2dahdi
  7898. Priority: 1
  7899. Uniqueid: 1450726148.27
  7900. Linkedid: 1450726148.27
  7901. Variable: MACRO_DEPTH
  7902. Value: 2
  7903.  
  7904.  
  7905. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  7906. -- Executing [zap2dahdi@macro-dial-one:2] Set("SIP/flowroute-0000001b", "NEWDIAL=") in new stack
  7907. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  7908. Event: Newexten
  7909. Privilege: call,all
  7910. Channel: SIP/flowroute-0000001b
  7911. ChannelState: 6
  7912. ChannelStateDesc: Up
  7913. CallerIDNum: +125300000
  7914. CallerIDName: +125300000
  7915. ConnectedLineNum: <unknown>
  7916. ConnectedLineName: <unknown>
  7917. Language: en
  7918. AccountCode:
  7919. Context: macro-dial-one
  7920. Exten: zap2dahdi
  7921. Priority: 2
  7922. Uniqueid: 1450726148.27
  7923. Linkedid: 1450726148.27
  7924. Extension: zap2dahdi
  7925. Application: Set
  7926. AppData: NEWDIAL=
  7927.  
  7928.  
  7929. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  7930. Event: VarSet
  7931. Privilege: dialplan,all
  7932. Channel: SIP/flowroute-0000001b
  7933. ChannelState: 6
  7934. ChannelStateDesc: Up
  7935. CallerIDNum: +125300000
  7936. CallerIDName: +125300000
  7937. ConnectedLineNum: <unknown>
  7938. ConnectedLineName: <unknown>
  7939. Language: en
  7940. AccountCode:
  7941. Context: macro-dial-one
  7942. Exten: zap2dahdi
  7943. Priority: 2
  7944. Uniqueid: 1450726148.27
  7945. Linkedid: 1450726148.27
  7946. Variable: NEWDIAL
  7947. Value:
  7948.  
  7949.  
  7950. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Set
  7951. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  7952. Event: VarSet
  7953. Privilege: dialplan,all
  7954. Channel: SIP/flowroute-0000001b
  7955. ChannelState: 6
  7956. ChannelStateDesc: Up
  7957. CallerIDNum: +125300000
  7958. CallerIDName: +125300000
  7959. ConnectedLineNum: <unknown>
  7960. ConnectedLineName: <unknown>
  7961. Language: en
  7962. AccountCode:
  7963. Context: macro-dial-one
  7964. Exten: zap2dahdi
  7965. Priority: 2
  7966. Uniqueid: 1450726148.27
  7967. Linkedid: 1450726148.27
  7968. Variable: MACRO_DEPTH
  7969. Value: 2
  7970.  
  7971.  
  7972. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'THISDIAL' (from 'THISDIAL}' len 8)
  7973. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'THISDIAL' is 'SIP/2002'
  7974. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function FIELDQTY(THISDIAL,&) result is '1'
  7975. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  7976. -- Executing [zap2dahdi@macro-dial-one:3] Set("SIP/flowroute-0000001b", "LOOPCNT2=1") in new stack
  7977. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  7978. Event: Newexten
  7979. Privilege: call,all
  7980. Channel: SIP/flowroute-0000001b
  7981. ChannelState: 6
  7982. ChannelStateDesc: Up
  7983. CallerIDNum: +125300000
  7984. CallerIDName: +125300000
  7985. ConnectedLineNum: <unknown>
  7986. ConnectedLineName: <unknown>
  7987. Language: en
  7988. AccountCode:
  7989. Context: macro-dial-one
  7990. Exten: zap2dahdi
  7991. Priority: 3
  7992. Uniqueid: 1450726148.27
  7993. Linkedid: 1450726148.27
  7994. Extension: zap2dahdi
  7995. Application: Set
  7996. AppData: LOOPCNT2=1
  7997.  
  7998.  
  7999. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8000. Event: VarSet
  8001. Privilege: dialplan,all
  8002. Channel: SIP/flowroute-0000001b
  8003. ChannelState: 6
  8004. ChannelStateDesc: Up
  8005. CallerIDNum: +125300000
  8006. CallerIDName: +125300000
  8007. ConnectedLineNum: <unknown>
  8008. ConnectedLineName: <unknown>
  8009. Language: en
  8010. AccountCode:
  8011. Context: macro-dial-one
  8012. Exten: zap2dahdi
  8013. Priority: 3
  8014. Uniqueid: 1450726148.27
  8015. Linkedid: 1450726148.27
  8016. Variable: LOOPCNT2
  8017. Value: 1
  8018.  
  8019.  
  8020. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Set
  8021. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8022. Event: VarSet
  8023. Privilege: dialplan,all
  8024. Channel: SIP/flowroute-0000001b
  8025. ChannelState: 6
  8026. ChannelStateDesc: Up
  8027. CallerIDNum: +125300000
  8028. CallerIDName: +125300000
  8029. ConnectedLineNum: <unknown>
  8030. ConnectedLineName: <unknown>
  8031. Language: en
  8032. AccountCode:
  8033. Context: macro-dial-one
  8034. Exten: zap2dahdi
  8035. Priority: 3
  8036. Uniqueid: 1450726148.27
  8037. Linkedid: 1450726148.27
  8038. Variable: MACRO_DEPTH
  8039. Value: 2
  8040.  
  8041.  
  8042. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  8043. -- Executing [zap2dahdi@macro-dial-one:4] Set("SIP/flowroute-0000001b", "ITER2=1") in new stack
  8044. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8045. Event: Newexten
  8046. Privilege: call,all
  8047. Channel: SIP/flowroute-0000001b
  8048. ChannelState: 6
  8049. ChannelStateDesc: Up
  8050. CallerIDNum: +125300000
  8051. CallerIDName: +125300000
  8052. ConnectedLineNum: <unknown>
  8053. ConnectedLineName: <unknown>
  8054. Language: en
  8055. AccountCode:
  8056. Context: macro-dial-one
  8057. Exten: zap2dahdi
  8058. Priority: 4
  8059. Uniqueid: 1450726148.27
  8060. Linkedid: 1450726148.27
  8061. Extension: zap2dahdi
  8062. Application: Set
  8063. AppData: ITER2=1
  8064.  
  8065.  
  8066. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8067. Event: VarSet
  8068. Privilege: dialplan,all
  8069. Channel: SIP/flowroute-0000001b
  8070. ChannelState: 6
  8071. ChannelStateDesc: Up
  8072. CallerIDNum: +125300000
  8073. CallerIDName: +125300000
  8074. ConnectedLineNum: <unknown>
  8075. ConnectedLineName: <unknown>
  8076. Language: en
  8077. AccountCode:
  8078. Context: macro-dial-one
  8079. Exten: zap2dahdi
  8080. Priority: 4
  8081. Uniqueid: 1450726148.27
  8082. Linkedid: 1450726148.27
  8083. Variable: ITER2
  8084. Value: 1
  8085.  
  8086.  
  8087. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Set
  8088. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8089. Event: VarSet
  8090. Privilege: dialplan,all
  8091. Channel: SIP/flowroute-0000001b
  8092. ChannelState: 6
  8093. ChannelStateDesc: Up
  8094. CallerIDNum: +125300000
  8095. CallerIDName: +125300000
  8096. ConnectedLineNum: <unknown>
  8097. ConnectedLineName: <unknown>
  8098. Language: en
  8099. AccountCode:
  8100. Context: macro-dial-one
  8101. Exten: zap2dahdi
  8102. Priority: 4
  8103. Uniqueid: 1450726148.27
  8104. Linkedid: 1450726148.27
  8105. Variable: MACRO_DEPTH
  8106. Value: 2
  8107.  
  8108.  
  8109. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ITER2' is '1'
  8110. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'THISDIAL' (from 'THISDIAL}' len 8)
  8111. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'THISDIAL' is 'SIP/2002'
  8112. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function CUT(THISDIAL,&,1) result is 'SIP/2002'
  8113. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  8114. -- Executing [zap2dahdi@macro-dial-one:5] Set("SIP/flowroute-0000001b", "THISPART2=SIP/2002") in new stack
  8115. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8116. Event: Newexten
  8117. Privilege: call,all
  8118. Channel: SIP/flowroute-0000001b
  8119. ChannelState: 6
  8120. ChannelStateDesc: Up
  8121. CallerIDNum: +125300000
  8122. CallerIDName: +125300000
  8123. ConnectedLineNum: <unknown>
  8124. ConnectedLineName: <unknown>
  8125. Language: en
  8126. AccountCode:
  8127. Context: macro-dial-one
  8128. Exten: zap2dahdi
  8129. Priority: 5
  8130. Uniqueid: 1450726148.27
  8131. Linkedid: 1450726148.27
  8132. Extension: zap2dahdi
  8133. Application: Set
  8134. AppData: THISPART2=SIP/2002
  8135.  
  8136.  
  8137. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8138. Event: VarSet
  8139. Privilege: dialplan,all
  8140. Channel: SIP/flowroute-0000001b
  8141. ChannelState: 6
  8142. ChannelStateDesc: Up
  8143. CallerIDNum: +125300000
  8144. CallerIDName: +125300000
  8145. ConnectedLineNum: <unknown>
  8146. ConnectedLineName: <unknown>
  8147. Language: en
  8148. AccountCode:
  8149. Context: macro-dial-one
  8150. Exten: zap2dahdi
  8151. Priority: 5
  8152. Uniqueid: 1450726148.27
  8153. Linkedid: 1450726148.27
  8154. Variable: THISPART2
  8155. Value: SIP/2002
  8156.  
  8157.  
  8158. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Set
  8159. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8160. Event: VarSet
  8161. Privilege: dialplan,all
  8162. Channel: SIP/flowroute-0000001b
  8163. ChannelState: 6
  8164. ChannelStateDesc: Up
  8165. CallerIDNum: +125300000
  8166. CallerIDName: +125300000
  8167. ConnectedLineNum: <unknown>
  8168. ConnectedLineName: <unknown>
  8169. Language: en
  8170. AccountCode:
  8171. Context: macro-dial-one
  8172. Exten: zap2dahdi
  8173. Priority: 5
  8174. Uniqueid: 1450726148.27
  8175. Linkedid: 1450726148.27
  8176. Variable: MACRO_DEPTH
  8177. Value: 2
  8178.  
  8179.  
  8180. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'THISPART2' is 'SIP/2002'
  8181. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  8182. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'THISPART2' is 'SIP/2002'
  8183. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'ExecIf'
  8184. -- Executing [zap2dahdi@macro-dial-one:6] ExecIf("SIP/flowroute-0000001b", "0?Set(THISPART2=DAHDI/2002)") in new stack
  8185. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8186. Event: Newexten
  8187. Privilege: call,all
  8188. Channel: SIP/flowroute-0000001b
  8189. ChannelState: 6
  8190. ChannelStateDesc: Up
  8191. CallerIDNum: +125300000
  8192. CallerIDName: +125300000
  8193. ConnectedLineNum: <unknown>
  8194. ConnectedLineName: <unknown>
  8195. Language: en
  8196. AccountCode:
  8197. Context: macro-dial-one
  8198. Exten: zap2dahdi
  8199. Priority: 6
  8200. Uniqueid: 1450726148.27
  8201. Linkedid: 1450726148.27
  8202. Extension: zap2dahdi
  8203. Application: ExecIf
  8204. AppData: 0?Set(THISPART2=DAHDI/2002)
  8205.  
  8206.  
  8207. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: ExecIf
  8208. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'THISPART2:0:3' (from 'THISPART2:0:3}" = "ZAP"' len 13)
  8209. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'THISPART2' is 'SIP/2002'
  8210. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4676 ast_str_substitute_variables_full: Expression result is '0'
  8211. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'THISPART2:3' (from 'THISPART2:3})' len 11)
  8212. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'THISPART2' is 'SIP/2002'
  8213. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8214. Event: VarSet
  8215. Privilege: dialplan,all
  8216. Channel: SIP/flowroute-0000001b
  8217. ChannelState: 6
  8218. ChannelStateDesc: Up
  8219. CallerIDNum: +125300000
  8220. CallerIDName: +125300000
  8221. ConnectedLineNum: <unknown>
  8222. ConnectedLineName: <unknown>
  8223. Language: en
  8224. AccountCode:
  8225. Context: macro-dial-one
  8226. Exten: zap2dahdi
  8227. Priority: 6
  8228. Uniqueid: 1450726148.27
  8229. Linkedid: 1450726148.27
  8230. Variable: MACRO_DEPTH
  8231. Value: 2
  8232.  
  8233.  
  8234. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'NEWDIAL' is ''
  8235. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'THISPART2' is 'SIP/2002'
  8236. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  8237. -- Executing [zap2dahdi@macro-dial-one:7] Set("SIP/flowroute-0000001b", "NEWDIAL=SIP/2002&") in new stack
  8238. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8239. Event: Newexten
  8240. Privilege: call,all
  8241. Channel: SIP/flowroute-0000001b
  8242. ChannelState: 6
  8243. ChannelStateDesc: Up
  8244. CallerIDNum: +125300000
  8245. CallerIDName: +125300000
  8246. ConnectedLineNum: <unknown>
  8247. ConnectedLineName: <unknown>
  8248. Language: en
  8249. AccountCode:
  8250. Context: macro-dial-one
  8251. Exten: zap2dahdi
  8252. Priority: 7
  8253. Uniqueid: 1450726148.27
  8254. Linkedid: 1450726148.27
  8255. Extension: zap2dahdi
  8256. Application: Set
  8257. AppData: NEWDIAL=SIP/2002&
  8258.  
  8259.  
  8260. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8261. Event: VarSet
  8262. Privilege: dialplan,all
  8263. Channel: SIP/flowroute-0000001b
  8264. ChannelState: 6
  8265. ChannelStateDesc: Up
  8266. CallerIDNum: +125300000
  8267. CallerIDName: +125300000
  8268. ConnectedLineNum: <unknown>
  8269. ConnectedLineName: <unknown>
  8270. Language: en
  8271. AccountCode:
  8272. Context: macro-dial-one
  8273. Exten: zap2dahdi
  8274. Priority: 7
  8275. Uniqueid: 1450726148.27
  8276. Linkedid: 1450726148.27
  8277. Variable: NEWDIAL
  8278. Value: SIP/2002&
  8279.  
  8280.  
  8281. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Set
  8282. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8283. Event: VarSet
  8284. Privilege: dialplan,all
  8285. Channel: SIP/flowroute-0000001b
  8286. ChannelState: 6
  8287. ChannelStateDesc: Up
  8288. CallerIDNum: +125300000
  8289. CallerIDName: +125300000
  8290. ConnectedLineNum: <unknown>
  8291. ConnectedLineName: <unknown>
  8292. Language: en
  8293. AccountCode:
  8294. Context: macro-dial-one
  8295. Exten: zap2dahdi
  8296. Priority: 7
  8297. Uniqueid: 1450726148.27
  8298. Linkedid: 1450726148.27
  8299. Variable: MACRO_DEPTH
  8300. Value: 2
  8301.  
  8302.  
  8303. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ITER2' is '1'
  8304. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '2'
  8305. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  8306. -- Executing [zap2dahdi@macro-dial-one:8] Set("SIP/flowroute-0000001b", "ITER2=2") in new stack
  8307. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8308. Event: Newexten
  8309. Privilege: call,all
  8310. Channel: SIP/flowroute-0000001b
  8311. ChannelState: 6
  8312. ChannelStateDesc: Up
  8313. CallerIDNum: +125300000
  8314. CallerIDName: +125300000
  8315. ConnectedLineNum: <unknown>
  8316. ConnectedLineName: <unknown>
  8317. Language: en
  8318. AccountCode:
  8319. Context: macro-dial-one
  8320. Exten: zap2dahdi
  8321. Priority: 8
  8322. Uniqueid: 1450726148.27
  8323. Linkedid: 1450726148.27
  8324. Extension: zap2dahdi
  8325. Application: Set
  8326. AppData: ITER2=2
  8327.  
  8328.  
  8329. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8330. Event: VarSet
  8331. Privilege: dialplan,all
  8332. Channel: SIP/flowroute-0000001b
  8333. ChannelState: 6
  8334. ChannelStateDesc: Up
  8335. CallerIDNum: +125300000
  8336. CallerIDName: +125300000
  8337. ConnectedLineNum: <unknown>
  8338. ConnectedLineName: <unknown>
  8339. Language: en
  8340. AccountCode:
  8341. Context: macro-dial-one
  8342. Exten: zap2dahdi
  8343. Priority: 8
  8344. Uniqueid: 1450726148.27
  8345. Linkedid: 1450726148.27
  8346. Variable: ITER2
  8347. Value: 2
  8348.  
  8349.  
  8350. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Set
  8351. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8352. Event: VarSet
  8353. Privilege: dialplan,all
  8354. Channel: SIP/flowroute-0000001b
  8355. ChannelState: 6
  8356. ChannelStateDesc: Up
  8357. CallerIDNum: +125300000
  8358. CallerIDName: +125300000
  8359. ConnectedLineNum: <unknown>
  8360. ConnectedLineName: <unknown>
  8361. Language: en
  8362. AccountCode:
  8363. Context: macro-dial-one
  8364. Exten: zap2dahdi
  8365. Priority: 8
  8366. Uniqueid: 1450726148.27
  8367. Linkedid: 1450726148.27
  8368. Variable: MACRO_DEPTH
  8369. Value: 2
  8370.  
  8371.  
  8372. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ITER2' is '2'
  8373. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'LOOPCNT2' is '1'
  8374. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  8375. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf'
  8376. -- Executing [zap2dahdi@macro-dial-one:9] GotoIf("SIP/flowroute-0000001b", "0?begin2") in new stack
  8377. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8378. Event: Newexten
  8379. Privilege: call,all
  8380. Channel: SIP/flowroute-0000001b
  8381. ChannelState: 6
  8382. ChannelStateDesc: Up
  8383. CallerIDNum: +125300000
  8384. CallerIDName: +125300000
  8385. ConnectedLineNum: <unknown>
  8386. ConnectedLineName: <unknown>
  8387. Language: en
  8388. AccountCode:
  8389. Context: macro-dial-one
  8390. Exten: zap2dahdi
  8391. Priority: 9
  8392. Uniqueid: 1450726148.27
  8393. Linkedid: 1450726148.27
  8394. Extension: zap2dahdi
  8395. Application: GotoIf
  8396. AppData: 0?begin2
  8397.  
  8398.  
  8399. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:11788 pbx_builtin_gotoif: Not taking any branch
  8400. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: GotoIf
  8401. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8402. Event: VarSet
  8403. Privilege: dialplan,all
  8404. Channel: SIP/flowroute-0000001b
  8405. ChannelState: 6
  8406. ChannelStateDesc: Up
  8407. CallerIDNum: +125300000
  8408. CallerIDName: +125300000
  8409. ConnectedLineNum: <unknown>
  8410. ConnectedLineName: <unknown>
  8411. Language: en
  8412. AccountCode:
  8413. Context: macro-dial-one
  8414. Exten: zap2dahdi
  8415. Priority: 9
  8416. Uniqueid: 1450726148.27
  8417. Linkedid: 1450726148.27
  8418. Variable: MACRO_DEPTH
  8419. Value: 2
  8420.  
  8421.  
  8422. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'NEWDIAL' is 'SIP/2002&'
  8423. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function LEN(SIP/2002&) result is '9'
  8424. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '8'
  8425. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'NEWDIAL' is 'SIP/2002&'
  8426. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  8427. -- Executing [zap2dahdi@macro-dial-one:10] Set("SIP/flowroute-0000001b", "THISDIAL=SIP/2002") in new stack
  8428. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8429. Event: Newexten
  8430. Privilege: call,all
  8431. Channel: SIP/flowroute-0000001b
  8432. ChannelState: 6
  8433. ChannelStateDesc: Up
  8434. CallerIDNum: +125300000
  8435. CallerIDName: +125300000
  8436. ConnectedLineNum: <unknown>
  8437. ConnectedLineName: <unknown>
  8438. Language: en
  8439. AccountCode:
  8440. Context: macro-dial-one
  8441. Exten: zap2dahdi
  8442. Priority: 10
  8443. Uniqueid: 1450726148.27
  8444. Linkedid: 1450726148.27
  8445. Extension: zap2dahdi
  8446. Application: Set
  8447. AppData: THISDIAL=SIP/2002
  8448.  
  8449.  
  8450. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8451. Event: VarSet
  8452. Privilege: dialplan,all
  8453. Channel: SIP/flowroute-0000001b
  8454. ChannelState: 6
  8455. ChannelStateDesc: Up
  8456. CallerIDNum: +125300000
  8457. CallerIDName: +125300000
  8458. ConnectedLineNum: <unknown>
  8459. ConnectedLineName: <unknown>
  8460. Language: en
  8461. AccountCode:
  8462. Context: macro-dial-one
  8463. Exten: zap2dahdi
  8464. Priority: 10
  8465. Uniqueid: 1450726148.27
  8466. Linkedid: 1450726148.27
  8467. Variable: THISDIAL
  8468. Value: SIP/2002
  8469.  
  8470.  
  8471. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Set
  8472. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8473. Event: VarSet
  8474. Privilege: dialplan,all
  8475. Channel: SIP/flowroute-0000001b
  8476. ChannelState: 6
  8477. ChannelStateDesc: Up
  8478. CallerIDNum: +125300000
  8479. CallerIDName: +125300000
  8480. ConnectedLineNum: <unknown>
  8481. ConnectedLineName: <unknown>
  8482. Language: en
  8483. AccountCode:
  8484. Context: macro-dial-one
  8485. Exten: zap2dahdi
  8486. Priority: 10
  8487. Uniqueid: 1450726148.27
  8488. Linkedid: 1450726148.27
  8489. Variable: MACRO_DEPTH
  8490. Value: 2
  8491.  
  8492.  
  8493. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Return'
  8494. -- Executing [zap2dahdi@macro-dial-one:11] Return("SIP/flowroute-0000001b", "") in new stack
  8495. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8496. Event: Newexten
  8497. Privilege: call,all
  8498. Channel: SIP/flowroute-0000001b
  8499. ChannelState: 6
  8500. ChannelStateDesc: Up
  8501. CallerIDNum: +125300000
  8502. CallerIDName: +125300000
  8503. ConnectedLineNum: <unknown>
  8504. ConnectedLineName: <unknown>
  8505. Language: en
  8506. AccountCode:
  8507. Context: macro-dial-one
  8508. Exten: zap2dahdi
  8509. Priority: 11
  8510. Uniqueid: 1450726148.27
  8511. Linkedid: 1450726148.27
  8512. Extension: zap2dahdi
  8513. Application: Return
  8514. AppData:
  8515.  
  8516.  
  8517. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8518. Event: VarSet
  8519. Privilege: dialplan,all
  8520. Channel: SIP/flowroute-0000001b
  8521. ChannelState: 6
  8522. ChannelStateDesc: Up
  8523. CallerIDNum: +125300000
  8524. CallerIDName: +125300000
  8525. ConnectedLineNum: <unknown>
  8526. ConnectedLineName: <unknown>
  8527. Language: en
  8528. AccountCode:
  8529. Context: macro-dial-one
  8530. Exten: zap2dahdi
  8531. Priority: 11
  8532. Uniqueid: 1450726148.27
  8533. Linkedid: 1450726148.27
  8534. Variable: ARGC
  8535. Value:
  8536.  
  8537.  
  8538. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8539. Event: VarSet
  8540. Privilege: dialplan,all
  8541. Channel: SIP/flowroute-0000001b
  8542. ChannelState: 6
  8543. ChannelStateDesc: Up
  8544. CallerIDNum: +125300000
  8545. CallerIDName: +125300000
  8546. ConnectedLineNum: <unknown>
  8547. ConnectedLineName: <unknown>
  8548. Language: en
  8549. AccountCode:
  8550. Context: macro-dial-one
  8551. Exten: zap2dahdi
  8552. Priority: 11
  8553. Uniqueid: 1450726148.27
  8554. Linkedid: 1450726148.27
  8555. Variable: GOSUB_RETVAL
  8556. Value:
  8557.  
  8558.  
  8559. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Return
  8560. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:464 _macro_exec: Decrementing gosub_level
  8561. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8562. Event: VarSet
  8563. Privilege: dialplan,all
  8564. Channel: SIP/flowroute-0000001b
  8565. ChannelState: 6
  8566. ChannelStateDesc: Up
  8567. CallerIDNum: +125300000
  8568. CallerIDName: +125300000
  8569. ConnectedLineNum: <unknown>
  8570. ConnectedLineName: <unknown>
  8571. Language: en
  8572. AccountCode:
  8573. Context: macro-dial-one
  8574. Exten: zap2dahdi
  8575. Priority: 11
  8576. Uniqueid: 1450726148.27
  8577. Linkedid: 1450726148.27
  8578. Variable: MACRO_DEPTH
  8579. Value: 2
  8580.  
  8581.  
  8582. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'THISDIAL' is 'SIP/2002'
  8583. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '1'
  8584. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf'
  8585. -- Executing [dstring@macro-dial-one:9] GotoIf("SIP/flowroute-0000001b", "1?docheck") in new stack
  8586. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8587. Event: Newexten
  8588. Privilege: call,all
  8589. Channel: SIP/flowroute-0000001b
  8590. ChannelState: 6
  8591. ChannelStateDesc: Up
  8592. CallerIDNum: +125300000
  8593. CallerIDName: +125300000
  8594. ConnectedLineNum: <unknown>
  8595. ConnectedLineName: <unknown>
  8596. Language: en
  8597. AccountCode:
  8598. Context: macro-dial-one
  8599. Exten: dstring
  8600. Priority: 9
  8601. Uniqueid: 1450726148.27
  8602. Linkedid: 1450726148.27
  8603. Extension: dstring
  8604. Application: GotoIf
  8605. AppData: 1?docheck
  8606.  
  8607.  
  8608. -- Goto (macro-dial-one,dstring,12)
  8609. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: GotoIf
  8610. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8611. Event: VarSet
  8612. Privilege: dialplan,all
  8613. Channel: SIP/flowroute-0000001b
  8614. ChannelState: 6
  8615. ChannelStateDesc: Up
  8616. CallerIDNum: +125300000
  8617. CallerIDName: +125300000
  8618. ConnectedLineNum: <unknown>
  8619. ConnectedLineName: <unknown>
  8620. Language: en
  8621. AccountCode:
  8622. Context: macro-dial-one
  8623. Exten: dstring
  8624. Priority: 9
  8625. Uniqueid: 1450726148.27
  8626. Linkedid: 1450726148.27
  8627. Variable: MACRO_DEPTH
  8628. Value: 2
  8629.  
  8630.  
  8631. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'THISDIAL' is 'SIP/2002'
  8632. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  8633. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf'
  8634. -- Executing [dstring@macro-dial-one:12] GotoIf("SIP/flowroute-0000001b", "0?skipset") in new stack
  8635. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8636. Event: Newexten
  8637. Privilege: call,all
  8638. Channel: SIP/flowroute-0000001b
  8639. ChannelState: 6
  8640. ChannelStateDesc: Up
  8641. CallerIDNum: +125300000
  8642. CallerIDName: +125300000
  8643. ConnectedLineNum: <unknown>
  8644. ConnectedLineName: <unknown>
  8645. Language: en
  8646. AccountCode:
  8647. Context: macro-dial-one
  8648. Exten: dstring
  8649. Priority: 12
  8650. Uniqueid: 1450726148.27
  8651. Linkedid: 1450726148.27
  8652. Extension: dstring
  8653. Application: GotoIf
  8654. AppData: 0?skipset
  8655.  
  8656.  
  8657. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:11788 pbx_builtin_gotoif: Not taking any branch
  8658. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: GotoIf
  8659. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8660. Event: VarSet
  8661. Privilege: dialplan,all
  8662. Channel: SIP/flowroute-0000001b
  8663. ChannelState: 6
  8664. ChannelStateDesc: Up
  8665. CallerIDNum: +125300000
  8666. CallerIDName: +125300000
  8667. ConnectedLineNum: <unknown>
  8668. ConnectedLineName: <unknown>
  8669. Language: en
  8670. AccountCode:
  8671. Context: macro-dial-one
  8672. Exten: dstring
  8673. Priority: 12
  8674. Uniqueid: 1450726148.27
  8675. Linkedid: 1450726148.27
  8676. Variable: MACRO_DEPTH
  8677. Value: 2
  8678.  
  8679.  
  8680. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DSTRING' is ''
  8681. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'THISDIAL' is 'SIP/2002'
  8682. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  8683. -- Executing [dstring@macro-dial-one:13] Set("SIP/flowroute-0000001b", "DSTRING=SIP/2002&") in new stack
  8684. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8685. Event: Newexten
  8686. Privilege: call,all
  8687. Channel: SIP/flowroute-0000001b
  8688. ChannelState: 6
  8689. ChannelStateDesc: Up
  8690. CallerIDNum: +125300000
  8691. CallerIDName: +125300000
  8692. ConnectedLineNum: <unknown>
  8693. ConnectedLineName: <unknown>
  8694. Language: en
  8695. AccountCode:
  8696. Context: macro-dial-one
  8697. Exten: dstring
  8698. Priority: 13
  8699. Uniqueid: 1450726148.27
  8700. Linkedid: 1450726148.27
  8701. Extension: dstring
  8702. Application: Set
  8703. AppData: DSTRING=SIP/2002&
  8704.  
  8705.  
  8706. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8707. Event: VarSet
  8708. Privilege: dialplan,all
  8709. Channel: SIP/flowroute-0000001b
  8710. ChannelState: 6
  8711. ChannelStateDesc: Up
  8712. CallerIDNum: +125300000
  8713. CallerIDName: +125300000
  8714. ConnectedLineNum: <unknown>
  8715. ConnectedLineName: <unknown>
  8716. Language: en
  8717. AccountCode:
  8718. Context: macro-dial-one
  8719. Exten: dstring
  8720. Priority: 13
  8721. Uniqueid: 1450726148.27
  8722. Linkedid: 1450726148.27
  8723. Variable: DSTRING
  8724. Value: SIP/2002&
  8725.  
  8726.  
  8727. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Set
  8728. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8729. Event: VarSet
  8730. Privilege: dialplan,all
  8731. Channel: SIP/flowroute-0000001b
  8732. ChannelState: 6
  8733. ChannelStateDesc: Up
  8734. CallerIDNum: +125300000
  8735. CallerIDName: +125300000
  8736. ConnectedLineNum: <unknown>
  8737. ConnectedLineName: <unknown>
  8738. Language: en
  8739. AccountCode:
  8740. Context: macro-dial-one
  8741. Exten: dstring
  8742. Priority: 13
  8743. Uniqueid: 1450726148.27
  8744. Linkedid: 1450726148.27
  8745. Variable: MACRO_DEPTH
  8746. Value: 2
  8747.  
  8748.  
  8749. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ITER' is '1'
  8750. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '2'
  8751. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  8752. -- Executing [dstring@macro-dial-one:14] Set("SIP/flowroute-0000001b", "ITER=2") in new stack
  8753. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8754. Event: Newexten
  8755. Privilege: call,all
  8756. Channel: SIP/flowroute-0000001b
  8757. ChannelState: 6
  8758. ChannelStateDesc: Up
  8759. CallerIDNum: +125300000
  8760. CallerIDName: +125300000
  8761. ConnectedLineNum: <unknown>
  8762. ConnectedLineName: <unknown>
  8763. Language: en
  8764. AccountCode:
  8765. Context: macro-dial-one
  8766. Exten: dstring
  8767. Priority: 14
  8768. Uniqueid: 1450726148.27
  8769. Linkedid: 1450726148.27
  8770. Extension: dstring
  8771. Application: Set
  8772. AppData: ITER=2
  8773.  
  8774.  
  8775. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8776. Event: VarSet
  8777. Privilege: dialplan,all
  8778. Channel: SIP/flowroute-0000001b
  8779. ChannelState: 6
  8780. ChannelStateDesc: Up
  8781. CallerIDNum: +125300000
  8782. CallerIDName: +125300000
  8783. ConnectedLineNum: <unknown>
  8784. ConnectedLineName: <unknown>
  8785. Language: en
  8786. AccountCode:
  8787. Context: macro-dial-one
  8788. Exten: dstring
  8789. Priority: 14
  8790. Uniqueid: 1450726148.27
  8791. Linkedid: 1450726148.27
  8792. Variable: ITER
  8793. Value: 2
  8794.  
  8795.  
  8796. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Set
  8797. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8798. Event: VarSet
  8799. Privilege: dialplan,all
  8800. Channel: SIP/flowroute-0000001b
  8801. ChannelState: 6
  8802. ChannelStateDesc: Up
  8803. CallerIDNum: +125300000
  8804. CallerIDName: +125300000
  8805. ConnectedLineNum: <unknown>
  8806. ConnectedLineName: <unknown>
  8807. Language: en
  8808. AccountCode:
  8809. Context: macro-dial-one
  8810. Exten: dstring
  8811. Priority: 14
  8812. Uniqueid: 1450726148.27
  8813. Linkedid: 1450726148.27
  8814. Variable: MACRO_DEPTH
  8815. Value: 2
  8816.  
  8817.  
  8818. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ITER' is '2'
  8819. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'LOOPCNT' is '1'
  8820. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  8821. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf'
  8822. -- Executing [dstring@macro-dial-one:15] GotoIf("SIP/flowroute-0000001b", "0?begin") in new stack
  8823. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8824. Event: Newexten
  8825. Privilege: call,all
  8826. Channel: SIP/flowroute-0000001b
  8827. ChannelState: 6
  8828. ChannelStateDesc: Up
  8829. CallerIDNum: +125300000
  8830. CallerIDName: +125300000
  8831. ConnectedLineNum: <unknown>
  8832. ConnectedLineName: <unknown>
  8833. Language: en
  8834. AccountCode:
  8835. Context: macro-dial-one
  8836. Exten: dstring
  8837. Priority: 15
  8838. Uniqueid: 1450726148.27
  8839. Linkedid: 1450726148.27
  8840. Extension: dstring
  8841. Application: GotoIf
  8842. AppData: 0?begin
  8843.  
  8844.  
  8845. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:11788 pbx_builtin_gotoif: Not taking any branch
  8846. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: GotoIf
  8847. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8848. Event: VarSet
  8849. Privilege: dialplan,all
  8850. Channel: SIP/flowroute-0000001b
  8851. ChannelState: 6
  8852. ChannelStateDesc: Up
  8853. CallerIDNum: +125300000
  8854. CallerIDName: +125300000
  8855. ConnectedLineNum: <unknown>
  8856. ConnectedLineName: <unknown>
  8857. Language: en
  8858. AccountCode:
  8859. Context: macro-dial-one
  8860. Exten: dstring
  8861. Priority: 15
  8862. Uniqueid: 1450726148.27
  8863. Linkedid: 1450726148.27
  8864. Variable: MACRO_DEPTH
  8865. Value: 2
  8866.  
  8867.  
  8868. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DSTRING' is 'SIP/2002&'
  8869. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  8870. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'ExecIf'
  8871. -- Executing [dstring@macro-dial-one:16] ExecIf("SIP/flowroute-0000001b", "0?Return()") in new stack
  8872. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8873. Event: Newexten
  8874. Privilege: call,all
  8875. Channel: SIP/flowroute-0000001b
  8876. ChannelState: 6
  8877. ChannelStateDesc: Up
  8878. CallerIDNum: +125300000
  8879. CallerIDName: +125300000
  8880. ConnectedLineNum: <unknown>
  8881. ConnectedLineName: <unknown>
  8882. Language: en
  8883. AccountCode:
  8884. Context: macro-dial-one
  8885. Exten: dstring
  8886. Priority: 16
  8887. Uniqueid: 1450726148.27
  8888. Linkedid: 1450726148.27
  8889. Extension: dstring
  8890. Application: ExecIf
  8891. AppData: 0?Return()
  8892.  
  8893.  
  8894. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: ExecIf
  8895. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'DSTRING:-1' (from 'DSTRING:-1}"!="&"' len 10)
  8896. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DSTRING' is 'SIP/2002&'
  8897. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4676 ast_str_substitute_variables_full: Expression result is '0'
  8898. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8899. Event: VarSet
  8900. Privilege: dialplan,all
  8901. Channel: SIP/flowroute-0000001b
  8902. ChannelState: 6
  8903. ChannelStateDesc: Up
  8904. CallerIDNum: +125300000
  8905. CallerIDName: +125300000
  8906. ConnectedLineNum: <unknown>
  8907. ConnectedLineName: <unknown>
  8908. Language: en
  8909. AccountCode:
  8910. Context: macro-dial-one
  8911. Exten: dstring
  8912. Priority: 16
  8913. Uniqueid: 1450726148.27
  8914. Linkedid: 1450726148.27
  8915. Variable: MACRO_DEPTH
  8916. Value: 2
  8917.  
  8918.  
  8919. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DSTRING' is 'SIP/2002&'
  8920. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function LEN(SIP/2002&) result is '9'
  8921. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '8'
  8922. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DSTRING' is 'SIP/2002&'
  8923. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  8924. -- Executing [dstring@macro-dial-one:17] Set("SIP/flowroute-0000001b", "DSTRING=SIP/2002") in new stack
  8925. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8926. Event: Newexten
  8927. Privilege: call,all
  8928. Channel: SIP/flowroute-0000001b
  8929. ChannelState: 6
  8930. ChannelStateDesc: Up
  8931. CallerIDNum: +125300000
  8932. CallerIDName: +125300000
  8933. ConnectedLineNum: <unknown>
  8934. ConnectedLineName: <unknown>
  8935. Language: en
  8936. AccountCode:
  8937. Context: macro-dial-one
  8938. Exten: dstring
  8939. Priority: 17
  8940. Uniqueid: 1450726148.27
  8941. Linkedid: 1450726148.27
  8942. Extension: dstring
  8943. Application: Set
  8944. AppData: DSTRING=SIP/2002
  8945.  
  8946.  
  8947. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8948. Event: VarSet
  8949. Privilege: dialplan,all
  8950. Channel: SIP/flowroute-0000001b
  8951. ChannelState: 6
  8952. ChannelStateDesc: Up
  8953. CallerIDNum: +125300000
  8954. CallerIDName: +125300000
  8955. ConnectedLineNum: <unknown>
  8956. ConnectedLineName: <unknown>
  8957. Language: en
  8958. AccountCode:
  8959. Context: macro-dial-one
  8960. Exten: dstring
  8961. Priority: 17
  8962. Uniqueid: 1450726148.27
  8963. Linkedid: 1450726148.27
  8964. Variable: DSTRING
  8965. Value: SIP/2002
  8966.  
  8967.  
  8968. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Set
  8969. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8970. Event: VarSet
  8971. Privilege: dialplan,all
  8972. Channel: SIP/flowroute-0000001b
  8973. ChannelState: 6
  8974. ChannelStateDesc: Up
  8975. CallerIDNum: +125300000
  8976. CallerIDName: +125300000
  8977. ConnectedLineNum: <unknown>
  8978. ConnectedLineName: <unknown>
  8979. Language: en
  8980. AccountCode:
  8981. Context: macro-dial-one
  8982. Exten: dstring
  8983. Priority: 17
  8984. Uniqueid: 1450726148.27
  8985. Linkedid: 1450726148.27
  8986. Variable: MACRO_DEPTH
  8987. Value: 2
  8988.  
  8989.  
  8990. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Return'
  8991. -- Executing [dstring@macro-dial-one:18] Return("SIP/flowroute-0000001b", "") in new stack
  8992. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  8993. Event: Newexten
  8994. Privilege: call,all
  8995. Channel: SIP/flowroute-0000001b
  8996. ChannelState: 6
  8997. ChannelStateDesc: Up
  8998. CallerIDNum: +125300000
  8999. CallerIDName: +125300000
  9000. ConnectedLineNum: <unknown>
  9001. ConnectedLineName: <unknown>
  9002. Language: en
  9003. AccountCode:
  9004. Context: macro-dial-one
  9005. Exten: dstring
  9006. Priority: 18
  9007. Uniqueid: 1450726148.27
  9008. Linkedid: 1450726148.27
  9009. Extension: dstring
  9010. Application: Return
  9011. AppData:
  9012.  
  9013.  
  9014. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9015. Event: VarSet
  9016. Privilege: dialplan,all
  9017. Channel: SIP/flowroute-0000001b
  9018. ChannelState: 6
  9019. ChannelStateDesc: Up
  9020. CallerIDNum: +125300000
  9021. CallerIDName: +125300000
  9022. ConnectedLineNum: <unknown>
  9023. ConnectedLineName: <unknown>
  9024. Language: en
  9025. AccountCode:
  9026. Context: macro-dial-one
  9027. Exten: dstring
  9028. Priority: 18
  9029. Uniqueid: 1450726148.27
  9030. Linkedid: 1450726148.27
  9031. Variable: ARGC
  9032. Value:
  9033.  
  9034.  
  9035. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9036. Event: VarSet
  9037. Privilege: dialplan,all
  9038. Channel: SIP/flowroute-0000001b
  9039. ChannelState: 6
  9040. ChannelStateDesc: Up
  9041. CallerIDNum: +125300000
  9042. CallerIDName: +125300000
  9043. ConnectedLineNum: <unknown>
  9044. ConnectedLineName: <unknown>
  9045. Language: en
  9046. AccountCode:
  9047. Context: macro-dial-one
  9048. Exten: dstring
  9049. Priority: 18
  9050. Uniqueid: 1450726148.27
  9051. Linkedid: 1450726148.27
  9052. Variable: GOSUB_RETVAL
  9053. Value:
  9054.  
  9055.  
  9056. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Return
  9057. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:464 _macro_exec: Decrementing gosub_level
  9058. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9059. Event: VarSet
  9060. Privilege: dialplan,all
  9061. Channel: SIP/flowroute-0000001b
  9062. ChannelState: 6
  9063. ChannelStateDesc: Up
  9064. CallerIDNum: +125300000
  9065. CallerIDName: +125300000
  9066. ConnectedLineNum: <unknown>
  9067. ConnectedLineName: <unknown>
  9068. Language: en
  9069. AccountCode:
  9070. Context: macro-dial-one
  9071. Exten: dstring
  9072. Priority: 18
  9073. Uniqueid: 1450726148.27
  9074. Linkedid: 1450726148.27
  9075. Variable: MACRO_DEPTH
  9076. Value: 2
  9077.  
  9078.  
  9079. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DSTRING' is 'SIP/2002'
  9080. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function LEN(SIP/2002) result is '8'
  9081. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  9082. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf'
  9083. -- Executing [s@macro-dial-one:27] GotoIf("SIP/flowroute-0000001b", "0?nodial") in new stack
  9084. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9085. Event: Newexten
  9086. Privilege: call,all
  9087. Channel: SIP/flowroute-0000001b
  9088. ChannelState: 6
  9089. ChannelStateDesc: Up
  9090. CallerIDNum: +125300000
  9091. CallerIDName: +125300000
  9092. ConnectedLineNum: <unknown>
  9093. ConnectedLineName: <unknown>
  9094. Language: en
  9095. AccountCode:
  9096. Context: macro-dial-one
  9097. Exten: s
  9098. Priority: 27
  9099. Uniqueid: 1450726148.27
  9100. Linkedid: 1450726148.27
  9101. Extension: s
  9102. Application: GotoIf
  9103. AppData: 0?nodial
  9104.  
  9105.  
  9106. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:11788 pbx_builtin_gotoif: Not taking any branch
  9107. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: GotoIf
  9108. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9109. Event: VarSet
  9110. Privilege: dialplan,all
  9111. Channel: SIP/flowroute-0000001b
  9112. ChannelState: 6
  9113. ChannelStateDesc: Up
  9114. CallerIDNum: +125300000
  9115. CallerIDName: +125300000
  9116. ConnectedLineNum: <unknown>
  9117. ConnectedLineName: <unknown>
  9118. Language: en
  9119. AccountCode:
  9120. Context: macro-dial-one
  9121. Exten: s
  9122. Priority: 27
  9123. Uniqueid: 1450726148.27
  9124. Linkedid: 1450726148.27
  9125. Variable: MACRO_DEPTH
  9126. Value: 2
  9127.  
  9128.  
  9129. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DEXTEN' is '2002'
  9130. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  9131. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf'
  9132. -- Executing [s@macro-dial-one:28] GotoIf("SIP/flowroute-0000001b", "0?skiptrace") in new stack
  9133. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9134. Event: Newexten
  9135. Privilege: call,all
  9136. Channel: SIP/flowroute-0000001b
  9137. ChannelState: 6
  9138. ChannelStateDesc: Up
  9139. CallerIDNum: +125300000
  9140. CallerIDName: +125300000
  9141. ConnectedLineNum: <unknown>
  9142. ConnectedLineName: <unknown>
  9143. Language: en
  9144. AccountCode:
  9145. Context: macro-dial-one
  9146. Exten: s
  9147. Priority: 28
  9148. Uniqueid: 1450726148.27
  9149. Linkedid: 1450726148.27
  9150. Extension: s
  9151. Application: GotoIf
  9152. AppData: 0?skiptrace
  9153.  
  9154.  
  9155. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:11788 pbx_builtin_gotoif: Not taking any branch
  9156. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: GotoIf
  9157. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9158. Event: VarSet
  9159. Privilege: dialplan,all
  9160. Channel: SIP/flowroute-0000001b
  9161. ChannelState: 6
  9162. ChannelStateDesc: Up
  9163. CallerIDNum: +125300000
  9164. CallerIDName: +125300000
  9165. ConnectedLineNum: <unknown>
  9166. ConnectedLineName: <unknown>
  9167. Language: en
  9168. AccountCode:
  9169. Context: macro-dial-one
  9170. Exten: s
  9171. Priority: 28
  9172. Uniqueid: 1450726148.27
  9173. Linkedid: 1450726148.27
  9174. Variable: MACRO_DEPTH
  9175. Value: 2
  9176.  
  9177.  
  9178. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function CALLERID(number) result is '+125300000'
  9179. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: func_strings.c:973 regex: FUNCTION REGEX (^[+]?[0-9]+$)(+125300000)
  9180. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function REGEX("^[\+]?[0-9]+$" +125300000) result is '1'
  9181. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '1'
  9182. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'GosubIf'
  9183. -- Executing [s@macro-dial-one:29] GosubIf("SIP/flowroute-0000001b", "1?ctset,1():ctclear,1()") in new stack
  9184. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9185. Event: Newexten
  9186. Privilege: call,all
  9187. Channel: SIP/flowroute-0000001b
  9188. ChannelState: 6
  9189. ChannelStateDesc: Up
  9190. CallerIDNum: +125300000
  9191. CallerIDName: +125300000
  9192. ConnectedLineNum: <unknown>
  9193. ConnectedLineName: <unknown>
  9194. Language: en
  9195. AccountCode:
  9196. Context: macro-dial-one
  9197. Exten: s
  9198. Priority: 29
  9199. Uniqueid: 1450726148.27
  9200. Linkedid: 1450726148.27
  9201. Extension: s
  9202. Application: GosubIf
  9203. AppData: 1?ctset,1():ctclear,1()
  9204.  
  9205.  
  9206. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9207. Event: VarSet
  9208. Privilege: dialplan,all
  9209. Channel: SIP/flowroute-0000001b
  9210. ChannelState: 6
  9211. ChannelStateDesc: Up
  9212. CallerIDNum: +125300000
  9213. CallerIDName: +125300000
  9214. ConnectedLineNum: <unknown>
  9215. ConnectedLineName: <unknown>
  9216. Language: en
  9217. AccountCode:
  9218. Context: macro-dial-one
  9219. Exten: s
  9220. Priority: 29
  9221. Uniqueid: 1450726148.27
  9222. Linkedid: 1450726148.27
  9223. Variable: LOCAL(ARGC)
  9224. Value: 0
  9225.  
  9226.  
  9227. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: GosubIf
  9228. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'REGEX("^[\+]?[0-9]+$" ${CALLERID(number)})' (from 'REGEX("^[\+]?[0-9]+$" ${CALLERID(number)})} = 1' len 42)
  9229. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'CALLERID(number)' (from 'CALLERID(number)})' len 16)
  9230. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4618 ast_str_substitute_variables_full: Function CALLERID(number) result is '+125300000'
  9231. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: func_strings.c:973 regex: FUNCTION REGEX (^[+]?[0-9]+$)(+125300000)
  9232. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4618 ast_str_substitute_variables_full: Function REGEX("^[\+]?[0-9]+$" +125300000) result is '1'
  9233. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4676 ast_str_substitute_variables_full: Expression result is '1'
  9234. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:454 _macro_exec: Incrementing gosub_level
  9235. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9236. Event: VarSet
  9237. Privilege: dialplan,all
  9238. Channel: SIP/flowroute-0000001b
  9239. ChannelState: 6
  9240. ChannelStateDesc: Up
  9241. CallerIDNum: +125300000
  9242. CallerIDName: +125300000
  9243. ConnectedLineNum: <unknown>
  9244. ConnectedLineName: <unknown>
  9245. Language: en
  9246. AccountCode:
  9247. Context: macro-dial-one
  9248. Exten: s
  9249. Priority: 29
  9250. Uniqueid: 1450726148.27
  9251. Linkedid: 1450726148.27
  9252. Variable: MACRO_DEPTH
  9253. Value: 2
  9254.  
  9255.  
  9256. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DEXTEN' is '2002'
  9257. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function CALLERID(number) result is '+125300000'
  9258. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  9259. -- Executing [ctset@macro-dial-one:1] Set("SIP/flowroute-0000001b", "DB(CALLTRACE/2002)=+125300000") in new stack
  9260. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9261. Event: Newexten
  9262. Privilege: call,all
  9263. Channel: SIP/flowroute-0000001b
  9264. ChannelState: 6
  9265. ChannelStateDesc: Up
  9266. CallerIDNum: +125300000
  9267. CallerIDName: +125300000
  9268. ConnectedLineNum: <unknown>
  9269. ConnectedLineName: <unknown>
  9270. Language: en
  9271. AccountCode:
  9272. Context: macro-dial-one
  9273. Exten: ctset
  9274. Priority: 1
  9275. Uniqueid: 1450726148.27
  9276. Linkedid: 1450726148.27
  9277. Extension: ctset
  9278. Application: Set
  9279. AppData: DB(CALLTRACE/2002)=+125300000
  9280.  
  9281.  
  9282. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Set
  9283. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9284. Event: VarSet
  9285. Privilege: dialplan,all
  9286. Channel: SIP/flowroute-0000001b
  9287. ChannelState: 6
  9288. ChannelStateDesc: Up
  9289. CallerIDNum: +125300000
  9290. CallerIDName: +125300000
  9291. ConnectedLineNum: <unknown>
  9292. ConnectedLineName: <unknown>
  9293. Language: en
  9294. AccountCode:
  9295. Context: macro-dial-one
  9296. Exten: ctset
  9297. Priority: 1
  9298. Uniqueid: 1450726148.27
  9299. Linkedid: 1450726148.27
  9300. Variable: MACRO_DEPTH
  9301. Value: 2
  9302.  
  9303.  
  9304. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Return'
  9305. -- Executing [ctset@macro-dial-one:2] Return("SIP/flowroute-0000001b", "") in new stack
  9306. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9307. Event: Newexten
  9308. Privilege: call,all
  9309. Channel: SIP/flowroute-0000001b
  9310. ChannelState: 6
  9311. ChannelStateDesc: Up
  9312. CallerIDNum: +125300000
  9313. CallerIDName: +125300000
  9314. ConnectedLineNum: <unknown>
  9315. ConnectedLineName: <unknown>
  9316. Language: en
  9317. AccountCode:
  9318. Context: macro-dial-one
  9319. Exten: ctset
  9320. Priority: 2
  9321. Uniqueid: 1450726148.27
  9322. Linkedid: 1450726148.27
  9323. Extension: ctset
  9324. Application: Return
  9325. AppData:
  9326.  
  9327.  
  9328. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9329. Event: VarSet
  9330. Privilege: dialplan,all
  9331. Channel: SIP/flowroute-0000001b
  9332. ChannelState: 6
  9333. ChannelStateDesc: Up
  9334. CallerIDNum: +125300000
  9335. CallerIDName: +125300000
  9336. ConnectedLineNum: <unknown>
  9337. ConnectedLineName: <unknown>
  9338. Language: en
  9339. AccountCode:
  9340. Context: macro-dial-one
  9341. Exten: ctset
  9342. Priority: 2
  9343. Uniqueid: 1450726148.27
  9344. Linkedid: 1450726148.27
  9345. Variable: ARGC
  9346. Value:
  9347.  
  9348.  
  9349. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9350. Event: VarSet
  9351. Privilege: dialplan,all
  9352. Channel: SIP/flowroute-0000001b
  9353. ChannelState: 6
  9354. ChannelStateDesc: Up
  9355. CallerIDNum: +125300000
  9356. CallerIDName: +125300000
  9357. ConnectedLineNum: <unknown>
  9358. ConnectedLineName: <unknown>
  9359. Language: en
  9360. AccountCode:
  9361. Context: macro-dial-one
  9362. Exten: ctset
  9363. Priority: 2
  9364. Uniqueid: 1450726148.27
  9365. Linkedid: 1450726148.27
  9366. Variable: GOSUB_RETVAL
  9367. Value:
  9368.  
  9369.  
  9370. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Return
  9371. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:464 _macro_exec: Decrementing gosub_level
  9372. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9373. Event: VarSet
  9374. Privilege: dialplan,all
  9375. Channel: SIP/flowroute-0000001b
  9376. ChannelState: 6
  9377. ChannelStateDesc: Up
  9378. CallerIDNum: +125300000
  9379. CallerIDName: +125300000
  9380. ConnectedLineNum: <unknown>
  9381. ConnectedLineName: <unknown>
  9382. Language: en
  9383. AccountCode:
  9384. Context: macro-dial-one
  9385. Exten: ctset
  9386. Priority: 2
  9387. Uniqueid: 1450726148.27
  9388. Linkedid: 1450726148.27
  9389. Variable: MACRO_DEPTH
  9390. Value: 2
  9391.  
  9392.  
  9393. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'NODEST' is NULL
  9394. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG2' is 'Ttr'
  9395. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: func_strings.c:973 regex: FUNCTION REGEX ((M[(]auto-blkvm[)]))(Ttr)
  9396. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function REGEX("(M[(]auto-blkvm[)])" Ttr) result is '0'
  9397. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  9398. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG2' is 'Ttr'
  9399. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG2' is 'Ttr'
  9400. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function IF(0?TtrM(auto-blkvm):Ttr) result is 'Ttr'
  9401. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  9402. -- Executing [s@macro-dial-one:30] Set("SIP/flowroute-0000001b", "D_OPTIONS=Ttr") in new stack
  9403. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9404. Event: Newexten
  9405. Privilege: call,all
  9406. Channel: SIP/flowroute-0000001b
  9407. ChannelState: 6
  9408. ChannelStateDesc: Up
  9409. CallerIDNum: +125300000
  9410. CallerIDName: +125300000
  9411. ConnectedLineNum: <unknown>
  9412. ConnectedLineName: <unknown>
  9413. Language: en
  9414. AccountCode:
  9415. Context: macro-dial-one
  9416. Exten: s
  9417. Priority: 30
  9418. Uniqueid: 1450726148.27
  9419. Linkedid: 1450726148.27
  9420. Extension: s
  9421. Application: Set
  9422. AppData: D_OPTIONS=Ttr
  9423.  
  9424.  
  9425. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9426. Event: VarSet
  9427. Privilege: dialplan,all
  9428. Channel: SIP/flowroute-0000001b
  9429. ChannelState: 6
  9430. ChannelStateDesc: Up
  9431. CallerIDNum: +125300000
  9432. CallerIDName: +125300000
  9433. ConnectedLineNum: <unknown>
  9434. ConnectedLineName: <unknown>
  9435. Language: en
  9436. AccountCode:
  9437. Context: macro-dial-one
  9438. Exten: s
  9439. Priority: 30
  9440. Uniqueid: 1450726148.27
  9441. Linkedid: 1450726148.27
  9442. Variable: D_OPTIONS
  9443. Value: Ttr
  9444.  
  9445.  
  9446. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Set
  9447. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9448. Event: VarSet
  9449. Privilege: dialplan,all
  9450. Channel: SIP/flowroute-0000001b
  9451. ChannelState: 6
  9452. ChannelStateDesc: Up
  9453. CallerIDNum: +125300000
  9454. CallerIDName: +125300000
  9455. ConnectedLineNum: <unknown>
  9456. ConnectedLineName: <unknown>
  9457. Language: en
  9458. AccountCode:
  9459. Context: macro-dial-one
  9460. Exten: s
  9461. Priority: 30
  9462. Uniqueid: 1450726148.27
  9463. Linkedid: 1450726148.27
  9464. Variable: MACRO_DEPTH
  9465. Value: 2
  9466.  
  9467.  
  9468. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'ALERT_INFO' is NULL
  9469. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  9470. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'ALERT_INFO' is NULL
  9471. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'GosubIf'
  9472. -- Executing [s@macro-dial-one:31] GosubIf("SIP/flowroute-0000001b", "0?func-set-sipheader,s,1(Alert-Info,)()") in new stack
  9473. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9474. Event: Newexten
  9475. Privilege: call,all
  9476. Channel: SIP/flowroute-0000001b
  9477. ChannelState: 6
  9478. ChannelStateDesc: Up
  9479. CallerIDNum: +125300000
  9480. CallerIDName: +125300000
  9481. ConnectedLineNum: <unknown>
  9482. ConnectedLineName: <unknown>
  9483. Language: en
  9484. AccountCode:
  9485. Context: macro-dial-one
  9486. Exten: s
  9487. Priority: 31
  9488. Uniqueid: 1450726148.27
  9489. Linkedid: 1450726148.27
  9490. Extension: s
  9491. Application: GosubIf
  9492. AppData: 0?func-set-sipheader,s,1(Alert-Info,)()
  9493.  
  9494.  
  9495. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: GosubIf
  9496. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'ALERT_INFO' (from 'ALERT_INFO}"!=""' len 10)
  9497. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'ALERT_INFO' is NULL
  9498. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4676 ast_str_substitute_variables_full: Expression result is '0'
  9499. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'ALERT_INFO' (from 'ALERT_INFO})()' len 10)
  9500. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'ALERT_INFO' is NULL
  9501. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9502. Event: VarSet
  9503. Privilege: dialplan,all
  9504. Channel: SIP/flowroute-0000001b
  9505. ChannelState: 6
  9506. ChannelStateDesc: Up
  9507. CallerIDNum: +125300000
  9508. CallerIDName: +125300000
  9509. ConnectedLineNum: <unknown>
  9510. ConnectedLineName: <unknown>
  9511. Language: en
  9512. AccountCode:
  9513. Context: macro-dial-one
  9514. Exten: s
  9515. Priority: 31
  9516. Uniqueid: 1450726148.27
  9517. Linkedid: 1450726148.27
  9518. Variable: MACRO_DEPTH
  9519. Value: 2
  9520.  
  9521.  
  9522. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'MOHCLASS' is 'none'
  9523. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '1'
  9524. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'MOHCLASS' is 'none'
  9525. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'ExecIf'
  9526. -- Executing [s@macro-dial-one:32] ExecIf("SIP/flowroute-0000001b", "1?Set(CHANNEL(musicclass)=none)") in new stack
  9527. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9528. Event: Newexten
  9529. Privilege: call,all
  9530. Channel: SIP/flowroute-0000001b
  9531. ChannelState: 6
  9532. ChannelStateDesc: Up
  9533. CallerIDNum: +125300000
  9534. CallerIDName: +125300000
  9535. ConnectedLineNum: <unknown>
  9536. ConnectedLineName: <unknown>
  9537. Language: en
  9538. AccountCode:
  9539. Context: macro-dial-one
  9540. Exten: s
  9541. Priority: 32
  9542. Uniqueid: 1450726148.27
  9543. Linkedid: 1450726148.27
  9544. Extension: s
  9545. Application: ExecIf
  9546. AppData: 1?Set(CHANNEL(musicclass)=none)
  9547.  
  9548.  
  9549. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: ExecIf
  9550. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'MOHCLASS' (from 'MOHCLASS}"!=""' len 8)
  9551. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'MOHCLASS' is 'none'
  9552. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4676 ast_str_substitute_variables_full: Expression result is '1'
  9553. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'MOHCLASS' (from 'MOHCLASS})' len 8)
  9554. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'MOHCLASS' is 'none'
  9555. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9556. Event: VarSet
  9557. Privilege: dialplan,all
  9558. Channel: SIP/flowroute-0000001b
  9559. ChannelState: 6
  9560. ChannelStateDesc: Up
  9561. CallerIDNum: +125300000
  9562. CallerIDName: +125300000
  9563. ConnectedLineNum: <unknown>
  9564. ConnectedLineName: <unknown>
  9565. Language: en
  9566. AccountCode:
  9567. Context: macro-dial-one
  9568. Exten: s
  9569. Priority: 32
  9570. Uniqueid: 1450726148.27
  9571. Linkedid: 1450726148.27
  9572. Variable: MACRO_DEPTH
  9573. Value: 2
  9574.  
  9575.  
  9576. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'QUEUEWAIT' is NULL
  9577. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  9578. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'GosubIf'
  9579. -- Executing [s@macro-dial-one:33] GosubIf("SIP/flowroute-0000001b", "0?qwait,1()") in new stack
  9580. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9581. Event: Newexten
  9582. Privilege: call,all
  9583. Channel: SIP/flowroute-0000001b
  9584. ChannelState: 6
  9585. ChannelStateDesc: Up
  9586. CallerIDNum: +125300000
  9587. CallerIDName: +125300000
  9588. ConnectedLineNum: <unknown>
  9589. ConnectedLineName: <unknown>
  9590. Language: en
  9591. AccountCode:
  9592. Context: macro-dial-one
  9593. Exten: s
  9594. Priority: 33
  9595. Uniqueid: 1450726148.27
  9596. Linkedid: 1450726148.27
  9597. Extension: s
  9598. Application: GosubIf
  9599. AppData: 0?qwait,1()
  9600.  
  9601.  
  9602. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: GosubIf
  9603. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'QUEUEWAIT' (from 'QUEUEWAIT}"!=""' len 9)
  9604. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'QUEUEWAIT' is NULL
  9605. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4676 ast_str_substitute_variables_full: Expression result is '0'
  9606. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9607. Event: VarSet
  9608. Privilege: dialplan,all
  9609. Channel: SIP/flowroute-0000001b
  9610. ChannelState: 6
  9611. ChannelStateDesc: Up
  9612. CallerIDNum: +125300000
  9613. CallerIDName: +125300000
  9614. ConnectedLineNum: <unknown>
  9615. ConnectedLineName: <unknown>
  9616. Language: en
  9617. AccountCode:
  9618. Context: macro-dial-one
  9619. Exten: s
  9620. Priority: 33
  9621. Uniqueid: 1450726148.27
  9622. Linkedid: 1450726148.27
  9623. Variable: MACRO_DEPTH
  9624. Value: 2
  9625.  
  9626.  
  9627. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'CWIGNORE' is NULL
  9628. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  9629. -- Executing [s@macro-dial-one:34] Set("SIP/flowroute-0000001b", "__CWIGNORE=") in new stack
  9630. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9631. Event: Newexten
  9632. Privilege: call,all
  9633. Channel: SIP/flowroute-0000001b
  9634. ChannelState: 6
  9635. ChannelStateDesc: Up
  9636. CallerIDNum: +125300000
  9637. CallerIDName: +125300000
  9638. ConnectedLineNum: <unknown>
  9639. ConnectedLineName: <unknown>
  9640. Language: en
  9641. AccountCode:
  9642. Context: macro-dial-one
  9643. Exten: s
  9644. Priority: 34
  9645. Uniqueid: 1450726148.27
  9646. Linkedid: 1450726148.27
  9647. Extension: s
  9648. Application: Set
  9649. AppData: __CWIGNORE=
  9650.  
  9651.  
  9652. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9653. Event: VarSet
  9654. Privilege: dialplan,all
  9655. Channel: SIP/flowroute-0000001b
  9656. ChannelState: 6
  9657. ChannelStateDesc: Up
  9658. CallerIDNum: +125300000
  9659. CallerIDName: +125300000
  9660. ConnectedLineNum: <unknown>
  9661. ConnectedLineName: <unknown>
  9662. Language: en
  9663. AccountCode:
  9664. Context: macro-dial-one
  9665. Exten: s
  9666. Priority: 34
  9667. Uniqueid: 1450726148.27
  9668. Linkedid: 1450726148.27
  9669. Variable: __CWIGNORE
  9670. Value:
  9671.  
  9672.  
  9673. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Set
  9674. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9675. Event: VarSet
  9676. Privilege: dialplan,all
  9677. Channel: SIP/flowroute-0000001b
  9678. ChannelState: 6
  9679. ChannelStateDesc: Up
  9680. CallerIDNum: +125300000
  9681. CallerIDName: +125300000
  9682. ConnectedLineNum: <unknown>
  9683. ConnectedLineName: <unknown>
  9684. Language: en
  9685. AccountCode:
  9686. Context: macro-dial-one
  9687. Exten: s
  9688. Priority: 34
  9689. Uniqueid: 1450726148.27
  9690. Linkedid: 1450726148.27
  9691. Variable: MACRO_DEPTH
  9692. Value: 2
  9693.  
  9694.  
  9695. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Set'
  9696. -- Executing [s@macro-dial-one:35] Set("SIP/flowroute-0000001b", "__KEEPCID=TRUE") in new stack
  9697. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9698. Event: Newexten
  9699. Privilege: call,all
  9700. Channel: SIP/flowroute-0000001b
  9701. ChannelState: 6
  9702. ChannelStateDesc: Up
  9703. CallerIDNum: +125300000
  9704. CallerIDName: +125300000
  9705. ConnectedLineNum: <unknown>
  9706. ConnectedLineName: <unknown>
  9707. Language: en
  9708. AccountCode:
  9709. Context: macro-dial-one
  9710. Exten: s
  9711. Priority: 35
  9712. Uniqueid: 1450726148.27
  9713. Linkedid: 1450726148.27
  9714. Extension: s
  9715. Application: Set
  9716. AppData: __KEEPCID=TRUE
  9717.  
  9718.  
  9719. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9720. Event: VarSet
  9721. Privilege: dialplan,all
  9722. Channel: SIP/flowroute-0000001b
  9723. ChannelState: 6
  9724. ChannelStateDesc: Up
  9725. CallerIDNum: +125300000
  9726. CallerIDName: +125300000
  9727. ConnectedLineNum: <unknown>
  9728. ConnectedLineName: <unknown>
  9729. Language: en
  9730. AccountCode:
  9731. Context: macro-dial-one
  9732. Exten: s
  9733. Priority: 35
  9734. Uniqueid: 1450726148.27
  9735. Linkedid: 1450726148.27
  9736. Variable: __KEEPCID
  9737. Value: TRUE
  9738.  
  9739.  
  9740. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Set
  9741. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9742. Event: VarSet
  9743. Privilege: dialplan,all
  9744. Channel: SIP/flowroute-0000001b
  9745. ChannelState: 6
  9746. ChannelStateDesc: Up
  9747. CallerIDNum: +125300000
  9748. CallerIDName: +125300000
  9749. ConnectedLineNum: <unknown>
  9750. ConnectedLineName: <unknown>
  9751. Language: en
  9752. AccountCode:
  9753. Context: macro-dial-one
  9754. Exten: s
  9755. Priority: 35
  9756. Uniqueid: 1450726148.27
  9757. Linkedid: 1450726148.27
  9758. Variable: MACRO_DEPTH
  9759. Value: 2
  9760.  
  9761.  
  9762. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'USEGOTO' is NULL
  9763. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  9764. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf'
  9765. -- Executing [s@macro-dial-one:36] GotoIf("SIP/flowroute-0000001b", "0?usegoto,1") in new stack
  9766. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9767. Event: Newexten
  9768. Privilege: call,all
  9769. Channel: SIP/flowroute-0000001b
  9770. ChannelState: 6
  9771. ChannelStateDesc: Up
  9772. CallerIDNum: +125300000
  9773. CallerIDName: +125300000
  9774. ConnectedLineNum: <unknown>
  9775. ConnectedLineName: <unknown>
  9776. Language: en
  9777. AccountCode:
  9778. Context: macro-dial-one
  9779. Exten: s
  9780. Priority: 36
  9781. Uniqueid: 1450726148.27
  9782. Linkedid: 1450726148.27
  9783. Extension: s
  9784. Application: GotoIf
  9785. AppData: 0?usegoto,1
  9786.  
  9787.  
  9788. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:11788 pbx_builtin_gotoif: Not taking any branch
  9789. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: GotoIf
  9790. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9791. Event: VarSet
  9792. Privilege: dialplan,all
  9793. Channel: SIP/flowroute-0000001b
  9794. ChannelState: 6
  9795. ChannelStateDesc: Up
  9796. CallerIDNum: +125300000
  9797. CallerIDName: +125300000
  9798. ConnectedLineNum: <unknown>
  9799. ConnectedLineName: <unknown>
  9800. Language: en
  9801. AccountCode:
  9802. Context: macro-dial-one
  9803. Exten: s
  9804. Priority: 36
  9805. Uniqueid: 1450726148.27
  9806. Linkedid: 1450726148.27
  9807. Variable: MACRO_DEPTH
  9808. Value: 2
  9809.  
  9810.  
  9811. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'EXTTOCALL' is '2002'
  9812. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9813. Event: VarSet
  9814. Privilege: dialplan,all
  9815. Channel: SIP/flowroute-0000001b
  9816. ChannelState: 6
  9817. ChannelStateDesc: Up
  9818. CallerIDNum: +125300000
  9819. CallerIDName: +125300000
  9820. ConnectedLineNum: <unknown>
  9821. ConnectedLineName: <unknown>
  9822. Language: en
  9823. AccountCode:
  9824. Context: macro-dial-one
  9825. Exten: s
  9826. Priority: 36
  9827. Uniqueid: 1450726148.27
  9828. Linkedid: 1450726148.27
  9829. Variable: DB_RESULT
  9830. Value: faxchansip
  9831.  
  9832.  
  9833. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function DB(AMPUSER/2002/cidname) result is 'faxchansip'
  9834. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'AMPUSER' is ''
  9835. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: db.c:376 db_get_common: Unable to find key '/cidname' in family 'AMPUSER'
  9836. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: func_db.c:151 function_db_read: DB: AMPUSER//cidname not found in database.
  9837. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function DB(AMPUSER//cidname) result is ''
  9838. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '1'
  9839. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf'
  9840. -- Executing [s@macro-dial-one:37] GotoIf("SIP/flowroute-0000001b", "1?godial") in new stack
  9841. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9842. Event: Newexten
  9843. Privilege: call,all
  9844. Channel: SIP/flowroute-0000001b
  9845. ChannelState: 6
  9846. ChannelStateDesc: Up
  9847. CallerIDNum: +125300000
  9848. CallerIDName: +125300000
  9849. ConnectedLineNum: <unknown>
  9850. ConnectedLineName: <unknown>
  9851. Language: en
  9852. AccountCode:
  9853. Context: macro-dial-one
  9854. Exten: s
  9855. Priority: 37
  9856. Uniqueid: 1450726148.27
  9857. Linkedid: 1450726148.27
  9858. Extension: s
  9859. Application: GotoIf
  9860. AppData: 1?godial
  9861.  
  9862.  
  9863. -- Goto (macro-dial-one,s,42)
  9864. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: GotoIf
  9865. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9866. Event: VarSet
  9867. Privilege: dialplan,all
  9868. Channel: SIP/flowroute-0000001b
  9869. ChannelState: 6
  9870. ChannelStateDesc: Up
  9871. CallerIDNum: +125300000
  9872. CallerIDName: +125300000
  9873. ConnectedLineNum: <unknown>
  9874. ConnectedLineName: <unknown>
  9875. Language: en
  9876. AccountCode:
  9877. Context: macro-dial-one
  9878. Exten: s
  9879. Priority: 37
  9880. Uniqueid: 1450726148.27
  9881. Linkedid: 1450726148.27
  9882. Variable: MACRO_DEPTH
  9883. Value: 2
  9884.  
  9885.  
  9886. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Macro'
  9887. -- Executing [s@macro-dial-one:42] Macro("SIP/flowroute-0000001b", "dialout-one-predial-hook,") in new stack
  9888. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9889. Event: Newexten
  9890. Privilege: call,all
  9891. Channel: SIP/flowroute-0000001b
  9892. ChannelState: 6
  9893. ChannelStateDesc: Up
  9894. CallerIDNum: +125300000
  9895. CallerIDName: +125300000
  9896. ConnectedLineNum: <unknown>
  9897. ConnectedLineName: <unknown>
  9898. Language: en
  9899. AccountCode:
  9900. Context: macro-dial-one
  9901. Exten: s
  9902. Priority: 42
  9903. Uniqueid: 1450726148.27
  9904. Linkedid: 1450726148.27
  9905. Extension: s
  9906. Application: Macro
  9907. AppData: dialout-one-predial-hook,
  9908.  
  9909.  
  9910. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9911. Event: VarSet
  9912. Privilege: dialplan,all
  9913. Channel: SIP/flowroute-0000001b
  9914. ChannelState: 6
  9915. ChannelStateDesc: Up
  9916. CallerIDNum: +125300000
  9917. CallerIDName: +125300000
  9918. ConnectedLineNum: <unknown>
  9919. ConnectedLineName: <unknown>
  9920. Language: en
  9921. AccountCode:
  9922. Context: macro-dial-one
  9923. Exten: s
  9924. Priority: 42
  9925. Uniqueid: 1450726148.27
  9926. Linkedid: 1450726148.27
  9927. Variable: MACRO_EXTEN
  9928. Value: s
  9929.  
  9930.  
  9931. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9932. Event: VarSet
  9933. Privilege: dialplan,all
  9934. Channel: SIP/flowroute-0000001b
  9935. ChannelState: 6
  9936. ChannelStateDesc: Up
  9937. CallerIDNum: +125300000
  9938. CallerIDName: +125300000
  9939. ConnectedLineNum: <unknown>
  9940. ConnectedLineName: <unknown>
  9941. Language: en
  9942. AccountCode:
  9943. Context: macro-dial-one
  9944. Exten: s
  9945. Priority: 42
  9946. Uniqueid: 1450726148.27
  9947. Linkedid: 1450726148.27
  9948. Variable: MACRO_CONTEXT
  9949. Value: macro-dial-one
  9950.  
  9951.  
  9952. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9953. Event: VarSet
  9954. Privilege: dialplan,all
  9955. Channel: SIP/flowroute-0000001b
  9956. ChannelState: 6
  9957. ChannelStateDesc: Up
  9958. CallerIDNum: +125300000
  9959. CallerIDName: +125300000
  9960. ConnectedLineNum: <unknown>
  9961. ConnectedLineName: <unknown>
  9962. Language: en
  9963. AccountCode:
  9964. Context: macro-dial-one
  9965. Exten: s
  9966. Priority: 42
  9967. Uniqueid: 1450726148.27
  9968. Linkedid: 1450726148.27
  9969. Variable: MACRO_PRIORITY
  9970. Value: 42
  9971.  
  9972.  
  9973. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9974. Event: VarSet
  9975. Privilege: dialplan,all
  9976. Channel: SIP/flowroute-0000001b
  9977. ChannelState: 6
  9978. ChannelStateDesc: Up
  9979. CallerIDNum: +125300000
  9980. CallerIDName: +125300000
  9981. ConnectedLineNum: <unknown>
  9982. ConnectedLineName: <unknown>
  9983. Language: en
  9984. AccountCode:
  9985. Context: macro-dial-one
  9986. Exten: s
  9987. Priority: 42
  9988. Uniqueid: 1450726148.27
  9989. Linkedid: 1450726148.27
  9990. Variable: MACRO_DEPTH
  9991. Value: 3
  9992.  
  9993.  
  9994. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  9995. Event: VarSet
  9996. Privilege: dialplan,all
  9997. Channel: SIP/flowroute-0000001b
  9998. ChannelState: 6
  9999. ChannelStateDesc: Up
  10000. CallerIDNum: +125300000
  10001. CallerIDName: +125300000
  10002. ConnectedLineNum: <unknown>
  10003. ConnectedLineName: <unknown>
  10004. Language: en
  10005. AccountCode:
  10006. Context: macro-dial-one
  10007. Exten: s
  10008. Priority: 42
  10009. Uniqueid: 1450726148.27
  10010. Linkedid: 1450726148.27
  10011. Variable: ARG1
  10012. Value:
  10013.  
  10014.  
  10015. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10016. Event: VarSet
  10017. Privilege: dialplan,all
  10018. Channel: SIP/flowroute-0000001b
  10019. ChannelState: 6
  10020. ChannelStateDesc: Up
  10021. CallerIDNum: +125300000
  10022. CallerIDName: +125300000
  10023. ConnectedLineNum: <unknown>
  10024. ConnectedLineName: <unknown>
  10025. Language: en
  10026. AccountCode:
  10027. Context: macro-dial-one
  10028. Exten: s
  10029. Priority: 42
  10030. Uniqueid: 1450726148.27
  10031. Linkedid: 1450726148.27
  10032. Variable: MACRO_DEPTH
  10033. Value: 3
  10034.  
  10035.  
  10036. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'MacroExit'
  10037. -- Executing [s@macro-dialout-one-predial-hook:1] MacroExit("SIP/flowroute-0000001b", "") in new stack
  10038. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10039. Event: Newexten
  10040. Privilege: call,all
  10041. Channel: SIP/flowroute-0000001b
  10042. ChannelState: 6
  10043. ChannelStateDesc: Up
  10044. CallerIDNum: +125300000
  10045. CallerIDName: +125300000
  10046. ConnectedLineNum: <unknown>
  10047. ConnectedLineName: <unknown>
  10048. Language: en
  10049. AccountCode:
  10050. Context: macro-dialout-one-predial-hook
  10051. Exten: s
  10052. Priority: 1
  10053. Uniqueid: 1450726148.27
  10054. Linkedid: 1450726148.27
  10055. Extension: s
  10056. Application: MacroExit
  10057. AppData:
  10058.  
  10059.  
  10060. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10061. Event: VarSet
  10062. Privilege: dialplan,all
  10063. Channel: SIP/flowroute-0000001b
  10064. ChannelState: 6
  10065. ChannelStateDesc: Up
  10066. CallerIDNum: +125300000
  10067. CallerIDName: +125300000
  10068. ConnectedLineNum: <unknown>
  10069. ConnectedLineName: <unknown>
  10070. Language: en
  10071. AccountCode:
  10072. Context: macro-dialout-one-predial-hook
  10073. Exten: s
  10074. Priority: 1
  10075. Uniqueid: 1450726148.27
  10076. Linkedid: 1450726148.27
  10077. Variable: MACRO_DEPTH
  10078. Value: 2
  10079.  
  10080.  
  10081. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10082. Event: VarSet
  10083. Privilege: dialplan,all
  10084. Channel: SIP/flowroute-0000001b
  10085. ChannelState: 6
  10086. ChannelStateDesc: Up
  10087. CallerIDNum: +125300000
  10088. CallerIDName: +125300000
  10089. ConnectedLineNum: <unknown>
  10090. ConnectedLineName: <unknown>
  10091. Language: en
  10092. AccountCode:
  10093. Context: macro-dialout-one-predial-hook
  10094. Exten: s
  10095. Priority: 1
  10096. Uniqueid: 1450726148.27
  10097. Linkedid: 1450726148.27
  10098. Variable: ARG1
  10099. Value:
  10100.  
  10101.  
  10102. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10103. Event: VarSet
  10104. Privilege: dialplan,all
  10105. Channel: SIP/flowroute-0000001b
  10106. ChannelState: 6
  10107. ChannelStateDesc: Up
  10108. CallerIDNum: +125300000
  10109. CallerIDName: +125300000
  10110. ConnectedLineNum: <unknown>
  10111. ConnectedLineName: <unknown>
  10112. Language: en
  10113. AccountCode:
  10114. Context: macro-dialout-one-predial-hook
  10115. Exten: s
  10116. Priority: 1
  10117. Uniqueid: 1450726148.27
  10118. Linkedid: 1450726148.27
  10119. Variable: MACRO_EXTEN
  10120. Value: s
  10121.  
  10122.  
  10123. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10124. Event: VarSet
  10125. Privilege: dialplan,all
  10126. Channel: SIP/flowroute-0000001b
  10127. ChannelState: 6
  10128. ChannelStateDesc: Up
  10129. CallerIDNum: +125300000
  10130. CallerIDName: +125300000
  10131. ConnectedLineNum: <unknown>
  10132. ConnectedLineName: <unknown>
  10133. Language: en
  10134. AccountCode:
  10135. Context: macro-dialout-one-predial-hook
  10136. Exten: s
  10137. Priority: 1
  10138. Uniqueid: 1450726148.27
  10139. Linkedid: 1450726148.27
  10140. Variable: MACRO_CONTEXT
  10141. Value: macro-exten-vm
  10142.  
  10143.  
  10144. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10145. Event: VarSet
  10146. Privilege: dialplan,all
  10147. Channel: SIP/flowroute-0000001b
  10148. ChannelState: 6
  10149. ChannelStateDesc: Up
  10150. CallerIDNum: +125300000
  10151. CallerIDName: +125300000
  10152. ConnectedLineNum: <unknown>
  10153. ConnectedLineName: <unknown>
  10154. Language: en
  10155. AccountCode:
  10156. Context: macro-dialout-one-predial-hook
  10157. Exten: s
  10158. Priority: 1
  10159. Uniqueid: 1450726148.27
  10160. Linkedid: 1450726148.27
  10161. Variable: MACRO_PRIORITY
  10162. Value: 16
  10163.  
  10164.  
  10165. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: Macro
  10166. [2015-12-21 14:29:12] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10167. Event: VarSet
  10168. Privilege: dialplan,all
  10169. Channel: SIP/flowroute-0000001b
  10170. ChannelState: 6
  10171. ChannelStateDesc: Up
  10172. CallerIDNum: +125300000
  10173. CallerIDName: +125300000
  10174. ConnectedLineNum: <unknown>
  10175. ConnectedLineName: <unknown>
  10176. Language: en
  10177. AccountCode:
  10178. Context: macro-dialout-one-predial-hook
  10179. Exten: s
  10180. Priority: 1
  10181. Uniqueid: 1450726148.27
  10182. Linkedid: 1450726148.27
  10183. Variable: MACRO_DEPTH
  10184. Value: 2
  10185.  
  10186.  
  10187. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'DSTRING' is 'SIP/2002'
  10188. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'ARG1' is ''
  10189. [2015-12-21 14:29:12] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'D_OPTIONS' is 'Ttr'
  10190. [2015-12-21 14:29:14] DEBUG[31456]: acl.c:958 ast_find_ourip: Not an IPv4 nor IPv6 address, cannot get port.
  10191. [2015-12-21 14:29:14] DEBUG[31456]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting 'localhost.localdomain' into...
  10192. [2015-12-21 14:29:14] DEBUG[31456]: netsock2.c:226 ast_sockaddr_split_hostport: ...host 'localhost.localdomain' and port ''.
  10193. [2015-12-21 14:29:14] DEBUG[31456]: acl.c:795 resolve_first: Multiple addresses. Using the first only
  10194. [2015-12-21 14:29:14] DEBUG[31456]: acl.c:958 ast_find_ourip: Not an IPv4 nor IPv6 address, cannot get port.
  10195. [2015-12-21 14:29:14] DEBUG[31456]: acl.c:963 ast_find_ourip: Attached to given IP address
  10196. [2015-12-21 14:29:14] DEBUG[31531]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '[::1]:0' into...
  10197. [2015-12-21 14:29:14] DEBUG[31531]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '::1' and port '0'.
  10198. [2015-12-21 14:29:14] DEBUG[31531]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '216.221.154.12:19527' into...
  10199. [2015-12-21 14:29:14] DEBUG[31531]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '216.221.154.12' and port '19527'.
  10200. [2015-12-21 14:29:14] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10201. Event: RTCPSent
  10202. Privilege: reporting,all
  10203. Channel: SIP/flowroute-0000001b
  10204. ChannelState: 6
  10205. ChannelStateDesc: Up
  10206. CallerIDNum: +125300000
  10207. CallerIDName: +125300000
  10208. ConnectedLineNum: <unknown>
  10209. ConnectedLineName: <unknown>
  10210. Language: en
  10211. AccountCode:
  10212. Context: macro-exten-vm
  10213. Exten: s-CHANUNAVAIL
  10214. Priority: 3
  10215. Uniqueid: 1450726148.27
  10216. Linkedid: 1450726148.27
  10217. To: 216.221.154.12:19527
  10218. From: [::1]:0
  10219. SSRC: 0x1cce72bd
  10220. PT: 200(SR)
  10221. ReportCount: 1
  10222. SentNTP: 1450726154.1199751168
  10223. SentRTP: 40032
  10224. SentPackets: 238
  10225. SentOctets: 38080
  10226. Report0SourceSSRC: 0x051fabd3
  10227. Report0FractionLost: 0
  10228. Report0CumulativeLost: 0
  10229. Report0HighestSequence: 2466
  10230. Report0SequenceNumberCycles: 0
  10231. Report0IAJitter: 4
  10232. Report0LSR: 0
  10233. Report0DLSR: 0.0000
  10234.  
  10235.  
  10236. [2015-12-21 14:29:18] DEBUG[23589]: manager.c:6130 process_message: Running action 'Login'
  10237. [2015-12-21 14:29:18] DEBUG[23589]: manager.c:6130 process_message: Running action 'Command'
  10238. [2015-12-21 14:29:18] DEBUG[23589]: manager.c:6130 process_message: Running action 'Command'
  10239. [2015-12-21 14:29:18] DEBUG[23589]: manager.c:6130 process_message: Running action 'Command'
  10240. [2015-12-21 14:29:19] DEBUG[31456]: acl.c:958 ast_find_ourip: Not an IPv4 nor IPv6 address, cannot get port.
  10241. [2015-12-21 14:29:19] DEBUG[31456]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting 'localhost.localdomain' into...
  10242. [2015-12-21 14:29:19] DEBUG[31456]: netsock2.c:226 ast_sockaddr_split_hostport: ...host 'localhost.localdomain' and port ''.
  10243. [2015-12-21 14:29:19] DEBUG[31456]: acl.c:795 resolve_first: Multiple addresses. Using the first only
  10244. [2015-12-21 14:29:19] DEBUG[31456]: acl.c:958 ast_find_ourip: Not an IPv4 nor IPv6 address, cannot get port.
  10245. [2015-12-21 14:29:19] DEBUG[31456]: acl.c:963 ast_find_ourip: Attached to given IP address
  10246. [2015-12-21 14:29:19] DEBUG[31531]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '[::1]:0' into...
  10247. [2015-12-21 14:29:19] DEBUG[31531]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '::1' and port '0'.
  10248. [2015-12-21 14:29:19] DEBUG[31531]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '216.221.154.12:19527' into...
  10249. [2015-12-21 14:29:19] DEBUG[31531]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '216.221.154.12' and port '19527'.
  10250. [2015-12-21 14:29:19] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10251. Event: RTCPSent
  10252. Privilege: reporting,all
  10253. Channel: SIP/flowroute-0000001b
  10254. ChannelState: 6
  10255. ChannelStateDesc: Up
  10256. CallerIDNum: +125300000
  10257. CallerIDName: +125300000
  10258. ConnectedLineNum: <unknown>
  10259. ConnectedLineName: <unknown>
  10260. Language: en
  10261. AccountCode:
  10262. Context: macro-exten-vm
  10263. Exten: s-CHANUNAVAIL
  10264. Priority: 3
  10265. Uniqueid: 1450726148.27
  10266. Linkedid: 1450726148.27
  10267. To: 216.221.154.12:19527
  10268. From: [::1]:0
  10269. SSRC: 0x1cce72bd
  10270. PT: 200(SR)
  10271. ReportCount: 1
  10272. SentNTP: 1450726159.1197211648
  10273. SentRTP: 80032
  10274. SentPackets: 488
  10275. SentOctets: 78080
  10276. Report0SourceSSRC: 0x051fabd3
  10277. Report0FractionLost: 0
  10278. Report0CumulativeLost: 0
  10279. Report0HighestSequence: 2716
  10280. Report0SequenceNumberCycles: 0
  10281. Report0IAJitter: 4
  10282. Report0LSR: 0
  10283. Report0DLSR: 0.0000
  10284.  
  10285.  
  10286. [2015-12-21 14:29:22] DEBUG[23579][C-0000001b]: app_macro.c:433 _macro_exec: Spawn extension (macro-exten-vm,s-CHANUNAVAIL,3) exited non-zero on 'SIP/flowroute-0000001b' in macro 'exten-vm'
  10287. == Spawn extension (macro-exten-vm, s-CHANUNAVAIL, 3) exited non-zero on 'SIP/flowroute-0000001b' in macro 'exten-vm'
  10288. [2015-12-21 14:29:22] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10289. Event: VarSet
  10290. Privilege: dialplan,all
  10291. Channel: SIP/flowroute-0000001b
  10292. ChannelState: 6
  10293. ChannelStateDesc: Up
  10294. CallerIDNum: +125300000
  10295. CallerIDName: +125300000
  10296. ConnectedLineNum: <unknown>
  10297. ConnectedLineName: <unknown>
  10298. Language: en
  10299. AccountCode:
  10300. Context: macro-exten-vm
  10301. Exten: s-CHANUNAVAIL
  10302. Priority: 3
  10303. Uniqueid: 1450726148.27
  10304. Linkedid: 1450726148.27
  10305. Variable: MACRO_DEPTH
  10306. Value: 0
  10307.  
  10308.  
  10309. [2015-12-21 14:29:22] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10310. Event: VarSet
  10311. Privilege: dialplan,all
  10312. Channel: SIP/flowroute-0000001b
  10313. ChannelState: 6
  10314. ChannelStateDesc: Up
  10315. CallerIDNum: +125300000
  10316. CallerIDName: +125300000
  10317. ConnectedLineNum: <unknown>
  10318. ConnectedLineName: <unknown>
  10319. Language: en
  10320. AccountCode:
  10321. Context: macro-exten-vm
  10322. Exten: s-CHANUNAVAIL
  10323. Priority: 3
  10324. Uniqueid: 1450726148.27
  10325. Linkedid: 1450726148.27
  10326. Variable: ARG1
  10327. Value:
  10328.  
  10329.  
  10330. [2015-12-21 14:29:22] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10331. Event: VarSet
  10332. Privilege: dialplan,all
  10333. Channel: SIP/flowroute-0000001b
  10334. ChannelState: 6
  10335. ChannelStateDesc: Up
  10336. CallerIDNum: +125300000
  10337. CallerIDName: +125300000
  10338. ConnectedLineNum: <unknown>
  10339. ConnectedLineName: <unknown>
  10340. Language: en
  10341. AccountCode:
  10342. Context: macro-exten-vm
  10343. Exten: s-CHANUNAVAIL
  10344. Priority: 3
  10345. Uniqueid: 1450726148.27
  10346. Linkedid: 1450726148.27
  10347. Variable: ARG2
  10348. Value:
  10349.  
  10350.  
  10351. [2015-12-21 14:29:22] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10352. Event: VarSet
  10353. Privilege: dialplan,all
  10354. Channel: SIP/flowroute-0000001b
  10355. ChannelState: 6
  10356. ChannelStateDesc: Up
  10357. CallerIDNum: +125300000
  10358. CallerIDName: +125300000
  10359. ConnectedLineNum: <unknown>
  10360. ConnectedLineName: <unknown>
  10361. Language: en
  10362. AccountCode:
  10363. Context: macro-exten-vm
  10364. Exten: s-CHANUNAVAIL
  10365. Priority: 3
  10366. Uniqueid: 1450726148.27
  10367. Linkedid: 1450726148.27
  10368. Variable: ARG3
  10369. Value:
  10370.  
  10371.  
  10372. [2015-12-21 14:29:22] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10373. Event: VarSet
  10374. Privilege: dialplan,all
  10375. Channel: SIP/flowroute-0000001b
  10376. ChannelState: 6
  10377. ChannelStateDesc: Up
  10378. CallerIDNum: +125300000
  10379. CallerIDName: +125300000
  10380. ConnectedLineNum: <unknown>
  10381. ConnectedLineName: <unknown>
  10382. Language: en
  10383. AccountCode:
  10384. Context: macro-exten-vm
  10385. Exten: s-CHANUNAVAIL
  10386. Priority: 3
  10387. Uniqueid: 1450726148.27
  10388. Linkedid: 1450726148.27
  10389. Variable: ARG4
  10390. Value:
  10391.  
  10392.  
  10393. [2015-12-21 14:29:22] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10394. Event: VarSet
  10395. Privilege: dialplan,all
  10396. Channel: SIP/flowroute-0000001b
  10397. ChannelState: 6
  10398. ChannelStateDesc: Up
  10399. CallerIDNum: +125300000
  10400. CallerIDName: +125300000
  10401. ConnectedLineNum: <unknown>
  10402. ConnectedLineName: <unknown>
  10403. Language: en
  10404. AccountCode:
  10405. Context: macro-exten-vm
  10406. Exten: s-CHANUNAVAIL
  10407. Priority: 3
  10408. Uniqueid: 1450726148.27
  10409. Linkedid: 1450726148.27
  10410. Variable: ARG5
  10411. Value:
  10412.  
  10413.  
  10414. [2015-12-21 14:29:22] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10415. Event: VarSet
  10416. Privilege: dialplan,all
  10417. Channel: SIP/flowroute-0000001b
  10418. ChannelState: 6
  10419. ChannelStateDesc: Up
  10420. CallerIDNum: +125300000
  10421. CallerIDName: +125300000
  10422. ConnectedLineNum: <unknown>
  10423. ConnectedLineName: <unknown>
  10424. Language: en
  10425. AccountCode:
  10426. Context: macro-exten-vm
  10427. Exten: s-CHANUNAVAIL
  10428. Priority: 3
  10429. Uniqueid: 1450726148.27
  10430. Linkedid: 1450726148.27
  10431. Variable: MACRO_EXTEN
  10432. Value:
  10433.  
  10434.  
  10435. [2015-12-21 14:29:22] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10436. Event: VarSet
  10437. Privilege: dialplan,all
  10438. Channel: SIP/flowroute-0000001b
  10439. ChannelState: 6
  10440. ChannelStateDesc: Up
  10441. CallerIDNum: +125300000
  10442. CallerIDName: +125300000
  10443. ConnectedLineNum: <unknown>
  10444. ConnectedLineName: <unknown>
  10445. Language: en
  10446. AccountCode:
  10447. Context: macro-exten-vm
  10448. Exten: s-CHANUNAVAIL
  10449. Priority: 3
  10450. Uniqueid: 1450726148.27
  10451. Linkedid: 1450726148.27
  10452. Variable: MACRO_CONTEXT
  10453. Value:
  10454.  
  10455.  
  10456. [2015-12-21 14:29:22] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10457. Event: VarSet
  10458. Privilege: dialplan,all
  10459. Channel: SIP/flowroute-0000001b
  10460. ChannelState: 6
  10461. ChannelStateDesc: Up
  10462. CallerIDNum: +125300000
  10463. CallerIDName: +125300000
  10464. ConnectedLineNum: <unknown>
  10465. ConnectedLineName: <unknown>
  10466. Language: en
  10467. AccountCode:
  10468. Context: macro-exten-vm
  10469. Exten: s-CHANUNAVAIL
  10470. Priority: 3
  10471. Uniqueid: 1450726148.27
  10472. Linkedid: 1450726148.27
  10473. Variable: MACRO_PRIORITY
  10474. Value:
  10475.  
  10476.  
  10477. [2015-12-21 14:29:22] DEBUG[23579][C-0000001b]: pbx.c:6511 __ast_pbx_run: Spawn extension (ext-local,2002,2) exited non-zero on 'SIP/flowroute-0000001b'
  10478. == Spawn extension (ext-local, 2002, 2) exited non-zero on 'SIP/flowroute-0000001b'
  10479. [2015-12-21 14:29:22] DEBUG[23579][C-0000001b]: channel.c:2533 ast_softhangup_nolock: Soft-Hanging (0x10) up channel 'SIP/flowroute-0000001b'
  10480. [2015-12-21 14:29:22] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10481. Event: SoftHangupRequest
  10482. Privilege: call,all
  10483. Channel: SIP/flowroute-0000001b
  10484. ChannelState: 6
  10485. ChannelStateDesc: Up
  10486. CallerIDNum: +125300000
  10487. CallerIDName: +125300000
  10488. ConnectedLineNum: <unknown>
  10489. ConnectedLineName: <unknown>
  10490. Language: en
  10491. AccountCode:
  10492. Context: ext-local
  10493. Exten: 2002
  10494. Priority: 2
  10495. Uniqueid: 1450726148.27
  10496. Linkedid: 1450726148.27
  10497. Cause: 16
  10498.  
  10499.  
  10500. [2015-12-21 14:29:22] DEBUG[23579][C-0000001b]: channel.c:2533 ast_softhangup_nolock: Soft-Hanging (0x80) up channel 'SIP/flowroute-0000001b'
  10501. [2015-12-21 14:29:22] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Macro'
  10502. -- Executing [h@ext-local:1] Macro("SIP/flowroute-0000001b", "hangupcall,") in new stack
  10503. [2015-12-21 14:29:22] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10504. Event: Newexten
  10505. Privilege: call,all
  10506. Channel: SIP/flowroute-0000001b
  10507. ChannelState: 6
  10508. ChannelStateDesc: Up
  10509. CallerIDNum: +125300000
  10510. CallerIDName: +125300000
  10511. ConnectedLineNum: <unknown>
  10512. ConnectedLineName: <unknown>
  10513. Language: en
  10514. AccountCode:
  10515. Context: ext-local
  10516. Exten: h
  10517. Priority: 1
  10518. Uniqueid: 1450726148.27
  10519. Linkedid: 1450726148.27
  10520. Extension: h
  10521. Application: Macro
  10522. AppData: hangupcall,
  10523.  
  10524.  
  10525. [2015-12-21 14:29:22] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10526. Event: VarSet
  10527. Privilege: dialplan,all
  10528. Channel: SIP/flowroute-0000001b
  10529. ChannelState: 6
  10530. ChannelStateDesc: Up
  10531. CallerIDNum: +125300000
  10532. CallerIDName: +125300000
  10533. ConnectedLineNum: <unknown>
  10534. ConnectedLineName: <unknown>
  10535. Language: en
  10536. AccountCode:
  10537. Context: ext-local
  10538. Exten: h
  10539. Priority: 1
  10540. Uniqueid: 1450726148.27
  10541. Linkedid: 1450726148.27
  10542. Variable: MACRO_IN_HANGUP
  10543. Value: 1
  10544.  
  10545.  
  10546. [2015-12-21 14:29:22] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10547. Event: VarSet
  10548. Privilege: dialplan,all
  10549. Channel: SIP/flowroute-0000001b
  10550. ChannelState: 6
  10551. ChannelStateDesc: Up
  10552. CallerIDNum: +125300000
  10553. CallerIDName: +125300000
  10554. ConnectedLineNum: <unknown>
  10555. ConnectedLineName: <unknown>
  10556. Language: en
  10557. AccountCode:
  10558. Context: ext-local
  10559. Exten: h
  10560. Priority: 1
  10561. Uniqueid: 1450726148.27
  10562. Linkedid: 1450726148.27
  10563. Variable: MACRO_EXTEN
  10564. Value: h
  10565.  
  10566.  
  10567. [2015-12-21 14:29:22] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10568. Event: VarSet
  10569. Privilege: dialplan,all
  10570. Channel: SIP/flowroute-0000001b
  10571. ChannelState: 6
  10572. ChannelStateDesc: Up
  10573. CallerIDNum: +125300000
  10574. CallerIDName: +125300000
  10575. ConnectedLineNum: <unknown>
  10576. ConnectedLineName: <unknown>
  10577. Language: en
  10578. AccountCode:
  10579. Context: ext-local
  10580. Exten: h
  10581. Priority: 1
  10582. Uniqueid: 1450726148.27
  10583. Linkedid: 1450726148.27
  10584. Variable: MACRO_CONTEXT
  10585. Value: ext-local
  10586.  
  10587.  
  10588. [2015-12-21 14:29:22] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10589. Event: VarSet
  10590. Privilege: dialplan,all
  10591. Channel: SIP/flowroute-0000001b
  10592. ChannelState: 6
  10593. ChannelStateDesc: Up
  10594. CallerIDNum: +125300000
  10595. CallerIDName: +125300000
  10596. ConnectedLineNum: <unknown>
  10597. ConnectedLineName: <unknown>
  10598. Language: en
  10599. AccountCode:
  10600. Context: ext-local
  10601. Exten: h
  10602. Priority: 1
  10603. Uniqueid: 1450726148.27
  10604. Linkedid: 1450726148.27
  10605. Variable: MACRO_PRIORITY
  10606. Value: 1
  10607.  
  10608.  
  10609. [2015-12-21 14:29:22] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10610. Event: VarSet
  10611. Privilege: dialplan,all
  10612. Channel: SIP/flowroute-0000001b
  10613. ChannelState: 6
  10614. ChannelStateDesc: Up
  10615. CallerIDNum: +125300000
  10616. CallerIDName: +125300000
  10617. ConnectedLineNum: <unknown>
  10618. ConnectedLineName: <unknown>
  10619. Language: en
  10620. AccountCode:
  10621. Context: ext-local
  10622. Exten: h
  10623. Priority: 1
  10624. Uniqueid: 1450726148.27
  10625. Linkedid: 1450726148.27
  10626. Variable: MACRO_DEPTH
  10627. Value: 1
  10628.  
  10629.  
  10630. [2015-12-21 14:29:22] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10631. Event: VarSet
  10632. Privilege: dialplan,all
  10633. Channel: SIP/flowroute-0000001b
  10634. ChannelState: 6
  10635. ChannelStateDesc: Up
  10636. CallerIDNum: +125300000
  10637. CallerIDName: +125300000
  10638. ConnectedLineNum: <unknown>
  10639. ConnectedLineName: <unknown>
  10640. Language: en
  10641. AccountCode:
  10642. Context: ext-local
  10643. Exten: h
  10644. Priority: 1
  10645. Uniqueid: 1450726148.27
  10646. Linkedid: 1450726148.27
  10647. Variable: ARG1
  10648. Value:
  10649.  
  10650.  
  10651. [2015-12-21 14:29:22] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10652. Event: VarSet
  10653. Privilege: dialplan,all
  10654. Channel: SIP/flowroute-0000001b
  10655. ChannelState: 6
  10656. ChannelStateDesc: Up
  10657. CallerIDNum: +125300000
  10658. CallerIDName: +125300000
  10659. ConnectedLineNum: <unknown>
  10660. ConnectedLineName: <unknown>
  10661. Language: en
  10662. AccountCode:
  10663. Context: ext-local
  10664. Exten: h
  10665. Priority: 1
  10666. Uniqueid: 1450726148.27
  10667. Linkedid: 1450726148.27
  10668. Variable: MACRO_DEPTH
  10669. Value: 1
  10670.  
  10671.  
  10672. [2015-12-21 14:29:22] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'USE_CONFIRMATION' is NULL
  10673. [2015-12-21 14:29:22] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'RINGGROUP_INDEX' is NULL
  10674. [2015-12-21 14:29:22] DEBUG[23579][C-0000001b]: pbx.c:3785 ast_str_retrieve_variable: Result of 'CHANNEL' is 'SIP/flowroute-0000001b'
  10675. [2015-12-21 14:29:22] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'UNIQCHAN' is NULL
  10676. [2015-12-21 14:29:22] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '1'
  10677. [2015-12-21 14:29:22] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'GotoIf'
  10678. -- Executing [s@macro-hangupcall:1] GotoIf("SIP/flowroute-0000001b", "1?theend") in new stack
  10679. [2015-12-21 14:29:22] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10680. Event: Newexten
  10681. Privilege: call,all
  10682. Channel: SIP/flowroute-0000001b
  10683. ChannelState: 6
  10684. ChannelStateDesc: Up
  10685. CallerIDNum: +125300000
  10686. CallerIDName: +125300000
  10687. ConnectedLineNum: <unknown>
  10688. ConnectedLineName: <unknown>
  10689. Language: en
  10690. AccountCode:
  10691. Context: macro-hangupcall
  10692. Exten: s
  10693. Priority: 1
  10694. Uniqueid: 1450726148.27
  10695. Linkedid: 1450726148.27
  10696. Extension: s
  10697. Application: GotoIf
  10698. AppData: 1?theend
  10699.  
  10700.  
  10701. -- Goto (macro-hangupcall,s,3)
  10702. [2015-12-21 14:29:22] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: GotoIf
  10703. [2015-12-21 14:29:22] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10704. Event: VarSet
  10705. Privilege: dialplan,all
  10706. Channel: SIP/flowroute-0000001b
  10707. ChannelState: 6
  10708. ChannelStateDesc: Up
  10709. CallerIDNum: +125300000
  10710. CallerIDName: +125300000
  10711. ConnectedLineNum: <unknown>
  10712. ConnectedLineName: <unknown>
  10713. Language: en
  10714. AccountCode:
  10715. Context: macro-hangupcall
  10716. Exten: s
  10717. Priority: 1
  10718. Uniqueid: 1450726148.27
  10719. Linkedid: 1450726148.27
  10720. Variable: MACRO_DEPTH
  10721. Value: 1
  10722.  
  10723.  
  10724. [2015-12-21 14:29:22] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'ONETOUCH_RECFILE' is NULL
  10725. [2015-12-21 14:29:22] DEBUG[23579][C-0000001b]: pbx.c:4818 pbx_substitute_variables_helper_full: Function CDR(recordingfile) result is ''
  10726. [2015-12-21 14:29:22] DEBUG[23579][C-0000001b]: pbx.c:4887 pbx_substitute_variables_helper_full: Expression result is '0'
  10727. [2015-12-21 14:29:22] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'ONETOUCH_RECFILE' is NULL
  10728. [2015-12-21 14:29:22] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'ExecIf'
  10729. -- Executing [s@macro-hangupcall:3] ExecIf("SIP/flowroute-0000001b", "0?Set(CDR(recordingfile)=)") in new stack
  10730. [2015-12-21 14:29:22] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10731. Event: Newexten
  10732. Privilege: call,all
  10733. Channel: SIP/flowroute-0000001b
  10734. ChannelState: 6
  10735. ChannelStateDesc: Up
  10736. CallerIDNum: +125300000
  10737. CallerIDName: +125300000
  10738. ConnectedLineNum: <unknown>
  10739. ConnectedLineName: <unknown>
  10740. Language: en
  10741. AccountCode:
  10742. Context: macro-hangupcall
  10743. Exten: s
  10744. Priority: 3
  10745. Uniqueid: 1450726148.27
  10746. Linkedid: 1450726148.27
  10747. Extension: s
  10748. Application: ExecIf
  10749. AppData: 0?Set(CDR(recordingfile)=)
  10750.  
  10751.  
  10752. [2015-12-21 14:29:22] DEBUG[23579][C-0000001b]: app_macro.c:439 _macro_exec: Executed application: ExecIf
  10753. [2015-12-21 14:29:22] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'ONETOUCH_RECFILE' (from 'ONETOUCH_RECFILE}"!="" & "${CDR(recordingfile)}"=""' len 16)
  10754. [2015-12-21 14:29:22] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'ONETOUCH_RECFILE' is NULL
  10755. [2015-12-21 14:29:22] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'CDR(recordingfile)' (from 'CDR(recordingfile)}"=""' len 18)
  10756. [2015-12-21 14:29:22] DEBUG[23579][C-0000001b]: pbx.c:4618 ast_str_substitute_variables_full: Function CDR(recordingfile) result is ''
  10757. [2015-12-21 14:29:22] DEBUG[23579][C-0000001b]: pbx.c:4676 ast_str_substitute_variables_full: Expression result is '0'
  10758. [2015-12-21 14:29:22] DEBUG[23579][C-0000001b]: pbx.c:4584 ast_str_substitute_variables_full: Evaluating 'ONETOUCH_RECFILE' (from 'ONETOUCH_RECFILE})' len 16)
  10759. [2015-12-21 14:29:22] DEBUG[23579][C-0000001b]: pbx.c:3782 ast_str_retrieve_variable: Result of 'ONETOUCH_RECFILE' is NULL
  10760. [2015-12-21 14:29:22] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10761. Event: VarSet
  10762. Privilege: dialplan,all
  10763. Channel: SIP/flowroute-0000001b
  10764. ChannelState: 6
  10765. ChannelStateDesc: Up
  10766. CallerIDNum: +125300000
  10767. CallerIDName: +125300000
  10768. ConnectedLineNum: <unknown>
  10769. ConnectedLineName: <unknown>
  10770. Language: en
  10771. AccountCode:
  10772. Context: macro-hangupcall
  10773. Exten: s
  10774. Priority: 3
  10775. Uniqueid: 1450726148.27
  10776. Linkedid: 1450726148.27
  10777. Variable: MACRO_DEPTH
  10778. Value: 1
  10779.  
  10780.  
  10781. [2015-12-21 14:29:22] DEBUG[23579][C-0000001b]: pbx.c:4983 pbx_extension_helper: Launching 'Hangup'
  10782. -- Executing [s@macro-hangupcall:4] Hangup("SIP/flowroute-0000001b", "") in new stack
  10783. [2015-12-21 14:29:22] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10784. Event: Newexten
  10785. Privilege: call,all
  10786. Channel: SIP/flowroute-0000001b
  10787. ChannelState: 6
  10788. ChannelStateDesc: Up
  10789. CallerIDNum: +125300000
  10790. CallerIDName: +125300000
  10791. ConnectedLineNum: <unknown>
  10792. ConnectedLineName: <unknown>
  10793. Language: en
  10794. AccountCode:
  10795. Context: macro-hangupcall
  10796. Exten: s
  10797. Priority: 4
  10798. Uniqueid: 1450726148.27
  10799. Linkedid: 1450726148.27
  10800. Extension: s
  10801. Application: Hangup
  10802. AppData:
  10803.  
  10804.  
  10805. [2015-12-21 14:29:22] DEBUG[23579][C-0000001b]: channel.c:2533 ast_softhangup_nolock: Soft-Hanging (0x20) up channel 'SIP/flowroute-0000001b'
  10806. [2015-12-21 14:29:22] DEBUG[23579][C-0000001b]: app_macro.c:433 _macro_exec: Spawn extension (macro-hangupcall,s,4) exited non-zero on 'SIP/flowroute-0000001b' in macro 'hangupcall'
  10807. == Spawn extension (macro-hangupcall, s, 4) exited non-zero on 'SIP/flowroute-0000001b' in macro 'hangupcall'
  10808. [2015-12-21 14:29:22] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10809. Event: VarSet
  10810. Privilege: dialplan,all
  10811. Channel: SIP/flowroute-0000001b
  10812. ChannelState: 6
  10813. ChannelStateDesc: Up
  10814. CallerIDNum: +125300000
  10815. CallerIDName: +125300000
  10816. ConnectedLineNum: <unknown>
  10817. ConnectedLineName: <unknown>
  10818. Language: en
  10819. AccountCode:
  10820. Context: macro-hangupcall
  10821. Exten: s
  10822. Priority: 4
  10823. Uniqueid: 1450726148.27
  10824. Linkedid: 1450726148.27
  10825. Variable: MACRO_DEPTH
  10826. Value: 0
  10827.  
  10828.  
  10829. [2015-12-21 14:29:22] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10830. Event: VarSet
  10831. Privilege: dialplan,all
  10832. Channel: SIP/flowroute-0000001b
  10833. ChannelState: 6
  10834. ChannelStateDesc: Up
  10835. CallerIDNum: +125300000
  10836. CallerIDName: +125300000
  10837. ConnectedLineNum: <unknown>
  10838. ConnectedLineName: <unknown>
  10839. Language: en
  10840. AccountCode:
  10841. Context: macro-hangupcall
  10842. Exten: s
  10843. Priority: 4
  10844. Uniqueid: 1450726148.27
  10845. Linkedid: 1450726148.27
  10846. Variable: MACRO_EXTEN
  10847. Value:
  10848.  
  10849.  
  10850. [2015-12-21 14:29:22] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10851. Event: VarSet
  10852. Privilege: dialplan,all
  10853. Channel: SIP/flowroute-0000001b
  10854. ChannelState: 6
  10855. ChannelStateDesc: Up
  10856. CallerIDNum: +125300000
  10857. CallerIDName: +125300000
  10858. ConnectedLineNum: <unknown>
  10859. ConnectedLineName: <unknown>
  10860. Language: en
  10861. AccountCode:
  10862. Context: macro-hangupcall
  10863. Exten: s
  10864. Priority: 4
  10865. Uniqueid: 1450726148.27
  10866. Linkedid: 1450726148.27
  10867. Variable: MACRO_CONTEXT
  10868. Value:
  10869.  
  10870.  
  10871. [2015-12-21 14:29:22] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10872. Event: VarSet
  10873. Privilege: dialplan,all
  10874. Channel: SIP/flowroute-0000001b
  10875. ChannelState: 6
  10876. ChannelStateDesc: Up
  10877. CallerIDNum: +125300000
  10878. CallerIDName: +125300000
  10879. ConnectedLineNum: <unknown>
  10880. ConnectedLineName: <unknown>
  10881. Language: en
  10882. AccountCode:
  10883. Context: macro-hangupcall
  10884. Exten: s
  10885. Priority: 4
  10886. Uniqueid: 1450726148.27
  10887. Linkedid: 1450726148.27
  10888. Variable: MACRO_PRIORITY
  10889. Value:
  10890.  
  10891.  
  10892. [2015-12-21 14:29:22] DEBUG[23579][C-0000001b]: pbx.c:6080 ast_pbx_h_exten_run: Spawn extension (ext-local,h,1) exited non-zero on 'SIP/flowroute-0000001b'
  10893. == Spawn extension (ext-local, h, 1) exited non-zero on 'SIP/flowroute-0000001b'
  10894. [2015-12-21 14:29:22] DEBUG[23579][C-0000001b]: channel.c:5490 set_format: Channel SIP/flowroute-0000001b setting write format path: slin -> ulaw
  10895. [2015-12-21 14:29:22] DEBUG[23579][C-0000001b]: channel.c:2682 ast_hangup: Hanging up channel 'SIP/flowroute-0000001b'
  10896. [2015-12-21 14:29:22] DEBUG[23579][C-0000001b]: chan_sip.c:6942 sip_hangup: Hangup call SIP/flowroute-0000001b, SIP callid 1125016454_97708712@216.221.154.11
  10897. [2015-12-21 14:29:22] DEBUG[23579][C-0000001b]: res_rtp_asterisk.c:4777 ast_rtp_remote_address_set: Setting RTCP address on RTP instance '0x7f9ad034b258'
  10898. Scheduling destruction of SIP dialog '1125016454_97708712@216.221.154.11' in 32000 ms (Method: ACK)
  10899. [2015-12-21 14:29:22] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10900. Event: VarSet
  10901. Privilege: dialplan,all
  10902. Channel: SIP/flowroute-0000001b
  10903. ChannelState: 6
  10904. ChannelStateDesc: Up
  10905. CallerIDNum: +125300000
  10906. CallerIDName: +125300000
  10907. ConnectedLineNum: <unknown>
  10908. ConnectedLineName: <unknown>
  10909. Language: en
  10910. AccountCode:
  10911. Context: macro-hangupcall
  10912. Exten: s
  10913. Priority: 4
  10914. Uniqueid: 1450726148.27
  10915. Linkedid: 1450726148.27
  10916. Variable: RTPAUDIOQOS
  10917. Value: ssrc=483291837;themssrc=85961683;lp=0;rxjitter=0.000000;rxcount=645;txjitter=0.000582;txcount=637;rlp=0;rtt=0.000000
  10918.  
  10919.  
  10920. [2015-12-21 14:29:22] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10921. Event: VarSet
  10922. Privilege: dialplan,all
  10923. Channel: SIP/flowroute-0000001b
  10924. ChannelState: 6
  10925. ChannelStateDesc: Up
  10926. CallerIDNum: +125300000
  10927. CallerIDName: +125300000
  10928. ConnectedLineNum: <unknown>
  10929. ConnectedLineName: <unknown>
  10930. Language: en
  10931. AccountCode:
  10932. Context: macro-hangupcall
  10933. Exten: s
  10934. Priority: 4
  10935. Uniqueid: 1450726148.27
  10936. Linkedid: 1450726148.27
  10937. Variable: RTPAUDIOQOSJITTER
  10938. Value: minrxjitter=0.000000;maxrxjitter=0.000000;avgrxjitter=0.000000;stdevrxjitter=0.000000;reported_minjitter=0.000000;reported_maxjitter=0.000000;reported_avgjitter=0.000000;reported_stdevjitter=0.000000;
  10939.  
  10940.  
  10941. [2015-12-21 14:29:22] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10942. Event: VarSet
  10943. Privilege: dialplan,all
  10944. Channel: SIP/flowroute-0000001b
  10945. ChannelState: 6
  10946. ChannelStateDesc: Up
  10947. CallerIDNum: +125300000
  10948. CallerIDName: +125300000
  10949. ConnectedLineNum: <unknown>
  10950. ConnectedLineName: <unknown>
  10951. Language: en
  10952. AccountCode:
  10953. Context: macro-hangupcall
  10954. Exten: s
  10955. Priority: 4
  10956. Uniqueid: 1450726148.27
  10957. Linkedid: 1450726148.27
  10958. Variable: RTPAUDIOQOSLOSS
  10959. Value: minrxlost=0.000000;maxrxlost=0.000000;avgrxlost=0.000000;stdevrxlost=0.000000;reported_minlost=0.000000;reported_maxlost=0.000000;reported_avglost=0.000000;reported_stdevlost=0.000000;
  10960.  
  10961.  
  10962. [2015-12-21 14:29:22] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10963. Event: VarSet
  10964. Privilege: dialplan,all
  10965. Channel: SIP/flowroute-0000001b
  10966. ChannelState: 6
  10967. ChannelStateDesc: Up
  10968. CallerIDNum: +125300000
  10969. CallerIDName: +125300000
  10970. ConnectedLineNum: <unknown>
  10971. ConnectedLineName: <unknown>
  10972. Language: en
  10973. AccountCode:
  10974. Context: macro-hangupcall
  10975. Exten: s
  10976. Priority: 4
  10977. Uniqueid: 1450726148.27
  10978. Linkedid: 1450726148.27
  10979. Variable: RTPAUDIOQOSRTT
  10980. Value: minrtt=0.000000;maxrtt=0.000000;avgrtt=0.000000;stdevrtt=0.000000;
  10981.  
  10982.  
  10983. [2015-12-21 14:29:22] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  10984. Event: VarSet
  10985. Privilege: dialplan,all
  10986. Channel: SIP/flowroute-0000001b
  10987. ChannelState: 6
  10988. ChannelStateDesc: Up
  10989. CallerIDNum: +125300000
  10990. CallerIDName: +125300000
  10991. ConnectedLineNum: <unknown>
  10992. ConnectedLineName: <unknown>
  10993. Language: en
  10994. AccountCode:
  10995. Context: ext-local
  10996. Exten: h
  10997. Priority: 1
  10998. Uniqueid: 1450726148.27
  10999. Linkedid: 1450726148.27
  11000. Variable: RTPAUDIOQOS
  11001. Value: ssrc=483291837;themssrc=85961683;lp=0;rxjitter=0.000000;rxcount=645;txjitter=0.000582;txcount=637;rlp=0;rtt=0.000000
  11002.  
  11003.  
  11004. set_destination: Parsing <sip:216.115.69.144;lr> for address/port to send to
  11005. [2015-12-21 14:29:22] DEBUG[23579][C-0000001b]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '216.115.69.144' into...
  11006. [2015-12-21 14:29:22] DEBUG[23579][C-0000001b]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '216.115.69.144' and port ''.
  11007. set_destination: set destination to 216.115.69.144:5060
  11008. Reliably Transmitting (no NAT) to 216.115.69.144:5060:
  11009. BYE sip:+125300000@216.221.154.11:5060 SIP/2.0
  11010. Via: SIP/2.0/UDP 172.16.0.124:5061;branch=z9hG4bK66da57b5
  11011. Route: <sip:216.115.69.144;lr>,<sip:216.115.69.132;lr>
  11012. Max-Forwards: 70
  11013. From: <sip:+15865555555@fl.gg>;tag=as026d1cd0
  11014. To: <sip:+125300000@fl.gg>;tag=gK0e77dfcd
  11015. Call-ID: 1125016454_97708712@216.221.154.11
  11016. CSeq: 102 BYE
  11017. User-Agent: FPBX-13.0.35(13.5.0)
  11018. X-Asterisk-HangupCause: Subscriber absent
  11019. X-Asterisk-HangupCauseCode: 20
  11020. Content-Length: 0
  11021.  
  11022.  
  11023. ---
  11024. [2015-12-21 14:29:22] DEBUG[23579][C-0000001b]: chan_sip.c:4174 __sip_reliable_xmit: *** SIP TIMER: Initializing retransmit timer on packet: Id #3593
  11025. [2015-12-21 14:29:22] DEBUG[23579][C-0000001b]: chan_sip.c:3709 __sip_xmit: Trying to put 'BYE sip:+12' onto UDP socket destined for 216.115.69.144:5060
  11026. [2015-12-21 14:29:22] DEBUG[31340]: cel_odbc.c:765 odbc_log: Executing SQL statement: [INSERT INTO cel (eventtype,eventtime,cid_name,cid_num,cid_ani,cid_rdnis,cid_dnid,exten,context,channame,appname,appdata,amaflags,accountcode,uniqueid,linkedid,peer,userdeftype,extra) VALUES ('HANGUP',{ts '2015-12-21 14:29:22.285208'},'+125300000','+125300000','+125300000','','15865555555','h','ext-local','SIP/flowroute-0000001b','','',3,'','1450726148.27','1450726148.27','','','{"hangupcause":20,"dialstatus":"","hangupsource":"dialplan/builtin"}')]
  11027. [2015-12-21 14:29:22] DEBUG[31340]: res_odbc.c:1057 odbc_release_obj2: odbc_release_obj2(0x7f9ab8558298) called (obj->txf = (nil))
  11028. [2015-12-21 14:29:22] DEBUG[31530]: manager.c:5685 match_filter: Examining AMI event:
  11029. Event: Hangup
  11030. Privilege: call,all
  11031. Channel: SIP/flowroute-0000001b
  11032. ChannelState: 6
  11033. ChannelStateDesc: Up
  11034. CallerIDNum: +125300000
  11035. CallerIDName: +125300000
  11036. ConnectedLineNum: <unknown>
  11037. ConnectedLineName: <unknown>
  11038. Language: en
  11039. AccountCode:
  11040. Context: ext-local
  11041. Exten: h
  11042. Priority: 1
  11043. Uniqueid: 1450726148.27
  11044. Linkedid: 1450726148.27
  11045. Cause: 20
  11046. Cause-txt: Subscriber absent
  11047.  
  11048.  
  11049. [2015-12-21 14:29:22] DEBUG[31337]: cdr.c:1276 cdr_object_finalize: Finalized CDR for SIP/flowroute-0000001b - start 1450726148.710196 answer 1450726148.768986 end 1450726162.286765 dispo ANSWERED
  11050. [2015-12-21 14:29:22] DEBUG[31337]: cdr_adaptive_odbc.c:740 odbc_log: Executing [INSERT INTO cdr (calldate,clid,src,dst,dcontext,channel,lastapp,lastdata,duration,billsec,disposition,amaflags,uniqueid,did,cnum,cnam) VALUES ({ ts '2015-12-21 14:29:08' },'"+125300000" <+125300000>','+125300000','2002','ext-local','SIP/flowroute-0000001b','Dial','SIP/2002,,Ttrb(func-apply-sipheaders^s^1)',13,13,'ANSWERED',3,'1450726148.27','15865555555','+125300000','+125300000')]
  11051. [2015-12-21 14:29:22] DEBUG[31337]: res_odbc.c:1057 odbc_release_obj2: odbc_release_obj2(0x7f9ab8558298) called (obj->txf = (nil))
  11052. [2015-12-21 14:29:22] DEBUG[31340]: cel_odbc.c:765 odbc_log: Executing SQL statement: [INSERT INTO cel (eventtype,eventtime,cid_name,cid_num,cid_ani,cid_rdnis,cid_dnid,exten,context,channame,appname,appdata,amaflags,accountcode,uniqueid,linkedid,peer,userdeftype,extra) VALUES ('CHAN_END',{ts '2015-12-21 14:29:22.287669'},'+125300000','+125300000','+125300000','','15865555555','h','ext-local','SIP/flowroute-0000001b','','',3,'','1450726148.27','1450726148.27','','','')]
  11053. [2015-12-21 14:29:22] DEBUG[31340]: res_odbc.c:1057 odbc_release_obj2: odbc_release_obj2(0x7f9ab8558298) called (obj->txf = (nil))
  11054. [2015-12-21 14:29:22] DEBUG[31340]: cel_odbc.c:765 odbc_log: Executing SQL statement: [INSERT INTO cel (eventtype,eventtime,cid_name,cid_num,cid_ani,cid_rdnis,cid_dnid,exten,context,channame,appname,appdata,amaflags,accountcode,uniqueid,linkedid,peer,userdeftype,extra) VALUES ('LINKEDID_END',{ts '2015-12-21 14:29:22.288368'},'+125300000','+125300000','+125300000','','15865555555','h','ext-local','SIP/flowroute-0000001b','','',3,'','1450726148.27','1450726148.27','','','')]
  11055. [2015-12-21 14:29:22] DEBUG[31340]: res_odbc.c:1057 odbc_release_obj2: odbc_release_obj2(0x7f9ab8558298) called (obj->txf = (nil))
  11056. [2015-12-21 14:29:22] DEBUG[31325]: devicestate.c:368 _ast_device_state: No provider found, checking channel drivers for SIP - flowroute
  11057. [2015-12-21 14:29:22] DEBUG[31325]: chan_sip.c:29519 sip_devicestate: Checking device state for peer flowroute
  11058. [2015-12-21 14:29:22] DEBUG[31325]: devicestate.c:473 do_state_change: Changing state for SIP/flowroute - state 1 (Not in use)
  11059.  
  11060. <--- SIP read from UDP:216.115.69.144:5060 --->
  11061. SIP/2.0 200 OK
  11062. From: <sip:+15865555555@fl.gg>;tag=as026d1cd0
  11063. To: <sip:+125300000@fl.gg>;tag=gK0e77dfcd
  11064. Via: SIP/2.0/UDP 172.16.0.124:5061;rport=5061;received=108.245.000.000;branch=z9hG4bK66da57b5
  11065. Call-ID: 1125016454_97708712@216.221.154.11
  11066. CSeq: 102 BYE
  11067. Record-Route: <sip:216.115.69.132:5060;lr>
  11068. Record-Route: <sip:216.115.69.144:5060;lr>
  11069. Content-Length: 0
  11070.  
  11071. <------------->
  11072. [2015-12-21 14:29:22] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 0 [ 14]: SIP/2.0 200 OK
  11073. [2015-12-21 14:29:22] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 1 [ 45]: From: <sip:+15865555555@fl.gg>;tag=as026d1cd0
  11074. [2015-12-21 14:29:22] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 2 [ 41]: To: <sip:+125300000@fl.gg>;tag=gK0e77dfcd
  11075. [2015-12-21 14:29:22] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 3 [ 92]: Via: SIP/2.0/UDP 172.16.0.124:5061;rport=5061;received=108.245.000.000;branch=z9hG4bK66da57b5
  11076. [2015-12-21 14:29:22] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 4 [ 43]: Call-ID: 1125016454_97708712@216.221.154.11
  11077. [2015-12-21 14:29:22] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 5 [ 13]: CSeq: 102 BYE
  11078. [2015-12-21 14:29:22] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 6 [ 42]: Record-Route: <sip:216.115.69.132:5060;lr>
  11079. [2015-12-21 14:29:22] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 7 [ 42]: Record-Route: <sip:216.115.69.144:5060;lr>
  11080. [2015-12-21 14:29:22] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 8 [ 17]: Content-Length: 0
  11081. --- (9 headers 0 lines) ---
  11082. [2015-12-21 14:29:22] DEBUG[31456]: chan_sip.c:9178 __find_call: = Looking for Call ID: 1125016454_97708712@216.221.154.11 (Checking To) --From tag as026d1cd0 --To-tag gK0e77dfcd
  11083. [2015-12-21 14:29:22] DEBUG[31456][C-0000001b]: chan_sip.c:4373 __sip_ack: ** SIP TIMER: Cancelling retransmit of packet (reply received) Retransid #3593
  11084. [2015-12-21 14:29:22] DEBUG[31456][C-0000001b]: chan_sip.c:4406 __sip_ack: Stopping retransmission on '1125016454_97708712@216.221.154.11' of Request 102: Match Found
  11085. SIP Response message for INCOMING dialog BYE arrived
  11086. [2015-12-21 14:29:22] DEBUG[31456]: chan_sip.c:6707 sip_destroy: Destroying SIP dialog 1125016454_97708712@216.221.154.11
  11087. Really destroying SIP dialog '1125016454_97708712@216.221.154.11' Method: ACK
  11088. [2015-12-21 14:29:22] DEBUG[31456]: rtp_engine.c:368 instance_destructor: Destroyed RTP instance '0x7f9ad034b258'
  11089. [2015-12-21 14:29:23] DEBUG[31456]: chan_sip.c:4262 __sip_autodestruct: Auto destroying SIP dialog '0c26e475-97e9058-faf21ca@70.167.153.136'
  11090. [2015-12-21 14:29:23] DEBUG[31456]: chan_sip.c:6707 sip_destroy: Destroying SIP dialog 0c26e475-97e9058-faf21ca@70.167.153.136
  11091. Really destroying SIP dialog '0c26e475-97e9058-faf21ca@70.167.153.136' Method: OPTIONS
  11092. [2015-12-21 14:29:25] DEBUG[31456]: chan_sip.c:4262 __sip_autodestruct: Auto destroying SIP dialog 'f5156846-511b136a-d6aab12@216.115.69.131'
  11093. [2015-12-21 14:29:25] DEBUG[31456]: chan_sip.c:6707 sip_destroy: Destroying SIP dialog f5156846-511b136a-d6aab12@216.115.69.131
  11094. Really destroying SIP dialog 'f5156846-511b136a-d6aab12@216.115.69.131' Method: OPTIONS
  11095. [2015-12-21 14:29:42] DEBUG[23578]: threadpool.c:1107 worker_idle: Worker thread idle timeout reached. Dying.
  11096. [2015-12-21 14:29:42] DEBUG[31313]: threadpool.c:968 worker_thread_destroy: Destroying worker thread 178
  11097.  
  11098. <--- SIP read from UDP:216.115.69.144:5060 --->
  11099. OPTIONS sip:108.245.000.000:5061 SIP/2.0
  11100. Max-Forwards: 10
  11101. Record-Route: <sip:216.115.69.144;lr>
  11102. Via: SIP/2.0/UDP 216.115.69.144;branch=z9hG4bK543c.1731f1ef8b90c0d78b911d81bfc00857.0
  11103. Via: SIP/2.0/UDP 70.167.153.136:5060;branch=0
  11104. Route: <sip:216.115.69.144;lr;received='sip:108.245.000.000:5061'>
  11105. From: sip:ping@invalid;tag=3649d081
  11106. To: sip:108.245.000.000:5061
  11107. Call-ID: 0c26e475-9c6c058-6ef21ca@70.167.153.136
  11108. CSeq: 1 OPTIONS
  11109. Content-Length: 0
  11110.  
  11111. <------------->
  11112. [2015-12-21 14:29:47] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 0 [ 39]: OPTIONS sip:108.245.000.000:5061 SIP/2.0
  11113. [2015-12-21 14:29:47] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 1 [ 16]: Max-Forwards: 10
  11114. [2015-12-21 14:29:47] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 2 [ 37]: Record-Route: <sip:216.115.69.144;lr>
  11115. [2015-12-21 14:29:47] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 3 [ 85]: Via: SIP/2.0/UDP 216.115.69.144;branch=z9hG4bK543c.1731f1ef8b90c0d78b911d81bfc00857.0
  11116. [2015-12-21 14:29:47] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 4 [ 45]: Via: SIP/2.0/UDP 70.167.153.136:5060;branch=0
  11117. [2015-12-21 14:29:47] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 5 [ 65]: Route: <sip:216.115.69.144;lr;received='sip:108.245.000.000:5061'>
  11118. [2015-12-21 14:29:47] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 6 [ 35]: From: sip:ping@invalid;tag=3649d081
  11119. [2015-12-21 14:29:47] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 7 [ 27]: To: sip:108.245.000.000:5061
  11120. [2015-12-21 14:29:47] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 8 [ 48]: Call-ID: 0c26e475-9c6c058-6ef21ca@70.167.153.136
  11121. [2015-12-21 14:29:47] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 9 [ 15]: CSeq: 1 OPTIONS
  11122. [2015-12-21 14:29:47] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 10 [ 17]: Content-Length: 0
  11123. --- (11 headers 0 lines) ---
  11124. [2015-12-21 14:29:47] DEBUG[31456]: chan_sip.c:9178 __find_call: = Looking for Call ID: 0c26e475-9c6c058-6ef21ca@70.167.153.136 (Checking From) --From tag 3649d081 --To-tag
  11125. [2015-12-21 14:29:47] DEBUG[31456]: acl.c:946 ast_ouraddrfor: For destination '216.115.69.144', our source address is '172.16.0.124'.
  11126. [2015-12-21 14:29:47] DEBUG[31456]: chan_sip.c:3866 ast_sip_ouraddrfor: Setting AST_TRANSPORT_UDP with address 172.16.0.124:5061
  11127. [2015-12-21 14:29:47] DEBUG[31456]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '216.115.69.144' into...
  11128. [2015-12-21 14:29:47] DEBUG[31456]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '216.115.69.144' and port ''.
  11129. Sending to 216.115.69.144:5060 (NAT)
  11130. [2015-12-21 14:29:47] DEBUG[31456]: chan_sip.c:8765 __sip_alloc: Allocating new SIP dialog for 0c26e475-9c6c058-6ef21ca@70.167.153.136 - OPTIONS (No RTP)
  11131. [2015-12-21 14:29:47] DEBUG[31456]: chan_sip.c:28018 handle_incoming: **** Received OPTIONS (3) - Command in SIP OPTIONS
  11132. [2015-12-21 14:29:47] DEBUG[31456]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '108.245.000.000:5061' into...
  11133. [2015-12-21 14:29:47] DEBUG[31456]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '108.245.000.000' and port ''.
  11134. [2015-12-21 14:29:47] DEBUG[31456]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting 'invalid' into...
  11135. [2015-12-21 14:29:47] DEBUG[31456]: netsock2.c:226 ast_sockaddr_split_hostport: ...host 'invalid' and port ''.
  11136. Looking for s in from-sip-external (domain 108.245.000.000)
  11137.  
  11138. <--- Transmitting (NAT) to 216.115.69.144:5060 --->
  11139. SIP/2.0 200 OK
  11140. Via: SIP/2.0/UDP 216.115.69.144;branch=z9hG4bK543c.1731f1ef8b90c0d78b911d81bfc00857.0;received=216.115.69.144;rport=5060
  11141. Via: SIP/2.0/UDP 70.167.153.136:5060;branch=0
  11142. Record-Route: <sip:216.115.69.144;lr>
  11143. From: sip:ping@invalid;tag=3649d081
  11144. To: sip:108.245.000.000:5061;tag=as0513e88d
  11145. Call-ID: 0c26e475-9c6c058-6ef21ca@70.167.153.136
  11146. CSeq: 1 OPTIONS
  11147. Server: FPBX-13.0.35(13.5.0)
  11148. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  11149. Supported: replaces, timer
  11150. Contact: <sip:172.16.0.124:5061>
  11151. Accept: application/sdp
  11152. Content-Length: 0
  11153.  
  11154.  
  11155. <------------>
  11156. [2015-12-21 14:29:47] DEBUG[31456]: chan_sip.c:3709 __sip_xmit: Trying to put 'SIP/2.0 200' onto UDP socket destined for 216.115.69.144:5060
  11157. Scheduling destruction of SIP dialog '0c26e475-9c6c058-6ef21ca@70.167.153.136' in 32000 ms (Method: OPTIONS)
  11158.  
  11159. <--- SIP read from UDP:216.115.69.144:5060 --->
  11160. OPTIONS sip:108.245.000.000:5061 SIP/2.0
  11161. Max-Forwards: 10
  11162. Record-Route: <sip:216.115.69.144;lr>
  11163. Via: SIP/2.0/UDP 216.115.69.144;branch=z9hG4bK437.17c832f340d35e5f533d0160986de554.0
  11164. Via: SIP/2.0/UDP 216.115.69.131:5060;branch=0
  11165. Route: <sip:216.115.69.144;lr;received='sip:108.245.000.000:5061'>
  11166. From: sip:ping@invalid;tag=ad1b8c7a
  11167. To: sip:108.245.000.000:5061
  11168. Call-ID: f5156846-069d136a-4aaab12@216.115.69.131
  11169. CSeq: 1 OPTIONS
  11170. Content-Length: 0
  11171.  
  11172. <------------->
  11173. [2015-12-21 14:29:48] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 0 [ 39]: OPTIONS sip:108.245.000.000:5061 SIP/2.0
  11174. [2015-12-21 14:29:48] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 1 [ 16]: Max-Forwards: 10
  11175. [2015-12-21 14:29:48] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 2 [ 37]: Record-Route: <sip:216.115.69.144;lr>
  11176. [2015-12-21 14:29:48] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 3 [ 84]: Via: SIP/2.0/UDP 216.115.69.144;branch=z9hG4bK437.17c832f340d35e5f533d0160986de554.0
  11177. [2015-12-21 14:29:48] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 4 [ 45]: Via: SIP/2.0/UDP 216.115.69.131:5060;branch=0
  11178. [2015-12-21 14:29:48] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 5 [ 65]: Route: <sip:216.115.69.144;lr;received='sip:108.245.000.000:5061'>
  11179. [2015-12-21 14:29:48] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 6 [ 35]: From: sip:ping@invalid;tag=ad1b8c7a
  11180. [2015-12-21 14:29:48] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 7 [ 27]: To: sip:108.245.000.000:5061
  11181. [2015-12-21 14:29:48] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 8 [ 49]: Call-ID: f5156846-069d136a-4aaab12@216.115.69.131
  11182. [2015-12-21 14:29:48] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 9 [ 15]: CSeq: 1 OPTIONS
  11183. [2015-12-21 14:29:48] DEBUG[31456]: chan_sip.c:9648 parse_request: Header 10 [ 17]: Content-Length: 0
  11184. --- (11 headers 0 lines) ---
  11185. [2015-12-21 14:29:48] DEBUG[31456]: chan_sip.c:9178 __find_call: = Looking for Call ID: f5156846-069d136a-4aaab12@216.115.69.131 (Checking From) --From tag ad1b8c7a --To-tag
  11186. [2015-12-21 14:29:48] DEBUG[31456]: acl.c:946 ast_ouraddrfor: For destination '216.115.69.144', our source address is '172.16.0.124'.
  11187. [2015-12-21 14:29:48] DEBUG[31456]: chan_sip.c:3866 ast_sip_ouraddrfor: Setting AST_TRANSPORT_UDP with address 172.16.0.124:5061
  11188. [2015-12-21 14:29:48] DEBUG[31456]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '216.115.69.144' into...
  11189. [2015-12-21 14:29:48] DEBUG[31456]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '216.115.69.144' and port ''.
  11190. Sending to 216.115.69.144:5060 (NAT)
  11191. [2015-12-21 14:29:48] DEBUG[31456]: chan_sip.c:8765 __sip_alloc: Allocating new SIP dialog for f5156846-069d136a-4aaab12@216.115.69.131 - OPTIONS (No RTP)
  11192. [2015-12-21 14:29:48] DEBUG[31456]: chan_sip.c:28018 handle_incoming: **** Received OPTIONS (3) - Command in SIP OPTIONS
  11193. [2015-12-21 14:29:48] DEBUG[31456]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting '108.245.000.000:5061' into...
  11194. [2015-12-21 14:29:48] DEBUG[31456]: netsock2.c:226 ast_sockaddr_split_hostport: ...host '108.245.000.000' and port ''.
  11195. [2015-12-21 14:29:48] DEBUG[31456]: netsock2.c:172 ast_sockaddr_split_hostport: Splitting 'invalid' into...
  11196. [2015-12-21 14:29:48] DEBUG[31456]: netsock2.c:226 ast_sockaddr_split_hostport: ...host 'invalid' and port ''.
  11197. Looking for s in from-sip-external (domain 108.245.000.000)
  11198.  
  11199. <--- Transmitting (NAT) to 216.115.69.144:5060 --->
  11200. SIP/2.0 200 OK
  11201. Via: SIP/2.0/UDP 216.115.69.144;branch=z9hG4bK437.17c832f340d35e5f533d0160986de554.0;received=216.115.69.144;rport=5060
  11202. Via: SIP/2.0/UDP 216.115.69.131:5060;branch=0
  11203. Record-Route: <sip:216.115.69.144;lr>
  11204. From: sip:ping@invalid;tag=ad1b8c7a
  11205. To: sip:108.245.000.000:5061;tag=as31ac178f
  11206. Call-ID: f5156846-069d136a-4aaab12@216.115.69.131
  11207. CSeq: 1 OPTIONS
  11208. Server: FPBX-13.0.35(13.5.0)
  11209. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  11210. Supported: replaces, timer
  11211. Contact: <sip:172.16.0.124:5061>
  11212. Accept: application/sdp
  11213. Content-Length: 0
  11214.  
  11215.  
  11216. <------------>
  11217. [2015-12-21 14:29:48] DEBUG[31456]: chan_sip.c:3709 __sip_xmit: Trying to put 'SIP/2.0 200' onto UDP socket destined for 216.115.69.144:5060
  11218. Scheduling destruction of SIP dialog 'f5156846-069d136a-4aaab12@216.115.69.131' in 32000 ms (Method: OPTIONS)
  11219. [2015-12-21 14:29:53] DEBUG[23604]: manager.c:6130 process_message: Running action 'Login'
  11220. [2015-12-21 14:29:53] DEBUG[23604]: manager.c:6130 process_message: Running action 'Command'
  11221. [2015-12-21 14:29:53] DEBUG[23604]: manager.c:6130 process_message: Running action 'Command'
  11222. [2015-12-21 14:29:53] DEBUG[23604]: manager.c:6130 process_message: Running action 'Command'
  11223. [2015-12-21 14:30:01] DEBUG[23617]: manager.c:6130 process_message: Running action 'Login'
  11224. localhost*CLI>
  11225. Disconnected from Asterisk server
  11226. Asterisk cleanly ending (0).
  11227. Executing last minute cleanups
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement