tuxmartin

asterisk sip log

Nov 12th, 2015
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.19 KB | None | 0 0
  1. root@voip:~# asterisk -r
  2. Asterisk 13.6.0, Copyright (C) 1999 - 2014, Digium, Inc. and others.
  3. Created by Mark Spencer <[email protected]>
  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 13.6.0 currently running on voip (pid = 32018)
  10. voip*CLI> sip set debug on
  11. SIP Debugging enabled
  12. Retransmitting #6 (NAT) to 155.94.64.34:5089:
  13. SIP/2.0 401 Unauthorized
  14. Via: SIP/2.0/UDP 155.94.64.34:5089;branch=z9hG4bK-0575c362977ea6340ca6fcbe6260b446;received=155.94.64.34;rport=5089
  15. From: 101<sip:[email protected]>;tag=8a359551
  16. To: 991130972597723173<sip:[email protected]>;tag=as1e4415a6
  17. Call-ID: 0575c362977ea6340ca6fcbe6260b446
  18. CSeq: 1 INVITE
  19. Server: Asterisk PBX 13.6.0
  20. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  21. Supported: replaces, timer
  22. WWW-Authenticate: Digest algorithm=MD5, realm="asterisk", nonce="54467743"
  23. Content-Length: 0
  24.  
  25.  
  26. ---
  27.  
  28. <--- SIP read from UDP:89.190.50.140:39059 --->
  29. INVITE sip:[email protected] SIP/2.0
  30. Via: SIP/2.0/UDP 192.168.1.112:39059;rport;branch=z9hG4bK1595020550
  31. From: <sip:[email protected]>;tag=726823752
  32. Call-ID: 1937419984
  33. CSeq: 20 INVITE
  34. Contact: <sip:[email protected]:39059>
  35. Content-Type: application/sdp
  36. Allow: INVITE, ACK, BYE, OPTIONS, CANCEL, INFO, UPDATE, REFER, NOTIFY, MESSAGE
  37. Max-Forwards: 70
  38. User-Agent: antisip/5.1.0-549-g2028176-Oct-15-2015 amdroid/4.2.5 HM 1SW/4.4.4
  39. Subject: Talk
  40. Supported: 100rel, replaces
  41. Content-Length: 744
  42.  
  43. v=0
  44. o=amsip 1989349040 0 IN IP4 192.168.1.112
  45. s=talk
  46. c=IN IP4 192.168.1.112
  47. t=0 0
  48. m=audio 10000 RTP/AVP 98 105 100 97 99 103 0 8 101
  49. a=rtpmap:98 SILK/16000
  50. a=rtpmap:105 OPUS/48000/2
  51. a=fmtp:105 useinbandfec=1
  52. a=rtpmap:100 speex/16000
  53. a=fmtp:100 mode="6,any"
  54. a=rtpmap:97 SILK/8000
  55. a=rtpmap:99 speex/8000
  56. a=fmtp:99 mode="6,any"
  57. a=rtpmap:103 iLBC/8000
  58. a=fmtp:103 mode=30
  59. a=rtpmap:0 PCMU/8000
  60. a=rtpmap:8 PCMA/8000
  61. a=rtpmap:101 telephone-event/8000
  62. a=fmtp:101 0-15
  63. a=rtcp-mux
  64. m=video 10020 RTP/AVP 118 117 116 115 34
  65. b=AS:128
  66. a=rtpmap:118 VP8/90000
  67. a=rtpmap:117 H264/90000
  68. a=fmtp:117 profile-level-id=42800c; packetization-mode=1
  69. a=rtpmap:116 MP4V-ES/90000
  70. a=rtpmap:115 H263-1998/90000
  71. a=rtpmap:34 H263/90000
  72. a=rtcp-mux
  73. <------------->
  74. --- (14 headers 30 lines) ---
  75. Sending to 89.190.50.140:39059 (NAT)
  76. Sending to 89.190.50.140:39059 (NAT)
  77. Using INVITE request as basis request - 1937419984
  78. Found peer '100' for '100' from 89.190.50.140:39059
  79.  
  80. <--- Reliably Transmitting (NAT) to 89.190.50.140:39059 --->
  81. SIP/2.0 401 Unauthorized
  82. Via: SIP/2.0/UDP 192.168.1.112:39059;branch=z9hG4bK1595020550;received=89.190.50.140;rport=39059
  83. From: <sip:[email protected]>;tag=726823752
  84. To: <sip:[email protected]>;tag=as1d1f47bb
  85. Call-ID: 1937419984
  86. CSeq: 20 INVITE
  87. Server: Asterisk PBX 13.6.0
  88. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  89. Supported: replaces, timer
  90. WWW-Authenticate: Digest algorithm=MD5, realm="asterisk", nonce="34225d72"
  91. Content-Length: 0
  92.  
  93.  
  94. <------------>
  95. Scheduling destruction of SIP dialog '1937419984' in 32000 ms (Method: INVITE)
  96.  
  97. <--- SIP read from UDP:89.190.50.140:39059 --->
  98. ACK sip:[email protected] SIP/2.0
  99. Via: SIP/2.0/UDP 192.168.1.112:39059;rport;branch=z9hG4bK1595020550
  100. From: <sip:[email protected]>;tag=726823752
  101. To: <sip:[email protected]>;tag=as1d1f47bb
  102. Call-ID: 1937419984
  103. CSeq: 20 ACK
  104. Content-Length: 0
  105.  
  106. <------------->
  107. --- (7 headers 0 lines) ---
  108.  
  109. <--- SIP read from UDP:89.190.50.140:39059 --->
  110. INVITE sip:[email protected] SIP/2.0
  111. Via: SIP/2.0/UDP 192.168.1.112:39059;rport;branch=z9hG4bK938901029
  112. From: <sip:[email protected]>;tag=726823752
  113. Call-ID: 1937419984
  114. CSeq: 21 INVITE
  115. Contact: <sip:[email protected]:39059>
  116. Authorization: Digest username="100", realm="asterisk", nonce="34225d72", uri="sip:[email protected]", response="a36f5b293a0667c06d76504da7b5d857", algorithm=MD5
  117. Content-Type: application/sdp
  118. Allow: INVITE, ACK, BYE, OPTIONS, CANCEL, INFO, UPDATE, REFER, NOTIFY, MESSAGE
  119. Max-Forwards: 70
  120. User-Agent: antisip/5.1.0-549-g2028176-Oct-15-2015 amdroid/4.2.5 HM 1SW/4.4.4
  121. Subject: Talk
  122. Supported: 100rel, replaces
  123. Content-Length: 744
  124.  
  125. v=0
  126. o=amsip 1989349040 0 IN IP4 192.168.1.112
  127. s=talk
  128. c=IN IP4 192.168.1.112
  129. t=0 0
  130. m=audio 10000 RTP/AVP 98 105 100 97 99 103 0 8 101
  131. a=rtpmap:98 SILK/16000
  132. a=rtpmap:105 OPUS/48000/2
  133. a=fmtp:105 useinbandfec=1
  134. a=rtpmap:100 speex/16000
  135. a=fmtp:100 mode="6,any"
  136. a=rtpmap:97 SILK/8000
  137. a=rtpmap:99 speex/8000
  138. a=fmtp:99 mode="6,any"
  139. a=rtpmap:103 iLBC/8000
  140. a=fmtp:103 mode=30
  141. a=rtpmap:0 PCMU/8000
  142. a=rtpmap:8 PCMA/8000
  143. a=rtpmap:101 telephone-event/8000
  144. a=fmtp:101 0-15
  145. a=rtcp-mux
  146. m=video 10020 RTP/AVP 118 117 116 115 34
  147. b=AS:128
  148. a=rtpmap:118 VP8/90000
  149. a=rtpmap:117 H264/90000
  150. a=fmtp:117 profile-level-id=42800c; packetization-mode=1
  151. a=rtpmap:116 MP4V-ES/90000
  152. a=rtpmap:115 H263-1998/90000
  153. a=rtpmap:34 H263/90000
  154. a=rtcp-mux
  155. <------------->
  156. --- (15 headers 30 lines) ---
  157. Sending to 89.190.50.140:39059 (NAT)
  158. Using INVITE request as basis request - 1937419984
  159. Found peer '100' for '100' from 89.190.50.140:39059
  160. Found RTP audio format 98
  161. Found RTP audio format 105
  162. Found RTP audio format 100
  163. Found RTP audio format 97
  164. Found RTP audio format 99
  165. Found RTP audio format 103
  166. Found RTP audio format 0
  167. Found RTP audio format 8
  168. Found RTP audio format 101
  169. Found unknown media description format SILK for ID 98
  170. Found audio description format OPUS for ID 105
  171. Found audio description format speex for ID 100
  172. Found unknown media description format SILK for ID 97
  173. Found audio description format speex for ID 99
  174. Found audio description format iLBC for ID 103
  175. Found audio description format PCMU for ID 0
  176. Found audio description format PCMA for ID 8
  177. Found audio description format telephone-event for ID 101
  178. Found RTP video format 118
  179. Found RTP video format 117
  180. Found RTP video format 116
  181. Found RTP video format 115
  182. Found RTP video format 34
  183. Found video description format VP8 for ID 118
  184. Found video description format H264 for ID 117
  185. Found video description format MP4V-ES for ID 116
  186. Found video description format H263-1998 for ID 115
  187. Found video description format H263 for ID 34
  188. Capabilities: us - (ulaw|h263|gsm), peer - audio=(ulaw|alaw|speex|speex16|ilbc|opus)/video=(h263|h263p|mpeg4|h264|vp8)/text=(nothing), combined - (ulaw|h263)
  189. Non-codec capabilities (dtmf): us - 0x1 (telephone-event|), peer - 0x1 (telephone-event|), combined - 0x1 (telephone-event|)
  190. Peer audio RTP is at port 192.168.1.112:10000
  191. Peer video RTP is at port 192.168.1.112:10020
  192. Looking for 101 in pokus (domain eu.vancl.eu)
  193. sip_route_dump: route/path hop: <sip:[email protected]:39059>
  194.  
  195. <--- Transmitting (NAT) to 89.190.50.140:39059 --->
  196. SIP/2.0 100 Trying
  197. Via: SIP/2.0/UDP 192.168.1.112:39059;branch=z9hG4bK938901029;received=89.190.50.140;rport=39059
  198. From: <sip:[email protected]>;tag=726823752
  199. Call-ID: 1937419984
  200. CSeq: 21 INVITE
  201. Server: Asterisk PBX 13.6.0
  202. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  203. Supported: replaces, timer
  204. Contact: <sip:[email protected]:5060>
  205. Content-Length: 0
  206.  
  207.  
  208. <------------>
  209. Audio is at 10964
  210. Video is at 192.168.1.7:10272
  211. Adding codec ulaw to SDP
  212. Adding video codec h263 to SDP
  213. Adding codec gsm to SDP
  214. Adding non-codec 0x1 (telephone-event) to SDP
  215. Reliably Transmitting (NAT) to 89.190.50.140:5060:
  216. INVITE sip:[email protected]:5060 SIP/2.0
  217. Via: SIP/2.0/UDP 192.168.1.7:5060;branch=z9hG4bK3a997588;rport
  218. Max-Forwards: 70
  219. From: "(Testovaci uzivatel" <sip:[email protected]>;tag=as7a28997b
  220. To: <sip:[email protected]:5060>
  221. Contact: <sip:[email protected]:5060>
  222. Call-ID: [email protected]:5060
  223. CSeq: 102 INVITE
  224. User-Agent: Asterisk PBX 13.6.0
  225. Date: Thu, 12 Nov 2015 16:11:33 GMT
  226. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  227. Supported: replaces, timer
  228. Content-Type: application/sdp
  229. Content-Length: 332
  230.  
  231. v=0
  232. o=root 2143136553 2143136553 IN IP4 192.168.1.7
  233. s=Asterisk PBX 13.6.0
  234. c=IN IP4 192.168.1.7
  235. b=CT:384
  236. t=0 0
  237. m=audio 10964 RTP/AVP 0 3 101
  238. a=rtpmap:0 PCMU/8000
  239. a=rtpmap:3 GSM/8000
  240. a=rtpmap:101 telephone-event/8000
  241. a=fmtp:101 0-16
  242. a=maxptime:150
  243. a=sendrecv
  244. m=video 10272 RTP/AVP 34
  245. a=rtpmap:34 H263/90000
  246. a=sendrecv
  247.  
  248. ---
  249.  
  250. <--- SIP read from UDP:89.190.50.140:5060 --->
  251. SIP/2.0 100 Trying
  252. CSeq: 102 INVITE
  253. Via: SIP/2.0/UDP 192.168.1.7:5060;branch=z9hG4bK3a997588;rport=5060;received=93.89.146.5
  254. From: "(Testovaci uzivatel" <sip:[email protected]>;tag=as7a28997b
  255. Call-ID: [email protected]:5060
  256. To: <sip:[email protected]:5060>
  257. Content-Length: 0
  258.  
  259. <------------->
  260. --- (7 headers 0 lines) ---
  261.  
  262. <--- SIP read from UDP:89.190.50.140:5060 --->
  263. SIP/2.0 180 Ringing
  264. CSeq: 102 INVITE
  265. Via: SIP/2.0/UDP 192.168.1.7:5060;branch=z9hG4bK3a997588;rport=5060;received=93.89.146.5
  266. User-Agent: Ekiga/4.0.1
  267. From: "(Testovaci uzivatel" <sip:[email protected]>;tag=as7a28997b
  268. Call-ID: [email protected]:5060
  269. To: "101" <sip:[email protected]>;tag=22dba4b5-c587-e511-9b83-fcaa148f322d
  270. Contact: "101" <sip:[email protected]>
  271. Allow: INVITE,ACK,OPTIONS,BYE,CANCEL,SUBSCRIBE,NOTIFY,REFER,MESSAGE,INFO,PING,PRACK
  272. Content-Length: 0
  273.  
  274. <------------->
  275. --- (10 headers 0 lines) ---
  276. sip_route_dump: route/path hop: <sip:[email protected]>
  277.  
  278. <--- Transmitting (NAT) to 89.190.50.140:39059 --->
  279. SIP/2.0 180 Ringing
  280. Via: SIP/2.0/UDP 192.168.1.112:39059;branch=z9hG4bK938901029;received=89.190.50.140;rport=39059
  281. From: <sip:[email protected]>;tag=726823752
  282. To: <sip:[email protected]>;tag=as75b76746
  283. Call-ID: 1937419984
  284. CSeq: 21 INVITE
  285. Server: Asterisk PBX 13.6.0
  286. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  287. Supported: replaces, timer
  288. Contact: <sip:[email protected]:5060>
  289. Content-Length: 0
  290.  
  291.  
  292. <------------>
  293. Retransmitting #7 (NAT) to 155.94.64.34:5089:
  294. SIP/2.0 401 Unauthorized
  295. Via: SIP/2.0/UDP 155.94.64.34:5089;branch=z9hG4bK-0575c362977ea6340ca6fcbe6260b446;received=155.94.64.34;rport=5089
  296. From: 101<sip:[email protected]>;tag=8a359551
  297. To: 991130972597723173<sip:[email protected]>;tag=as1e4415a6
  298. Call-ID: 0575c362977ea6340ca6fcbe6260b446
  299. CSeq: 1 INVITE
  300. Server: Asterisk PBX 13.6.0
  301. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  302. Supported: replaces, timer
  303. WWW-Authenticate: Digest algorithm=MD5, realm="asterisk", nonce="54467743"
  304. Content-Length: 0
  305.  
  306.  
  307. ---
  308.  
  309. <--- SIP read from UDP:89.190.50.140:5060 --->
  310. SIP/2.0 200 OK
  311. CSeq: 102 INVITE
  312. Via: SIP/2.0/UDP 192.168.1.7:5060;branch=z9hG4bK3a997588;rport=5060;received=93.89.146.5
  313. User-Agent: Ekiga/4.0.1
  314. From: "(Testovaci uzivatel" <sip:[email protected]>;tag=as7a28997b
  315. Call-ID: [email protected]:5060
  316. To: "101" <sip:[email protected]>;tag=22dba4b5-c587-e511-9b83-fcaa148f322d
  317. Contact: "101" <sip:[email protected]>
  318. Allow: INVITE,ACK,OPTIONS,BYE,CANCEL,SUBSCRIBE,NOTIFY,REFER,MESSAGE,INFO,PING,PRACK
  319. Content-Length: 328
  320. Content-Type: application/sdp
  321.  
  322. v=0
  323. o=- 1447344693 1 IN IP4 89.190.50.140
  324. s=Ekiga/4.0.1
  325. c=IN IP4 89.190.50.140
  326. t=0 0
  327. m=audio 5066 RTP/AVP 0 101
  328. a=sendrecv
  329. a=rtpmap:0 PCMU/8000/1
  330. a=rtpmap:101 telephone-event/8000
  331. a=fmtp:101 0-16
  332. a=maxptime:240
  333. m=video 5068 RTP/AVP 34
  334. b=AS:4096
  335. b=TIAS:4096000
  336. a=recvonly
  337. a=rtpmap:34 H263/90000
  338. a=fmtp:34 QCIF=3
  339. <------------->
  340. --- (11 headers 17 lines) ---
  341. Found RTP audio format 0
  342. Found RTP audio format 101
  343. Found audio description format PCMU for ID 0
  344. Found audio description format telephone-event for ID 101
  345. Found RTP video format 34
  346. Found video description format H263 for ID 34
  347. Capabilities: us - (ulaw|h263|gsm), peer - audio=(ulaw)/video=(h263)/text=(nothing), combined - (ulaw|h263)
  348. Non-codec capabilities (dtmf): us - 0x1 (telephone-event|), peer - 0x1 (telephone-event|), combined - 0x1 (telephone-event|)
  349. Peer audio RTP is at port 89.190.50.140:5066
  350. Peer video RTP is at port 89.190.50.140:5068
  351. sip_route_dump: route/path hop: <sip:[email protected]>
  352. Transmitting (NAT) to 89.190.50.140:5060:
  353. ACK sip:[email protected] SIP/2.0
  354. Via: SIP/2.0/UDP 192.168.1.7:5060;branch=z9hG4bK75e4afb8;rport
  355. Max-Forwards: 70
  356. From: "(Testovaci uzivatel" <sip:[email protected]>;tag=as7a28997b
  357. To: <sip:[email protected]:5060>;tag=22dba4b5-c587-e511-9b83-fcaa148f322d
  358. Contact: <sip:[email protected]:5060>
  359. Call-ID: [email protected]:5060
  360. CSeq: 102 ACK
  361. User-Agent: Asterisk PBX 13.6.0
  362. Content-Length: 0
  363.  
  364.  
  365. ---
  366. Audio is at 10466
  367. Video is at 192.168.1.7:10800
  368. Adding codec ulaw to SDP
  369. Adding video codec h263 to SDP
  370. Adding codec gsm to SDP
  371. Adding non-codec 0x1 (telephone-event) to SDP
  372.  
  373. <--- Reliably Transmitting (NAT) to 89.190.50.140:39059 --->
  374. SIP/2.0 200 OK
  375. Via: SIP/2.0/UDP 192.168.1.112:39059;branch=z9hG4bK938901029;received=89.190.50.140;rport=39059
  376. From: <sip:[email protected]>;tag=726823752
  377. To: <sip:[email protected]>;tag=as75b76746
  378. Call-ID: 1937419984
  379. CSeq: 21 INVITE
  380. Server: Asterisk PBX 13.6.0
  381. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  382. Supported: replaces, timer
  383. Contact: <sip:[email protected]:5060>
  384. Content-Type: application/sdp
  385. Content-Length: 332
  386.  
  387. v=0
  388. o=root 1498995089 1498995089 IN IP4 192.168.1.7
  389. s=Asterisk PBX 13.6.0
  390. c=IN IP4 192.168.1.7
  391. b=CT:384
  392. t=0 0
  393. m=audio 10466 RTP/AVP 0 3 101
  394. a=rtpmap:0 PCMU/8000
  395. a=rtpmap:3 GSM/8000
  396. a=rtpmap:101 telephone-event/8000
  397. a=fmtp:101 0-16
  398. a=maxptime:150
  399. a=sendrecv
  400. m=video 10800 RTP/AVP 34
  401. a=rtpmap:34 H263/90000
  402. a=sendrecv
  403.  
  404. <------------>
  405. Audio is at 10964
  406. Video is at 192.168.1.112:10020
  407. Adding codec ulaw to SDP
  408. Adding video codec h263 to SDP
  409. Adding codec gsm to SDP
  410. Adding non-codec 0x1 (telephone-event) to SDP
  411. Reliably Transmitting (NAT) to 89.190.50.140:5060:
  412. INVITE sip:[email protected] SIP/2.0
  413. Via: SIP/2.0/UDP 192.168.1.7:5060;branch=z9hG4bK212a6db9;rport
  414. Max-Forwards: 70
  415. From: "(Testovaci uzivatel" <sip:[email protected]>;tag=as7a28997b
  416. To: <sip:[email protected]:5060>;tag=22dba4b5-c587-e511-9b83-fcaa148f322d
  417. Contact: <sip:[email protected]:5060>
  418. Call-ID: [email protected]:5060
  419. CSeq: 103 INVITE
  420. User-Agent: Asterisk PBX 13.6.0
  421. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  422. Supported: replaces, timer
  423. X-asterisk-Info: SIP re-invite (External RTP bridge)
  424. Content-Type: application/sdp
  425. Content-Length: 425
  426.  
  427. v=0
  428. o=root 2143136553 2143136554 IN IP4 192.168.1.112
  429. s=Asterisk PBX 13.6.0
  430. c=IN IP4 192.168.1.112
  431. b=CT:384
  432. t=0 0
  433. m=audio 10000 RTP/AVP 0 3 101
  434. a=rtpmap:0 PCMU/8000
  435. a=rtpmap:3 GSM/8000
  436. a=rtpmap:101 telephone-event/8000
  437. a=fmtp:101 0-16
  438. a=maxptime:150
  439. a=sendrecv
  440. m=video 10020 RTP/AVP 34
  441. a=rtpmap:34 H263/90000
  442. a=fmtp:34 SQCIF=0;QCIF=3;CIF=0;CIF4=0;CIF16=0;VGA=0;F=0;I=0;J=0;T=0;K=0;N=0;BPP=0;HRD=0
  443. a=sendrecv
  444.  
  445. ---
  446.  
  447. <--- SIP read from UDP:89.190.50.140:5060 --->
  448. SIP/2.0 100 Trying
  449. CSeq: 103 INVITE
  450. Via: SIP/2.0/UDP 192.168.1.7:5060;branch=z9hG4bK212a6db9;rport=5060;received=93.89.146.5
  451. From: "(Testovaci uzivatel" <sip:[email protected]>;tag=as7a28997b
  452. Call-ID: [email protected]:5060
  453. To: <sip:[email protected]:5060>;tag=22dba4b5-c587-e511-9b83-fcaa148f322d
  454. Content-Length: 0
  455.  
  456. <------------->
  457. --- (7 headers 0 lines) ---
  458.  
  459. <--- SIP read from UDP:89.190.50.140:5060 --->
  460. SIP/2.0 200 OK
  461. CSeq: 103 INVITE
  462. Via: SIP/2.0/UDP 192.168.1.7:5060;branch=z9hG4bK212a6db9;rport=5060;received=93.89.146.5
  463. User-Agent: Ekiga/4.0.1
  464. From: "(Testovaci uzivatel" <sip:[email protected]>;tag=as7a28997b
  465. Call-ID: [email protected]:5060
  466. To: "101" <sip:[email protected]:5060>;tag=22dba4b5-c587-e511-9b83-fcaa148f322d
  467. Contact: "101" <sip:[email protected]>
  468. Allow: INVITE,ACK,OPTIONS,BYE,CANCEL,SUBSCRIBE,NOTIFY,REFER,MESSAGE,INFO,PING,PRACK
  469. Content-Length: 328
  470. Content-Type: application/sdp
  471.  
  472. v=0
  473. o=- 1447344693 2 IN IP4 89.190.50.140
  474. s=Ekiga/4.0.1
  475. c=IN IP4 89.190.50.140
  476. t=0 0
  477. m=audio 5066 RTP/AVP 0 101
  478. a=sendrecv
  479. a=rtpmap:0 PCMU/8000/1
  480. a=rtpmap:101 telephone-event/8000
  481. a=fmtp:101 0-16
  482. a=maxptime:240
  483. m=video 5068 RTP/AVP 34
  484. b=AS:4096
  485. b=TIAS:4096000
  486. a=recvonly
  487. a=rtpmap:34 H263/90000
  488. a=fmtp:34 QCIF=3
  489. <------------->
  490. --- (11 headers 17 lines) ---
  491. Found RTP audio format 0
  492. Found RTP audio format 101
  493. Found audio description format PCMU for ID 0
  494. Found audio description format telephone-event for ID 101
  495. Found RTP video format 34
  496. Found video description format H263 for ID 34
  497. Capabilities: us - (ulaw|h263|gsm), peer - audio=(ulaw)/video=(h263)/text=(nothing), combined - (ulaw|h263)
  498. Non-codec capabilities (dtmf): us - 0x1 (telephone-event|), peer - 0x1 (telephone-event|), combined - 0x1 (telephone-event|)
  499. Peer audio RTP is at port 89.190.50.140:5066
  500. Peer video RTP is at port 89.190.50.140:5068
  501. Transmitting (NAT) to 89.190.50.140:5060:
  502. ACK sip:[email protected] SIP/2.0
  503. Via: SIP/2.0/UDP 192.168.1.7:5060;branch=z9hG4bK51ea1e97;rport
  504. Max-Forwards: 70
  505. From: "(Testovaci uzivatel" <sip:[email protected]>;tag=as7a28997b
  506. To: <sip:[email protected]:5060>;tag=22dba4b5-c587-e511-9b83-fcaa148f322d
  507. Contact: <sip:[email protected]:5060>
  508. Call-ID: [email protected]:5060
  509. CSeq: 103 ACK
  510. User-Agent: Asterisk PBX 13.6.0
  511. Content-Length: 0
  512.  
  513.  
  514. ---
  515. Retransmitting #1 (NAT) to 89.190.50.140:39059:
  516. SIP/2.0 200 OK
  517. Via: SIP/2.0/UDP 192.168.1.112:39059;branch=z9hG4bK938901029;received=89.190.50.140;rport=39059
  518. From: <sip:[email protected]>;tag=726823752
  519. To: <sip:[email protected]>;tag=as75b76746
  520. Call-ID: 1937419984
  521. CSeq: 21 INVITE
  522. Server: Asterisk PBX 13.6.0
  523. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  524. Supported: replaces, timer
  525. Contact: <sip:[email protected]:5060>
  526. Content-Type: application/sdp
  527. Content-Length: 332
  528.  
  529. v=0
  530. o=root 1498995089 1498995089 IN IP4 192.168.1.7
  531. s=Asterisk PBX 13.6.0
  532. c=IN IP4 192.168.1.7
  533. b=CT:384
  534. t=0 0
  535. m=audio 10466 RTP/AVP 0 3 101
  536. a=rtpmap:0 PCMU/8000
  537. a=rtpmap:3 GSM/8000
  538. a=rtpmap:101 telephone-event/8000
  539. a=fmtp:101 0-16
  540. a=maxptime:150
  541. a=sendrecv
  542. m=video 10800 RTP/AVP 34
  543. a=rtpmap:34 H263/90000
  544. a=sendrecv
  545.  
  546. ---
  547. Retransmitting #2 (NAT) to 89.190.50.140:39059:
  548. SIP/2.0 200 OK
  549. Via: SIP/2.0/UDP 192.168.1.112:39059;branch=z9hG4bK938901029;received=89.190.50.140;rport=39059
  550. From: <sip:[email protected]>;tag=726823752
  551. To: <sip:[email protected]>;tag=as75b76746
  552. Call-ID: 1937419984
  553. CSeq: 21 INVITE
  554. Server: Asterisk PBX 13.6.0
  555. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  556. Supported: replaces, timer
  557. Contact: <sip:[email protected]:5060>
  558. Content-Type: application/sdp
  559. Content-Length: 332
  560.  
  561. v=0
  562. o=root 1498995089 1498995089 IN IP4 192.168.1.7
  563. s=Asterisk PBX 13.6.0
  564. c=IN IP4 192.168.1.7
  565. b=CT:384
  566. t=0 0
  567. m=audio 10466 RTP/AVP 0 3 101
  568. a=rtpmap:0 PCMU/8000
  569. a=rtpmap:3 GSM/8000
  570. a=rtpmap:101 telephone-event/8000
  571. a=fmtp:101 0-16
  572. a=maxptime:150
  573. a=sendrecv
  574. m=video 10800 RTP/AVP 34
  575. a=rtpmap:34 H263/90000
  576. a=sendrecv
  577.  
  578. ---
  579.  
  580. <--- SIP read from UDP:89.190.50.140:5060 --->
  581. OPTIONS sip:[email protected] SIP/2.0
  582. Route: <sip:93.89.146.5:5060;lr>
  583. CSeq: 67 OPTIONS
  584. Via: SIP/2.0/UDP 192.168.1.146:5060;branch=z9hG4bK8ccb37b9-c587-e511-9b83-fcaa148f322d;rport
  585. User-Agent: Ekiga/4.0.1
  586. From: <sip:[email protected]>;tag=70c937b9-c587-e511-9b83-fcaa148f322d
  587. Call-ID: 0cbf37b9-c587-e511-9b83-fcaa148f322d@meo2
  588. Accept: application/sdp, application/media_control+xml, application/dtmf, application/dtmf-relay
  589. Allow: INVITE,ACK,OPTIONS,BYE,CANCEL,SUBSCRIBE,NOTIFY,REFER,MESSAGE,INFO,PING,PRACK
  590. Expires: 0
  591. Content-Length: 0
  592. Max-Forwards: 70
  593.  
  594. <------------->
  595. --- (13 headers 0 lines) ---
  596. Sending to 89.190.50.140:5060 (NAT)
  597. Looking for 102 in public (domain eu.vancl.eu)
  598.  
  599. <--- Transmitting (NAT) to 89.190.50.140:5060 --->
  600. SIP/2.0 404 Not Found
  601. Via: SIP/2.0/UDP 192.168.1.146:5060;branch=z9hG4bK8ccb37b9-c587-e511-9b83-fcaa148f322d;received=89.190.50.140;rport=5060
  602. From: <sip:[email protected]>;tag=70c937b9-c587-e511-9b83-fcaa148f322d
  603. To: <sip:[email protected]>;tag=as6661812b
  604. Call-ID: 0cbf37b9-c587-e511-9b83-fcaa148f322d@meo2
  605. CSeq: 67 OPTIONS
  606. Server: Asterisk PBX 13.6.0
  607. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  608. Supported: replaces, timer
  609. Accept: application/sdp
  610. Content-Length: 0
  611.  
  612.  
  613. <------------>
  614. Scheduling destruction of SIP dialog '0cbf37b9-c587-e511-9b83-fcaa148f322d@meo2' in 32000 ms (Method: OPTIONS)
  615.  
  616. <--- SIP read from UDP:89.190.50.140:5060 --->
  617. OPTIONS sip:[email protected] SIP/2.0
  618. Route: <sip:93.89.146.5:5060;lr>
  619. CSeq: 68 OPTIONS
  620. Via: SIP/2.0/UDP 192.168.1.146:5060;branch=z9hG4bK38e837b9-c587-e511-9b83-fcaa148f322d;rport
  621. User-Agent: Ekiga/4.0.1
  622. From: <sip:[email protected]>;tag=76e637b9-c587-e511-9b83-fcaa148f322d
  623. Call-ID: a6de37b9-c587-e511-9b83-fcaa148f322d@meo2
  624. Accept: application/sdp, application/media_control+xml, application/dtmf, application/dtmf-relay
  625. Allow: INVITE,ACK,OPTIONS,BYE,CANCEL,SUBSCRIBE,NOTIFY,REFER,MESSAGE,INFO,PING,PRACK
  626. Expires: 0
  627. Content-Length: 0
  628. Max-Forwards: 70
  629.  
  630. <------------->
  631. --- (13 headers 0 lines) ---
  632. Sending to 89.190.50.140:5060 (NAT)
  633. Looking for 101 in public (domain eu.vancl.eu)
  634.  
  635. <--- Transmitting (NAT) to 89.190.50.140:5060 --->
  636. SIP/2.0 404 Not Found
  637. Via: SIP/2.0/UDP 192.168.1.146:5060;branch=z9hG4bK38e837b9-c587-e511-9b83-fcaa148f322d;received=89.190.50.140;rport=5060
  638. From: <sip:[email protected]>;tag=76e637b9-c587-e511-9b83-fcaa148f322d
  639. To: <sip:[email protected]>;tag=as46ba0e06
  640. Call-ID: a6de37b9-c587-e511-9b83-fcaa148f322d@meo2
  641. CSeq: 68 OPTIONS
  642. Server: Asterisk PBX 13.6.0
  643. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  644. Supported: replaces, timer
  645. Accept: application/sdp
  646. Content-Length: 0
  647.  
  648.  
  649. <------------>
  650. Scheduling destruction of SIP dialog 'a6de37b9-c587-e511-9b83-fcaa148f322d@meo2' in 32000 ms (Method: OPTIONS)
  651.  
  652. <--- SIP read from UDP:89.190.50.140:5060 --->
  653. PUBLISH sip:[email protected] SIP/2.0
  654. CSeq: 69 PUBLISH
  655. Via: SIP/2.0/UDP 192.168.1.146:5060;branch=z9hG4bK2616e4b9-c587-e511-9b83-fcaa148f322d;rport
  656. User-Agent: Ekiga/4.0.1
  657. From: <sip:[email protected]>
  658. Call-ID: 96496414-c587-e511-9b83-fcaa148f322d@meo2
  659. Expires: 300
  660. Event: presence
  661. Content-Length: 482
  662. Content-Type: application/pidf+xml
  663. Max-Forwards: 70
  664.  
  665. <?xml version="1.0" encoding="UTF-8"?>
  666. <presence xmlns="urn:ietf:params:xml:ns:pidf" xmlns:dm="urn:ietf:params:xml:ns:pidf:data-model" xmlns:rpid="urn:ietf:params:xml:ns:pidf:rpid" entity="pres:[email protected]"> <tuple id="TB628D577"> <status> <basic>open</basic> </status> <contact priority="1">sip:[email protected]</contact> <note>I&apos;m available using Ekiga</note> <timestamp>2015-11-12T17:07:21+01:00</timestamp> </tuple>
  667. </presence>
  668. <------------->
  669. --- (12 headers 3 lines) ---
  670. Retransmitting #3 (NAT) to 89.190.50.140:39059:
  671. SIP/2.0 200 OK
  672. Via: SIP/2.0/UDP 192.168.1.112:39059;branch=z9hG4bK938901029;received=89.190.50.140;rport=39059
  673. From: <sip:[email protected]>;tag=726823752
  674. To: <sip:[email protected]>;tag=as75b76746
  675. Call-ID: 1937419984
  676. CSeq: 21 INVITE
  677. Server: Asterisk PBX 13.6.0
  678. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  679. Supported: replaces, timer
  680. Contact: <sip:[email protected]:5060>
  681. Content-Type: application/sdp
  682. Content-Length: 332
  683.  
  684. v=0
  685. o=root 1498995089 1498995089 IN IP4 192.168.1.7
  686. s=Asterisk PBX 13.6.0
  687. c=IN IP4 192.168.1.7
  688. b=CT:384
  689. t=0 0
  690. m=audio 10466 RTP/AVP 0 3 101
  691. a=rtpmap:0 PCMU/8000
  692. a=rtpmap:3 GSM/8000
  693. a=rtpmap:101 telephone-event/8000
  694. a=fmtp:101 0-16
  695. a=maxptime:150
  696. a=sendrecv
  697. m=video 10800 RTP/AVP 34
  698. a=rtpmap:34 H263/90000
  699. a=sendrecv
  700.  
  701. ---
  702.  
  703. <--- SIP read from UDP:89.190.50.140:5060 --->
  704. PUBLISH sip:[email protected] SIP/2.0
  705. CSeq: 69 PUBLISH
  706. Via: SIP/2.0/UDP 192.168.1.146:5060;branch=z9hG4bK2616e4b9-c587-e511-9b83-fcaa148f322d;rport
  707. User-Agent: Ekiga/4.0.1
  708. From: <sip:[email protected]>
  709. Call-ID: 96496414-c587-e511-9b83-fcaa148f322d@meo2
  710. Expires: 300
  711. Event: presence
  712. Content-Length: 482
  713. Content-Type: application/pidf+xml
  714. Max-Forwards: 70
  715.  
  716. <?xml version="1.0" encoding="UTF-8"?>
  717. <presence xmlns="urn:ietf:params:xml:ns:pidf" xmlns:dm="urn:ietf:params:xml:ns:pidf:data-model" xmlns:rpid="urn:ietf:params:xml:ns:pidf:rpid" entity="pres:[email protected]"> <tuple id="TB628D577"> <status> <basic>open</basic> </status> <contact priority="1">sip:[email protected]</contact> <note>I&apos;m available using Ekiga</note> <timestamp>2015-11-12T17:07:21+01:00</timestamp> </tuple>
  718. </presence>
  719. <------------->
  720. --- (12 headers 3 lines) ---
  721. Retransmitting #8 (NAT) to 155.94.64.34:5089:
  722. SIP/2.0 401 Unauthorized
  723. Via: SIP/2.0/UDP 155.94.64.34:5089;branch=z9hG4bK-0575c362977ea6340ca6fcbe6260b446;received=155.94.64.34;rport=5089
  724. From: 101<sip:[email protected]>;tag=8a359551
  725. To: 991130972597723173<sip:[email protected]>;tag=as1e4415a6
  726. Call-ID: 0575c362977ea6340ca6fcbe6260b446
  727. CSeq: 1 INVITE
  728. Server: Asterisk PBX 13.6.0
  729. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  730. Supported: replaces, timer
  731. WWW-Authenticate: Digest algorithm=MD5, realm="asterisk", nonce="54467743"
  732. Content-Length: 0
  733.  
  734.  
  735. ---
  736. Really destroying SIP dialog '562256a7-c587-e511-9b83-fcaa148f322d@meo2' Method: OPTIONS
  737. Really destroying SIP dialog 'b44156a7-c587-e511-9b83-fcaa148f322d@meo2' Method: OPTIONS
  738.  
  739. <--- SIP read from UDP:89.190.50.140:5060 --->
  740. PUBLISH sip:[email protected] SIP/2.0
  741. CSeq: 69 PUBLISH
  742. Via: SIP/2.0/UDP 192.168.1.146:5060;branch=z9hG4bK2616e4b9-c587-e511-9b83-fcaa148f322d;rport
  743. User-Agent: Ekiga/4.0.1
  744. From: <sip:[email protected]>
  745. Call-ID: 96496414-c587-e511-9b83-fcaa148f322d@meo2
  746. Expires: 300
  747. Event: presence
  748. Content-Length: 482
  749. Content-Type: application/pidf+xml
  750. Max-Forwards: 70
  751.  
  752. <?xml version="1.0" encoding="UTF-8"?>
  753. <presence xmlns="urn:ietf:params:xml:ns:pidf" xmlns:dm="urn:ietf:params:xml:ns:pidf:data-model" xmlns:rpid="urn:ietf:params:xml:ns:pidf:rpid" entity="pres:[email protected]"> <tuple id="TB628D577"> <status> <basic>open</basic> </status> <contact priority="1">sip:[email protected]</contact> <note>I&apos;m available using Ekiga</note> <timestamp>2015-11-12T17:07:21+01:00</timestamp> </tuple>
  754. </presence>
  755. <------------->
  756. --- (12 headers 3 lines) ---
  757.  
  758. <--- SIP read from UDP:89.190.50.140:5060 --->
  759. PUBLISH sip:[email protected] SIP/2.0
  760. CSeq: 69 PUBLISH
  761. Via: SIP/2.0/UDP 192.168.1.146:5060;branch=z9hG4bK2616e4b9-c587-e511-9b83-fcaa148f322d;rport
  762. User-Agent: Ekiga/4.0.1
  763. From: <sip:[email protected]>
  764. Call-ID: 96496414-c587-e511-9b83-fcaa148f322d@meo2
  765. Expires: 300
  766. Event: presence
  767. Content-Length: 482
  768. Content-Type: application/pidf+xml
  769. Max-Forwards: 70
  770.  
  771. <?xml version="1.0" encoding="UTF-8"?>
  772. <presence xmlns="urn:ietf:params:xml:ns:pidf" xmlns:dm="urn:ietf:params:xml:ns:pidf:data-model" xmlns:rpid="urn:ietf:params:xml:ns:pidf:rpid" entity="pres:[email protected]"> <tuple id="TB628D577"> <status> <basic>open</basic> </status> <contact priority="1">sip:[email protected]</contact> <note>I&apos;m available using Ekiga</note> <timestamp>2015-11-12T17:07:21+01:00</timestamp> </tuple>
  773. </presence>
  774. <------------->
  775. --- (12 headers 3 lines) ---
  776. Retransmitting #4 (NAT) to 89.190.50.140:39059:
  777. SIP/2.0 200 OK
  778. Via: SIP/2.0/UDP 192.168.1.112:39059;branch=z9hG4bK938901029;received=89.190.50.140;rport=39059
  779. From: <sip:[email protected]>;tag=726823752
  780. To: <sip:[email protected]>;tag=as75b76746
  781. Call-ID: 1937419984
  782. CSeq: 21 INVITE
  783. Server: Asterisk PBX 13.6.0
  784. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  785. Supported: replaces, timer
  786. Contact: <sip:[email protected]:5060>
  787. Content-Type: application/sdp
  788. Content-Length: 332
  789.  
  790. v=0
  791. o=root 1498995089 1498995089 IN IP4 192.168.1.7
  792. s=Asterisk PBX 13.6.0
  793. c=IN IP4 192.168.1.7
  794. b=CT:384
  795. t=0 0
  796. m=audio 10466 RTP/AVP 0 3 101
  797. a=rtpmap:0 PCMU/8000
  798. a=rtpmap:3 GSM/8000
  799. a=rtpmap:101 telephone-event/8000
  800. a=fmtp:101 0-16
  801. a=maxptime:150
  802. a=sendrecv
  803. m=video 10800 RTP/AVP 34
  804. a=rtpmap:34 H263/90000
  805. a=sendrecv
  806.  
  807. ---
  808. voip*CLI>
  809. Disconnected from Asterisk server
  810. Asterisk cleanly ending (0).
  811. Executing last minute cleanups
  812. root@voip:~#
Advertisement
Add Comment
Please, Sign In to add comment