Guest User

Untitled

a guest
Feb 8th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.32 KB | None | 0 0
  1. Connected to Asterisk 13.3.2 currently running on almudo (pid = 8286)
  2. == Using SIP RTP CoS mark 5
  3. -- Executing [5659@from-internal:1] NoOp("SIP/enlace-trunk-00000002", "Incomming call from 5659 to "2288175116" <2288175116> to PAranoids") in new stack
  4. -- Executing [5659@from-internal:2] Set("SIP/enlace-trunk-00000002", "CALLERID(all)=9999") in new stack
  5. -- Executing [5659@from-internal:3] Dial("SIP/enlace-trunk-00000002", "SIP/paralax/5659") in new stack
  6. == Using SIP RTP CoS mark 5
  7. -- Called SIP/paralax/5659
  8. -- SIP/paralax-00000003 is ringing
  9. -- SIP/paralax-00000003 answered SIP/enlace-trunk-00000002
  10. -- Channel SIP/enlace-trunk-00000002 joined 'simple_bridge' basic-bridge <1e6f92e5-b154-43e9-a729-9cc184b6c4f2>
  11. -- Channel SIP/paralax-00000003 joined 'simple_bridge' basic-bridge <1e6f92e5-b154-43e9-a729-9cc184b6c4f2>
  12. > Bridge 1e6f92e5-b154-43e9-a729-9cc184b6c4f2: switching from simple_bridge technology to native_rtp
  13. > Remotely bridged 'SIP/paralax-00000003' and 'SIP/enlace-trunk-00000002' - media will flow directly between them
  14. > Remotely bridged 'SIP/paralax-00000003' and 'SIP/enlace-trunk-00000002' - media will flow directly between them
  15. -- Channel SIP/paralax-00000003 left 'native_rtp' basic-bridge <1e6f92e5-b154-43e9-a729-9cc184b6c4f2>
  16. -- Channel SIP/enlace-trunk-00000002 left 'native_rtp' basic-bridge <1e6f92e5-b154-43e9-a729-9cc184b6c4f2>
  17. == Spawn extension (from-internal, 5659, 3) exited non-zero on 'SIP/enlace-trunk-00000002'
  18. almudo*CLI> sip set debug on
  19. SIP Debugging enabled
  20.  
  21. <--- SIP read from UDP:10.100.5.67:5060 --->
  22. INVITE sip:[email protected]:5060;user=phone SIP/2.0
  23. Via: SIP/2.0/UDP 10.100.5.67:5060;branch=z9hG4bKibh86f200o9hv4lli6a0.1
  24. To: "1331342282375659"<sip:[email protected];transport=udp>
  25. From: "2288175116"<sip:[email protected];transport=udp;user=phone>;tag=go5z55gn-CC-1014-OFC-231
  26. CSeq: 1 INVITE
  27. Max-Forwards: 66
  28. Content-Length: 333
  29. Contact: <sip:10.100.5.67:5060;transport=udp>
  30. Content-Type: application/sdp
  31. Allow: INVITE, ACK, OPTIONS, BYE, CANCEL, INFO, PRACK, NOTIFY, MESSAGE, UPDATE
  32. Supported: 100rel, timer, histinfo, precondition
  33. P-Asserted-Identity: <sip:[email protected];SBC;SBC>
  34. Min-SE: 90
  35. Session-Expires: 1800;refresher=uac
  36. P-Early-Media: supported
  37. Route: <sip:[email protected]:5060;user=phone;lr>
  38.  
  39. v=0
  40. o=HuaweiSoftx3000 1109197089 1109197090 IN IP4 10.100.5.67
  41. s=SipCall
  42. c=IN IP4 10.100.5.67
  43. t=0 0
  44. m=audio 59534 RTP/AVP 8 116
  45. a=rtpmap:8 PCMA/8000
  46. a=rtpmap:116 telephone-event/8000
  47. a=ptime:20
  48. a=curr:qos local none
  49. a=curr:qos remote none
  50. a=des:qos mandatory local sendrecv
  51. a=des:qos optional remote sendrecv
  52. a=3gOoBTC
  53. <------------->
  54. --- (17 headers 14 lines) ---
  55. Sending to 10.100.5.67:5060 (no NAT)
  56. Sending to 10.100.5.67:5060 (no NAT)
  57. Using INVITE request as basis request - [email protected]
  58. Found peer 'enlace-trunk' for '2288175116' from 10.100.5.67:5060
  59. == Using SIP RTP CoS mark 5
  60. Found RTP audio format 8
  61. Found RTP audio format 116
  62. Found audio description format PCMA for ID 8
  63. Found audio description format telephone-event for ID 116
  64. Capabilities: us - (alaw|g729), peer - audio=(alaw)/video=(nothing)/text=(nothing), combined - (alaw)
  65. Non-codec capabilities (dtmf): us - 0x1 (telephone-event|), peer - 0x1 (telephone-event|), combined - 0x1 (telephone-event|)
  66. Peer audio RTP is at port 10.100.5.67:59534
  67. Looking for 5659 in from-internal (domain sbcacme.ims.iusatel.com)
  68. sip_route_dump: route/path hop: <sip:10.100.5.67:5060;transport=udp>
  69.  
  70. <--- Transmitting (no NAT) to 10.100.5.67:5060 --->
  71. SIP/2.0 100 Trying
  72. Via: SIP/2.0/UDP 10.100.5.67:5060;branch=z9hG4bKibh86f200o9hv4lli6a0.1;received=10.100.5.67
  73. From: "2288175116"<sip:[email protected];transport=udp;user=phone>;tag=go5z55gn-CC-1014-OFC-231
  74. To: "1331342282375659"<sip:[email protected];transport=udp>
  75. CSeq: 1 INVITE
  76. Server: Asterisk PBX 13.3.2
  77. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  78. Supported: replaces, timer
  79. Session-Expires: 1800;refresher=uac
  80. Contact: <sip:[email protected]:5060>
  81. Content-Length: 0
  82.  
  83.  
  84. <------------>
  85. -- Executing [5659@from-internal:1] NoOp("SIP/enlace-trunk-00000004", "Incomming call from 5659 to "2288175116" <2288175116> to PAranoids") in new stack
  86. -- Executing [5659@from-internal:2] Set("SIP/enlace-trunk-00000004", "CALLERID(all)=9999") in new stack
  87. -- Executing [5659@from-internal:3] Dial("SIP/enlace-trunk-00000004", "SIP/paralax/5659") in new stack
  88. == Using SIP RTP CoS mark 5
  89. Audio is at 11086
  90. Adding codec alaw to SDP
  91. Adding codec ulaw to SDP
  92. Adding non-codec 0x1 (telephone-event) to SDP
  93. Reliably Transmitting (no NAT) to 10.0.1.251:5060:
  94. INVITE sip:[email protected] SIP/2.0
  95. Via: SIP/2.0/UDP 10.0.1.115:5060;branch=z9hG4bK7bec7829
  96. Max-Forwards: 70
  97. From: <sip:[email protected]>;tag=as5e212125
  98. Contact: <sip:[email protected]:5060>
  99. Call-ID: [email protected]:5060
  100. CSeq: 102 INVITE
  101. User-Agent: Asterisk PBX 13.3.2
  102. Date: Mon, 08 Feb 2016 17:06:11 GMT
  103. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  104. Supported: replaces, timer
  105. Content-Type: application/sdp
  106. Content-Length: 259
  107.  
  108. v=0
  109. o=root 1718921788 1718921788 IN IP4 10.0.1.115
  110. s=Asterisk PBX 13.3.2
  111. c=IN IP4 10.0.1.115
  112. t=0 0
  113. m=audio 11086 RTP/AVP 8 0 116
  114. a=rtpmap:8 PCMA/8000
  115. a=rtpmap:0 PCMU/8000
  116. a=rtpmap:116 telephone-event/8000
  117. a=fmtp:116 0-16
  118. a=maxptime:150
  119. a=sendrecv
  120.  
  121. ---
  122. -- Called SIP/paralax/5659
  123.  
  124. <--- SIP read from UDP:10.0.1.251:5060 --->
  125. SIP/2.0 401 Unauthorized
  126. Via: SIP/2.0/UDP 10.0.1.115:5060;branch=z9hG4bK7bec7829;received=10.0.1.115;rport=5060
  127. From: <sip:[email protected]>;tag=as5e212125
  128. To: <sip:[email protected]>;tag=as0b69474c
  129. Call-ID: [email protected]:5060
  130. CSeq: 102 INVITE
  131. Server: FPBX-AsteriskNOW-12.0.68(13.0.1)
  132. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  133. Supported: replaces, timer
  134. WWW-Authenticate: Digest algorithm=MD5, realm="187.188.213.132", nonce="24d8e0eb"
  135. Content-Length: 0
  136.  
  137. <------------->
  138. --- (11 headers 0 lines) ---
  139. Transmitting (no NAT) to 10.0.1.251:5060:
  140. ACK sip:[email protected] SIP/2.0
  141. Via: SIP/2.0/UDP 10.0.1.115:5060;branch=z9hG4bK7bec7829
  142. Max-Forwards: 70
  143. From: <sip:[email protected]>;tag=as5e212125
  144. To: <sip:[email protected]>;tag=as0b69474c
  145. Contact: <sip:[email protected]:5060>
  146. Call-ID: [email protected]:5060
  147. CSeq: 102 ACK
  148. User-Agent: Asterisk PBX 13.3.2
  149. Content-Length: 0
  150.  
  151.  
  152. ---
  153. Audio is at 11086
  154. Adding codec alaw to SDP
  155. Adding codec ulaw to SDP
  156. Adding non-codec 0x1 (telephone-event) to SDP
  157. Reliably Transmitting (no NAT) to 10.0.1.251:5060:
  158. INVITE sip:[email protected] SIP/2.0
  159. Via: SIP/2.0/UDP 10.0.1.115:5060;branch=z9hG4bK57e27115
  160. Max-Forwards: 70
  161. From: <sip:[email protected]>;tag=as5e212125
  162. Contact: <sip:[email protected]:5060>
  163. Call-ID: [email protected]:5060
  164. CSeq: 103 INVITE
  165. User-Agent: Asterisk PBX 13.3.2
  166. Authorization: Digest username="9999", realm="187.188.213.132", algorithm=MD5, uri="sip:[email protected]", nonce="24d8e0eb", response="ad75953f2fb5e5512a246c493ef10fc3"
  167. Date: Mon, 08 Feb 2016 17:06:11 GMT
  168. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  169. Supported: replaces, timer
  170. Content-Type: application/sdp
  171. Content-Length: 259
  172.  
  173. v=0
  174. o=root 1718921788 1718921789 IN IP4 10.0.1.115
  175. s=Asterisk PBX 13.3.2
  176. c=IN IP4 10.0.1.115
  177. t=0 0
  178. m=audio 11086 RTP/AVP 8 0 116
  179. a=rtpmap:8 PCMA/8000
  180. a=rtpmap:0 PCMU/8000
  181. a=rtpmap:116 telephone-event/8000
  182. a=fmtp:116 0-16
  183. a=maxptime:150
  184. a=sendrecv
  185.  
  186. ---
  187.  
  188. <--- SIP read from UDP:10.0.1.251:5060 --->
  189. SIP/2.0 100 Trying
  190. Via: SIP/2.0/UDP 10.0.1.115:5060;branch=z9hG4bK57e27115;received=10.0.1.115;rport=5060
  191. From: <sip:[email protected]>;tag=as5e212125
  192. Call-ID: [email protected]:5060
  193. CSeq: 103 INVITE
  194. Server: FPBX-AsteriskNOW-12.0.68(13.0.1)
  195. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  196. Supported: replaces, timer
  197. Session-Expires: 1800;refresher=uas
  198. Contact: <sip:[email protected]:5060>
  199. Content-Length: 0
  200.  
  201. <------------->
  202. --- (12 headers 0 lines) ---
  203.  
  204. <--- SIP read from UDP:10.0.1.251:5060 --->
  205. SIP/2.0 180 Ringing
  206. Via: SIP/2.0/UDP 10.0.1.115:5060;branch=z9hG4bK57e27115;received=10.0.1.115;rport=5060
  207. From: <sip:[email protected]>;tag=as5e212125
  208. To: <sip:[email protected]>;tag=as4f65d3d3
  209. Call-ID: [email protected]:5060
  210. CSeq: 103 INVITE
  211. Server: FPBX-AsteriskNOW-12.0.68(13.0.1)
  212. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  213. Supported: replaces, timer
  214. Session-Expires: 1800;refresher=uas
  215. Contact: <sip:[email protected]:5060>
  216. P-Asserted-Identity: "dev8" <sip:[email protected]>
  217. Content-Length: 0
  218.  
  219. <------------->
  220. --- (13 headers 0 lines) ---
  221. sip_route_dump: route/path hop: <sip:[email protected]:5060>
  222. -- SIP/paralax-00000005 is ringing
  223.  
  224. <--- Transmitting (no NAT) to 10.100.5.67:5060 --->
  225. SIP/2.0 180 Ringing
  226. Via: SIP/2.0/UDP 10.100.5.67:5060;branch=z9hG4bKibh86f200o9hv4lli6a0.1;received=10.100.5.67
  227. From: "2288175116"<sip:[email protected];transport=udp;user=phone>;tag=go5z55gn-CC-1014-OFC-231
  228. To: "1331342282375659"<sip:[email protected];transport=udp>;tag=as7723fa42
  229. CSeq: 1 INVITE
  230. Server: Asterisk PBX 13.3.2
  231. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  232. Supported: replaces, timer
  233. Session-Expires: 1800;refresher=uac
  234. Contact: <sip:[email protected]:5060>
  235. Content-Length: 0
  236.  
  237.  
  238. <------------>
  239.  
  240. <--- SIP read from UDP:10.0.1.251:5060 --->
  241. SIP/2.0 200 OK
  242. Via: SIP/2.0/UDP 10.0.1.115:5060;branch=z9hG4bK57e27115;received=10.0.1.115;rport=5060
  243. From: <sip:[email protected]>;tag=as5e212125
  244. To: <sip:[email protected]>;tag=as4f65d3d3
  245. Call-ID: [email protected]:5060
  246. CSeq: 103 INVITE
  247. Server: FPBX-AsteriskNOW-12.0.68(13.0.1)
  248. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  249. Supported: replaces, timer
  250. Session-Expires: 1800;refresher=uas
  251. Contact: <sip:[email protected]:5060>
  252. P-Asserted-Identity: "dev8" <sip:[email protected]>
  253. Content-Type: application/sdp
  254. Require: timer
  255. Content-Length: 282
  256.  
  257. v=0
  258. o=root 1402105843 1402105843 IN IP4 10.0.1.251
  259. s=Asterisk PBX 13.0.1
  260. c=IN IP4 10.0.1.251
  261. t=0 0
  262. m=audio 15450 RTP/AVP 8 18 116
  263. a=rtpmap:8 PCMA/8000
  264. a=rtpmap:18 G729/8000
  265. a=fmtp:18 annexb=no
  266. a=rtpmap:116 telephone-event/8000
  267. a=fmtp:116 0-16
  268. a=maxptime:150
  269. a=sendrecv
  270. <------------->
  271. --- (15 headers 13 lines) ---
  272. Found RTP audio format 8
  273. Found RTP audio format 18
  274. Found RTP audio format 116
  275. Found audio description format PCMA for ID 8
  276. Found audio description format G729 for ID 18
  277. Found audio description format telephone-event for ID 116
  278. Capabilities: us - (alaw|ulaw), peer - audio=(alaw|g729)/video=(nothing)/text=(nothing), combined - (alaw)
  279. Non-codec capabilities (dtmf): us - 0x1 (telephone-event|), peer - 0x1 (telephone-event|), combined - 0x1 (telephone-event|)
  280. Peer audio RTP is at port 10.0.1.251:15450
  281. sip_route_dump: route/path hop: <sip:[email protected]:5060>
  282. set_destination: Parsing <sip:[email protected]:5060> for address/port to send to
  283. set_destination: set destination to 10.0.1.251:5060
  284. Transmitting (no NAT) to 10.0.1.251:5060:
  285. ACK sip:[email protected]:5060 SIP/2.0
  286. Via: SIP/2.0/UDP 10.0.1.115:5060;branch=z9hG4bK3f3b65a1
  287. Max-Forwards: 70
  288. From: <sip:[email protected]>;tag=as5e212125
  289. To: <sip:[email protected]>;tag=as4f65d3d3
  290. Contact: <sip:[email protected]:5060>
  291. Call-ID: [email protected]:5060
  292. CSeq: 103 ACK
  293. User-Agent: Asterisk PBX 13.3.2
  294. Content-Length: 0
  295.  
  296.  
  297. ---
  298. -- SIP/paralax-00000005 answered SIP/enlace-trunk-00000004
  299. Audio is at 13642
  300. Adding codec alaw to SDP
  301. Adding codec g729 to SDP
  302. Adding non-codec 0x1 (telephone-event) to SDP
  303.  
  304. <--- Reliably Transmitting (no NAT) to 10.100.5.67:5060 --->
  305. SIP/2.0 200 OK
  306. Via: SIP/2.0/UDP 10.100.5.67:5060;branch=z9hG4bKibh86f200o9hv4lli6a0.1;received=10.100.5.67
  307. From: "2288175116"<sip:[email protected];transport=udp;user=phone>;tag=go5z55gn-CC-1014-OFC-231
  308. To: "1331342282375659"<sip:[email protected];transport=udp>;tag=as7723fa42
  309. CSeq: 1 INVITE
  310. Server: Asterisk PBX 13.3.2
  311. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  312. Supported: replaces, timer
  313. Session-Expires: 1800;refresher=uac
  314. Contact: <sip:[email protected]:5060>
  315. Content-Type: application/sdp
  316. Require: timer
  317. Content-Length: 284
  318.  
  319. v=0
  320. o=root 438711394 438711394 IN IP4 10.50.98.214
  321. s=Asterisk PBX 13.3.2
  322. c=IN IP4 10.50.98.214
  323. t=0 0
  324. m=audio 13642 RTP/AVP 8 18 116
  325. a=rtpmap:8 PCMA/8000
  326. a=rtpmap:18 G729/8000
  327. a=fmtp:18 annexb=no
  328. a=rtpmap:116 telephone-event/8000
  329. a=fmtp:116 0-16
  330. a=maxptime:150
  331. a=sendrecv
  332.  
  333. <------------>
  334. -- Channel SIP/enlace-trunk-00000004 joined 'simple_bridge' basic-bridge <041d4c74-5a1e-44d3-99da-77bffd26259b>
  335. -- Channel SIP/paralax-00000005 joined 'simple_bridge' basic-bridge <041d4c74-5a1e-44d3-99da-77bffd26259b>
  336. > Bridge 041d4c74-5a1e-44d3-99da-77bffd26259b: switching from simple_bridge technology to native_rtp
  337. set_destination: Parsing <sip:[email protected]:5060> for address/port to send to
  338. set_destination: set destination to 10.0.1.251:5060
  339. Audio is at 11086
  340. Adding codec alaw to SDP
  341. Adding codec ulaw to SDP
  342. Adding non-codec 0x1 (telephone-event) to SDP
  343. Reliably Transmitting (no NAT) to 10.0.1.251:5060:
  344. INVITE sip:[email protected]:5060 SIP/2.0
  345. Via: SIP/2.0/UDP 10.0.1.115:5060;branch=z9hG4bK7160ff0f
  346. Max-Forwards: 70
  347. From: <sip:[email protected]>;tag=as5e212125
  348. To: <sip:[email protected]>;tag=as4f65d3d3
  349. Contact: <sip:[email protected]:5060>
  350. Call-ID: [email protected]:5060
  351. CSeq: 104 INVITE
  352. User-Agent: Asterisk PBX 13.3.2
  353. Session-Expires: 1800;refresher=uas
  354. Min-SE: 90
  355. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  356. Supported: replaces, timer
  357. X-asterisk-Info: SIP re-invite (External RTP bridge)
  358. Content-Type: application/sdp
  359. Content-Length: 261
  360.  
  361. v=0
  362. o=root 1718921788 1718921790 IN IP4 10.100.5.67
  363. s=Asterisk PBX 13.3.2
  364. c=IN IP4 10.100.5.67
  365. t=0 0
  366. m=audio 59534 RTP/AVP 8 0 116
  367. a=rtpmap:8 PCMA/8000
  368. a=rtpmap:0 PCMU/8000
  369. a=rtpmap:116 telephone-event/8000
  370. a=fmtp:116 0-16
  371. a=maxptime:150
  372. a=sendrecv
  373.  
  374. ---
  375. > Remotely bridged 'SIP/paralax-00000005' and 'SIP/enlace-trunk-00000004' - media will flow directly between them
  376. > Remotely bridged 'SIP/paralax-00000005' and 'SIP/enlace-trunk-00000004' - media will flow directly between them
  377.  
  378. <--- SIP read from UDP:10.0.1.251:5060 --->
  379. SIP/2.0 100 Trying
  380. Via: SIP/2.0/UDP 10.0.1.115:5060;branch=z9hG4bK7160ff0f;received=10.0.1.115;rport=5060
  381. From: <sip:[email protected]>;tag=as5e212125
  382. To: <sip:[email protected]>;tag=as4f65d3d3
  383. Call-ID: [email protected]:5060
  384. CSeq: 104 INVITE
  385. Server: FPBX-AsteriskNOW-12.0.68(13.0.1)
  386. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  387. Supported: replaces, timer
  388. Session-Expires: 1800;refresher=uas
  389. Contact: <sip:[email protected]:5060>
  390. Content-Length: 0
  391.  
  392. <------------->
  393. --- (12 headers 0 lines) ---
  394.  
  395. <--- SIP read from UDP:10.0.1.251:5060 --->
  396. SIP/2.0 200 OK
  397. Via: SIP/2.0/UDP 10.0.1.115:5060;branch=z9hG4bK7160ff0f;received=10.0.1.115;rport=5060
  398. From: <sip:[email protected]>;tag=as5e212125
  399. To: <sip:[email protected]>;tag=as4f65d3d3
  400. Call-ID: [email protected]:5060
  401. CSeq: 104 INVITE
  402. Server: FPBX-AsteriskNOW-12.0.68(13.0.1)
  403. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  404. Supported: replaces, timer
  405. Session-Expires: 1800;refresher=uas
  406. Contact: <sip:[email protected]:5060>
  407. Content-Type: application/sdp
  408. Require: timer
  409. Content-Length: 282
  410.  
  411. v=0
  412. o=root 1402105843 1402105844 IN IP4 10.0.1.251
  413. s=Asterisk PBX 13.0.1
  414. c=IN IP4 10.0.1.251
  415. t=0 0
  416. m=audio 15450 RTP/AVP 8 18 116
  417. a=rtpmap:8 PCMA/8000
  418. a=rtpmap:18 G729/8000
  419. a=fmtp:18 annexb=no
  420. a=rtpmap:116 telephone-event/8000
  421. a=fmtp:116 0-16
  422. a=maxptime:150
  423. a=sendrecv
  424. <------------->
  425. --- (14 headers 13 lines) ---
  426. Found RTP audio format 8
  427. Found RTP audio format 18
  428. Found RTP audio format 116
  429. Found audio description format PCMA for ID 8
  430. Found audio description format G729 for ID 18
  431. Found audio description format telephone-event for ID 116
  432. Capabilities: us - (alaw|ulaw), peer - audio=(alaw|g729)/video=(nothing)/text=(nothing), combined - (alaw)
  433. Non-codec capabilities (dtmf): us - 0x1 (telephone-event|), peer - 0x1 (telephone-event|), combined - 0x1 (telephone-event|)
  434. Peer audio RTP is at port 10.0.1.251:15450
  435. set_destination: Parsing <sip:[email protected]:5060> for address/port to send to
  436. set_destination: set destination to 10.0.1.251:5060
  437. Transmitting (no NAT) to 10.0.1.251:5060:
  438. ACK sip:[email protected]:5060 SIP/2.0
  439. Via: SIP/2.0/UDP 10.0.1.115:5060;branch=z9hG4bK7ffb1e69
  440. Max-Forwards: 70
  441. From: <sip:[email protected]>;tag=as5e212125
  442. To: <sip:[email protected]>;tag=as4f65d3d3
  443. Contact: <sip:[email protected]:5060>
  444. Call-ID: [email protected]:5060
  445. CSeq: 104 ACK
  446. User-Agent: Asterisk PBX 13.3.2
  447. Content-Length: 0
  448.  
  449.  
  450. ---
  451.  
  452. <--- SIP read from UDP:10.100.5.67:5060 --->
  453. ACK sip:[email protected]:5060 SIP/2.0
  454. Via: SIP/2.0/UDP 10.100.5.67:5060;branch=z9hG4bKdstbld3008ugh3hvn100.1
  455. From: "2288175116"<sip:[email protected];transport=udp;user=phone>;tag=go5z55gn-CC-1014-OFC-231
  456. To: "1331342282375659"<sip:[email protected];transport=udp>;tag=as7723fa42
  457. CSeq: 1 ACK
  458. Max-Forwards: 68
  459. Content-Length: 0
  460.  
  461. <------------->
  462. --- (8 headers 0 lines) ---
  463. set_destination: Parsing <sip:10.100.5.67:5060;transport=udp> for address/port to send to
  464. set_destination: set destination to 10.100.5.67:5060
  465. Audio is at 13642
  466. Adding codec alaw to SDP
  467. Adding codec g729 to SDP
  468. Adding non-codec 0x1 (telephone-event) to SDP
  469. Reliably Transmitting (no NAT) to 10.100.5.67:5060:
  470. INVITE sip:10.100.5.67:5060;transport=udp SIP/2.0
  471. Via: SIP/2.0/UDP 10.50.98.214:5060;branch=z9hG4bK3557de89
  472. Max-Forwards: 70
  473. From: "1331342282375659"<sip:[email protected];transport=udp>;tag=as7723fa42
  474. To: "2288175116"<sip:[email protected];transport=udp;user=phone>;tag=go5z55gn-CC-1014-OFC-231
  475. Contact: <sip:[email protected]:5060>
  476. CSeq: 102 INVITE
  477. User-Agent: Asterisk PBX 13.3.2
  478. Session-Expires: 1800;refresher=uas
  479. Min-SE: 90
  480. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  481. Supported: replaces, timer
  482. X-asterisk-Info: SIP re-invite (External RTP bridge)
  483. Content-Type: application/sdp
  484. Content-Length: 280
  485.  
  486. v=0
  487. o=root 438711394 438711395 IN IP4 10.0.1.251
  488. s=Asterisk PBX 13.3.2
  489. c=IN IP4 10.0.1.251
  490. t=0 0
  491. m=audio 15450 RTP/AVP 8 18 116
  492. a=rtpmap:8 PCMA/8000
  493. a=rtpmap:18 G729/8000
  494. a=fmtp:18 annexb=no
  495. a=rtpmap:116 telephone-event/8000
  496. a=fmtp:116 0-16
  497. a=maxptime:150
  498. a=sendrecv
  499.  
  500. ---
  501.  
  502. <--- SIP read from UDP:10.100.5.67:5060 --->
  503. SIP/2.0 200 OK
  504. Via: SIP/2.0/UDP 10.50.98.214:5060;branch=z9hG4bK3557de89
  505. From: "1331342282375659"<sip:[email protected];transport=udp>;tag=as7723fa42
  506. To: "2288175116"<sip:[email protected];transport=udp>;tag=go5z55gn-CC-1014-OFC-231
  507. CSeq: 102 INVITE
  508. Require: timer
  509. Session-Expires: 1800;refresher=uas
  510. Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REGISTER,PRACK,INFO,UPDATE,SUBSCRIBE,NOTIFY,MESSAGE,REFER,PUBLISH
  511. Contact: <sip:10.100.5.67:5060;transport=udp>
  512. Content-Length: 203
  513. Content-Type: application/sdp
  514.  
  515. v=0
  516. o=HuaweiSoftx3000 1109197089 1109197091 IN IP4 10.100.5.67
  517. s=SipCall
  518. c=IN IP4 10.100.5.67
  519. t=0 0
  520. m=audio 59534 RTP/AVP 8 116
  521. a=rtpmap:8 PCMA/8000
  522. a=rtpmap:116 telephone-event/8000
  523. a=ptime:20
  524. <------------->
  525. --- (12 headers 9 lines) ---
  526. Found RTP audio format 8
  527. Found RTP audio format 116
  528. Found audio description format PCMA for ID 8
  529. Found audio description format telephone-event for ID 116
  530. Capabilities: us - (alaw|g729), peer - audio=(alaw)/video=(nothing)/text=(nothing), combined - (alaw)
  531. Non-codec capabilities (dtmf): us - 0x1 (telephone-event|), peer - 0x1 (telephone-event|), combined - 0x1 (telephone-event|)
  532. Peer audio RTP is at port 10.100.5.67:59534
  533. set_destination: Parsing <sip:10.100.5.67:5060;transport=udp> for address/port to send to
  534. set_destination: set destination to 10.100.5.67:5060
  535. Transmitting (no NAT) to 10.100.5.67:5060:
  536. ACK sip:10.100.5.67:5060;transport=udp SIP/2.0
  537. Via: SIP/2.0/UDP 10.50.98.214:5060;branch=z9hG4bK56958df8
  538. Max-Forwards: 70
  539. From: "1331342282375659"<sip:[email protected];transport=udp>;tag=as7723fa42
  540. To: "2288175116"<sip:[email protected];transport=udp;user=phone>;tag=go5z55gn-CC-1014-OFC-231
  541. Contact: <sip:[email protected]:5060>
  542. CSeq: 102 ACK
  543. User-Agent: Asterisk PBX 13.3.2
  544. Content-Length: 0
  545.  
  546.  
  547. ---
  548.  
  549. <--- SIP read from UDP:10.0.1.251:5060 --->
  550. BYE sip:[email protected]:5060 SIP/2.0
  551. Via: SIP/2.0/UDP 10.0.1.251:5060;branch=z9hG4bK2cf673ec;rport
  552. Max-Forwards: 70
  553. From: <sip:[email protected]>;tag=as4f65d3d3
  554. To: <sip:[email protected]>;tag=as5e212125
  555. Call-ID: [email protected]:5060
  556. CSeq: 102 BYE
  557. User-Agent: FPBX-AsteriskNOW-12.0.68(13.0.1)
  558. Proxy-Authorization: Digest username="9999", realm="187.188.213.132", algorithm=MD5, uri="sip:10.0.1.251", nonce="24d8e0eb", response="7e7221853f1e2f04b7023a0b56faa86c"
  559. X-Asterisk-HangupCause: Normal Clearing
  560. X-Asterisk-HangupCauseCode: 16
  561. Content-Length: 0
  562.  
  563. <------------->
  564. --- (12 headers 0 lines) ---
  565. Sending to 10.0.1.251:5060 (no NAT)
  566. Scheduling destruction of SIP dialog '[email protected]:5060' in 32000 ms (Method: BYE)
  567.  
  568. <--- Transmitting (no NAT) to 10.0.1.251:5060 --->
  569. SIP/2.0 200 OK
  570. Via: SIP/2.0/UDP 10.0.1.251:5060;branch=z9hG4bK2cf673ec;received=10.0.1.251;rport=5060
  571. From: <sip:[email protected]>;tag=as4f65d3d3
  572. To: <sip:[email protected]>;tag=as5e212125
  573. Call-ID: [email protected]:5060
  574. CSeq: 102 BYE
  575. Server: Asterisk PBX 13.3.2
  576. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  577. Supported: replaces, timer
  578. Content-Length: 0
  579.  
  580.  
  581. <------------>
  582. -- Channel SIP/paralax-00000005 left 'native_rtp' basic-bridge <041d4c74-5a1e-44d3-99da-77bffd26259b>
  583. set_destination: Parsing <sip:10.100.5.67:5060;transport=udp> for address/port to send to
  584. set_destination: set destination to 10.100.5.67:5060
  585. Audio is at 13642
  586. Adding codec alaw to SDP
  587. Adding codec g729 to SDP
  588. Adding non-codec 0x1 (telephone-event) to SDP
  589. Reliably Transmitting (no NAT) to 10.100.5.67:5060:
  590. INVITE sip:10.100.5.67:5060;transport=udp SIP/2.0
  591. Via: SIP/2.0/UDP 10.50.98.214:5060;branch=z9hG4bK25efe9e2
  592. Max-Forwards: 70
  593. From: "1331342282375659"<sip:[email protected];transport=udp>;tag=as7723fa42
  594. To: "2288175116"<sip:[email protected];transport=udp;user=phone>;tag=go5z55gn-CC-1014-OFC-231
  595. Contact: <sip:[email protected]:5060>
  596. CSeq: 103 INVITE
  597. User-Agent: Asterisk PBX 13.3.2
  598. Session-Expires: 1800;refresher=uas
  599. Min-SE: 90
  600. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  601. Supported: replaces, timer
  602. X-asterisk-Info: SIP re-invite (External RTP bridge)
  603. Content-Type: application/sdp
  604. Content-Length: 284
  605.  
  606. v=0
  607. o=root 438711394 438711396 IN IP4 10.50.98.214
  608. s=Asterisk PBX 13.3.2
  609. c=IN IP4 10.50.98.214
  610. t=0 0
  611. m=audio 13642 RTP/AVP 8 18 116
  612. a=rtpmap:8 PCMA/8000
  613. a=rtpmap:18 G729/8000
  614. a=fmtp:18 annexb=no
  615. a=rtpmap:116 telephone-event/8000
  616. a=fmtp:116 0-16
  617. a=maxptime:150
  618. a=sendrecv
  619.  
  620. ---
  621. -- Channel SIP/enlace-trunk-00000004 left 'native_rtp' basic-bridge <041d4c74-5a1e-44d3-99da-77bffd26259b>
  622. == Spawn extension (from-internal, 5659, 3) exited non-zero on 'SIP/enlace-trunk-00000004'
  623. Scheduling destruction of SIP dialog '[email protected]' in 32000 ms (Method: ACK)
  624.  
  625. <--- SIP read from UDP:10.100.5.67:5060 --->
  626. SIP/2.0 200 OK
  627. Via: SIP/2.0/UDP 10.50.98.214:5060;branch=z9hG4bK25efe9e2
  628. From: "1331342282375659"<sip:[email protected];transport=udp>;tag=as7723fa42
  629. To: "2288175116"<sip:[email protected];transport=udp>;tag=go5z55gn-CC-1014-OFC-231
  630. CSeq: 103 INVITE
  631. Require: timer
  632. Session-Expires: 1800;refresher=uas
  633. Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REGISTER,PRACK,INFO,UPDATE,SUBSCRIBE,NOTIFY,MESSAGE,REFER,PUBLISH
  634. Contact: <sip:10.100.5.67:5060;transport=udp>
  635. Content-Length: 203
  636. Content-Type: application/sdp
  637.  
  638. v=0
  639. o=HuaweiSoftx3000 1109197089 1109197092 IN IP4 10.100.5.67
  640. s=SipCall
  641. c=IN IP4 10.100.5.67
  642. t=0 0
  643. m=audio 59534 RTP/AVP 8 116
  644. a=rtpmap:8 PCMA/8000
  645. a=rtpmap:116 telephone-event/8000
  646. a=ptime:20
  647. <------------->
  648. --- (12 headers 9 lines) ---
  649. Found RTP audio format 8
  650. Found RTP audio format 116
  651. Found audio description format PCMA for ID 8
  652. Found audio description format telephone-event for ID 116
  653. Capabilities: us - (alaw|g729), peer - audio=(alaw)/video=(nothing)/text=(nothing), combined - (alaw)
  654. Non-codec capabilities (dtmf): us - 0x1 (telephone-event|), peer - 0x1 (telephone-event|), combined - 0x1 (telephone-event|)
  655. Peer audio RTP is at port 10.100.5.67:59534
  656. set_destination: Parsing <sip:10.100.5.67:5060;transport=udp> for address/port to send to
  657. set_destination: set destination to 10.100.5.67:5060
  658. Transmitting (no NAT) to 10.100.5.67:5060:
  659. ACK sip:10.100.5.67:5060;transport=udp SIP/2.0
  660. Via: SIP/2.0/UDP 10.50.98.214:5060;branch=z9hG4bK60e7eadd
  661. Max-Forwards: 70
  662. From: "1331342282375659"<sip:[email protected];transport=udp>;tag=as7723fa42
  663. To: "2288175116"<sip:[email protected];transport=udp;user=phone>;tag=go5z55gn-CC-1014-OFC-231
  664. Contact: <sip:[email protected]:5060>
  665. CSeq: 103 ACK
  666. User-Agent: Asterisk PBX 13.3.2
  667. Content-Length: 0
  668.  
  669.  
  670. ---
  671. set_destination: Parsing <sip:10.100.5.67:5060;transport=udp> for address/port to send to
  672. set_destination: set destination to 10.100.5.67:5060
  673. Reliably Transmitting (no NAT) to 10.100.5.67:5060:
  674. BYE sip:10.100.5.67:5060;transport=udp SIP/2.0
  675. Via: SIP/2.0/UDP 10.50.98.214:5060;branch=z9hG4bK473307f5
  676. Max-Forwards: 70
  677. From: "1331342282375659"<sip:[email protected];transport=udp>;tag=as7723fa42
  678. To: "2288175116"<sip:[email protected];transport=udp;user=phone>;tag=go5z55gn-CC-1014-OFC-231
  679. CSeq: 104 BYE
  680. User-Agent: Asterisk PBX 13.3.2
  681. X-Asterisk-HangupCause: Normal Clearing
  682. X-Asterisk-HangupCauseCode: 16
  683. Content-Length: 0
  684.  
  685.  
  686. ---
  687. Scheduling destruction of SIP dialog '[email protected]' in 32000 ms (Method: ACK)
  688.  
  689. <--- SIP read from UDP:10.100.5.67:5060 --->
  690. SIP/2.0 200 OK
  691. Via: SIP/2.0/UDP 10.50.98.214:5060;branch=z9hG4bK473307f5
  692. From: "1331342282375659"<sip:[email protected];transport=udp>;tag=as7723fa42
  693. To: "2288175116"<sip:[email protected];transport=udp>;tag=go5z55gn-CC-1014-OFC-231
  694. CSeq: 104 BYE
  695. Content-Length: 0
  696.  
  697. <------------->
  698. --- (7 headers 0 lines) ---
  699. Really destroying SIP dialog '[email protected]' Method: ACK
Advertisement
Add Comment
Please, Sign In to add comment