petruchito

sip debug

Dec 10th, 2014
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.04 KB | None | 0 0
  1. SIP Debugging Enabled for IP: 192.168.0.53
  2.  
  3. Audio is at 11962
  4. Adding codec 0x8 (alaw) to SDP
  5. Adding non-codec 0x1 (telephone-event) to SDP
  6. Reliably Transmitting (no NAT) to 192.168.0.53:5060:
  7. INVITE sip:[email protected]:5060 SIP/2.0
  8. Via: SIP/2.0/UDP 192.168.0.1:5060;branch=z9hG4bK50ad5c48
  9. Max-Forwards: 70
  10. From: "8499...01" <sip:[email protected]>;tag=as59b77c7e
  11. To: <sip:[email protected]:5060>
  12. Contact: <sip:[email protected]:5060>
  13. Call-ID: [email protected]:5060
  14. CSeq: 102 INVITE
  15. User-Agent: Asterisk PBX
  16. Date: Thu, 11 Dec 2014 00:42:03 GMT
  17. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  18. Supported: replaces, timer
  19. Content-Type: application/sdp
  20. Content-Length: 233
  21.  
  22. v=0
  23. o=root 503957875 503957875 IN IP4 192.168.0.1
  24. s=Asterisk PBX 1.8.32.0
  25. c=IN IP4 192.168.0.1
  26. t=0 0
  27. m=audio 11962 RTP/AVP 8 101
  28. a=rtpmap:8 PCMA/8000
  29. a=rtpmap:101 telephone-event/8000
  30. a=fmtp:101 0-16
  31. a=ptime:20
  32. a=sendrecv
  33.  
  34. ---
  35.  
  36. <--- SIP read from UDP:192.168.0.53:5060 --->
  37. SIP/2.0 100 Trying
  38. To: <sip:[email protected]:5060>
  39. From: "8499...01" <sip:[email protected]>;tag=as59b77c7e
  40. Call-ID: [email protected]:5060
  41. CSeq: 102 INVITE
  42. Via: SIP/2.0/UDP 192.168.0.1:5060;branch=z9hG4bK50ad5c48
  43. Server: Linksys/SPA3000-3.1.20(GW)
  44. Content-Length: 0
  45.  
  46. <------------->
  47. --- (8 headers 0 lines) ---
  48.  
  49. <--- SIP read from UDP:192.168.0.53:5060 --->
  50. SIP/2.0 180 Ringing
  51. To: <sip:[email protected]:5060>;tag=429a3609f4cc7f8ci0
  52. From: "8499...01" <sip:[email protected]>;tag=as59b77c7e
  53. Call-ID: [email protected]:5060
  54. CSeq: 102 INVITE
  55. Via: SIP/2.0/UDP 192.168.0.1:5060;branch=z9hG4bK50ad5c48
  56. Server: Linksys/SPA3000-3.1.20(GW)
  57. Remote-Party-ID: spa3000fxs <sip:[email protected]>;screen=yes;party=called
  58. Content-Length: 0
  59.  
  60. <------------->
  61. --- (9 headers 0 lines) ---
  62. list_route: no route
  63. Scheduling destruction of SIP dialog '[email protected]:5060' in 32000 ms (Method: INVITE)
  64. Reliably Transmitting (no NAT) to 192.168.0.53:5060:
  65. CANCEL sip:[email protected]:5060 SIP/2.0
  66. Via: SIP/2.0/UDP 192.168.0.1:5060;branch=z9hG4bK50ad5c48
  67. Max-Forwards: 70
  68. From: "8499...01" <sip:[email protected]>;tag=as59b77c7e
  69. To: <sip:[email protected]:5060>
  70. Call-ID: [email protected]:5060
  71. CSeq: 102 CANCEL
  72. User-Agent: Asterisk PBX
  73. Content-Length: 0
  74.  
  75.  
  76. ---
  77. Scheduling destruction of SIP dialog '[email protected]:5060' in 32000 ms (Method: INVITE)
  78.  
  79. <--- SIP read from UDP:192.168.0.53:5060 --->
  80. SIP/2.0 487 Request Terminated
  81. To: <sip:[email protected]:5060>;tag=429a3609f4cc7f8ci0
  82. From: "8499...01" <sip:[email protected]>;tag=as59b77c7e
  83. Call-ID: [email protected]:5060
  84. CSeq: 102 INVITE
  85. Via: SIP/2.0/UDP 192.168.0.1:5060;branch=z9hG4bK50ad5c48
  86. Server: Linksys/SPA3000-3.1.20(GW)
  87. Content-Length: 0
  88.  
  89. <------------->
  90. --- (8 headers 0 lines) ---
  91. Transmitting (no NAT) to 192.168.0.53:5060:
  92. ACK sip:[email protected]:5060 SIP/2.0
  93. Via: SIP/2.0/UDP 192.168.0.1:5060;branch=z9hG4bK50ad5c48
  94. Max-Forwards: 70
  95. From: "8499...01" <sip:[email protected]>;tag=as59b77c7e
  96. To: <sip:[email protected]:5060>;tag=429a3609f4cc7f8ci0
  97. Contact: <sip:[email protected]:5060>
  98. Call-ID: [email protected]:5060
  99. CSeq: 102 ACK
  100. User-Agent: Asterisk PBX
  101. Content-Length: 0
  102.  
  103.  
  104. ---
  105. Scheduling destruction of SIP dialog '[email protected]:5060' in 32000 ms (Method: INVITE)
  106.  
  107. <--- SIP read from UDP:192.168.0.53:5060 --->
  108. SIP/2.0 200 OK
  109. To: <sip:[email protected]:5060>;tag=429a3609f4cc7f8ci0
  110. From: "8499...01" <sip:[email protected]>;tag=as59b77c7e
  111. Call-ID: [email protected]:5060
  112. CSeq: 102 CANCEL
  113. Via: SIP/2.0/UDP 192.168.0.1:5060;branch=z9hG4bK50ad5c48
  114. Server: Linksys/SPA3000-3.1.20(GW)
  115. Content-Length: 0
  116.  
  117. <------------->
  118. --- (8 headers 0 lines) ---
  119. router*CLI> sip set debug off
  120. SIP Debugging Disabled
Advertisement
Add Comment
Please, Sign In to add comment