Advertisement
aftnix

Failed_call_softphone_sied

May 8th, 2014
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.82 KB | None | 0 0
  1. Softphone-->proxy:
  2.  
  3. INVITE sip:[email protected]:9090 SIP/2.0
  4. Via: SIP/2.0/UDP 10.0.0.2:7632;rport;branch=z9hG4bKPj4095355134a04ab5bae50ca1d4c7b60b
  5. Max-Forwards: 70
  6. From: sip:[email protected];tag=f80e4ea8efaf487691f2aaffffe4b55a
  7. Contact: <sip:[email protected]:7632;ob>
  8. Call-ID: 6ae2dc740a674b848a61a4282b010f53
  9. CSeq: 20637 INVITE
  10. Route: <sip:64.120.57.111:8877;transport=udp;lr>
  11. Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
  12. Supported: replaces, 100rel, timer, norefersub
  13. Session-Expires: 1800
  14. Min-SE: 90
  15. User-Agent: }jo(
  16. Content-Type: application/sdp
  17. Content-Length: 259
  18.  
  19. v=0
  20. o=- 3608552143 3608552143 IN IP4 10.0.0.2
  21. s=pjmedia
  22. c=IN IP4 10.0.0.2
  23. t=0 0
  24. a=X-nat:0
  25. m=audio 4004 RTP/AVP 18 96
  26. a=rtcp:4005 IN IP4 10.0.0.2
  27. a=rtpmap:18 G729/8000
  28. a=fmtp:18 annexb=no
  29. a=sendrecv
  30. a=rtpmap:96 telephone-event/8000
  31. a=fmtp:96 0-15
  32.  
  33. Proxy--->Softphone :
  34.  
  35. SIP/2.0 100 trying -- your call is important to us
  36. Via: SIP/2.0/UDP 10.0.0.2:7632;rport=7632;branch=z9hG4bKPj4095355134a04ab5bae50ca1d4c7b60b;received=182.16.156.25
  37. From: sip:[email protected];tag=f80e4ea8efaf487691f2aaffffe4b55a
  38. Call-ID: 6ae2dc740a674b848a61a4282b010f53
  39. CSeq: 20637 INVITE
  40. Server: kamailio (4.2.0-dev6 (x86_64/linux))
  41. Content-Length: 0
  42.  
  43.  
  44. Proxy--->Softphone :
  45.  
  46. SIP/2.0 407 Proxy Authentication Required
  47. CSeq: 20637 INVITE
  48. Via: SIP/2.0/UDP 10.0.0.2:7632;branch=z9hG4bKPj4095355134a04ab5bae50ca1d4c7b60b
  49. From: sip:[email protected];tag=f80e4ea8efaf487691f2aaffffe4b55a
  50. Call-ID: 6ae2dc740a674b848a61a4282b010f53
  51. To: sip:[email protected];tag=08053514024327917513210129
  52. Contact: <sip:199.33.126.60:9090;transport=udp>
  53. Proxy-Authenticate: DIGEST realm="VoipSwitch", nonce="139954174308020212805354318418"
  54. Content-Length: 0
  55. Record-Route: <sip:64.120.57.111:8877;lr;nat=yes>
  56.  
  57.  
  58. Softphone--->Proxy :
  59.  
  60. ACK sip:[email protected]:9090 SIP/2.0
  61. Via: SIP/2.0/UDP 10.0.0.2:7632;rport;branch=z9hG4bKPj4095355134a04ab5bae50ca1d4c7b60b
  62. Max-Forwards: 70
  63. From: sip:[email protected];tag=f80e4ea8efaf487691f2aaffffe4b55a
  64. To: sip:[email protected];tag=08053514024327917513210129
  65. Call-ID: 6ae2dc740a674b848a61a4282b010f53
  66. CSeq: 20637 ACK
  67. Route: <sip:64.120.57.111:8877;transport=udp;lr>
  68. Content-Length: 0
  69.  
  70. Softphone--->Proxy :
  71.  
  72. INVITE sip:[email protected]:9090 SIP/2.0
  73. Via: SIP/2.0/UDP 10.0.0.2:7632;rport;branch=z9hG4bKPj1761c0d3126a403c9bd168b42fe9e4a4
  74. Max-Forwards: 70
  75. From: sip:[email protected];tag=f80e4ea8efaf487691f2aaffffe4b55a
  76. Contact: <sip:[email protected]:7632;ob>
  77. Call-ID: 6ae2dc740a674b848a61a4282b010f53
  78. CSeq: 20638 INVITE
  79. Route: <sip:64.120.57.111:8877;transport=udp;lr>
  80. Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
  81. Supported: replaces, 100rel, timer, norefersub
  82. Session-Expires: 1800
  83. Min-SE: 90
  84. User-Agent: }jo(
  85. Proxy-Authorization: Digest username="8258", realm="VoipSwitch", nonce="139954174308020212805354318418", uri="sip:[email protected]:9090", response="34a48c84930d5a1814a40dedbe033031"
  86. Content-Type: application/sdp
  87. Content-Length: 259
  88.  
  89. v=0
  90. o=- 3608552143 3608552143 IN IP4 10.0.0.2
  91. s=pjmedia
  92. c=IN IP4 10.0.0.2
  93. t=0 0
  94. a=X-nat:0
  95. m=audio 4004 RTP/AVP 18 96
  96. a=rtcp:4005 IN IP4 10.0.0.2
  97. a=rtpmap:18 G729/8000
  98. a=fmtp:18 annexb=no
  99. a=sendrecv
  100. a=rtpmap:96 telephone-event/8000
  101. a=fmtp:96 0-15
  102.  
  103. Proxy--->Softphone :
  104. SIP/2.0 100 trying -- your call is important to us
  105. Via: SIP/2.0/UDP 10.0.0.2:7632;rport=7632;branch=z9hG4bKPj1761c0d3126a403c9bd168b42fe9e4a4;received=182.16.156.25
  106. From: sip:[email protected];tag=f80e4ea8efaf487691f2aaffffe4b55a
  107. Call-ID: 6ae2dc740a674b848a61a4282b010f53
  108. CSeq: 20638 INVITE
  109. Server: kamailio (4.2.0-dev6 (x86_64/linux))
  110. Content-Length: 0
  111.  
  112.  
  113. Proxy--->Softphone :
  114.  
  115. SIP/2.0 183 Session Progress
  116. CSeq: 20638 INVITE
  117. Via: SIP/2.0/UDP 10.0.0.2:7632;received=182.16.156.25;rport=7632;branch=z9hG4bKPj1761c0d3126a403c9bd168b42fe9e4a4
  118. From: sip:[email protected];tag=f80e4ea8efaf487691f2aaffffe4b55a
  119. Call-ID: 6ae2dc740a674b848a61a4282b010f53
  120. To: sip:[email protected];tag=08053514024327917513210129
  121. Contact: <sip:199.33.126.60:9090;transport=udp>
  122. Content-Type: application/sdp
  123. Content-Length: 269
  124. Record-Route: <sip:64.120.57.111:8877;lr;nat=yes>
  125.  
  126. v=0
  127. o=VoipSwitch 11128 11128 IN IP4 64.120.57.111
  128. s=VoipSIP
  129. i=Audio Session
  130. c=IN IP4 64.120.57.111
  131. t=0 0
  132. m=audio 47926 RTP/AVP 18 101
  133. a=rtpmap:18 G729/8000/1
  134. a=fmtp:18 annexb=no
  135. a=rtpmap:101 telephone-event/8000
  136. a=fmtp:101 0-15
  137. a=sendrecv
  138. a=nortpproxy:yes
  139.  
  140. Proxy--->Softphone :
  141.  
  142. SIP/2.0 180 Ringing
  143. CSeq: 20638 INVITE
  144. Via: SIP/2.0/UDP 10.0.0.2:7632;received=182.16.156.25;rport=7632;branch=z9hG4bKPj1761c0d3126a403c9bd168b42fe9e4a4
  145. From: sip:[email protected];tag=f80e4ea8efaf487691f2aaffffe4b55a
  146. Call-ID: 6ae2dc740a674b848a61a4282b010f53
  147. To: sip:[email protected];tag=08053514024327917513210129
  148. Contact: <sip:199.33.126.60:9090;transport=udp>
  149. Content-Type: application/sdp
  150. Content-Length: 269
  151. Record-Route: <sip:64.120.57.111:8877;lr;nat=yes>
  152.  
  153. v=0
  154. o=VoipSwitch 11128 11128 IN IP4 64.120.57.111
  155. s=VoipSIP
  156. i=Audio Session
  157. c=IN IP4 64.120.57.111
  158. t=0 0
  159. m=audio 47926 RTP/AVP 18 101
  160. a=rtpmap:18 G729/8000/1
  161. a=fmtp:18 annexb=no
  162. a=rtpmap:101 telephone-event/8000
  163. a=fmtp:101 0-15
  164. a=sendrecv
  165. a=nortpproxy:yes
  166.  
  167. Proxy-->Softphone :
  168.  
  169. SIP/2.0 180 Ringing
  170. CSeq: 20638 INVITE
  171. Via: SIP/2.0/UDP 10.0.0.2:7632;received=182.16.156.25;rport=7632;branch=z9hG4bKPj1761c0d3126a403c9bd168b42fe9e4a4
  172. From: sip:[email protected];tag=f80e4ea8efaf487691f2aaffffe4b55a
  173. Call-ID: 6ae2dc740a674b848a61a4282b010f53
  174. To: sip:[email protected];tag=08053514024327917513210129
  175. Contact: <sip:199.33.126.60:9090;transport=udp>
  176. Content-Type: application/sdp
  177. Content-Length: 269
  178. Record-Route: <sip:64.120.57.111:8877;lr;nat=yes>
  179.  
  180. v=0
  181. o=VoipSwitch 11128 11128 IN IP4 64.120.57.111
  182. s=VoipSIP
  183. i=Audio Session
  184. c=IN IP4 64.120.57.111
  185. t=0 0
  186. m=audio 47926 RTP/AVP 18 101
  187. a=rtpmap:18 G729/8000/1
  188. a=fmtp:18 annexb=no
  189. a=rtpmap:101 telephone-event/8000
  190. a=fmtp:101 0-15
  191. a=sendrecv
  192. a=nortpproxy:yes
  193.  
  194. Proxy--->Softphone :
  195.  
  196. SIP/2.0 200 OK
  197. CSeq: 20638 INVITE
  198. Via: SIP/2.0/UDP 10.0.0.2:7632;received=182.16.156.25;rport=7632;branch=z9hG4bKPj1761c0d3126a403c9bd168b42fe9e4a4
  199. From: sip:[email protected];tag=f80e4ea8efaf487691f2aaffffe4b55a
  200. Call-ID: 6ae2dc740a674b848a61a4282b010f53
  201. To: sip:[email protected];tag=08053514024327917513210129
  202. Contact: <sip:199.33.126.60:9090;transport=udp>
  203. Content-Type: application/sdp
  204. Content-Length: 269
  205. Record-Route: <sip:64.120.57.111:8877;lr;nat=yes>
  206.  
  207. v=0
  208. o=VoipSwitch 11128 11128 IN IP4 64.120.57.111
  209. s=VoipSIP
  210. i=Audio Session
  211. c=IN IP4 64.120.57.111
  212. t=0 0
  213. m=audio 47926 RTP/AVP 18 101
  214. a=rtpmap:18 G729/8000/1
  215. a=fmtp:18 annexb=no
  216. a=rtpmap:101 telephone-event/8000
  217. a=fmtp:101 0-15
  218. a=sendrecv
  219. a=nortpproxy:yes
  220.  
  221. Softphone --> Proxy:
  222.  
  223. ACK sip:199.33.126.60:9090;transport=udp SIP/2.0
  224. Via: SIP/2.0/UDP 10.0.0.2:7632;rport;branch=z9hG4bKPj7985be7e7aa04683b10e2ed627b42bad
  225. Max-Forwards: 70
  226. From: sip:[email protected];tag=f80e4ea8efaf487691f2aaffffe4b55a
  227. To: sip:[email protected];tag=08053514024327917513210129
  228. Call-ID: 6ae2dc740a674b848a61a4282b010f53
  229. CSeq: 20638 ACK
  230. Route: <sip:64.120.57.111:8877;lr;nat=yes>
  231. Content-Length: 0
  232.  
  233. Softphone --> Proxy :
  234.  
  235. BYE sip:199.33.126.60:9090;transport=udp SIP/2.0
  236. Via: SIP/2.0/UDP 10.0.0.2:7632;rport;branch=z9hG4bKPjf7274fcd739044268e4f79682d28f814
  237. Max-Forwards: 70
  238. From: sip:[email protected];tag=f80e4ea8efaf487691f2aaffffe4b55a
  239. To: sip:[email protected];tag=08053514024327917513210129
  240. Call-ID: 6ae2dc740a674b848a61a4282b010f53
  241. CSeq: 20639 BYE
  242. Route: <sip:64.120.57.111:8877;lr;nat=yes>
  243. User-Agent: }jo(
  244. Content-Length: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement