Guest User

Untitled

a guest
Apr 27th, 2018
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.93 KB | None | 0 0
  1.  
  2. Appel d'un sip interne vers un portable externe via trunk OVH,
  3.  
  4. sonnerie KO poste appellant, appelé sonnerie OK, conversation KO, pas de raccroché détecté.
  5.  
  6. Le poste SIP raccroche manuellement à la fin.
  7.  
  8. SIP Debugging enabled
  9.  
  10. <--- SIP read from UDP:192.168.1.150:5060 --->
  11. INVITE sip:[email protected] SIP/2.0
  12. Via: SIP/2.0/UDP 192.168.1.150:5060;branch=z9hG4bKa67cf3240a443c02
  13. From: "Florent TOTOR" <sip:[email protected]>;tag=ba6dba2dbe613f58
  14. Contact: <sip:[email protected]:5060;transport=udp>
  15. Supported: replaces, timer, path
  16. X-Grandstream-PBX: true
  17. P-Early-Media: Supported
  18. CSeq: 33404 INVITE
  19. User-Agent: Grandstream GXP1200 1.2.5.3
  20. Max-Forwards: 70
  21. Allow: INVITE,ACK,CANCEL,BYE,NOTIFY,REFER,OPTIONS,INFO,SUBSCRIBE,UPDATE,PRACK,MESSAGE
  22. Content-Type: application/sdp
  23. Content-Length: 313
  24.  
  25. v=0
  26. o=101 8000 8000 IN IP4 192.168.1.150
  27. s=SIP Call
  28. c=IN IP4 192.168.1.150
  29. t=0 0
  30. m=audio 5014 RTP/AVP 9 18 8 0 2 101
  31. a=sendrecv
  32. a=rtpmap:9 G722/8000
  33. a=rtpmap:18 G729/8000
  34. a=rtpmap:8 PCMA/8000
  35. a=rtpmap:0 PCMU/8000
  36. a=rtpmap:2 G726-32/8000
  37. a=ptime:20
  38. a=rtpmap:101 telephone-event/8000
  39. a=fmtp:101 0-11
  40. <------------->
  41. --- (15 headers 15 lines) ---
  42. Sending to 192.168.1.150:5060 (no NAT)
  43. Using INVITE request as basis request - [email protected]
  44. Found peer '101' for '101' from 192.168.1.150:5060
  45.  
  46. <--- Reliably Transmitting (NAT) to 192.168.1.150:5060 --->
  47. SIP/2.0 401 Unauthorized
  48. Via: SIP/2.0/UDP 192.168.1.150:5060;branch=z9hG4bKa67cf3240a443c02;received=192.168.1.150;rport=5060
  49. From: "Florent TOTOR" <sip:[email protected]>;tag=ba6dba2dbe613f58
  50. To: <sip:[email protected]>;tag=as4c3d30a9
  51. CSeq: 33404 INVITE
  52. Server: AskoziaPBX
  53. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
  54. Supported: replaces, timer
  55. WWW-Authenticate: Digest algorithm=MD5, realm="asterisk", nonce="75a6cfa2"
  56. Content-Length: 0
  57.  
  58.  
  59. <------------>
  60. Scheduling destruction of SIP dialog '[email protected]' in 6400 ms (Method: INVITE)
  61.  
  62. <--- SIP read from UDP:192.168.1.150:5060 --->
  63. ACK sip:[email protected] SIP/2.0
  64. Via: SIP/2.0/UDP 192.168.1.150:5060;branch=z9hG4bKa67cf3240a443c02
  65. From: "Florent TOTOR" <sip:[email protected]>;tag=ba6dba2dbe613f58
  66. To: <sip:[email protected]>;tag=as4c3d30a9
  67. Contact: <sip:[email protected]:5060;transport=udp>
  68. Supported: path
  69. X-Grandstream-PBX: true
  70. CSeq: 33404 ACK
  71. User-Agent: Grandstream GXP1200 1.2.5.3
  72. Max-Forwards: 70
  73. Allow: INVITE,ACK,CANCEL,BYE,NOTIFY,REFER,OPTIONS,INFO,SUBSCRIBE,UPDATE,PRACK,MESSAGE
  74. Content-Length: 0
  75.  
  76. <------------->
  77. --- (13 headers 0 lines) ---
  78.  
  79. <--- SIP read from UDP:192.168.1.150:5060 --->
  80. INVITE sip:[email protected] SIP/2.0
  81. Via: SIP/2.0/UDP 192.168.1.150:5060;branch=z9hG4bKb82faf11bd292194
  82. From: "Florent TOTOR" <sip:[email protected]>;tag=ba6dba2dbe613f58
  83. Contact: <sip:[email protected]:5060;transport=udp>
  84. Supported: replaces, timer, path
  85. X-Grandstream-PBX: true
  86. P-Early-Media: Supported
  87. Authorization: Digest username="101", realm="asterisk", algorithm=MD5, uri="sip:[email protected]", nonce="75a6cfa2", response="56ea22283ad59cd23789e02653c31800"
  88. CSeq: 33405 INVITE
  89. User-Agent: Grandstream GXP1200 1.2.5.3
  90. Max-Forwards: 70
  91. Allow: INVITE,ACK,CANCEL,BYE,NOTIFY,REFER,OPTIONS,INFO,SUBSCRIBE,UPDATE,PRACK,MESSAGE
  92. Content-Type: application/sdp
  93. Content-Length: 313
  94.  
  95. v=0
  96. o=101 8000 8001 IN IP4 192.168.1.150
  97. s=SIP Call
  98. c=IN IP4 192.168.1.150
  99. t=0 0
  100. m=audio 5014 RTP/AVP 9 18 8 0 2 101
  101. a=sendrecv
  102. a=rtpmap:9 G722/8000
  103. a=rtpmap:18 G729/8000
  104. a=rtpmap:8 PCMA/8000
  105. a=rtpmap:0 PCMU/8000
  106. a=rtpmap:2 G726-32/8000
  107. a=ptime:20
  108. a=rtpmap:101 telephone-event/8000
  109. a=fmtp:101 0-11
  110. <------------->
  111. --- (16 headers 15 lines) ---
  112. Sending to 192.168.1.150:5060 (NAT)
  113. Using INVITE request as basis request - [email protected]
  114. Found peer '101' for '101' from 192.168.1.150:5060
  115. Found RTP audio format 9
  116. Found RTP audio format 18
  117. Found RTP audio format 8
  118. Found RTP audio format 0
  119. Found RTP audio format 2
  120. Found RTP audio format 101
  121. Found audio description format G722 for ID 9
  122. Found audio description format G729 for ID 18
  123. Found audio description format PCMA for ID 8
  124. Found audio description format PCMU for ID 0
  125. Found audio description format G726-32 for ID 2
  126. Found audio description format telephone-event for ID 101
  127. Capabilities: us - 0xe (gsm|ulaw|alaw), peer - audio=0x190c (ulaw|alaw|g726|g729|g722)/video=0x0 (nothing)/text=0x0 (nothing), combined - 0xc (ulaw|alaw)
  128. Non-codec capabilities (dtmf): us - 0x1 (telephone-event|), peer - 0x1 (telephone-event|), combined - 0x1 (telephone-event|)
  129. Peer audio RTP is at port 192.168.1.150:5014
  130. Looking for 06XXXXXXXX in SIP-PHONE-5171585574ee5e5a8ba8f6 (domain 192.168.1.200)
  131. list_route: hop: <sip:[email protected]:5060;transport=udp>
  132.  
  133. <--- Transmitting (NAT) to 192.168.1.150:5060 --->
  134. SIP/2.0 100 Trying
  135. Via: SIP/2.0/UDP 192.168.1.150:5060;branch=z9hG4bKb82faf11bd292194;received=192.168.1.150;rport=5060
  136. From: "Florent TOTOR" <sip:[email protected]>;tag=ba6dba2dbe613f58
  137. CSeq: 33405 INVITE
  138. Server: AskoziaPBX
  139. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
  140. Supported: replaces, timer
  141. Contact: <sip:[email protected]:5060>
  142. Content-Length: 0
  143.  
  144.  
  145. <------------>
  146. Audio is at 5060
  147. Adding codec 0x4 (ulaw) to SDP
  148. Adding codec 0x8 (alaw) to SDP
  149. Adding codec 0x2 (gsm) to SDP
  150. Adding non-codec 0x1 (telephone-event) to SDP
  151. Reliably Transmitting (NAT) to 91.121.129.17:5060:
  152. INVITE sip:[email protected] SIP/2.0
  153. Via: SIP/2.0/UDP 10.192.26.204:5060;branch=z9hG4bK3e7cd865;rport
  154. Max-Forwards: 70
  155. From: "Default Extension" <sip:[email protected]>;tag=as4523e5ab
  156. Contact: <sip:[email protected]:5060>
  157. CSeq: 102 INVITE
  158. User-Agent: AskoziaPBX
  159. Date: Mon, 12 Dec 2011 11:48:06 GMT
  160. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
  161. Supported: replaces, timer
  162. Content-Type: application/sdp
  163. Content-Length: 285
  164.  
  165. v=0
  166. o=root 1595019147 1595019147 IN IP4 10.192.26.204
  167. s=Asterisk PBX 1.8.4.4
  168. c=IN IP4 10.192.26.204
  169. t=0 0
  170. m=audio 10072 RTP/AVP 0 8 3 101
  171. a=rtpmap:0 PCMU/8000
  172. a=rtpmap:8 PCMA/8000
  173. a=rtpmap:3 GSM/8000
  174. a=rtpmap:101 telephone-event/8000
  175. a=fmtp:101 0-16
  176. a=ptime:20
  177. a=sendrecv
  178.  
  179. ---
  180. Retransmitting #1 (NAT) to 91.121.129.17:5060:
  181. INVITE sip:[email protected] SIP/2.0
  182. Via: SIP/2.0/UDP 10.192.26.204:5060;branch=z9hG4bK3e7cd865;rport
  183. Max-Forwards: 70
  184. From: "Default Extension" <sip:[email protected]>;tag=as4523e5ab
  185. Contact: <sip:[email protected]:5060>
  186. CSeq: 102 INVITE
  187. User-Agent: AskoziaPBX
  188. Date: Mon, 12 Dec 2011 11:48:06 GMT
  189. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
  190. Supported: replaces, timer
  191. Content-Type: application/sdp
  192. Content-Length: 285
  193.  
  194. v=0
  195. o=root 1595019147 1595019147 IN IP4 10.192.26.204
  196. s=Asterisk PBX 1.8.4.4
  197. c=IN IP4 10.192.26.204
  198. t=0 0
  199. m=audio 10072 RTP/AVP 0 8 3 101
  200. a=rtpmap:0 PCMU/8000
  201. a=rtpmap:8 PCMA/8000
  202. a=rtpmap:3 GSM/8000
  203. a=rtpmap:101 telephone-event/8000
  204. a=fmtp:101 0-16
  205. a=ptime:20
  206. a=sendrecv
  207.  
  208. ---
  209.  
  210. <--- SIP read from UDP:91.121.129.17:5060 --->
  211. SIP/2.0 407 authentication required
  212. Allow: UPDATE,REFER,INFO
  213. Contact: <sip:[email protected]:5060;user=phone>
  214. CSeq: 102 INVITE
  215. From: "Default Extension" <sip:[email protected]>;tag=as4523e5ab
  216. Proxy-Authenticate: Digest realm="sip.ovh.net",nonce="0973b5c766fddd071e1927cd6756ac7d",opaque="0972c2e8159490c",stale=false,algorithm=MD5
  217. Server: Cirpack/v4.42j (gw_sip)
  218. To: <sip:[email protected]>;tag=00-07862-0973bb13-60144c9b0
  219. Via: SIP/2.0/UDP 10.192.26.204:5060;received=95.210.161.54;rport=5060;branch=z9hG4bK3e7cd865
  220. Content-Length: 0
  221.  
  222. <------------->
  223. --- (11 headers 0 lines) ---
  224. Transmitting (NAT) to 91.121.129.17:5060:
  225. ACK sip:[email protected] SIP/2.0
  226. Via: SIP/2.0/UDP 10.192.26.204:5060;branch=z9hG4bK3e7cd865;rport
  227. Max-Forwards: 70
  228. From: "Default Extension" <sip:[email protected]>;tag=as4523e5ab
  229. To: <sip:[email protected]>;tag=00-07862-0973bb13-60144c9b0
  230. Contact: <sip:[email protected]:5060>
  231. CSeq: 102 ACK
  232. User-Agent: AskoziaPBX
  233. Content-Length: 0
  234.  
  235.  
  236. ---
  237. Audio is at 5060
  238. Adding codec 0x4 (ulaw) to SDP
  239. Adding codec 0x8 (alaw) to SDP
  240. Adding codec 0x2 (gsm) to SDP
  241. Adding non-codec 0x1 (telephone-event) to SDP
  242. Reliably Transmitting (NAT) to 91.121.129.17:5060:
  243. INVITE sip:[email protected] SIP/2.0
  244. Via: SIP/2.0/UDP 10.192.26.204:5060;branch=z9hG4bK0b23a06a;rport
  245. Max-Forwards: 70
  246. From: "Default Extension" <sip:[email protected]>;tag=as4523e5ab
  247. Contact: <sip:[email protected]:5060>
  248. CSeq: 103 INVITE
  249. User-Agent: AskoziaPBX
  250. Proxy-Authorization: Digest username="0033183643585", realm="sip.ovh.net", algorithm=MD5, uri="sip:[email protected]", nonce="0973b5c766fddd071e1927cd6756ac7d", response="8d1362978804f22773300724ae9822ef", opaque="0972c2e8159490c"
  251. Date: Mon, 12 Dec 2011 11:48:07 GMT
  252. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
  253. Supported: replaces, timer
  254. Content-Type: application/sdp
  255. Content-Length: 285
  256.  
  257. v=0
  258. o=root 1595019147 1595019148 IN IP4 10.192.26.204
  259. s=Asterisk PBX 1.8.4.4
  260. c=IN IP4 10.192.26.204
  261. t=0 0
  262. m=audio 10072 RTP/AVP 0 8 3 101
  263. a=rtpmap:0 PCMU/8000
  264. a=rtpmap:8 PCMA/8000
  265. a=rtpmap:3 GSM/8000
  266. a=rtpmap:101 telephone-event/8000
  267. a=fmtp:101 0-16
  268. a=ptime:20
  269. a=sendrecv
  270.  
  271. ---
  272.  
  273. <--- SIP read from UDP:91.121.129.17:5060 --->
  274. SIP/2.0 407 authentication required
  275. Allow: UPDATE,REFER,INFO
  276. Contact: <sip:[email protected]:5060;user=phone>
  277. CSeq: 102 INVITE
  278. From: "Default Extension" <sip:[email protected]>;tag=as4523e5ab
  279. Proxy-Authenticate: Digest realm="sip.ovh.net",nonce="0973b5c766fddd071e1927cd6756ac7d",opaque="0972c2e8159490c",stale=false,algorithm=MD5
  280. Server: Cirpack/v4.42j (gw_sip)
  281. To: <sip:[email protected]>;tag=00-07862-0973bb13-60144c9b0
  282. Via: SIP/2.0/UDP 10.192.26.204:5060;received=95.210.161.54;rport=5060;branch=z9hG4bK3e7cd865
  283. Content-Length: 0
  284.  
  285. <------------->
  286. --- (11 headers 0 lines) ---
  287. Transmitting (NAT) to 91.121.129.17:5060:
  288. ACK sip:[email protected] SIP/2.0
  289. Via: SIP/2.0/UDP 10.192.26.204:5060;branch=z9hG4bK0b23a06a;rport
  290. Max-Forwards: 70
  291. From: "Default Extension" <sip:[email protected]>;tag=as4523e5ab
  292. Contact: <sip:[email protected]:5060>
  293. CSeq: 102 ACK
  294. User-Agent: AskoziaPBX
  295. Content-Length: 0
  296.  
  297.  
  298. ---
  299. Retransmitting #1 (NAT) to 91.121.129.17:5060:
  300. INVITE sip:[email protected] SIP/2.0
  301. Via: SIP/2.0/UDP 10.192.26.204:5060;branch=z9hG4bK0b23a06a;rport
  302. Max-Forwards: 70
  303. From: "Default Extension" <sip:[email protected]>;tag=as4523e5ab
  304. Contact: <sip:[email protected]:5060>
  305. CSeq: 103 INVITE
  306. User-Agent: AskoziaPBX
  307. Proxy-Authorization: Digest username="0033183643585", realm="sip.ovh.net", algorithm=MD5, uri="sip:[email protected]", nonce="0973b5c766fddd071e1927cd6756ac7d", response="8d1362978804f22773300724ae9822ef", opaque="0972c2e8159490c"
  308. Date: Mon, 12 Dec 2011 11:48:07 GMT
  309. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
  310. Supported: replaces, timer
  311. Content-Type: application/sdp
  312. Content-Length: 285
  313.  
  314. v=0
  315. o=root 1595019147 1595019148 IN IP4 10.192.26.204
  316. s=Asterisk PBX 1.8.4.4
  317. c=IN IP4 10.192.26.204
  318. t=0 0
  319. m=audio 10072 RTP/AVP 0 8 3 101
  320. a=rtpmap:0 PCMU/8000
  321. a=rtpmap:8 PCMA/8000
  322. a=rtpmap:3 GSM/8000
  323. a=rtpmap:101 telephone-event/8000
  324. a=fmtp:101 0-16
  325. a=ptime:20
  326. a=sendrecv
  327.  
  328. ---
  329.  
  330. <--- SIP read from UDP:91.121.129.17:5060 --->
  331. SIP/2.0 100 Trying
  332. Allow: UPDATE,REFER,INFO
  333. Contact: <sip:91.121.129.17:5060>
  334. CSeq: 103 INVITE
  335. From: "Default Extension" <sip:[email protected]>;tag=as4523e5ab
  336. Server: Cirpack/v4.42j (gw_sip)
  337. Via: SIP/2.0/UDP 10.192.26.204:5060;received=95.210.161.54;rport=5060;branch=z9hG4bK0b23a06a
  338. Content-Length: 0
  339.  
  340. <------------->
  341. --- (10 headers 0 lines) ---
  342.  
  343. <--- SIP read from UDP:192.168.1.150:5060 --->
  344. CANCEL sip:[email protected] SIP/2.0
  345. Via: SIP/2.0/UDP 192.168.1.150:5060;branch=z9hG4bKb82faf11bd292194
  346. From: "Florent TOTOR" <sip:[email protected]>;tag=ba6dba2dbe613f58
  347. Supported: path
  348. X-Grandstream-PBX: true
  349. CSeq: 33405 CANCEL
  350. User-Agent: Grandstream GXP1200 1.2.5.3
  351. Max-Forwards: 70
  352. Allow: INVITE,ACK,CANCEL,BYE,NOTIFY,REFER,OPTIONS,INFO,SUBSCRIBE,UPDATE,PRACK,MESSAGE
  353. Content-Length: 0
  354.  
  355. <------------->
  356. --- (12 headers 0 lines) ---
  357. Sending to 192.168.1.150:5060 (NAT)
  358.  
  359. <--- Reliably Transmitting (NAT) to 192.168.1.150:5060 --->
  360. SIP/2.0 487 Request Terminated
  361. Via: SIP/2.0/UDP 192.168.1.150:5060;branch=z9hG4bKb82faf11bd292194;received=192.168.1.150;rport=5060
  362. From: "Florent TOTOR" <sip:[email protected]>;tag=ba6dba2dbe613f58
  363. To: <sip:[email protected]>;tag=as0683db8c
  364. CSeq: 33405 INVITE
  365. Server: AskoziaPBX
  366. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
  367. Supported: replaces, timer
  368. Content-Length: 0
  369.  
  370.  
  371. <------------>
  372.  
  373. <--- Transmitting (NAT) to 192.168.1.150:5060 --->
  374. SIP/2.0 200 OK
  375. Via: SIP/2.0/UDP 192.168.1.150:5060;branch=z9hG4bKb82faf11bd292194;received=192.168.1.150;rport=5060
  376. From: "Florent TOTOR" <sip:[email protected]>;tag=ba6dba2dbe613f58
  377. To: <sip:[email protected]>;tag=as0683db8c
  378. CSeq: 33405 CANCEL
  379. Server: AskoziaPBX
  380. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
  381. Supported: replaces, timer
  382. Content-Length: 0
  383.  
  384.  
  385. <------------>
  386. Scheduling destruction of SIP dialog '[email protected]' in 53440 ms (Method: INVITE)
  387. Retransmitting #1 (NAT) to 192.168.1.150:5060:
  388. SIP/2.0 487 Request Terminated
  389. Via: SIP/2.0/UDP 192.168.1.150:5060;branch=z9hG4bKb82faf11bd292194;received=192.168.1.150;rport=5060
  390. From: "Florent TOTOR" <sip:[email protected]>;tag=ba6dba2dbe613f58
  391. To: <sip:[email protected]>;tag=as0683db8c
  392. CSeq: 33405 INVITE
  393. Server: AskoziaPBX
  394. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
  395. Supported: replaces, timer
  396. Content-Length: 0
  397.  
  398.  
  399. ---
  400.  
  401. <--- SIP read from UDP:192.168.1.150:5060 --->
  402. ACK sip:[email protected] SIP/2.0
  403. Via: SIP/2.0/UDP 192.168.1.150:5060;branch=z9hG4bKb82faf11bd292194
  404. From: "Florent TOTOR" <sip:[email protected]>;tag=ba6dba2dbe613f58
  405. To: <sip:[email protected]>;tag=as0683db8c
  406. Contact: <sip:[email protected]:5060;transport=udp>
  407. Supported: path
  408. X-Grandstream-PBX: true
  409. Authorization: Digest username="101", realm="asterisk", algorithm=MD5, uri="sip:[email protected]", nonce="75a6cfa2", response="56ea22283ad59cd23789e02653c31800"
  410. CSeq: 33405 ACK
  411. User-Agent: Grandstream GXP1200 1.2.5.3
  412. Max-Forwards: 70
  413. Allow: INVITE,ACK,CANCEL,BYE,NOTIFY,REFER,OPTIONS,INFO,SUBSCRIBE,UPDATE,PRACK,MESSAGE
  414. Content-Length: 0
  415.  
  416. <------------->
  417. --- (14 headers 0 lines) ---
  418. Really destroying SIP dialog '[email protected]' Method: ACK
  419. Really destroying SIP dialog '[email protected]' Method: REGISTER
Add Comment
Please, Sign In to add comment