Advertisement
Guest User

Untitled

a guest
Mar 6th, 2025
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.28 KB | None | 0 0
  1.  
  2. root@FreePBX:~# asterisk -rvvvv
  3. Asterisk 22.1.0, Copyright (C) 1999 - 2022, Sangoma Technologies Corporation and others.
  4. Created by Mark Spencer <[email protected]>
  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 22.1.0 currently running on FreePBX (pid = 2479)
  11. FreePBX*CLI> pjsip set logger on
  12. PJSIP Logging enabled
  13. <--- Transmitting SIP request (415 bytes) to UDP:10.10.10.80:5060 --->
  14. OPTIONS sip:[email protected]:5060 SIP/2.0
  15. Via: SIP/2.0/UDP 10.10.10.14:5060;rport;branch=z9hG4bKPj5b386eae-7708-475e-adc8-cb73ce24dd42
  16. From: <sip:[email protected]>;tag=d114e64b-2371-4db3-a838-0c378c3cc732
  17. Contact: <sip:[email protected]:5060>
  18. Call-ID: 4e55e25e-3d32-4f21-8fb1-42a531a07bd1
  19. CSeq: 21694 OPTIONS
  20. Max-Forwards: 70
  21. User-Agent: FPBX-17.0.19.24(22.1.0)
  22. Content-Length: 0
  23.  
  24.  
  25. <--- Received SIP response (356 bytes) from UDP:10.10.10.80:5060 --->
  26. SIP/2.0 200 OK
  27. Via: SIP/2.0/UDP 10.10.10.14:5060;rport=5060;branch=z9hG4bKPj5b386eae-7708-475e-adc8-cb73ce24dd42
  28. From: <sip:[email protected]>;tag=d114e64b-2371-4db3-a838-0c378c3cc732
  29. To: <sip:[email protected]>;tag=682503842
  30. Call-ID: 4e55e25e-3d32-4f21-8fb1-42a531a07bd1
  31. CSeq: 21694 OPTIONS
  32. User-Agent: Yealink SIP-T46S 66.83.0.37
  33. Content-Length: 0
  34.  
  35.  
  36. <--- Transmitting SIP request (463 bytes) to UDP:34.226.36.34:5060 --->
  37. OPTIONS sip:us-east-va.sip.flowroute.com:5060 SIP/2.0
  38. Via: SIP/2.0/UDP 198.90.89.110:5060;rport;branch=z9hG4bKPja35af0ec-fc87-4c53-a127-9446f76c60fb
  39. From: <sip:[email protected]>;tag=df875305-02cc-4468-80e0-9a2082c46c92
  40. To: <sip:us-east-va.sip.flowroute.com>
  41. Contact: <sip:[email protected]:5060>
  42. Call-ID: 95ce9620-3dca-4a96-b381-a5a91aca5587
  43. CSeq: 49943 OPTIONS
  44. Max-Forwards: 70
  45. User-Agent: FPBX-17.0.19.24(22.1.0)
  46. Content-Length: 0
  47.  
  48.  
  49. <--- Received SIP response (466 bytes) from UDP:34.226.36.34:5060 --->
  50. SIP/2.0 200 OK
  51. Via: SIP/2.0/UDP 198.90.89.110:5060;rport=24791;branch=z9hG4bKPja35af0ec-fc87-4c53-a127-9446f76c60fb;received=198.90.89.110
  52. From: <sip:[email protected]>;tag=df875305-02cc-4468-80e0-9a2082c46c92
  53. To: <sip:us-east-va.sip.flowroute.com>;tag=bf8638324618dc61059d4c604476fea1.16d062b0
  54. Call-ID: 95ce9620-3dca-4a96-b381-a5a91aca5587
  55. CSeq: 49943 OPTIONS
  56. Accept: */*
  57. Accept-Encoding:
  58. Accept-Language: en
  59. Supported: timer
  60. Content-Length: 0
  61.  
  62.  
  63. <--- Received SIP request (894 bytes) from UDP:10.10.10.80:5060 --->
  64. INVITE sip:[email protected]:5060 SIP/2.0
  65. Via: SIP/2.0/UDP 10.10.10.80:5060;branch=z9hG4bK2178341452
  66. From: <sip:[email protected]:5060>;tag=4092343606
  67. To: <sip:[email protected]:5060>
  68. CSeq: 1 INVITE
  69. Contact: <sip:[email protected]:5060>
  70. Content-Type: application/sdp
  71. Allow: INVITE, INFO, PRACK, ACK, BYE, CANCEL, OPTIONS, NOTIFY, REGISTER, SUBSCRIBE, REFER, PUBLISH, UPDATE, MESSAGE
  72. Max-Forwards: 70
  73. User-Agent: Yealink SIP-T46S 66.83.0.37
  74. Allow-Events: talk,hold,conference,refer,check-sync
  75. Supported: replaces
  76. Content-Length: 304
  77.  
  78. v=0
  79. o=- 20011 20011 IN IP4 10.10.10.80
  80. s=SDP data
  81. c=IN IP4 10.10.10.80
  82. t=0 0
  83. m=audio 12234 RTP/AVP 9 0 8 18 101
  84. a=rtpmap:9 G722/8000
  85. a=rtpmap:0 PCMU/8000
  86. a=rtpmap:8 PCMA/8000
  87. a=rtpmap:18 G729/8000
  88. a=fmtp:18 annexb=no
  89. a=ptime:20
  90. a=sendrecv
  91. a=rtpmap:101 telephone-event/8000
  92. a=fmtp:101 0-15
  93.  
  94. <--- Transmitting SIP response (471 bytes) to UDP:10.10.10.80:5060 --->
  95. SIP/2.0 401 Unauthorized
  96. Via: SIP/2.0/UDP 10.10.10.80:5060;rport=5060;received=10.10.10.80;branch=z9hG4bK2178341452
  97. From: <sip:[email protected]>;tag=4092343606
  98. To: <sip:[email protected]>;tag=z9hG4bK2178341452
  99. CSeq: 1 INVITE
  100. WWW-Authenticate: Digest realm="asterisk",nonce="1741242928/2cb43acc0efede86caf4c5cedb0b5a43",opaque="5caf4dbf2896d163",algorithm=MD5,qop="auth"
  101. Server: FPBX-17.0.19.24(22.1.0)
  102. Content-Length: 0
  103.  
  104.  
  105. <--- Received SIP request (276 bytes) from UDP:10.10.10.80:5060 --->
  106. ACK sip:[email protected]:5060 SIP/2.0
  107. Via: SIP/2.0/UDP 10.10.10.80:5060;branch=z9hG4bK2178341452
  108. From: <sip:[email protected]>;tag=4092343606
  109. To: <sip:[email protected]>;tag=z9hG4bK2178341452
  110. CSeq: 1 ACK
  111. Content-Length: 0
  112.  
  113.  
  114. <--- Received SIP request (1172 bytes) from UDP:10.10.10.80:5060 --->
  115. INVITE sip:[email protected]:5060 SIP/2.0
  116. Via: SIP/2.0/UDP 10.10.10.80:5060;branch=z9hG4bK2087194697
  117. From: <sip:[email protected]:5060>;tag=4092343606
  118. To: <sip:[email protected]:5060>
  119. CSeq: 2 INVITE
  120. Contact: <sip:[email protected]:5060>
  121. Authorization: Digest username="200", realm="asterisk", nonce="1741242928/2cb43acc0efede86caf4c5cedb0b5a43", uri="sip:[email protected]:5060", response="6f1cd493f24669fcb93205d7975beb2a", algorithm=MD5, cnonce="0a4f113b", opaque="5caf4dbf2896d163", qop=auth, nc=00000001
  122. Content-Type: application/sdp
  123. Allow: INVITE, INFO, PRACK, ACK, BYE, CANCEL, OPTIONS, NOTIFY, REGISTER, SUBSCRIBE, REFER, PUBLISH, UPDATE, MESSAGE
  124. Max-Forwards: 70
  125. User-Agent: Yealink SIP-T46S 66.83.0.37
  126. Allow-Events: talk,hold,conference,refer,check-sync
  127. Supported: replaces
  128. Content-Length: 304
  129.  
  130. v=0
  131. o=- 20011 20011 IN IP4 10.10.10.80
  132. s=SDP data
  133. c=IN IP4 10.10.10.80
  134. t=0 0
  135. m=audio 12234 RTP/AVP 9 0 8 18 101
  136. a=rtpmap:9 G722/8000
  137. a=rtpmap:0 PCMU/8000
  138. a=rtpmap:8 PCMA/8000
  139. a=rtpmap:18 G729/8000
  140. a=fmtp:18 annexb=no
  141. a=ptime:20
  142. a=sendrecv
  143. a=rtpmap:101 telephone-event/8000
  144. a=fmtp:101 0-15
  145.  
  146. <--- Transmitting SIP response (297 bytes) to UDP:10.10.10.80:5060 --->
  147. SIP/2.0 100 Trying
  148. Via: SIP/2.0/UDP 10.10.10.80:5060;rport=5060;received=10.10.10.80;branch=z9hG4bK2087194697
  149. From: <sip:[email protected]>;tag=4092343606
  150. CSeq: 2 INVITE
  151. Server: FPBX-17.0.19.24(22.1.0)
  152. Content-Length: 0
  153.  
  154.  
  155. == Using SIP RTP Audio TOS bits 184
  156. == Using SIP RTP Audio TOS bits 184 in TCLASS field.
  157. == Using SIP RTP Audio CoS mark 5
  158. -- Executing [18004377950@from-internal:1] Gosub("PJSIP/200-00000029", "macro-user-callerid,s,1(LIMIT,EXTERNAL)") in new stack
  159. -- Executing [s@macro-user-callerid:1] Set("PJSIP/200-00000029", "TOUCH_MONITOR=1741242928.55") in new stack
  160. -- Executing [s@macro-user-callerid:2] Set("PJSIP/200-00000029", "CHANCONTEXT=") in new stack
  161. -- Executing [s@macro-user-callerid:3] Progress("PJSIP/200-00000029", "") in new stack
  162. > 0x7fa624121440 -- Strict RTP learning after remote address set to: 10.10.10.80:12234
  163. <--- Transmitting SIP response (805 bytes) to UDP:10.10.10.80:5060 --->
  164. SIP/2.0 183 Session Progress
  165. Via: SIP/2.0/UDP 10.10.10.80:5060;rport=5060;received=10.10.10.80;branch=z9hG4bK2087194697
  166. From: <sip:[email protected]>;tag=4092343606
  167. To: <sip:[email protected]>;tag=96fcff60-d62b-456c-9785-1b2d1e8fb7b5
  168. CSeq: 2 INVITE
  169. Server: FPBX-17.0.19.24(22.1.0)
  170. Contact: <sip:10.10.10.14:5060>
  171. Allow: OPTIONS, INVITE, ACK, BYE, CANCEL, UPDATE, PRACK, REGISTER, SUBSCRIBE, NOTIFY, PUBLISH, MESSAGE, INFO, REFER
  172. Content-Type: application/sdp
  173. Content-Length: 273
  174.  
  175. v=0
  176. o=- 20011 20013 IN IP4 10.10.10.14
  177. s=Asterisk
  178. c=IN IP4 10.10.10.14
  179. t=0 0
  180. m=audio 14826 RTP/AVP 0 8 9 101
  181. a=rtpmap:0 PCMU/8000
  182. a=rtpmap:8 PCMA/8000
  183. a=rtpmap:9 G722/8000
  184. a=rtpmap:101 telephone-event/8000
  185. a=fmtp:101 0-16
  186. a=ptime:20
  187. a=maxptime:140
  188. a=sendrecv
  189.  
  190. -- Executing [s@macro-user-callerid:4] Set("PJSIP/200-00000029", "CHANCONTEXT=") in new stack
  191. -- Executing [s@macro-user-callerid:5] Set("PJSIP/200-00000029", "CHANEXTENCONTEXT=200-00000029") in new stack
  192. -- Executing [s@macro-user-callerid:6] Set("PJSIP/200-00000029", "CHANEXTEN=200-00000029") in new stack
  193. -- Executing [s@macro-user-callerid:7] Set("PJSIP/200-00000029", "CALLERID(number)=200") in new stack
  194. -- Executing [s@macro-user-callerid:8] Set("PJSIP/200-00000029", "AMPUSER=200") in new stack
  195. -- Executing [s@macro-user-callerid:9] Set("PJSIP/200-00000029", "HOTDESCKCHAN=200-00000029") in new stack
  196. -- Executing [s@macro-user-callerid:10] Set("PJSIP/200-00000029", "HOTDESKEXTEN=200") in new stack
  197. -- Executing [s@macro-user-callerid:11] Set("PJSIP/200-00000029", "HOTDESKCALL=0") in new stack
  198. -- Executing [s@macro-user-callerid:12] ExecIf("PJSIP/200-00000029", "0?Set(HOTDESKCALL=1)") in new stack
  199. -- Executing [s@macro-user-callerid:13] ExecIf("PJSIP/200-00000029", "0?Set(CALLERID(name)=)") in new stack
  200. -- Executing [s@macro-user-callerid:14] GotoIf("PJSIP/200-00000029", "0?report") in new stack
  201. -- Executing [s@macro-user-callerid:15] ExecIf("PJSIP/200-00000029", "1?Set(REALCALLERIDNUM=200)") in new stack
  202. -- Executing [s@macro-user-callerid:16] Set("PJSIP/200-00000029", "AMPUSER=200") in new stack
  203. -- Executing [s@macro-user-callerid:17] GotoIf("PJSIP/200-00000029", "0?limit") in new stack
  204. -- Executing [s@macro-user-callerid:18] Set("PJSIP/200-00000029", "AMPUSERCIDNAME=Jason") in new stack
  205. -- Executing [s@macro-user-callerid:19] ExecIf("PJSIP/200-00000029", "0?Set(__CIDMASQUERADING=TRUE)") in new stack
  206. -- Executing [s@macro-user-callerid:20] GotoIf("PJSIP/200-00000029", "0?report") in new stack
  207. -- Executing [s@macro-user-callerid:21] Set("PJSIP/200-00000029", "AMPUSERCID=200") in new stack
  208. -- Executing [s@macro-user-callerid:22] Set("PJSIP/200-00000029", "__DIAL_OPTIONS=HhTtr") in new stack
  209. -- Executing [s@macro-user-callerid:23] Set("PJSIP/200-00000029", "CALLERID(all)="Jason" <200>") in new stack
  210. -- Executing [s@macro-user-callerid:24] ExecIf("PJSIP/200-00000029", "0?Set(CUSDIAL=)") in new stack
  211. -- Executing [s@macro-user-callerid:25] ExecIf("PJSIP/200-00000029", "0?Set(CALLERID(all)="Jason" <200>)") in new stack
  212. -- Executing [s@macro-user-callerid:26] GotoIf("PJSIP/200-00000029", "0?limit") in new stack
  213. -- Executing [s@macro-user-callerid:27] ExecIf("PJSIP/200-00000029", "1?Set(GROUP(concurrency_limit)=200)") in new stack
  214. -- Executing [s@macro-user-callerid:28] ExecIf("PJSIP/200-00000029", "0?Set(CHANNEL(language)=)") in new stack
  215. -- Executing [s@macro-user-callerid:29] NoOp("PJSIP/200-00000029", "Macro depricated!! To keep the same line numbers") in new stack
  216. -- Executing [s@macro-user-callerid:30] NoOp("PJSIP/200-00000029", "Macro depricated !! To keep the same line numbers") in new stack
  217. -- Executing [s@macro-user-callerid:31] GotoIf("PJSIP/200-00000029", "1?continue") in new stack
  218. -- Goto (macro-user-callerid,s,50)
  219. -- Executing [s@macro-user-callerid:50] Set("PJSIP/200-00000029", "CALLERID(number)=200") in new stack
  220. -- Executing [s@macro-user-callerid:51] Set("PJSIP/200-00000029", "CALLERID(name)=Jason") in new stack
  221. -- Executing [s@macro-user-callerid:52] GotoIf("PJSIP/200-00000029", "0?cnum") in new stack
  222. -- Executing [s@macro-user-callerid:53] Set("PJSIP/200-00000029", "__MCNUM=200") in new stack
  223. -- Executing [s@macro-user-callerid:54] Set("PJSIP/200-00000029", "__MCNAME=Jason") in new stack
  224. -- Executing [s@macro-user-callerid:55] Set("PJSIP/200-00000029", "__MCEXTEN=200") in new stack
  225. -- Executing [s@macro-user-callerid:56] Set("PJSIP/200-00000029", "__MCORGCHAN=PJSIP/200-00000029") in new stack
  226. -- Executing [s@macro-user-callerid:57] Set("PJSIP/200-00000029", "CDR(cnam)=Jason") in new stack
  227. -- Executing [s@macro-user-callerid:58] Set("PJSIP/200-00000029", "CDR(cnum)=200") in new stack
  228. -- Executing [s@macro-user-callerid:59] Return("PJSIP/200-00000029", "") in new stack
  229. -- Executing [18004377950@from-internal:2] Gosub("PJSIP/200-00000029", "sub-record-check,s,1(out,18004377950,dontcare)") in new stack
  230. -- Executing [s@sub-record-check:1] GotoIf("PJSIP/200-00000029", "0?initialized") in new stack
  231. -- Executing [s@sub-record-check:2] Set("PJSIP/200-00000029", "__REC_STATUS=INITIALIZED") in new stack
  232. -- Executing [s@sub-record-check:3] Set("PJSIP/200-00000029", "NOW=1741242928") in new stack
  233. -- Executing [s@sub-record-check:4] Set("PJSIP/200-00000029", "__DAY=06") in new stack
  234. -- Executing [s@sub-record-check:5] Set("PJSIP/200-00000029", "__MONTH=03") in new stack
  235. -- Executing [s@sub-record-check:6] Set("PJSIP/200-00000029", "__YEAR=2025") in new stack
  236. -- Executing [s@sub-record-check:7] Set("PJSIP/200-00000029", "__TIMESTR=20250306-013528") in new stack
  237. -- Executing [s@sub-record-check:8] Set("PJSIP/200-00000029", "__FROMEXTEN=200") in new stack
  238. -- Executing [s@sub-record-check:9] Set("PJSIP/200-00000029", "__MON_FMT=wav") in new stack
  239. -- Executing [s@sub-record-check:10] NoOp("PJSIP/200-00000029", "Recordings initialized") in new stack
  240. -- Executing [s@sub-record-check:11] ExecIf("PJSIP/200-00000029", "0?Set(ARG3=dontcare)") in new stack
  241. -- Executing [s@sub-record-check:12] Set("PJSIP/200-00000029", "REC_POLICY_MODE_SAVE=") in new stack
  242. -- Executing [s@sub-record-check:13] ExecIf("PJSIP/200-00000029", "0?Set(REC_STATUS=NO)") in new stack
  243. -- Executing [s@sub-record-check:14] GotoIf("PJSIP/200-00000029", "3?checkaction") in new stack
  244. -- Goto (sub-record-check,s,17)
  245. -- Executing [s@sub-record-check:17] GotoIf("PJSIP/200-00000029", "1?sub-record-check,out,1") in new stack
  246. -- Goto (sub-record-check,out,1)
  247. -- Executing [out@sub-record-check:1] NoOp("PJSIP/200-00000029", "Outbound Recording Check from 200 to 18004377950") in new stack
  248. -- Executing [out@sub-record-check:2] Set("PJSIP/200-00000029", "RECMODE=dontcare") in new stack
  249. -- Executing [out@sub-record-check:3] ExecIf("PJSIP/200-00000029", "1?Goto(routewins)") in new stack
  250. -- Goto (sub-record-check,out,7)
  251. -- Executing [out@sub-record-check:7] Gosub("PJSIP/200-00000029", "recordcheck,1(dontcare,out,18004377950)") in new stack
  252. -- Executing [recordcheck@sub-record-check:1] NoOp("PJSIP/200-00000029", "Starting recording check against dontcare") in new stack
  253. -- Executing [recordcheck@sub-record-check:2] Goto("PJSIP/200-00000029", "dontcare") in new stack
  254. -- Goto (sub-record-check,recordcheck,3)
  255. -- Executing [recordcheck@sub-record-check:3] Return("PJSIP/200-00000029", "") in new stack
  256. -- Executing [out@sub-record-check:8] Return("PJSIP/200-00000029", "") in new stack
  257. -- Executing [18004377950@from-internal:3] ExecIf("PJSIP/200-00000029", "0 ?Set(CHANNEL(accountcode)=)") in new stack
  258. -- Executing [18004377950@from-internal:4] Set("PJSIP/200-00000029", "_ROUTEID=1") in new stack
  259. -- Executing [18004377950@from-internal:5] Set("PJSIP/200-00000029", "_ROUTENAME=Emerald-VoIP") in new stack
  260. -- Executing [18004377950@from-internal:6] Set("PJSIP/200-00000029", "MOHCLASS=default") in new stack
  261. -- Executing [18004377950@from-internal:7] ExecIf("PJSIP/200-00000029", "0?Set(TRUNKCIDOVERRIDE=17059800615)") in new stack
  262. -- Executing [18004377950@from-internal:8] Set("PJSIP/200-00000029", "_CALLERIDNAMEINTERNAL=Jason") in new stack
  263. -- Executing [18004377950@from-internal:9] Set("PJSIP/200-00000029", "_CALLERIDNUMINTERNAL=200") in new stack
  264. -- Executing [18004377950@from-internal:10] Set("PJSIP/200-00000029", "_EMAILNOTIFICATION=FALSE") in new stack
  265. -- Executing [18004377950@from-internal:11] Set("PJSIP/200-00000029", "_NODEST=") in new stack
  266. -- Executing [18004377950@from-internal:12] Gosub("PJSIP/200-00000029", "macro-dialout-trunk,s,1(1,18004377950,,off)") in new stack
  267. -- Executing [s@macro-dialout-trunk:1] Set("PJSIP/200-00000029", "DIAL_TRUNK=1") in new stack
  268. -- Executing [s@macro-dialout-trunk:2] ExecIf("PJSIP/200-00000029", "0?Set(DIAL_OPTIONS=Hhtr)") in new stack
  269. -- Executing [s@macro-dialout-trunk:3] ExecIf("PJSIP/200-00000029", "0?Set(DIAL_OPTIONS=HhTr)") in new stack
  270. -- Executing [s@macro-dialout-trunk:4] ExecIf("PJSIP/200-00000029", "0?Set(DIAL_OPTIONS=Hhtr)") in new stack
  271. -- Executing [s@macro-dialout-trunk:5] GosubIf("PJSIP/200-00000029", "0?sub-pincheck,s,1()") in new stack
  272. -- Executing [s@macro-dialout-trunk:6] ExecIf("PJSIP/200-00000029", "0?Set(CALLERID(num)=200)") in new stack
  273. -- Executing [s@macro-dialout-trunk:7] GotoIf("PJSIP/200-00000029", "0?disabletrunk,1") in new stack
  274. -- Executing [s@macro-dialout-trunk:8] Set("PJSIP/200-00000029", "DIAL_NUMBER=18004377950") in new stack
  275. -- Executing [s@macro-dialout-trunk:9] Set("PJSIP/200-00000029", "DIAL_TRUNK_OPTIONS=HhTtr") in new stack
  276. -- Executing [s@macro-dialout-trunk:10] Set("PJSIP/200-00000029", "OUTBOUND_GROUP=OUT_1") in new stack
  277. -- Executing [s@macro-dialout-trunk:11] Set("PJSIP/200-00000029", "DIAL_TRUNK_OPTIONS=T") in new stack
  278. -- Executing [s@macro-dialout-trunk:12] ExecIf("PJSIP/200-00000029", "0?Set(DIAL_TRUNK_OPTIONS=)") in new stack
  279. -- Executing [s@macro-dialout-trunk:13] GotoIf("PJSIP/200-00000029", "1?nomax") in new stack
  280. -- Goto (macro-dialout-trunk,s,15)
  281. -- Executing [s@macro-dialout-trunk:15] GotoIf("PJSIP/200-00000029", "0?skipoutcid") in new stack
  282. -- Executing [s@macro-dialout-trunk:16] Gosub("PJSIP/200-00000029", "macro-outbound-callerid,s,1(1)") in new stack
  283. -- Executing [s@macro-outbound-callerid:1] NoOp("PJSIP/200-00000029", "200") in new stack
  284. -- Executing [s@macro-outbound-callerid:2] NoOp("PJSIP/200-00000029", "") in new stack
  285. -- Executing [s@macro-outbound-callerid:3] NoOp("PJSIP/200-00000029", "off") in new stack
  286. -- Executing [s@macro-outbound-callerid:4] ExecIf("PJSIP/200-00000029", "0?Set(CALLERID(name-pres)=)") in new stack
  287. -- Executing [s@macro-outbound-callerid:5] ExecIf("PJSIP/200-00000029", "0?Set(CALLERID(num-pres)=)") in new stack
  288. -- Executing [s@macro-outbound-callerid:6] Set("PJSIP/200-00000029", "HOTDESCKCHAN=200-00000029") in new stack
  289. -- Executing [s@macro-outbound-callerid:7] Set("PJSIP/200-00000029", "HOTDESKEXTEN=200") in new stack
  290. -- Executing [s@macro-outbound-callerid:8] Set("PJSIP/200-00000029", "HOTDESKCALL=0") in new stack
  291. -- Executing [s@macro-outbound-callerid:9] ExecIf("PJSIP/200-00000029", "0?Set(HOTDESKCALL=1)") in new stack
  292. -- Executing [s@macro-outbound-callerid:10] ExecIf("PJSIP/200-00000029", "0?Set(CALLERID(name)=)") in new stack
  293. -- Executing [s@macro-outbound-callerid:11] Set("PJSIP/200-00000029", "ALLOWTHISROUTE=NO") in new stack
  294. -- Executing [s@macro-outbound-callerid:12] ExecIf("PJSIP/200-00000029", "0?Set(ALLOWTHISROUTE=YES)") in new stack
  295. -- Executing [s@macro-outbound-callerid:13] ExecIf("PJSIP/200-00000029", "0?Hangup()") in new stack
  296. -- Executing [s@macro-outbound-callerid:14] ExecIf("PJSIP/200-00000029", "0?Set(REALCALLERIDNUM=200)") in new stack
  297. -- Executing [s@macro-outbound-callerid:15] ExecIf("PJSIP/200-00000029", "0?Set(AMPUSER=200)") in new stack
  298. -- Executing [s@macro-outbound-callerid:16] GotoIf("PJSIP/200-00000029", "1?normcid") in new stack
  299. -- Goto (macro-outbound-callerid,s,20)
  300. -- Executing [s@macro-outbound-callerid:20] Set("PJSIP/200-00000029", "USEROUTCID=17059800615") in new stack
  301. -- Executing [s@macro-outbound-callerid:21] Set("PJSIP/200-00000029", "EMERGENCYCID=") in new stack
  302. -- Executing [s@macro-outbound-callerid:22] ExecIf("PJSIP/200-00000029", "0?Set(SCDEXT=YES)") in new stack
  303. -- Executing [s@macro-outbound-callerid:23] ExecIf("PJSIP/200-00000029", "0?Set(EMERGENCYCID=)") in new stack
  304. -- Executing [s@macro-outbound-callerid:24] ExecIf("PJSIP/200-00000029", "0?Set(CALLERID(name)=)") in new stack
  305. -- Executing [s@macro-outbound-callerid:25] ExecIf("PJSIP/200-00000029", "0?Set(EMERGENCYCID=)") in new stack
  306. -- Executing [s@macro-outbound-callerid:26] Set("PJSIP/200-00000029", "TRUNKOUTCID=17059800615") in new stack
  307. -- Executing [s@macro-outbound-callerid:27] GotoIf("PJSIP/200-00000029", "1?trunkcid") in new stack
  308. -- Goto (macro-outbound-callerid,s,33)
  309. -- Executing [s@macro-outbound-callerid:33] ExecIf("PJSIP/200-00000029", "1?Set(CALLERID(all)=17059800615)") in new stack
  310. -- Executing [s@macro-outbound-callerid:34] ExecIf("PJSIP/200-00000029", "1?Set(CALLERID(all)=17059800615)") in new stack
  311. -- Executing [s@macro-outbound-callerid:35] ExecIf("PJSIP/200-00000029", "0?Set(CALLERID(all)=)") in new stack
  312. -- Executing [s@macro-outbound-callerid:36] ExecIf("PJSIP/200-00000029", "0?Set(CALLERID(all)=200)") in new stack
  313. -- Executing [s@macro-outbound-callerid:37] ExecIf("PJSIP/200-00000029", "0?Set(CALLERID(all)=200)") in new stack
  314. -- Executing [s@macro-outbound-callerid:38] Set("PJSIP/200-00000029", "TIOHIDE=no") in new stack
  315. -- Executing [s@macro-outbound-callerid:39] ExecIf("PJSIP/200-00000029", "0?Set(CALLERID(name-pres)=prohib_passed_screen)") in new stack
  316. -- Executing [s@macro-outbound-callerid:40] ExecIf("PJSIP/200-00000029", "0?Set(CALLERID(num-pres)=prohib_passed_screen)") in new stack
  317. -- Executing [s@macro-outbound-callerid:41] ExecIf("PJSIP/200-00000029", "0?Set(CALLERID(name-pres)=prohib_passed_screen)") in new stack
  318. -- Executing [s@macro-outbound-callerid:42] ExecIf("PJSIP/200-00000029", "0?Set(CALLERID(num-pres)=prohib_passed_screen)") in new stack
  319. -- Executing [s@macro-outbound-callerid:43] Set("PJSIP/200-00000029", "CDR(outbound_cnum)=17059800615") in new stack
  320. -- Executing [s@macro-outbound-callerid:44] Set("PJSIP/200-00000029", "CDR(outbound_cnam)=") in new stack
  321. -- Executing [s@macro-outbound-callerid:45] Return("PJSIP/200-00000029", "") in new stack
  322. -- Executing [s@macro-dialout-trunk:17] GosubIf("PJSIP/200-00000029", "1?sub-flp-1,s,1()") in new stack
  323. -- Executing [s@sub-flp-1:1] ExecIf("PJSIP/200-00000029", "1?Return()") in new stack
  324. -- Executing [s@macro-dialout-trunk:18] Set("PJSIP/200-00000029", "OUTNUM=18004377950") in new stack
  325. -- Executing [s@macro-dialout-trunk:19] Set("PJSIP/200-00000029", "custom=PJSIP") in new stack
  326. -- Executing [s@macro-dialout-trunk:20] ExecIf("PJSIP/200-00000029", "0?Set(DIAL_TRUNK_MOH=default)") in new stack
  327. -- Executing [s@macro-dialout-trunk:21] ExecIf("PJSIP/200-00000029", "0?Set(DIAL_TRUNK_OPTIONS=TU(macro-confirm))") in new stack
  328. -- Executing [s@macro-dialout-trunk:22] ExecIf("PJSIP/200-00000029", "0?AGI(allowlist-autoadd.agi,)") in new stack
  329. -- Executing [s@macro-dialout-trunk:23] Gosub("PJSIP/200-00000029", "macro-dialout-trunk-predial-hook,s,1()") in new stack
  330. -- Executing [s@macro-dialout-trunk-predial-hook:1] Return("PJSIP/200-00000029", "") in new stack
  331. -- Executing [s@macro-dialout-trunk:24] GotoIf("PJSIP/200-00000029", "0?skipcrm") in new stack
  332. -- Executing [s@macro-dialout-trunk:25] Set("PJSIP/200-00000029", "__CRM_DIRECTION=OUTBOUND") in new stack
  333. -- Executing [s@macro-dialout-trunk:26] Set("PJSIP/200-00000029", "__CRM_DESTINATION=18004377950") in new stack
  334. -- Executing [s@macro-dialout-trunk:27] Set("PJSIP/200-00000029", "__CRM_SOURCE=200") in new stack
  335. -- Executing [s@macro-dialout-trunk:28] AGI("PJSIP/200-00000029", "agi://127.0.0.1/sangomacrm.agi") in new stack
  336. > 0x7fa624121440 -- Strict RTP switching to RTP target address 10.10.10.80:12234 as source
  337. -- <PJSIP/200-00000029>AGI Script agi://127.0.0.1/sangomacrm.agi completed, returning 0
  338. -- Executing [s@macro-dialout-trunk:29] Set("PJSIP/200-00000029", "CHANNEL(hangup_handler_push)=crm-hangup,s,1") in new stack
  339. -- Executing [s@macro-dialout-trunk:30] NoOp("PJSIP/200-00000029", "CRM Finished") in new stack
  340. -- Executing [s@macro-dialout-trunk:31] GotoIf("PJSIP/200-00000029", "0?bypass,1") in new stack
  341. -- Executing [s@macro-dialout-trunk:32] ExecIf("PJSIP/200-00000029", "1?Set(CONNECTEDLINE(num,i)=18004377950)") in new stack
  342. -- Executing [s@macro-dialout-trunk:33] ExecIf("PJSIP/200-00000029", "1?Set(CONNECTEDLINE(name,i)=CID:17059800615)") in new stack
  343. -- Executing [s@macro-dialout-trunk:34] ExecIf("PJSIP/200-00000029", "0?Set(CONNECTEDLINE(name,i)=CID:(Hidden)17059800615)") in new stack
  344. -- Executing [s@macro-dialout-trunk:35] GotoIf("PJSIP/200-00000029", "0?customtrunk") in new stack
  345. -- Executing [s@macro-dialout-trunk:36] ExecIf("PJSIP/200-00000029", "0?Set(DIAL_TRUNK_OPTIONS=)") in new stack
  346. -- Executing [s@macro-dialout-trunk:37] Set("PJSIP/200-00000029", "HASH(__SIPHEADERS,Alert-Info)=unset") in new stack
  347. -- Executing [s@macro-dialout-trunk:38] Gosub("PJSIP/200-00000029", "trunk-dial-with-exten,18004377950,1()") in new stack
  348. -- Executing [18004377950@trunk-dial-with-exten:1] Dial("PJSIP/200-00000029", "PJSIP/18004377950@Emerald-VoIP,300,Tb(func-apply-sipheaders^s^1,(1))U(sub-send-obroute-email^18004377950^^1^1741242928^^17059800615,^)") in new stack
  349. -- PJSIP/Emerald-VoIP-0000002a Internal Gosub(func-apply-sipheaders,s,1(1)) start
  350. -- Executing [s@func-apply-sipheaders:1] ExecIf("PJSIP/Emerald-VoIP-0000002a", "0?Set(CHANNEL(hangup_handler_push)=crm-hangup,s,1)") in new stack
  351. -- Executing [s@func-apply-sipheaders:2] NoOp("PJSIP/Emerald-VoIP-0000002a", "Applying SIP Headers to channel PJSIP/Emerald-VoIP-0000002a") in new stack
  352. -- Executing [s@func-apply-sipheaders:3] Set("PJSIP/Emerald-VoIP-0000002a", "localchan=Emerald-VoIP-0000002a") in new stack
  353. -- Executing [s@func-apply-sipheaders:4] Set("PJSIP/Emerald-VoIP-0000002a", "DialMCEXT=Emerald") in new stack
  354. -- Executing [s@func-apply-sipheaders:5] Set("PJSIP/Emerald-VoIP-0000002a", "CHANNEL(hangup_handler_push)=app-missedcall-hangup,Emerald,1") in new stack
  355. -- Executing [s@func-apply-sipheaders:6] Set("PJSIP/Emerald-VoIP-0000002a", "Dchan=Emerald-VoIP-0000002a") in new stack
  356. -- Executing [s@func-apply-sipheaders:7] Set("PJSIP/Emerald-VoIP-0000002a", "TECH=PJSIP") in new stack
  357. -- Executing [s@func-apply-sipheaders:8] Set("PJSIP/Emerald-VoIP-0000002a", "SIPHEADERKEYS=Alert-Info") in new stack
  358. -- Executing [s@func-apply-sipheaders:9] While("PJSIP/Emerald-VoIP-0000002a", "1") in new stack
  359. -- Executing [s@func-apply-sipheaders:10] Set("PJSIP/Emerald-VoIP-0000002a", "sipheader=unset") in new stack
  360. -- Executing [s@func-apply-sipheaders:11] ExecIf("PJSIP/Emerald-VoIP-0000002a", "1?Set(PJSIP_HEADER(remove,Alert-Info)=)") in new stack
  361. [2025-03-06 01:35:28] ERROR[16902]: res_pjsip_header_funcs.c:723 remove_header: No headers had been previously added to this session.
  362. -- Executing [s@func-apply-sipheaders:12] ExecIf("PJSIP/Emerald-VoIP-0000002a", "0?Set(sipheader=<http://127.0.0.1>;info=unset)") in new stack
  363. -- Executing [s@func-apply-sipheaders:13] ExecIf("PJSIP/Emerald-VoIP-0000002a", "0?Set(sipheader=<http://127.0.0.1>unset)") in new stack
  364. -- Executing [s@func-apply-sipheaders:14] ExecIf("PJSIP/Emerald-VoIP-0000002a", "0?Set(PJSIP_HEADER(add,Alert-Info)=unset)") in new stack
  365. -- Executing [s@func-apply-sipheaders:15] EndWhile("PJSIP/Emerald-VoIP-0000002a", "") in new stack
  366. -- Executing [s@func-apply-sipheaders:9] While("PJSIP/Emerald-VoIP-0000002a", "0") in new stack
  367. -- Executing [s@func-apply-sipheaders:16] Return("PJSIP/Emerald-VoIP-0000002a", "") in new stack
  368. == Spawn extension (from-pstn, 18004377950, 1) exited non-zero on 'PJSIP/Emerald-VoIP-0000002a'
  369. -- PJSIP/Emerald-VoIP-0000002a Internal Gosub(func-apply-sipheaders,s,1(1)) complete GOSUB_RETVAL=
  370. <--- Transmitting SIP request (1065 bytes) to UDP:34.226.36.34:5060 --->
  371. INVITE sip:[email protected]:5060 SIP/2.0
  372. Via: SIP/2.0/UDP 198.90.89.110:5060;rport;branch=z9hG4bKPjc85a51de-74cb-4b4a-98ca-8b1b588109e7
  373. From: <sip:[email protected]>;tag=030f6f15-81b5-456b-8fb7-adb0384fe118
  374. Contact: <sip:[email protected]:5060>
  375. Call-ID: c0e8484f-ec01-4817-8582-25b32f9ac874
  376. CSeq: 16181 INVITE
  377. Allow: OPTIONS, INVITE, ACK, BYE, CANCEL, UPDATE, PRACK, REGISTER, SUBSCRIBE, NOTIFY, PUBLISH, MESSAGE, INFO, REFER
  378. Supported: 100rel, timer, replaces, norefersub, histinfo
  379. Session-Expires: 1800
  380. Min-SE: 90
  381. Max-Forwards: 70
  382. User-Agent: FPBX-17.0.19.24(22.1.0)
  383. Content-Type: application/sdp
  384. Content-Length: 341
  385.  
  386. v=0
  387. o=- 1130862789 1130862789 IN IP4 198.90.89.110
  388. s=Asterisk
  389. c=IN IP4 198.90.89.110
  390. t=0 0
  391. m=audio 17360 RTP/AVP 0 8 9 3 111 101
  392. a=rtpmap:0 PCMU/8000
  393. a=rtpmap:8 PCMA/8000
  394. a=rtpmap:9 G722/8000
  395. a=rtpmap:3 GSM/8000
  396. a=rtpmap:111 G726-32/8000
  397. a=rtpmap:101 telephone-event/8000
  398. a=fmtp:101 0-16
  399. a=ptime:20
  400. a=maxptime:140
  401. a=sendrecv
  402.  
  403. -- Called PJSIP/18004377950@Emerald-VoIP
  404. <--- Received SIP response (363 bytes) from UDP:34.226.36.34:5060 --->
  405. SIP/2.0 100 Trying
  406. Via: SIP/2.0/UDP 198.90.89.110:5060;rport=24791;branch=z9hG4bKPjc85a51de-74cb-4b4a-98ca-8b1b588109e7;received=198.90.89.110
  407. From: <sip:[email protected]>;tag=030f6f15-81b5-456b-8fb7-adb0384fe118
  408. Call-ID: c0e8484f-ec01-4817-8582-25b32f9ac874
  409. CSeq: 16181 INVITE
  410. Content-Length: 0
  411.  
  412.  
  413. <--- Received SIP response (540 bytes) from UDP:34.226.36.34:5060 --->
  414. SIP/2.0 407 Proxy Authentication Required
  415. Via: SIP/2.0/UDP 198.90.89.110:5060;received=198.90.89.110;rport=24791;branch=z9hG4bKPjc85a51de-74cb-4b4a-98ca-8b1b588109e7
  416. From: <sip:[email protected]>;tag=030f6f15-81b5-456b-8fb7-adb0384fe118
  417. To: <sip:[email protected]>;tag=bf8638324618dc61059d4c604476fea1.be576fbc
  418. Call-ID: c0e8484f-ec01-4817-8582-25b32f9ac874
  419. CSeq: 16181 INVITE
  420. Proxy-Authenticate: Digest realm="sip.flowroute.com", nonce="Z8lDXGfJQjD85yhtccHP7i0u06cAfZtI", qop="auth"
  421. Content-Length: 0
  422.  
  423.  
  424. <--- Transmitting SIP request (476 bytes) to UDP:34.226.36.34:5060 --->
  425. ACK sip:[email protected]:5060 SIP/2.0
  426. Via: SIP/2.0/UDP 198.90.89.110:5060;rport;branch=z9hG4bKPjc85a51de-74cb-4b4a-98ca-8b1b588109e7
  427. From: <sip:[email protected]>;tag=030f6f15-81b5-456b-8fb7-adb0384fe118
  428. To: <sip:[email protected]>;tag=bf8638324618dc61059d4c604476fea1.be576fbc
  429. Call-ID: c0e8484f-ec01-4817-8582-25b32f9ac874
  430. CSeq: 16181 ACK
  431. Max-Forwards: 70
  432. User-Agent: FPBX-17.0.19.24(22.1.0)
  433. Content-Length: 0
  434.  
  435.  
  436. [2025-03-06 01:35:28] ERROR[33710]: res_pjsip_outbound_authenticator_digest.c:450 digest_create_request_with_auth: Endpoint: 'Emerald-VoIP': There were no auth ids available
  437. -- PJSIP/Emerald-VoIP-0000002a Internal Gosub(app-missedcall-hangup,Emerald,1) start
  438. -- Executing [Emerald@app-missedcall-hangup:1] NoOp("PJSIP/Emerald-VoIP-0000002a", "Dialed: Emerald") in new stack
  439. -- Executing [Emerald@app-missedcall-hangup:2] NoOp("PJSIP/Emerald-VoIP-0000002a", "Caller: 200") in new stack
  440. -- Executing [Emerald@app-missedcall-hangup:3] GotoIf("PJSIP/Emerald-VoIP-0000002a", "0?exit") in new stack
  441. -- Executing [Emerald@app-missedcall-hangup:4] Set("PJSIP/Emerald-VoIP-0000002a", "EXTENNUM=Emerald") in new stack
  442. -- Executing [Emerald@app-missedcall-hangup:5] Set("PJSIP/Emerald-VoIP-0000002a", "FEXTENNUM=Emerald") in new stack
  443. -- Executing [Emerald@app-missedcall-hangup:6] GotoIf("PJSIP/Emerald-VoIP-0000002a", "0?exit") in new stack
  444. -- Executing [Emerald@app-missedcall-hangup:7] AGI("PJSIP/Emerald-VoIP-0000002a", "agi://127.0.0.1/missedcallnotify.php,Emerald,,Emerald,0,,PJSIP/Emerald-VoIP-0000002a,,,,") in new stack
  445. -- <PJSIP/Emerald-VoIP-0000002a>AGI Script agi://127.0.0.1/missedcallnotify.php completed, returning 0
  446. -- Executing [Emerald@app-missedcall-hangup:8] Return("PJSIP/Emerald-VoIP-0000002a", "") in new stack
  447. == Spawn extension (from-pstn, 18004377950, 1) exited non-zero on 'PJSIP/Emerald-VoIP-0000002a'
  448. -- PJSIP/Emerald-VoIP-0000002a Internal Gosub(app-missedcall-hangup,Emerald,1) complete GOSUB_RETVAL=
  449. == Everyone is busy/congested at this time (1:0/0/1)
  450. -- Executing [18004377950@trunk-dial-with-exten:2] Return("PJSIP/200-00000029", "") in new stack
  451. -- Executing [s@macro-dialout-trunk:39] NoOp("PJSIP/200-00000029", "Dial failed for some reason with DIALSTATUS = CHANUNAVAIL and HANGUPCAUSE = 21") in new stack
  452. -- Executing [s@macro-dialout-trunk:40] GotoIf("PJSIP/200-00000029", "0?continue,1:s-CHANUNAVAIL,1") in new stack
  453. -- Goto (macro-dialout-trunk,s-CHANUNAVAIL,1)
  454. -- Executing [s-CHANUNAVAIL@macro-dialout-trunk:1] Set("PJSIP/200-00000029", "RC=21") in new stack
  455. -- Executing [s-CHANUNAVAIL@macro-dialout-trunk:2] Goto("PJSIP/200-00000029", "21,1") in new stack
  456. -- Goto (macro-dialout-trunk,21,1)
  457. -- Executing [21@macro-dialout-trunk:1] Goto("PJSIP/200-00000029", "continue,1") in new stack
  458. -- Goto (macro-dialout-trunk,continue,1)
  459. -- Executing [continue@macro-dialout-trunk:1] NoOp("PJSIP/200-00000029", "TRUNK Dial failed due to CHANUNAVAIL HANGUPCAUSE: 21 - failing through to other trunks") in new stack
  460. -- Executing [continue@macro-dialout-trunk:2] ExecIf("PJSIP/200-00000029", "1?Set(CALLERID(number)=200)") in new stack
  461. -- Executing [continue@macro-dialout-trunk:3] Return("PJSIP/200-00000029", "") in new stack
  462. -- Executing [18004377950@from-internal:13] Gosub("PJSIP/200-00000029", "macro-outisbusy,s,1()") in new stack
  463. -- Executing [s@macro-outisbusy:1] Progress("PJSIP/200-00000029", "") in new stack
  464. -- Executing [s@macro-outisbusy:2] GotoIf("PJSIP/200-00000029", "0?emergency,1") in new stack
  465. -- Executing [s@macro-outisbusy:3] GotoIf("PJSIP/200-00000029", "0?intracompany,1") in new stack
  466. -- Executing [s@macro-outisbusy:4] Playback("PJSIP/200-00000029", "all-circuits-busy-now&please-try-call-later, noanswer") in new stack
  467. -- <PJSIP/200-00000029> Playing 'all-circuits-busy-now.ulaw' (language 'en')
  468. <--- Transmitting SIP response (805 bytes) to UDP:10.10.10.80:5060 --->
  469. SIP/2.0 183 Session Progress
  470. Via: SIP/2.0/UDP 10.10.10.80:5060;rport=5060;received=10.10.10.80;branch=z9hG4bK2087194697
  471. From: <sip:[email protected]>;tag=4092343606
  472. To: <sip:[email protected]>;tag=96fcff60-d62b-456c-9785-1b2d1e8fb7b5
  473. CSeq: 2 INVITE
  474. Server: FPBX-17.0.19.24(22.1.0)
  475. Allow: OPTIONS, INVITE, ACK, BYE, CANCEL, UPDATE, PRACK, REGISTER, SUBSCRIBE, NOTIFY, PUBLISH, MESSAGE, INFO, REFER
  476. Contact: <sip:10.10.10.14:5060>
  477. Content-Type: application/sdp
  478. Content-Length: 273
  479.  
  480. v=0
  481. o=- 20011 20013 IN IP4 10.10.10.14
  482. s=Asterisk
  483. c=IN IP4 10.10.10.14
  484. t=0 0
  485. m=audio 14826 RTP/AVP 0 8 9 101
  486. a=rtpmap:0 PCMU/8000
  487. a=rtpmap:8 PCMA/8000
  488. a=rtpmap:9 G722/8000
  489. a=rtpmap:101 telephone-event/8000
  490. a=fmtp:101 0-16
  491. a=ptime:20
  492. a=maxptime:140
  493. a=sendrecv
  494.  
  495. -- <PJSIP/200-00000029> Playing 'please-try-call-later.ulaw' (language 'en')
  496. -- Executing [s@macro-outisbusy:5] Congestion("PJSIP/200-00000029", "20") in new stack
  497. <--- Transmitting SIP response (492 bytes) to UDP:10.10.10.80:5060 --->
  498. SIP/2.0 503 Service Unavailable
  499. Via: SIP/2.0/UDP 10.10.10.80:5060;rport=5060;received=10.10.10.80;branch=z9hG4bK2087194697
  500. From: <sip:[email protected]>;tag=4092343606
  501. To: <sip:[email protected]>;tag=96fcff60-d62b-456c-9785-1b2d1e8fb7b5
  502. CSeq: 2 INVITE
  503. Server: FPBX-17.0.19.24(22.1.0)
  504. Allow: OPTIONS, INVITE, ACK, BYE, CANCEL, UPDATE, PRACK, REGISTER, SUBSCRIBE, NOTIFY, PUBLISH, MESSAGE, INFO, REFER
  505. Reason: Q.850;cause=21
  506. Content-Length: 0
  507.  
  508.  
  509. <--- Received SIP request (295 bytes) from UDP:10.10.10.80:5060 --->
  510. ACK sip:[email protected]:5060 SIP/2.0
  511. Via: SIP/2.0/UDP 10.10.10.80:5060;branch=z9hG4bK2087194697
  512. From: <sip:[email protected]>;tag=4092343606
  513. To: <sip:[email protected]>;tag=96fcff60-d62b-456c-9785-1b2d1e8fb7b5
  514. CSeq: 2 ACK
  515. Content-Length: 0
  516.  
  517.  
  518. == Spawn extension (macro-outisbusy, s, 5) exited non-zero on 'PJSIP/200-00000029'
  519. -- PJSIP/200-00000029 Internal Gosub(crm-hangup,s,1) start
  520. -- Executing [s@crm-hangup:1] NoOp("PJSIP/200-00000029", "Sending Hangup to CRM") in new stack
  521. -- Executing [s@crm-hangup:2] NoOp("PJSIP/200-00000029", "HANGUP CAUSE: 34") in new stack
  522. -- Executing [s@crm-hangup:3] ExecIf("PJSIP/200-00000029", "0?Set(__CRM_VOICEMAIL=)") in new stack
  523. -- Executing [s@crm-hangup:4] NoOp("PJSIP/200-00000029", "MASTER CHANNEL: 1741242928.55 = 1741242928.55") in new stack
  524. -- Executing [s@crm-hangup:5] GotoIf("PJSIP/200-00000029", "0?return") in new stack
  525. -- Executing [s@crm-hangup:6] Set("PJSIP/200-00000029", "__CRM_HANGUP=1") in new stack
  526. -- Executing [s@crm-hangup:7] AGI("PJSIP/200-00000029", "agi://127.0.0.1/sangomacrm.agi") in new stack
  527. -- <PJSIP/200-00000029>AGI Script agi://127.0.0.1/sangomacrm.agi completed, returning 0
  528. -- Executing [s@crm-hangup:8] Return("PJSIP/200-00000029", "") in new stack
  529. == Spawn extension (macro-outisbusy, s, 5) exited non-zero on 'PJSIP/200-00000029'
  530. -- PJSIP/200-00000029 Internal Gosub(crm-hangup,s,1) complete GOSUB_RETVAL=
  531. FreePBX*CLI>
  532. Disconnected from Asterisk server
  533. Asterisk cleanly ending (0).
  534. Executing last minute cleanups
  535. root@FreePBX:~#
  536.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement