Advertisement
Guest User

clilog.txt

a guest
Apr 17th, 2012
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.76 KB | None | 0 0
  1. *CLI> dialplan show rmt-context
  2. [ Context 'rmt-context' created by 'pbx_config' ]
  3. '4001020' => 1. Goto(s,1) [pbx_config]
  4. 'failed' => 1. Noop() [pbx_config]
  5. 'h' => 1. Noop() [pbx_config]
  6. 's' => 1. answer() [pbx_config]
  7. 2. Echo() [pbx_config]
  8. '_.' => 1. GoTo(s,1) [pbx_config]
  9.  
  10. -= 5 extensions (6 priorities) in 1 context. =-
  11. *CLI> sip set debug on
  12. SIP Debugging enabled
  13. *CLI>
  14. <--- SIP read from UDP:192.168.8.1:5062 --->
  15. INVITE sip:4001020@192.168.8.2:5060 SIP/2.0
  16. Via: SIP/2.0/UDP 192.168.8.1:5062;branch=z9hG4bK7f1a3d33
  17. Max-Forwards: 70
  18. From: "DISP" <sip:RMT20@sop-korniychuk>;tag=as518542c7
  19. To: <sip:4001020@192.168.8.2:5060>
  20. Contact: <sip:RMT20@192.168.8.1:5062>
  21. Call-ID: 6fcce09531cdaa91098e7a146d90056d@sop-korniychuk
  22. CSeq: 102 INVITE
  23. User-Agent: Asterisk PBX
  24. Date: Tue, 17 Apr 2012 11:32:29 GMT
  25. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
  26. Supported: replaces, timer
  27. Content-Type: application/sdp
  28. Content-Length: 235
  29.  
  30. v=0
  31. o=root 584847977 584847977 IN IP4 192.168.8.1
  32. s=Asterisk PBX 10.2.0-rc2
  33. c=IN IP4 192.168.8.1
  34. t=0 0
  35. m=audio 15568 RTP/AVP 8 101
  36. a=rtpmap:8 PCMA/8000
  37. a=rtpmap:101 telephone-event/8000
  38. a=fmtp:101 0-16
  39. a=ptime:20
  40. a=sendrecv
  41. <------------->
  42. --- (14 headers 11 lines) ---
  43. Sending to 192.168.8.1:5062 (no NAT)
  44. Using INVITE request as basis request - 6fcce09531cdaa91098e7a146d90056d@sop-korniychuk
  45. Found peer 'RMT20' for 'RMT20' from 192.168.8.1:5062
  46.  
  47. <--- Reliably Transmitting (no NAT) to 192.168.8.1:5062 --->
  48. SIP/2.0 401 Unauthorized
  49. Via: SIP/2.0/UDP 192.168.8.1:5062;branch=z9hG4bK7f1a3d33;received=192.168.8.1
  50. From: "DISP" <sip:RMT20@sop-korniychuk>;tag=as518542c7
  51. To: <sip:4001020@192.168.8.2:5060>;tag=as5c04e255
  52. Call-ID: 6fcce09531cdaa91098e7a146d90056d@sop-korniychuk
  53. CSeq: 102 INVITE
  54. Server: Asterisk PBX
  55. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
  56. Supported: replaces, timer
  57. WWW-Authenticate: Digest algorithm=MD5, realm="asterisk", nonce="3ede4fd2"
  58. Content-Length: 0
  59.  
  60.  
  61. <------------>
  62. Scheduling destruction of SIP dialog '6fcce09531cdaa91098e7a146d90056d@sop-korniychuk' in 6400 ms (Method: INVITE)
  63.  
  64. <--- SIP read from UDP:192.168.8.1:5062 --->
  65. ACK sip:4001020@192.168.8.2:5060 SIP/2.0
  66. Via: SIP/2.0/UDP 192.168.8.1:5062;branch=z9hG4bK7f1a3d33
  67. Max-Forwards: 70
  68. From: "DISP" <sip:RMT20@sop-korniychuk>;tag=as518542c7
  69. To: <sip:4001020@192.168.8.2:5060>;tag=as5c04e255
  70. Contact: <sip:RMT20@192.168.8.1:5062>
  71. Call-ID: 6fcce09531cdaa91098e7a146d90056d@sop-korniychuk
  72. CSeq: 102 ACK
  73. User-Agent: Asterisk PBX
  74. Content-Length: 0
  75.  
  76. <------------->
  77. --- (10 headers 0 lines) ---
  78.  
  79. <--- SIP read from UDP:192.168.8.1:5062 --->
  80. INVITE sip:4001020@192.168.8.2:5060 SIP/2.0
  81. Via: SIP/2.0/UDP 192.168.8.1:5062;branch=z9hG4bK1e12fbed
  82. Max-Forwards: 70
  83. From: "DISP" <sip:RMT20@sop-korniychuk>;tag=as518542c7
  84. To: <sip:4001020@192.168.8.2:5060>
  85. Contact: <sip:RMT20@192.168.8.1:5062>
  86. Call-ID: 6fcce09531cdaa91098e7a146d90056d@sop-korniychuk
  87. CSeq: 103 INVITE
  88. User-Agent: Asterisk PBX
  89. Authorization: Digest username="RMT20", realm="asterisk", algorithm=MD5, uri="sip:4001020@192.168.8.2:5060", nonce="3ede4fd2", response="a3fa9deea96f1820b1e3462ef77072e1"
  90. Date: Tue, 17 Apr 2012 11:32:29 GMT
  91. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
  92. Supported: replaces, timer
  93. Content-Type: application/sdp
  94. Content-Length: 235
  95.  
  96. v=0
  97. o=root 584847977 584847978 IN IP4 192.168.8.1
  98. s=Asterisk PBX 10.2.0-rc2
  99. c=IN IP4 192.168.8.1
  100. t=0 0
  101. m=audio 15568 RTP/AVP 8 101
  102. a=rtpmap:8 PCMA/8000
  103. a=rtpmap:101 telephone-event/8000
  104. a=fmtp:101 0-16
  105. a=ptime:20
  106. a=sendrecv
  107. <------------->
  108. --- (15 headers 11 lines) ---
  109. Sending to 192.168.8.1:5062 (no NAT)
  110. Using INVITE request as basis request - 6fcce09531cdaa91098e7a146d90056d@sop-korniychuk
  111. Found peer 'RMT20' for 'RMT20' from 192.168.8.1:5062
  112. == Using SIP RTP CoS mark 5
  113. Found RTP audio format 8
  114. Found RTP audio format 101
  115. Found audio description format PCMA for ID 8
  116. Found audio description format telephone-event for ID 101
  117. Capabilities: us - (alaw), peer - audio=(alaw)/video=(nothing)/text=(nothing), combined - (alaw)
  118. Non-codec capabilities (dtmf): us - 0x1 (telephone-event|), peer - 0x1 (telephone-event|), combined - 0x1 (telephone-event|)
  119. Peer audio RTP is at port 192.168.8.1:15568
  120.  
  121. <--- Reliably Transmitting (no NAT) to 192.168.8.1:5062 --->
  122. SIP/2.0 404 Not Found
  123. Via: SIP/2.0/UDP 192.168.8.1:5062;branch=z9hG4bK1e12fbed;received=192.168.8.1
  124. From: "DISP" <sip:RMT20@sop-korniychuk>;tag=as518542c7
  125. To: <sip:4001020@192.168.8.2:5060>;tag=as5c04e255
  126. Call-ID: 6fcce09531cdaa91098e7a146d90056d@sop-korniychuk
  127. CSeq: 103 INVITE
  128. Server: Asterisk PBX
  129. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH
  130. Supported: replaces, timer
  131. Content-Length: 0
  132.  
  133.  
  134. <------------>
  135. [Apr 17 15:33:08] NOTICE[4994]: chan_sip.c:23316 handle_request_invite: Call from 'RMT20' (192.168.8.1:5062) to extension '4001020' rejected because extension not found in context 'rmt-context'.
  136. Scheduling destruction of SIP dialog '6fcce09531cdaa91098e7a146d90056d@sop-korniychuk' in 6400 ms (Method: INVITE)
  137.  
  138. <--- SIP read from UDP:192.168.8.1:5062 --->
  139. ACK sip:4001020@192.168.8.2:5060 SIP/2.0
  140. Via: SIP/2.0/UDP 192.168.8.1:5062;branch=z9hG4bK1e12fbed
  141. Max-Forwards: 70
  142. From: "DISP" <sip:RMT20@sop-korniychuk>;tag=as518542c7
  143. To: <sip:4001020@192.168.8.2:5060>;tag=as5c04e255
  144. Contact: <sip:RMT20@192.168.8.1:5062>
  145. Call-ID: 6fcce09531cdaa91098e7a146d90056d@sop-korniychuk
  146. CSeq: 103 ACK
  147. User-Agent: Asterisk PBX
  148. Content-Length: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement