Guest User

Untitled

a guest
Jul 2nd, 2018
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.08 KB | None | 0 0
  1. [root@pbx01 ~]# asterisk -r
  2. Asterisk 1.8.9.3, Copyright (C) 1999 - 2011 Digium, Inc. and others.
  3. Created by Mark Spencer <markster@digium.com>
  4. Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
  5. This is free software, with components licensed under the GNU General Public
  6. License version 2 and other licenses; you are welcome to redistribute it under
  7. certain conditions. Type 'core show license' for details.
  8. =========================================================================
  9. Connected to Asterisk 1.8.9.3 currently running on pbx01 (pid = 2906)
  10. Verbosity is at least 1000000
  11.  
  12. <--- SIP read from UDP:192.168.10.254:5060 --->
  13. INVITE sip:01299252388@192.168.10.200 SIP/2.0
  14. Via: SIP/2.0/UDP 192.168.10.254:5060;branch=z9hG4bK-3f457846
  15. From: "Test Extension" <sip:777@192.168.10.200>;tag=ee246c66362fc346o0
  16. To: "01299252388" <sip:01299252388@192.168.10.200>
  17. Call-ID: 8ea9fae6-b8386c6@192.168.80.3
  18. CSeq: 101 INVITE
  19. Max-Forwards: 70
  20. Contact: "Test Extension" <sip:777@192.168.10.254:5060>
  21. Expires: 240
  22. User-Agent: Cisco/SPA525G2-7.4.9c
  23. Content-Length: 312
  24. Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER, UPDATE
  25. Supported: replaces
  26. Content-Type: application/sdp
  27.  
  28. v=0
  29. o=- 360949 360949 IN IP4 192.168.10.254
  30. s=-
  31. c=IN IP4 192.168.10.254
  32. t=0 0
  33. m=audio 16386 RTP/AVP 0 8 2 9 18 101
  34. a=rtpmap:0 PCMU/8000
  35. a=rtpmap:8 PCMA/8000
  36. a=rtpmap:2 G726-32/8000
  37. a=rtpmap:9 G722/8000
  38. a=rtpmap:18 G729a/8000
  39. a=rtpmap:101 telephone-event/8000
  40. a=fmtp:101 0-15
  41. a=ptime:30
  42. a=sendrecv
  43. <------------->
  44. --- (14 headers 15 lines) ---
  45. Sending to 192.168.10.254:5060 (NAT)
  46. Using INVITE request as basis request - 8ea9fae6-b8386c6@192.168.80.3
  47. Found peer '777' for '777' from 192.168.10.254:5060
  48.  
  49. <--- Reliably Transmitting (no NAT) to 192.168.10.254:5060 --->
  50. SIP/2.0 401 Unauthorized
  51. Via: SIP/2.0/UDP 192.168.10.254:5060;branch=z9hG4bK-3f457846;received=192.168.10.254
  52. From: "Test Extension" <sip:777@192.168.10.200>;tag=ee246c66362fc346o0
  53. To: "01299252388" <sip:01299252388@192.168.10.200>;tag=as0dafa630
  54. Call-ID: 8ea9fae6-b8386c6@192.168.80.3
  55. CSeq: 101 INVITE
  56. Server: FPBX-2.10.0(1.8.9.3)
  57. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
  58. Supported: replaces, timer
  59. WWW-Authenticate: Digest algorithm=MD5, realm="asterisk", nonce="06c3ea5d"
  60. Content-Length: 0
  61.  
  62.  
  63. <------------>
  64. Scheduling destruction of SIP dialog '8ea9fae6-b8386c6@192.168.80.3' in 6400 ms (Method: INVITE)
  65.  
  66. <--- SIP read from UDP:192.168.10.254:5060 --->
  67. ACK sip:01299252388@192.168.10.200 SIP/2.0
  68. Via: SIP/2.0/UDP 192.168.10.254:5060;branch=z9hG4bK-3f457846
  69. From: "Test Extension" <sip:777@192.168.10.200>;tag=ee246c66362fc346o0
  70. To: "01299252388" <sip:01299252388@192.168.10.200>;tag=as0dafa630
  71. Call-ID: 8ea9fae6-b8386c6@192.168.80.3
  72. CSeq: 101 ACK
  73. Max-Forwards: 70
  74. Contact: "Test Extension" <sip:777@192.168.10.254:5060>
  75. User-Agent: Cisco/SPA525G2-7.4.9c
  76. Content-Length: 0
  77.  
  78. <------------->
  79. --- (10 headers 0 lines) ---
  80.  
  81. <--- SIP read from UDP:192.168.10.254:5060 --->
  82. INVITE sip:01299252388@192.168.10.200 SIP/2.0
  83. Via: SIP/2.0/UDP 192.168.10.254:5060;branch=z9hG4bK-b8c4204e
  84. From: "Test Extension" <sip:777@192.168.10.200>;tag=ee246c66362fc346o0
  85. To: "01299252388" <sip:01299252388@192.168.10.200>
  86. Call-ID: 8ea9fae6-b8386c6@192.168.80.3
  87. CSeq: 102 INVITE
  88. Max-Forwards: 70
  89. Authorization: Digest username="777",realm="asterisk",nonce="06c3ea5d",uri="sip:01299252388@192.168.10.200",algorithm=MD5,response="9407bd1a3a1b6af5bfc4818d2b2754cf"
  90. Contact: "Test Extension" <sip:777@192.168.10.254:5060>
  91. Expires: 240
  92. User-Agent: Cisco/SPA525G2-7.4.9c
  93. Content-Length: 312
  94. Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER, UPDATE
  95. Supported: replaces
  96. Content-Type: application/sdp
  97.  
  98. v=0
  99. o=- 360949 360949 IN IP4 192.168.10.254
  100. s=-
  101. c=IN IP4 192.168.10.254
  102. t=0 0
  103. m=audio 16386 RTP/AVP 0 8 2 9 18 101
  104. a=rtpmap:0 PCMU/8000
  105. a=rtpmap:8 PCMA/8000
  106. a=rtpmap:2 G726-32/8000
  107. a=rtpmap:9 G722/8000
  108. a=rtpmap:18 G729a/8000
  109. a=rtpmap:101 telephone-event/8000
  110. a=fmtp:101 0-15
  111. a=ptime:30
  112. a=sendrecv
  113. <------------->
  114. --- (15 headers 15 lines) ---
  115. Sending to 192.168.10.254:5060 (no NAT)
  116. Using INVITE request as basis request - 8ea9fae6-b8386c6@192.168.80.3
  117. Found peer '777' for '777' from 192.168.10.254:5060
  118. == Using SIP RTP TOS bits 184
  119. == Using SIP RTP CoS mark 5
  120. Found RTP audio format 0
  121. Found RTP audio format 8
  122. Found RTP audio format 2
  123. Found RTP audio format 9
  124. Found RTP audio format 18
  125. Found RTP audio format 101
  126. Found audio description format PCMU for ID 0
  127. Found audio description format PCMA for ID 8
  128. Found audio description format G726-32 for ID 2
  129. Found audio description format G722 for ID 9
  130. Found audio description format G729a for ID 18
  131. Found audio description format telephone-event for ID 101
  132. Capabilities: us - 0x80030c7fffff (g723|gsm|ulaw|alaw|g726|adpcm|slin|lpc10|g729|speex|speex16|ilbc|g726aal2|g722|slin16|jpeg|png|h261|h263|h263p|h264|mpeg4|red|t140|siren7|siren14|testlaw|g719), peer - audio=0x190c (ulaw|alaw|g726|g729|g722)/video=0x0 (nothing)/text=0x0 (nothing), combined - 0x190c (ulaw|alaw|g726|g729|g722)
  133. Non-codec capabilities (dtmf): us - 0x1 (telephone-event|), peer - 0x1 (telephone-event|), combined - 0x1 (telephone-event|)
  134. Peer audio RTP is at port 192.168.10.254:16386
  135. Looking for 01299252388 in from-internal (domain 192.168.10.200)
  136. list_route: hop: <sip:777@192.168.10.254:5060>
  137.  
  138. <--- Transmitting (no NAT) to 192.168.10.254:5060 --->
  139. SIP/2.0 100 Trying
  140. Via: SIP/2.0/UDP 192.168.10.254:5060;branch=z9hG4bK-b8c4204e;received=192.168.10.254
  141. From: "Test Extension" <sip:777@192.168.10.200>;tag=ee246c66362fc346o0
  142. To: "01299252388" <sip:01299252388@192.168.10.200>
  143. Call-ID: 8ea9fae6-b8386c6@192.168.80.3
  144. CSeq: 102 INVITE
  145. Server: FPBX-2.10.0(1.8.9.3)
  146. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
  147. Supported: replaces, timer
  148. Contact: <sip:01299252388@192.168.10.200:5060>
  149. Content-Length: 0
  150.  
  151.  
  152. <------------>
  153. -- Executing [01299252388@from-internal:1] Macro("SIP/777-000000e0", "user-callerid,LIMIT,") in new stack
  154. -- Executing [s@macro-user-callerid:1] Set("SIP/777-000000e0", "AMPUSER=777") in new stack
  155. -- Executing [s@macro-user-callerid:2] GotoIf("SIP/777-000000e0", "0?report") in new stack
  156. -- Executing [s@macro-user-callerid:3] ExecIf("SIP/777-000000e0", "1?Set(REALCALLERIDNUM=777)") in new stack
  157. -- Executing [s@macro-user-callerid:4] Set("SIP/777-000000e0", "AMPUSER=777") in new stack
  158. -- Executing [s@macro-user-callerid:5] Set("SIP/777-000000e0", "AMPUSERCIDNAME=Chris Pottrell") in new stack
  159. -- Executing [s@macro-user-callerid:6] GotoIf("SIP/777-000000e0", "0?report") in new stack
  160. -- Executing [s@macro-user-callerid:7] Set("SIP/777-000000e0", "AMPUSERCID=777") in new stack
  161. -- Executing [s@macro-user-callerid:8] Set("SIP/777-000000e0", "CALLERID(all)="Chris Pottrell" <777>") in new stack
  162. -- Executing [s@macro-user-callerid:9] GotoIf("SIP/777-000000e0", "0?limit") in new stack
  163. -- Executing [s@macro-user-callerid:10] ExecIf("SIP/777-000000e0", "1?Set(GROUP(concurrency_limit)=777)") in new stack
  164. -- Executing [s@macro-user-callerid:11] ExecIf("SIP/777-000000e0", "0?Set(CHANNEL(language)=)") in new stack
  165. -- Executing [s@macro-user-callerid:12] GosubIf("SIP/777-000000e0", "7?sub-ccss,s,1(from-internal,01299252388)") in new stack
  166. -- Executing [s@sub-ccss:1] ExecIf("SIP/777-000000e0", "0?Return()") in new stack
  167. -- Executing [s@sub-ccss:2] Set("SIP/777-000000e0", "CCSS_SETUP=TRUE") in new stack
  168. -- Executing [s@sub-ccss:3] GosubIf("SIP/777-000000e0", "0?monitor_config,1(from-internal,01299252388):monitor_default,1(from-internal,01299252388)") in new stack
  169. -- Executing [monitor_default@sub-ccss:1] GotoIf("SIP/777-000000e0", "0?is_exten") in new stack
  170. -- Executing [monitor_default@sub-ccss:2] StackPop("SIP/777-000000e0", "") in new stack
  171. -- Executing [monitor_default@sub-ccss:3] Return("SIP/777-000000e0", "FALSE") in new stack
  172. -- Executing [s@macro-user-callerid:13] GotoIf("SIP/777-000000e0", "1?continue") in new stack
  173. -- Goto (macro-user-callerid,s,26)
  174. -- Executing [s@macro-user-callerid:26] Set("SIP/777-000000e0", "CALLERID(number)=777") in new stack
  175. -- Executing [s@macro-user-callerid:27] Set("SIP/777-000000e0", "CALLERID(name)=Chris Pottrell") in new stack
  176. -- Executing [s@macro-user-callerid:28] Set("SIP/777-000000e0", "CHANNEL(language)=en") in new stack
  177. -- Executing [01299252388@from-internal:2] Set("SIP/777-000000e0", "MOHCLASS=default") in new stack
  178. -- Executing [01299252388@from-internal:3] Set("SIP/777-000000e0", "_NODEST=") in new stack
  179. -- Executing [01299252388@from-internal:4] Gosub("SIP/777-000000e0", "sub-record-check,s,1(out,01299252388,)") in new stack
  180. -- Executing [s@sub-record-check:1] GotoIf("SIP/777-000000e0", "1?check") in new stack
  181. -- Goto (sub-record-check,s,3)
  182. -- Executing [s@sub-record-check:3] Set("SIP/777-000000e0", "MON_FMT=wav") in new stack
  183. -- Executing [s@sub-record-check:4] GotoIf("SIP/777-000000e0", "1?next") in new stack
  184. -- Goto (sub-record-check,s,7)
  185. -- Executing [s@sub-record-check:7] ExecIf("SIP/777-000000e0", "0?Return()") in new stack
  186. -- Executing [s@sub-record-check:8] GotoIf("SIP/777-000000e0", "0?out,1") in new stack
  187. -- Executing [s@sub-record-check:9] Set("SIP/777-000000e0", "__REC_STATUS=INITIALIZED") in new stack
  188. -- Executing [s@sub-record-check:10] ExecIf("SIP/777-000000e0", "0?Set(__REC_POLICY_MODE=)") in new stack
  189. -- Executing [s@sub-record-check:11] Set("SIP/777-000000e0", "NOW=1331128924") in new stack
  190. -- Executing [s@sub-record-check:12] Set("SIP/777-000000e0", "__DAY=07") in new stack
  191. -- Executing [s@sub-record-check:13] Set("SIP/777-000000e0", "__MONTH=03") in new stack
  192. -- Executing [s@sub-record-check:14] Set("SIP/777-000000e0", "__YEAR=2012") in new stack
  193. -- Executing [s@sub-record-check:15] Set("SIP/777-000000e0", "__TIMESTR=20120307-140204") in new stack
  194. -- Executing [s@sub-record-check:16] Set("SIP/777-000000e0", "__FROMEXTEN=777") in new stack
  195. -- Executing [s@sub-record-check:17] Set("SIP/777-000000e0", "__CALLFILENAME=out-01299252388-777-20120307-140204-1331128924.224") in new stack
  196. -- Executing [s@sub-record-check:18] Goto("SIP/777-000000e0", "out,1") in new stack
  197. -- Goto (sub-record-check,out,1)
  198. -- Executing [out@sub-record-check:1] ExecIf("SIP/777-000000e0", "1?Set(__REC_POLICY_MODE=always)") in new stack
  199. -- Executing [out@sub-record-check:2] GosubIf("SIP/777-000000e0", "1?record,1(exten,01299252388,777)") in new stack
  200. -- Executing [record@sub-record-check:1] Set("SIP/777-000000e0", "AUDIOHOOK_INHERIT(MixMonitor)=yes") in new stack
  201. -- Executing [record@sub-record-check:2] MixMonitor("SIP/777-000000e0", "2012/03/07/out-01299252388-777-20120307-140204-1331128924.224.wav,,") in new stack
  202. -- Executing [record@sub-record-check:3] Set("SIP/777-000000e0", "__REC_STATUS=RECORDING") in new stack
  203. -- Executing [record@sub-record-check:4] Set("SIP/777-000000e0", "CDR(recordingfile)=out-01299252388-777-20120307-140204-1331128924.224.wav") in new stack
  204. -- Executing [record@sub-record-check:5] Return("SIP/777-000000e0", "") in new stack
  205. -- Executing [out@sub-record-check:3] Return("SIP/777-000000e0", "") in new stack
  206. -- Executing [01299252388@from-internal:5] Macro("SIP/777-000000e0", "dialout-trunk,2,01299252388,") in new stack
  207. == Begin MixMonitor Recording SIP/777-000000e0
  208. -- Executing [s@macro-dialout-trunk:1] Set("SIP/777-000000e0", "DIAL_TRUNK=2") in new stack
  209. -- Executing [s@macro-dialout-trunk:2] GosubIf("SIP/777-000000e0", "0?sub-pincheck,s,1()") in new stack
  210. -- Executing [s@macro-dialout-trunk:3] GotoIf("SIP/777-000000e0", "0?disabletrunk,1") in new stack
  211. -- Executing [s@macro-dialout-trunk:4] Set("SIP/777-000000e0", "DIAL_NUMBER=01299252388") in new stack
  212. -- Executing [s@macro-dialout-trunk:5] Set("SIP/777-000000e0", "DIAL_TRUNK_OPTIONS=tr") in new stack
  213. -- Executing [s@macro-dialout-trunk:6] Set("SIP/777-000000e0", "OUTBOUND_GROUP=OUT_2") in new stack
  214. -- Executing [s@macro-dialout-trunk:7] GotoIf("SIP/777-000000e0", "1?nomax") in new stack
  215. -- Goto (macro-dialout-trunk,s,9)
  216. -- Executing [s@macro-dialout-trunk:9] GotoIf("SIP/777-000000e0", "0?skipoutcid") in new stack
  217. -- Executing [s@macro-dialout-trunk:10] Set("SIP/777-000000e0", "DIAL_TRUNK_OPTIONS=") in new stack
  218. -- Executing [s@macro-dialout-trunk:11] Macro("SIP/777-000000e0", "outbound-callerid,2") in new stack
  219. -- Executing [s@macro-outbound-callerid:1] ExecIf("SIP/777-000000e0", "0?Set(CALLERPRES()=)") in new stack
  220. -- Executing [s@macro-outbound-callerid:2] ExecIf("SIP/777-000000e0", "0?Set(REALCALLERIDNUM=777)") in new stack
  221. -- Executing [s@macro-outbound-callerid:3] GotoIf("SIP/777-000000e0", "1?normcid") in new stack
  222. -- Goto (macro-outbound-callerid,s,6)
  223. -- Executing [s@macro-outbound-callerid:6] Set("SIP/777-000000e0", "USEROUTCID=") in new stack
  224. -- Executing [s@macro-outbound-callerid:7] Set("SIP/777-000000e0", "EMERGENCYCID=") in new stack
  225. -- Executing [s@macro-outbound-callerid:8] Set("SIP/777-000000e0", "TRUNKOUTCID=01179113714") in new stack
  226. -- Executing [s@macro-outbound-callerid:9] GotoIf("SIP/777-000000e0", "1?trunkcid") in new stack
  227. -- Goto (macro-outbound-callerid,s,12)
  228. -- Executing [s@macro-outbound-callerid:12] ExecIf("SIP/777-000000e0", "1?Set(CALLERID(all)=01179113714)") in new stack
  229. -- Executing [s@macro-outbound-callerid:13] ExecIf("SIP/777-000000e0", "0?Set(CALLERID(all)=)") in new stack
  230. -- Executing [s@macro-outbound-callerid:14] ExecIf("SIP/777-000000e0", "0?Set(CALLERID(all)=)") in new stack
  231. -- Executing [s@macro-outbound-callerid:15] ExecIf("SIP/777-000000e0", "0?Set(CALLERPRES()=prohib_passed_screen)") in new stack
  232. -- Executing [s@macro-dialout-trunk:12] GosubIf("SIP/777-000000e0", "0?sub-flp-2,s,1()") in new stack
  233. -- Executing [s@macro-dialout-trunk:13] Set("SIP/777-000000e0", "OUTNUM=01299252388") in new stack
  234. -- Executing [s@macro-dialout-trunk:14] Set("SIP/777-000000e0", "custom=SIP/VoipTalk") in new stack
  235. -- Executing [s@macro-dialout-trunk:15] ExecIf("SIP/777-000000e0", "0?Set(DIAL_TRUNK_OPTIONS=M(setmusic^default))") in new stack
  236. -- Executing [s@macro-dialout-trunk:16] ExecIf("SIP/777-000000e0", "0?Set(DIAL_TRUNK_OPTIONS=M(confirm))") in new stack
  237. -- Executing [s@macro-dialout-trunk:17] Macro("SIP/777-000000e0", "dialout-trunk-predial-hook,") in new stack
  238. -- Executing [s@macro-dialout-trunk-predial-hook:1] MacroExit("SIP/777-000000e0", "") in new stack
  239. -- Executing [s@macro-dialout-trunk:18] GotoIf("SIP/777-000000e0", "0?bypass,1") in new stack
  240. -- Executing [s@macro-dialout-trunk:19] ExecIf("SIP/777-000000e0", "1?Set(CONNECTEDLINE(num,i)=01299252388)") in new stack
  241. -- Executing [s@macro-dialout-trunk:20] ExecIf("SIP/777-000000e0", "1?Set(CONNECTEDLINE(name,i)=CID:01179113714)") in new stack
  242. -- Executing [s@macro-dialout-trunk:21] GotoIf("SIP/777-000000e0", "0?customtrunk") in new stack
  243. -- Executing [s@macro-dialout-trunk:22] Dial("SIP/777-000000e0", "SIP/VoipTalk/01299252388,300,") in new stack
  244. == Using SIP RTP TOS bits 184
  245. == Using SIP RTP CoS mark 5
  246. We think we can do text
  247. Audio is at 18580
  248. Adding codec 0x8 (alaw) to SDP
  249. Adding codec 0x4 (ulaw) to SDP
  250. Adding codec 0x2 (gsm) to SDP
  251. Adding codec 0x10 (g726aal2) to SDP
  252. Adding codec 0x20 (adpcm) to SDP
  253. Adding codec 0x40 (slin) to SDP
  254. Adding codec 0x80 (lpc10) to SDP
  255. Adding codec 0x100 (g729) to SDP
  256. Adding codec 0x800 (g726) to SDP
  257. Adding codec 0x1000 (g722) to SDP
  258. Adding codec 0x8000 (slin16) to SDP
  259. Adding codec 0x800000000000 (testlaw) to SDP
  260. Adding non-codec 0x1 (telephone-event) to SDP
  261. Reliably Transmitting (no NAT) to 77.240.48.94:5060:
  262. INVITE sip:01299252388@voiptalk.org SIP/2.0
  263. Via: SIP/2.0/UDP 212.74.46.35:5060;branch=z9hG4bK46c5e422
  264. Max-Forwards: 70
  265. From: "01179113714" <sip:01179113714@212.74.46.35>;tag=as4ffc9dcc
  266. To: <sip:01299252388@voiptalk.org>
  267. Contact: <sip:01179113714@212.74.46.35:5060>
  268. Call-ID: 5921b27f11503d022a0ed6dd7928ac80@212.74.46.35:5060
  269. CSeq: 102 INVITE
  270. User-Agent: FPBX-2.10.0(1.8.9.3)
  271. Date: Wed, 07 Mar 2012 14:02:04 GMT
  272. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
  273. Supported: replaces, timer
  274. Content-Type: application/sdp
  275. Content-Length: 521
  276.  
  277. v=0
  278. o=root 1890988409 1890988409 IN IP4 212.74.46.35
  279. s=Asterisk PBX 1.8.9.3
  280. c=IN IP4 212.74.46.35
  281. t=0 0
  282. m=audio 18580 RTP/AVP 8 0 3 112 5 10 7 18 111 9 118 101
  283. a=rtpmap:8 PCMA/8000
  284. a=rtpmap:0 PCMU/8000
  285. a=rtpmap:3 GSM/8000
  286. a=rtpmap:112 AAL2-G726-32/8000
  287. a=rtpmap:5 DVI4/8000
  288. a=rtpmap:10 L16/8000
  289. a=rtpmap:7 LPC/8000
  290. a=rtpmap:18 G729/8000
  291. a=fmtp:18 annexb=no
  292. a=rtpmap:111 G726-32/8000
  293. a=rtpmap:9 G722/8000
  294. a=rtpmap:118 L16/16000
  295. a=rtpmap:101 telephone-event/8000
  296. a=fmtp:101 0-16
  297. a=ptime:20
  298. a=sendrecv
  299.  
  300. ---
  301. -- Called SIP/VoipTalk/01299252388
  302.  
  303. <--- SIP read from UDP:77.240.48.94:5060 --->
  304. SIP/2.0 100 Trying
  305. Via: SIP/2.0/UDP 192.168.10.200:5060;branch=z9hG4bK46c5e422
  306. From: "01179113714" <sip:01179113714@192.168.10.200:5060>;tag=as4ffc9dcc
  307. To: <sip:01299252388@voiptalk.org>
  308. Call-ID: 5921b27f11503d022a0ed6dd7928ac80@212.74.46.35:5060
  309. CSeq: 102 INVITE
  310. Server: OpenSIPS (1.5.3-notls (x86_64/linux))
  311. Content-Length: 0
  312.  
  313. <------------->
  314. --- (8 headers 0 lines) ---
  315.  
  316. <--- SIP read from UDP:77.240.48.94:5060 --->
  317. SIP/2.0 407 Proxy Authentication Required
  318. Via: SIP/2.0/UDP 192.168.10.200:5060;branch=z9hG4bK46c5e422
  319. From: "01179113714" <sip:01179113714@192.168.10.200:5060>;tag=as4ffc9dcc
  320. To: <sip:01299252388@voiptalk.org>;tag=fd79486175647ed1617969929fdaad02.6e58
  321. Call-ID: 5921b27f11503d022a0ed6dd7928ac80@212.74.46.35:5060
  322. CSeq: 102 INVITE
  323. Proxy-Authenticate: Digest realm="voiptalk.org", nonce="4f576a82000032ecfdb89c2272d4432a1c61f29065f1a6d1"
  324. Server: OpenSIPS (1.5.3-notls (x86_64/linux))
  325. Content-Length: 0
  326.  
  327. <------------->
  328. --- (9 headers 0 lines) ---
  329. set_destination: Parsing <sip:01299252388@voiptalk.org> for address/port to send to
  330. set_destination: set destination to 77.240.48.94:5060
  331. Transmitting (no NAT) to 77.240.48.94:5060:
  332. ACK sip:01299252388@voiptalk.org SIP/2.0
  333. Via: SIP/2.0/UDP 212.74.46.35:5060;branch=z9hG4bK46c5e422
  334. Max-Forwards: 70
  335. From: "01179113714" <sip:01179113714@212.74.46.35>;tag=as4ffc9dcc
  336. To: <sip:01299252388@voiptalk.org>;tag=fd79486175647ed1617969929fdaad02.6e58
  337. Contact: <sip:01179113714@212.74.46.35:5060>
  338. Call-ID: 5921b27f11503d022a0ed6dd7928ac80@212.74.46.35:5060
  339. CSeq: 102 ACK
  340. User-Agent: FPBX-2.10.0(1.8.9.3)
  341. Content-Length: 0
  342.  
  343.  
  344. ---
  345. We think we can do text
  346. Audio is at 18580
  347. Adding codec 0x8 (alaw) to SDP
  348. Adding codec 0x4 (ulaw) to SDP
  349. Adding codec 0x2 (gsm) to SDP
  350. Adding codec 0x10 (g726aal2) to SDP
  351. Adding codec 0x20 (adpcm) to SDP
  352. Adding codec 0x40 (slin) to SDP
  353. Adding codec 0x80 (lpc10) to SDP
  354. Adding codec 0x100 (g729) to SDP
  355. Adding codec 0x800 (g726) to SDP
  356. Adding codec 0x1000 (g722) to SDP
  357. Adding codec 0x8000 (slin16) to SDP
  358. Adding codec 0x800000000000 (testlaw) to SDP
  359. Adding non-codec 0x1 (telephone-event) to SDP
  360. Reliably Transmitting (no NAT) to 77.240.48.94:5060:
  361. INVITE sip:01299252388@voiptalk.org SIP/2.0
  362. Via: SIP/2.0/UDP 212.74.46.35:5060;branch=z9hG4bK6275c0a6
  363. Max-Forwards: 70
  364. From: "01179113714" <sip:01179113714@212.74.46.35>;tag=as4ffc9dcc
  365. To: <sip:01299252388@voiptalk.org>
  366. Contact: <sip:01179113714@212.74.46.35:5060>
  367. Call-ID: 5921b27f11503d022a0ed6dd7928ac80@212.74.46.35:5060
  368. CSeq: 103 INVITE
  369. User-Agent: FPBX-2.10.0(1.8.9.3)
  370. Proxy-Authorization: Digest username="844238829", realm="voiptalk.org", algorithm=MD5, uri="sip:01299252388@voiptalk.org", nonce="4f576a82000032ecfdb89c2272d4432a1c61f29065f1a6d1", response="ef25b1cc156062cccfba4ce9aa499d03"
  371. Date: Wed, 07 Mar 2012 14:02:04 GMT
  372. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
  373. Supported: replaces, timer
  374. Content-Type: application/sdp
  375. Content-Length: 521
  376.  
  377. v=0
  378. o=root 1890988409 1890988410 IN IP4 212.74.46.35
  379. s=Asterisk PBX 1.8.9.3
  380. c=IN IP4 212.74.46.35
  381. t=0 0
  382. m=audio 18580 RTP/AVP 8 0 3 112 5 10 7 18 111 9 118 101
  383. a=rtpmap:8 PCMA/8000
  384. a=rtpmap:0 PCMU/8000
  385. a=rtpmap:3 GSM/8000
  386. a=rtpmap:112 AAL2-G726-32/8000
  387. a=rtpmap:5 DVI4/8000
  388. a=rtpmap:10 L16/8000
  389. a=rtpmap:7 LPC/8000
  390. a=rtpmap:18 G729/8000
  391. a=fmtp:18 annexb=no
  392. a=rtpmap:111 G726-32/8000
  393. a=rtpmap:9 G722/8000
  394. a=rtpmap:118 L16/16000
  395. a=rtpmap:101 telephone-event/8000
  396. a=fmtp:101 0-16
  397. a=ptime:20
  398. a=sendrecv
  399.  
  400. ---
  401.  
  402. <--- SIP read from UDP:77.240.48.94:5060 --->
  403. SIP/2.0 100 Trying
  404. Via: SIP/2.0/UDP 192.168.10.200:5060;branch=z9hG4bK6275c0a6
  405. From: "01179113714" <sip:01179113714@192.168.10.200:5060>;tag=as4ffc9dcc
  406. To: <sip:01299252388@voiptalk.org>
  407. Call-ID: 5921b27f11503d022a0ed6dd7928ac80@212.74.46.35:5060
  408. CSeq: 103 INVITE
  409. Server: OpenSIPS (1.5.3-notls (x86_64/linux))
  410. Content-Length: 0
  411.  
  412. <------------->
  413. --- (8 headers 0 lines) ---
  414.  
  415. <--- SIP read from UDP:77.240.48.94:5060 --->
  416. SIP/2.0 100 Giving a try
  417. Via: SIP/2.0/UDP 192.168.10.200:5060;branch=z9hG4bK6275c0a6
  418. From: "01179113714" <sip:01179113714@192.168.10.200:5060>;tag=as4ffc9dcc
  419. To: <sip:01299252388@voiptalk.org>
  420. Call-ID: 5921b27f11503d022a0ed6dd7928ac80@212.74.46.35:5060
  421. CSeq: 103 INVITE
  422. Server: OpenSIPS (1.5.3-notls (x86_64/linux))
  423. Content-Length: 0
  424.  
  425. <------------->
  426. --- (8 headers 0 lines) ---
  427.  
  428. <--- SIP read from UDP:77.240.48.94:5060 --->
  429. SIP/2.0 183 Session Progress
  430. Via: SIP/2.0/UDP 192.168.10.200:5060;branch=z9hG4bK6275c0a6
  431. Record-Route: <sip:77.240.48.94;lr=on;ftag=as4ffc9dcc>
  432. From: "01179113714" <sip:01179113714@192.168.10.200:5060>;tag=as4ffc9dcc
  433. To: <sip:01299252388@voiptalk.org>;tag=as066182b7
  434. Call-ID: 5921b27f11503d022a0ed6dd7928ac80@212.74.46.35:5060
  435. CSeq: 103 INVITE
  436. Server: voip
  437. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO
  438. Supported: replaces
  439. Contact: <sip:CALL-70692040-01299252388@77.240.54.11>
  440. Content-Type: application/sdp
  441. Content-Length: 339
  442.  
  443. v=0
  444. o=voip 936727554 936727554 IN IP4 77.240.54.11
  445. s=voip
  446. c=IN IP4 77.240.54.11
  447. t=0 0
  448. m=audio 15120 RTP/AVP 8 0 3 18 101
  449. a=rtpmap:8 PCMA/8000
  450. a=rtpmap:0 PCMU/8000
  451. a=rtpmap:3 GSM/8000
  452. a=rtpmap:18 G729/8000
  453. a=fmtp:18 annexb=no
  454. a=rtpmap:101 telephone-event/8000
  455. a=fmtp:101 0-16
  456. a=silenceSupp:off - - - -
  457. a=ptime:20
  458. a=sendrecv
  459. <------------->
  460. --- (13 headers 16 lines) ---
  461. list_route: hop: <sip:77.240.48.94;lr=on;ftag=as4ffc9dcc>
  462. Found RTP audio format 8
  463. Found RTP audio format 0
  464. Found RTP audio format 3
  465. Found RTP audio format 18
  466. Found RTP audio format 101
  467. Found audio description format PCMA for ID 8
  468. Found audio description format PCMU for ID 0
  469. Found audio description format GSM for ID 3
  470. Found audio description format G729 for ID 18
  471. Found audio description format telephone-event for ID 101
  472. Capabilities: us - 0x80030c7fffff (g723|gsm|ulaw|alaw|g726|adpcm|slin|lpc10|g729|speex|speex16|ilbc|g726aal2|g722|slin16|jpeg|png|h261|h263|h263p|h264|mpeg4|red|t140|siren7|siren14|testlaw|g719), peer - audio=0x10e (gsm|ulaw|alaw|g729)/video=0x0 (nothing)/text=0x0 (nothing), combined - 0x10e (gsm|ulaw|alaw|g729)
  473. Non-codec capabilities (dtmf): us - 0x1 (telephone-event|), peer - 0x1 (telephone-event|), combined - 0x1 (telephone-event|)
  474. Peer audio RTP is at port 77.240.54.11:15120
  475. -- SIP/VoipTalk-000000e1 is making progress passing it to SIP/777-000000e0
  476. Audio is at 10444
  477. Adding codec 0x8 (alaw) to SDP
  478. Adding codec 0x4 (ulaw) to SDP
  479. Adding codec 0x100 (g729) to SDP
  480. Adding codec 0x800 (g726) to SDP
  481. Adding codec 0x1000 (g722) to SDP
  482. Adding non-codec 0x1 (telephone-event) to SDP
  483.  
  484. <--- Transmitting (no NAT) to 192.168.10.254:5060 --->
  485. SIP/2.0 183 Session Progress
  486. Via: SIP/2.0/UDP 192.168.10.254:5060;branch=z9hG4bK-b8c4204e;received=192.168.10.254
  487. From: "Test Extension" <sip:777@192.168.10.200>;tag=ee246c66362fc346o0
  488. To: "01299252388" <sip:01299252388@192.168.10.200>;tag=as7cedfa2c
  489. Call-ID: 8ea9fae6-b8386c6@192.168.80.3
  490. CSeq: 102 INVITE
  491. Server: FPBX-2.10.0(1.8.9.3)
  492. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
  493. Supported: replaces, timer
  494. Contact: <sip:01299252388@192.168.10.200:5060>
  495. Content-Type: application/sdp
  496. Content-Length: 362
  497.  
  498. v=0
  499. o=root 1135164252 1135164252 IN IP4 192.168.10.200
  500. s=Asterisk PBX 1.8.9.3
  501. c=IN IP4 192.168.10.200
  502. t=0 0
  503. m=audio 10444 RTP/AVP 8 0 18 2 9 101
  504. a=rtpmap:8 PCMA/8000
  505. a=rtpmap:0 PCMU/8000
  506. a=rtpmap:18 G729/8000
  507. a=fmtp:18 annexb=no
  508. a=rtpmap:2 G726-32/8000
  509. a=rtpmap:9 G722/8000
  510. a=rtpmap:101 telephone-event/8000
  511. a=fmtp:101 0-16
  512. a=ptime:20
  513. a=sendrecv
  514.  
  515. <------------>
  516.  
  517. <--- SIP read from UDP:77.240.48.94:5060 --->
  518. SIP/2.0 200 OK
  519. Via: SIP/2.0/UDP 192.168.10.200:5060;branch=z9hG4bK6275c0a6
  520. Record-Route: <sip:77.240.48.94;lr=on;ftag=as4ffc9dcc>
  521. From: "01179113714" <sip:01179113714@192.168.10.200:5060>;tag=as4ffc9dcc
  522. To: <sip:01299252388@voiptalk.org>;tag=as066182b7
  523. Call-ID: 5921b27f11503d022a0ed6dd7928ac80@212.74.46.35:5060
  524. CSeq: 103 INVITE
  525. Server: voip
  526. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO
  527. Supported: replaces
  528. Contact: <sip:CALL-70692040-01299252388@77.240.54.11>
  529. Content-Type: application/sdp
  530. Content-Length: 339
  531.  
  532. v=0
  533. o=voip 936727554 936727555 IN IP4 77.240.54.11
  534. s=voip
  535. c=IN IP4 77.240.54.11
  536. t=0 0
  537. m=audio 15120 RTP/AVP 8 0 3 18 101
  538. a=rtpmap:8 PCMA/8000
  539. a=rtpmap:0 PCMU/8000
  540. a=rtpmap:3 GSM/8000
  541. a=rtpmap:18 G729/8000
  542. a=fmtp:18 annexb=no
  543. a=rtpmap:101 telephone-event/8000
  544. a=fmtp:101 0-16
  545. a=silenceSupp:off - - - -
  546. a=ptime:20
  547. a=sendrecv
  548. <------------->
  549. --- (13 headers 16 lines) ---
  550. Found RTP audio format 8
  551. Found RTP audio format 0
  552. Found RTP audio format 3
  553. Found RTP audio format 18
  554. Found RTP audio format 101
  555. Found audio description format PCMA for ID 8
  556. Found audio description format PCMU for ID 0
  557. Found audio description format GSM for ID 3
  558. Found audio description format G729 for ID 18
  559. Found audio description format telephone-event for ID 101
  560. Capabilities: us - 0x80030c7fffff (g723|gsm|ulaw|alaw|g726|adpcm|slin|lpc10|g729|speex|speex16|ilbc|g726aal2|g722|slin16|jpeg|png|h261|h263|h263p|h264|mpeg4|red|t140|siren7|siren14|testlaw|g719), peer - audio=0x10e (gsm|ulaw|alaw|g729)/video=0x0 (nothing)/text=0x0 (nothing), combined - 0x10e (gsm|ulaw|alaw|g729)
  561. Non-codec capabilities (dtmf): us - 0x1 (telephone-event|), peer - 0x1 (telephone-event|), combined - 0x1 (telephone-event|)
  562. Peer audio RTP is at port 77.240.54.11:15120
  563. list_route: hop: <sip:77.240.48.94;lr=on;ftag=as4ffc9dcc>
  564. set_destination: Parsing <sip:77.240.48.94;lr=on;ftag=as4ffc9dcc> for address/port to send to
  565. set_destination: set destination to 77.240.48.94:5060
  566. Transmitting (no NAT) to 77.240.48.94:5060:
  567. ACK sip:CALL-70692040-01299252388@77.240.54.11 SIP/2.0
  568. Via: SIP/2.0/UDP 212.74.46.35:5060;branch=z9hG4bK1c914af8
  569. Route: <sip:77.240.48.94;lr=on;ftag=as4ffc9dcc>
  570. Max-Forwards: 70
  571. From: "01179113714" <sip:01179113714@212.74.46.35>;tag=as4ffc9dcc
  572. To: <sip:01299252388@voiptalk.org>;tag=as066182b7
  573. Contact: <sip:01179113714@212.74.46.35:5060>
  574. Call-ID: 5921b27f11503d022a0ed6dd7928ac80@212.74.46.35:5060
  575. CSeq: 103 ACK
  576. User-Agent: FPBX-2.10.0(1.8.9.3)
  577. Content-Length: 0
  578.  
  579.  
  580. ---
  581. -- SIP/VoipTalk-000000e1 answered SIP/777-000000e0
  582. Audio is at 10444
  583. Adding codec 0x8 (alaw) to SDP
  584. Adding codec 0x4 (ulaw) to SDP
  585. Adding codec 0x100 (g729) to SDP
  586. Adding codec 0x800 (g726) to SDP
  587. Adding codec 0x1000 (g722) to SDP
  588. Adding non-codec 0x1 (telephone-event) to SDP
  589.  
  590. <--- Reliably Transmitting (no NAT) to 192.168.10.254:5060 --->
  591. SIP/2.0 200 OK
  592. Via: SIP/2.0/UDP 192.168.10.254:5060;branch=z9hG4bK-b8c4204e;received=192.168.10.254
  593. From: "Test Extension" <sip:777@192.168.10.200>;tag=ee246c66362fc346o0
  594. To: "01299252388" <sip:01299252388@192.168.10.200>;tag=as7cedfa2c
  595. Call-ID: 8ea9fae6-b8386c6@192.168.80.3
  596. CSeq: 102 INVITE
  597. Server: FPBX-2.10.0(1.8.9.3)
  598. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
  599. Supported: replaces, timer
  600. Contact: <sip:01299252388@192.168.10.200:5060>
  601. Content-Type: application/sdp
  602. Content-Length: 362
  603.  
  604. v=0
  605. o=root 1135164252 1135164253 IN IP4 192.168.10.200
  606. s=Asterisk PBX 1.8.9.3
  607. c=IN IP4 192.168.10.200
  608. t=0 0
  609. m=audio 10444 RTP/AVP 8 0 18 2 9 101
  610. a=rtpmap:8 PCMA/8000
  611. a=rtpmap:0 PCMU/8000
  612. a=rtpmap:18 G729/8000
  613. a=fmtp:18 annexb=no
  614. a=rtpmap:2 G726-32/8000
  615. a=rtpmap:9 G722/8000
  616. a=rtpmap:101 telephone-event/8000
  617. a=fmtp:101 0-16
  618. a=ptime:20
  619. a=sendrecv
  620.  
  621. <------------>
  622.  
  623. <--- SIP read from UDP:192.168.10.254:5060 --->
  624. ACK sip:01299252388@192.168.10.200:5060 SIP/2.0
  625. Via: SIP/2.0/UDP 192.168.10.254:5060;branch=z9hG4bK-29a2dbfd
  626. From: "Test Extension" <sip:777@192.168.10.200>;tag=ee246c66362fc346o0
  627. To: "01299252388" <sip:01299252388@192.168.10.200>;tag=as7cedfa2c
  628. Call-ID: 8ea9fae6-b8386c6@192.168.80.3
  629. CSeq: 102 ACK
  630. Max-Forwards: 70
  631. Authorization: Digest username="777",realm="asterisk",nonce="06c3ea5d",uri="sip:01299252388@192.168.10.200",algorithm=MD5,response="9407bd1a3a1b6af5bfc4818d2b2754cf"
  632. Contact: "Test Extension" <sip:777@192.168.10.254:5060>
  633. User-Agent: Cisco/SPA525G2-7.4.9c
  634. Content-Length: 0
  635.  
  636. <------------->
  637. --- (11 headers 0 lines) ---
  638. Reliably Transmitting (no NAT) to 192.168.10.254:1031:
  639. OPTIONS sip:101@192.168.10.254:1031 SIP/2.0
  640. Via: SIP/2.0/UDP 192.168.10.200:5060;branch=z9hG4bK4450645b
  641. Max-Forwards: 70
  642. From: "Unknown" <sip:Unknown@192.168.10.200>;tag=as7b5b1e1f
  643. To: <sip:101@192.168.10.254:1031>
  644. Contact: <sip:Unknown@192.168.10.200:5060>
  645. Call-ID: 4993fea9746ff3754247271c3d0900e5@192.168.10.200:5060
  646. CSeq: 102 OPTIONS
  647. User-Agent: FPBX-2.10.0(1.8.9.3)
  648. Date: Wed, 07 Mar 2012 14:02:13 GMT
  649. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
  650. Supported: replaces, timer
  651. Content-Length: 0
  652.  
  653.  
  654. ---
  655. Reliably Transmitting (no NAT) to 192.168.10.254:1030:
  656. OPTIONS sip:111@192.168.10.254:1030 SIP/2.0
  657. Via: SIP/2.0/UDP 192.168.10.200:5060;branch=z9hG4bK3ebb2505
  658. Max-Forwards: 70
  659. From: "Unknown" <sip:Unknown@192.168.10.200>;tag=as554d60a4
  660. To: <sip:111@192.168.10.254:1030>
  661. Contact: <sip:Unknown@192.168.10.200:5060>
  662. Call-ID: 6bab33477b02a5185471264f6c688c3b@192.168.10.200:5060
  663. CSeq: 102 OPTIONS
  664. User-Agent: FPBX-2.10.0(1.8.9.3)
  665. Date: Wed, 07 Mar 2012 14:02:13 GMT
  666. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
  667. Supported: replaces, timer
  668. Content-Length: 0
  669.  
  670.  
  671. ---
  672. Reliably Transmitting (no NAT) to 192.168.10.254:5060:
  673. OPTIONS sip:777@192.168.10.254:5060 SIP/2.0
  674. Via: SIP/2.0/UDP 192.168.10.200:5060;branch=z9hG4bK764ec616
  675. Max-Forwards: 70
  676. From: "Unknown" <sip:Unknown@192.168.10.200>;tag=as09f28b2e
  677. To: <sip:777@192.168.10.254:5060>
  678. Contact: <sip:Unknown@192.168.10.200:5060>
  679. Call-ID: 0238f21e0f8d7e205bbf06c4601d3895@192.168.10.200:5060
  680. CSeq: 102 OPTIONS
  681. User-Agent: FPBX-2.10.0(1.8.9.3)
  682. Date: Wed, 07 Mar 2012 14:02:13 GMT
  683. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
  684. Supported: replaces, timer
  685. Content-Length: 0
  686.  
  687.  
  688. ---
  689.  
  690. <--- SIP read from UDP:192.168.10.254:1031 --->
  691. SIP/2.0 200 OK
  692. To: <sip:101@192.168.10.254:1031>;tag=e2e2004333f3fff1i0
  693. From: "Unknown" <sip:Unknown@192.168.10.200>;tag=as7b5b1e1f
  694. Call-ID: 4993fea9746ff3754247271c3d0900e5@192.168.10.200:5060
  695. CSeq: 102 OPTIONS
  696. Via: SIP/2.0/UDP 192.168.10.200:5060;branch=z9hG4bK4450645b
  697. Server: Cisco/SPA504G-7.4.8a
  698. Content-Length: 0
  699. Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER, UPDATE
  700. Supported: replaces
  701.  
  702. <------------->
  703. --- (10 headers 0 lines) ---
  704. Really destroying SIP dialog '4993fea9746ff3754247271c3d0900e5@192.168.10.200:5060' Method: OPTIONS
  705.  
  706. <--- SIP read from UDP:192.168.10.254:1030 --->
  707. SIP/2.0 200 OK
  708. To: <sip:111@192.168.10.254:1030>;tag=76576fa3f63e57a9i0
  709. From: "Unknown" <sip:Unknown@192.168.10.200>;tag=as554d60a4
  710. Call-ID: 6bab33477b02a5185471264f6c688c3b@192.168.10.200:5060
  711. CSeq: 102 OPTIONS
  712. Via: SIP/2.0/UDP 192.168.10.200:5060;branch=z9hG4bK3ebb2505
  713. Server: Cisco/SPA504G-7.4.8a
  714. Content-Length: 0
  715. Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER, UPDATE
  716. Supported: replaces
  717.  
  718. <------------->
  719. --- (10 headers 0 lines) ---
  720. Really destroying SIP dialog '6bab33477b02a5185471264f6c688c3b@192.168.10.200:5060' Method: OPTIONS
  721.  
  722. <--- SIP read from UDP:192.168.10.254:5060 --->
  723. SIP/2.0 200 OK
  724. To: <sip:777@192.168.10.254:5060>;tag=f64e6d8f7e1b8e2ei0
  725. From: "Unknown" <sip:Unknown@192.168.10.200>;tag=as09f28b2e
  726. Call-ID: 0238f21e0f8d7e205bbf06c4601d3895@192.168.10.200:5060
  727. CSeq: 102 OPTIONS
  728. Via: SIP/2.0/UDP 192.168.10.200:5060;branch=z9hG4bK764ec616
  729. Server: Cisco/SPA525G2-7.4.9c
  730. Content-Length: 0
  731. Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER, UPDATE
  732. Supported: replaces
  733.  
  734. <------------->
  735. --- (10 headers 0 lines) ---
  736. Really destroying SIP dialog '0238f21e0f8d7e205bbf06c4601d3895@192.168.10.200:5060' Method: OPTIONS
  737.  
  738. <--- SIP read from UDP:192.168.10.254:5060 --->
  739. BYE sip:01299252388@192.168.10.200:5060 SIP/2.0
  740. Via: SIP/2.0/UDP 192.168.10.254:5060;branch=z9hG4bK-11e2c49b
  741. From: "Test Extension" <sip:777@192.168.10.200>;tag=ee246c66362fc346o0
  742. To: "01299252388" <sip:01299252388@192.168.10.200>;tag=as7cedfa2c
  743. Call-ID: 8ea9fae6-b8386c6@192.168.80.3
  744. CSeq: 103 BYE
  745. Max-Forwards: 70
  746. Authorization: Digest username="777",realm="asterisk",nonce="06c3ea5d",uri="sip:01299252388@192.168.10.200:5060",algorithm=MD5,response="5f03fd9dc78675446d776889063eebbb"
  747. User-Agent: Cisco/SPA525G2-7.4.9c
  748. Content-Length: 0
  749.  
  750. <------------->
  751. --- (10 headers 0 lines) ---
  752. Sending to 192.168.10.254:5060 (no NAT)
  753. Scheduling destruction of SIP dialog '8ea9fae6-b8386c6@192.168.80.3' in 6400 ms (Method: BYE)
  754.  
  755. <--- Transmitting (no NAT) to 192.168.10.254:5060 --->
  756. SIP/2.0 200 OK
  757. Via: SIP/2.0/UDP 192.168.10.254:5060;branch=z9hG4bK-11e2c49b;received=192.168.10.254
  758. From: "Test Extension" <sip:777@192.168.10.200>;tag=ee246c66362fc346o0
  759. To: "01299252388" <sip:01299252388@192.168.10.200>;tag=as7cedfa2c
  760. Call-ID: 8ea9fae6-b8386c6@192.168.80.3
  761. CSeq: 103 BYE
  762. Server: FPBX-2.10.0(1.8.9.3)
  763. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
  764. Supported: replaces, timer
  765. Content-Length: 0
  766.  
  767.  
  768. <------------>
  769. -- Executing [h@macro-dialout-trunk:1] Macro("SIP/777-000000e0", "hangupcall,") in new stack
  770. -- Executing [s@macro-hangupcall:1] GotoIf("SIP/777-000000e0", "1?theend") in new stack
  771. -- Goto (macro-hangupcall,s,3)
  772. -- Executing [s@macro-hangupcall:3] Hangup("SIP/777-000000e0", "") in new stack
  773. == Spawn extension (macro-hangupcall, s, 3) exited non-zero on 'SIP/777-000000e0' in macro 'hangupcall'
  774. == Spawn extension (macro-dialout-trunk, h, 1) exited non-zero on 'SIP/777-000000e0'
  775. Scheduling destruction of SIP dialog '5921b27f11503d022a0ed6dd7928ac80@212.74.46.35:5060' in 32000 ms (Method: INVITE)
  776. set_destination: Parsing <sip:77.240.48.94;lr=on;ftag=as4ffc9dcc> for address/port to send to
  777. set_destination: set destination to 77.240.48.94:5060
  778. Reliably Transmitting (no NAT) to 77.240.48.94:5060:
  779. BYE sip:CALL-70692040-01299252388@77.240.54.11 SIP/2.0
  780. Via: SIP/2.0/UDP 212.74.46.35:5060;branch=z9hG4bK3dedbfc4
  781. Route: <sip:77.240.48.94;lr=on;ftag=as4ffc9dcc>
  782. Max-Forwards: 70
  783. From: "01179113714" <sip:01179113714@212.74.46.35>;tag=as4ffc9dcc
  784. To: <sip:01299252388@voiptalk.org>;tag=as066182b7
  785. Call-ID: 5921b27f11503d022a0ed6dd7928ac80@212.74.46.35:5060
  786. CSeq: 104 BYE
  787. User-Agent: FPBX-2.10.0(1.8.9.3)
  788. Proxy-Authorization: Digest username="844238829", realm="voiptalk.org", algorithm=MD5, uri="sip:CALL-70692040-01299252388@77.240.54.11", nonce="4f576a82000032ecfdb89c2272d4432a1c61f29065f1a6d1", response="4cad1fc64a733785908fbd07d94aedbc"
  789. X-Asterisk-HangupCause: Normal Clearing
  790. X-Asterisk-HangupCauseCode: 16
  791. Content-Length: 0
  792.  
  793.  
  794. ---
  795. == Spawn extension (macro-dialout-trunk, s, 22) exited non-zero on 'SIP/777-000000e0' in macro 'dialout-trunk'
  796. == Spawn extension (from-internal, 01299252388, 5) exited non-zero on 'SIP/777-000000e0'
  797. == MixMonitor close filestream
  798. == End MixMonitor Recording SIP/777-000000e0
  799.  
  800. <--- SIP read from UDP:77.240.48.94:5060 --->
  801. SIP/2.0 200 OK
  802. Via: SIP/2.0/UDP 192.168.10.200:5060;branch=z9hG4bK3dedbfc4
  803. From: "01179113714" <sip:01179113714@192.168.10.200:5060>;tag=as4ffc9dcc
  804. To: <sip:01299252388@voiptalk.org>;tag=as066182b7
  805. Call-ID: 5921b27f11503d022a0ed6dd7928ac80@212.74.46.35:5060
  806. CSeq: 104 BYE
  807. Server: voip
  808. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO
  809. Supported: replaces
  810. Content-Length: 0
  811.  
  812. <------------->
  813. --- (10 headers 0 lines) ---
  814. Really destroying SIP dialog '5921b27f11503d022a0ed6dd7928ac80@212.74.46.35:5060' Method: INVITE
  815. pbx01*CLI>
  816. Disconnected from Asterisk server
Add Comment
Please, Sign In to add comment