Advertisement
Guest User

Chris

a guest
May 21st, 2009
609
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.45 KB | None | 0 0
  1. *CLI>
  2. <--- SIP read from UDP://78.105.1.131:5061 --->
  3. INVITE sip:[email protected] SIP/2.0
  4. Via: SIP/2.0/UDP 78.105.1.131:5061;rport;branch=z9hG4bKgzfpxncr
  5. Max-Forwards: 70
  6. From: "10000" <sip:[email protected]>;tag=njogt
  7. CSeq: 865 INVITE
  8. Contact: <sip:[email protected]:5061>
  9. Content-Type: application/sdp
  10. Allow: INVITE,ACK,BYE,CANCEL,OPTIONS,PRACK,REFER,NOTIFY,SUBSCRIBE,INFO,MESSAGE
  11. Supported: replaces,norefersub,100rel
  12. User-Agent: Twinkle/1.1
  13. Content-Length: 204
  14.  
  15. v=0
  16. o=10000 631264428 2046292071 IN IP4 192.168.7.55
  17. s=-
  18. c=IN IP4 78.105.1.131
  19. t=0 0
  20. m=audio 8002 RTP/AVP 8 101
  21. a=rtpmap:8 PCMA/8000
  22. a=rtpmap:101 telephone-event/8000
  23. a=fmtp:101 0-15
  24. a=ptime:20
  25.  
  26. <------------->
  27. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 0 [ 41]: INVITE sip:[email protected] SIP/2.0
  28. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 1 [ 63]: Via: SIP/2.0/UDP 78.105.1.131:5061;rport;branch=z9hG4bKgzfpxncr
  29. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 2 [ 16]: Max-Forwards: 70
  30. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 3 [ 32]: To: <sip:[email protected]>
  31. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 4 [ 54]: From: "10000" <sip:[email protected]>;tag=njogt
  32. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 5 [ 37]: Call-ID: [email protected]
  33. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 6 [ 16]: CSeq: 865 INVITE
  34. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 7 [ 38]: Contact: <sip:[email protected]:5061>
  35. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 8 [ 29]: Content-Type: application/sdp
  36. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 9 [ 78]: Allow: INVITE,ACK,BYE,CANCEL,OPTIONS,PRACK,REFER,NOTIFY,SUBSCRIBE,INFO,MESSAGE
  37. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 10 [ 37]: Supported: replaces,norefersub,100rel
  38. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 11 [ 23]: User-Agent: Twinkle/1.1
  39. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 12 [ 19]: Content-Length: 204
  40. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 13 [ 0]:
  41. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Body 0 [ 3]: v=0
  42. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Body 1 [ 48]: o=10000 631264428 2046292071 IN IP4 192.168.7.55
  43. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Body 2 [ 3]: s=-
  44. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Body 3 [ 21]: c=IN IP4 78.105.1.131
  45. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Body 4 [ 5]: t=0 0
  46. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Body 5 [ 26]: m=audio 8002 RTP/AVP 8 101
  47. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Body 6 [ 20]: a=rtpmap:8 PCMA/8000
  48. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Body 7 [ 33]: a=rtpmap:101 telephone-event/8000
  49. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Body 8 [ 15]: a=fmtp:101 0-15
  50. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Body 9 [ 10]: a=ptime:20
  51. --- (13 headers 10 lines) ---
  52. [May 21 09:33:22] DEBUG[6868]: acl.c:490 ast_ouraddrfor: Found IP address for this socket
  53. == Using SIP RTP CoS mark 5
  54. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:4222 do_setnat: Setting NAT on RTP to Off
  55. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6350 sip_alloc: Allocating new SIP dialog for [email protected] - INVITE (With RTP)
  56. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:19645 handle_incoming: **** Received INVITE (5) - Command in SIP INVITE
  57. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:2742 parse_sip_options: Begin: parsing SIP "Supported: replaces,norefersub,100rel"
  58. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:2750 parse_sip_options: Found SIP option: -replaces-
  59. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:2756 parse_sip_options: Matched SIP option: replaces
  60. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:2750 parse_sip_options: Found SIP option: -norefersub-
  61. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:2756 parse_sip_options: Matched SIP option: norefersub
  62. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:2750 parse_sip_options: Found SIP option: -100rel-
  63. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:2756 parse_sip_options: Matched SIP option: 100rel
  64. Sending to 78.105.1.131 : 5061 (NAT)
  65. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:18059 handle_request_invite: Initializing initreq for method INVITE - callid [email protected]
  66. Using INVITE request as basis request - [email protected]
  67. Found peer '10000' for '10000' from 78.105.1.131:5061
  68. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:4222 do_setnat: Setting NAT on RTP to On
  69.  
  70. <--- Reliably Transmitting (NAT) to 78.105.1.131:5061 --->
  71. SIP/2.0 401 Unauthorized
  72. Via: SIP/2.0/UDP 78.105.1.131:5061;branch=z9hG4bKgzfpxncr;received=78.105.1.131;rport=5061
  73. From: "10000" <sip:[email protected]>;tag=njogt
  74. To: <sip:[email protected]>;tag=as1363d1c3
  75. CSeq: 865 INVITE
  76. Server: Asterisk PBX SVN-branch-1.6.1-r190371M
  77. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
  78. Supported: replaces, timer
  79. WWW-Authenticate: Digest algorithm=MD5, realm="dev-sip.wima.co.uk", nonce="7f72e534"
  80. Content-Length: 0
  81.  
  82.  
  83. <------------>
  84. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:3200 __sip_reliable_xmit: *** SIP TIMER: Initializing retransmit timer on packet: Id #7
  85. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:2870 __sip_xmit: Trying to put 'SIP/2.0 40' onto UDP socket destined for 78.105.1.131:5061
  86. Scheduling destruction of SIP dialog '[email protected]' in 32000 ms (Method: INVITE)
  87.  
  88. <--- SIP read from UDP://78.105.1.131:5061 --->
  89. ACK sip:[email protected] SIP/2.0
  90. Via: SIP/2.0/UDP 78.105.1.131:5061;rport;branch=z9hG4bKgzfpxncr
  91. Max-Forwards: 70
  92. To: <sip:[email protected]>;tag=as1363d1c3
  93. From: "10000" <sip:[email protected]>;tag=njogt
  94. CSeq: 865 ACK
  95. User-Agent: Twinkle/1.1
  96. Content-Length: 0
  97.  
  98.  
  99. <------------->
  100. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 0 [ 38]: ACK sip:[email protected] SIP/2.0
  101. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 1 [ 63]: Via: SIP/2.0/UDP 78.105.1.131:5061;rport;branch=z9hG4bKgzfpxncr
  102. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 2 [ 16]: Max-Forwards: 70
  103. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 3 [ 47]: To: <sip:[email protected]>;tag=as1363d1c3
  104. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 4 [ 54]: From: "10000" <sip:[email protected]>;tag=njogt
  105. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 5 [ 37]: Call-ID: [email protected]
  106. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 6 [ 13]: CSeq: 865 ACK
  107. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 7 [ 23]: User-Agent: Twinkle/1.1
  108. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 8 [ 17]: Content-Length: 0
  109. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 9 [ 0]:
  110. --- (9 headers 0 lines) ---
  111. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:19645 handle_incoming: **** Received ACK (6) - Command in SIP ACK
  112. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:3339 __sip_ack: ** SIP TIMER: Cancelling retransmit of packet (reply received) Retransid #7
  113. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:3371 __sip_ack: Stopping retransmission on '[email protected]' of Response 865: Match Found
  114.  
  115. <--- SIP read from UDP://78.105.1.131:5061 --->
  116. INVITE sip:[email protected] SIP/2.0
  117. Via: SIP/2.0/UDP 78.105.1.131:5061;rport;branch=z9hG4bKyinmzjzo
  118. Max-Forwards: 70
  119. From: "10000" <sip:[email protected]>;tag=njogt
  120. CSeq: 866 INVITE
  121. Contact: <sip:[email protected]:5061>
  122. Content-Type: application/sdp
  123. Authorization: Digest username="10000",realm="dev-sip.wima.co.uk",nonce="7f72e534",uri="sip:[email protected]",response="eae8c2ab46c4ef7f9dc1d97bf2f58ef7",algorithm=MD5
  124. Allow: INVITE,ACK,BYE,CANCEL,OPTIONS,PRACK,REFER,NOTIFY,SUBSCRIBE,INFO,MESSAGE
  125. Supported: replaces,norefersub,100rel
  126. User-Agent: Twinkle/1.1
  127. Content-Length: 204
  128.  
  129. v=0
  130. o=10000 631264428 2046292071 IN IP4 192.168.7.55
  131. s=-
  132. c=IN IP4 78.105.1.131
  133. t=0 0
  134. m=audio 8002 RTP/AVP 8 101
  135. a=rtpmap:8 PCMA/8000
  136. a=rtpmap:101 telephone-event/8000
  137. a=fmtp:101 0-15
  138. a=ptime:20
  139.  
  140. <------------->
  141. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 0 [ 41]: INVITE sip:[email protected] SIP/2.0
  142. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 1 [ 63]: Via: SIP/2.0/UDP 78.105.1.131:5061;rport;branch=z9hG4bKyinmzjzo
  143. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 2 [ 16]: Max-Forwards: 70
  144. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 3 [ 32]: To: <sip:[email protected]>
  145. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 4 [ 54]: From: "10000" <sip:[email protected]>;tag=njogt
  146. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 5 [ 37]: Call-ID: [email protected]
  147. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 6 [ 16]: CSeq: 866 INVITE
  148. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 7 [ 38]: Contact: <sip:[email protected]:5061>
  149. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 8 [ 29]: Content-Type: application/sdp
  150. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 9 [173]: Authorization: Digest username="10000",realm="dev-sip.wima.co.uk",nonce="7f72e534",uri="sip:[email protected]",response="eae8c2ab46c4ef7f9dc1d97bf2f58ef7",algorithm=MD5
  151. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 10 [ 78]: Allow: INVITE,ACK,BYE,CANCEL,OPTIONS,PRACK,REFER,NOTIFY,SUBSCRIBE,INFO,MESSAGE
  152. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 11 [ 37]: Supported: replaces,norefersub,100rel
  153. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 12 [ 23]: User-Agent: Twinkle/1.1
  154. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 13 [ 19]: Content-Length: 204
  155. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 14 [ 0]:
  156. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Body 0 [ 3]: v=0
  157. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Body 1 [ 48]: o=10000 631264428 2046292071 IN IP4 192.168.7.55
  158. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Body 2 [ 3]: s=-
  159. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Body 3 [ 21]: c=IN IP4 78.105.1.131
  160. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Body 4 [ 5]: t=0 0
  161. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Body 5 [ 26]: m=audio 8002 RTP/AVP 8 101
  162. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Body 6 [ 20]: a=rtpmap:8 PCMA/8000
  163. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Body 7 [ 33]: a=rtpmap:101 telephone-event/8000
  164. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Body 8 [ 15]: a=fmtp:101 0-15
  165. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Body 9 [ 10]: a=ptime:20
  166. --- (14 headers 10 lines) ---
  167. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:19645 handle_incoming: **** Received INVITE (5) - Command in SIP INVITE
  168. Sending to 78.105.1.131 : 5061 (NAT)
  169. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:18059 handle_request_invite: Initializing initreq for method INVITE - callid [email protected]
  170. Using INVITE request as basis request - [email protected]
  171. Found peer '10000' for '10000' from 78.105.1.131:5061
  172. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:4222 do_setnat: Setting NAT on RTP to On
  173. Found RTP audio format 8
  174. Found RTP audio format 101
  175. Peer audio RTP is at port 78.105.1.131:8002
  176. Found audio description format PCMA for ID 8
  177. Found audio description format telephone-event for ID 101
  178. Got unsupported a:fmtp in SDP offer
  179. Capabilities: us - 0x100f (g723|gsm|ulaw|alaw|g722), peer - audio=0x8 (alaw)/video=0x0 (nothing)/text=0x0 (nothing), combined - 0x8 (alaw)
  180. Non-codec capabilities (dtmf): us - 0x1 (telephone-event), peer - 0x1 (telephone-event), combined - 0x1 (telephone-event)
  181. Peer audio RTP is at port 78.105.1.131:8002
  182. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:7558 process_sdp: We're settling with these formats: 0x8 (alaw)
  183. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:18136 handle_request_invite: Checking SIP call limits for device 10000
  184. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:4815 update_call_counter: Updating call counter for incoming call
  185. Looking for 501 in common (domain dev-sip.wima.co.uk)
  186. [May 21 09:33:22] DEBUG[6868]: pbx.c:1357 new_find_extension: Nothing strange about this match
  187. [May 21 09:33:22] DEBUG[6868]: pbx.c:1357 new_find_extension: Nothing strange about this match
  188. [May 21 09:33:22] DEBUG[6868]: pbx.c:1357 new_find_extension: Nothing strange about this match
  189. [May 21 09:33:22] DEBUG[6868]: pbx.c:1358 new_find_extension: returning an exact match-- first found-- 501
  190. [May 21 09:33:22] DEBUG[6868]: pbx.c:1359 new_find_extension: returning an exact match-- 501
  191. [May 21 09:33:22] DEBUG[6868]: pbx.c:1359 new_find_extension: returning an exact match-- 501
  192. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:5775 sip_new: *** Our native formats are 0x8 (alaw)
  193. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:5776 sip_new: *** Joint capabilities are 0x8 (alaw)
  194. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:5777 sip_new: *** Our capabilities are 0x100f (g723|gsm|ulaw|alaw|g722)
  195. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:5778 sip_new: *** AST_CODEC_CHOOSE formats are 0x8 (alaw)
  196. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:5808 sip_new: This channel will not be able to handle video.
  197. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:10853 build_route: build_route: Contact hop: <sip:[email protected]:5061>
  198. list_route: hop: <sip:[email protected]:5061>
  199. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:18349 handle_request_invite: SIP/10000-08226420: New call is still down.... Trying...
  200.  
  201. <--- Transmitting (NAT) to 78.105.1.131:5061 --->
  202. SIP/2.0 100 Trying
  203. Via: SIP/2.0/UDP 78.105.1.131:5061;branch=z9hG4bKyinmzjzo;received=78.105.1.131;rport=5061
  204. From: "10000" <sip:[email protected]>;tag=njogt
  205. CSeq: 866 INVITE
  206. Server: Asterisk PBX SVN-branch-1.6.1-r190371M
  207. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
  208. Supported: replaces, timer
  209. Contact: <sip:[email protected]>
  210. Content-Length: 0
  211.  
  212.  
  213. <------------>
  214. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:2870 __sip_xmit: Trying to put 'SIP/2.0 10' onto UDP socket destined for 78.105.1.131:5061
  215. [May 21 09:33:22] DEBUG[6865]: devicestate.c:366 _ast_device_state: No provider found, checking channel drivers for SIP - 10000
  216. [May 21 09:33:22] DEBUG[6865]: chan_sip.c:20925 sip_devicestate: Checking device state for peer 10000
  217. [May 21 09:33:22] DEBUG[6865]: devicestate.c:487 do_state_change: Changing state for SIP/10000 - state 1 (Not in use)
  218. [May 21 09:33:22] DEBUG[6865]: devicestate.c:467 devstate_event: device 'SIP/10000' state '1'
  219. [May 21 09:33:22] DEBUG[6872]: pbx.c:1357 new_find_extension: Nothing strange about this match
  220. [May 21 09:33:22] DEBUG[6872]: pbx.c:1357 new_find_extension: Nothing strange about this match
  221. [May 21 09:33:22] DEBUG[6872]: pbx.c:1357 new_find_extension: Nothing strange about this match
  222. [May 21 09:33:22] DEBUG[6872]: pbx.c:1358 new_find_extension: returning an exact match-- first found-- 501
  223. [May 21 09:33:22] DEBUG[6872]: pbx.c:1359 new_find_extension: returning an exact match-- 501
  224. [May 21 09:33:22] DEBUG[6872]: pbx.c:1359 new_find_extension: returning an exact match-- 501
  225. [May 21 09:33:22] DEBUG[6872]: pbx.c:1357 new_find_extension: Nothing strange about this match
  226. [May 21 09:33:22] DEBUG[6872]: pbx.c:1357 new_find_extension: Nothing strange about this match
  227. [May 21 09:33:22] DEBUG[6872]: pbx.c:1357 new_find_extension: Nothing strange about this match
  228. [May 21 09:33:22] DEBUG[6872]: pbx.c:1358 new_find_extension: returning an exact match-- first found-- 501
  229. [May 21 09:33:22] DEBUG[6872]: pbx.c:1359 new_find_extension: returning an exact match-- 501
  230. [May 21 09:33:22] DEBUG[6872]: pbx.c:1359 new_find_extension: returning an exact match-- 501
  231. [May 21 09:33:22] DEBUG[6872]: pbx.c:3179 pbx_extension_helper: Launching 'MeetMe'
  232. -- Executing [501@common:1] MeetMe("SIP/10000-08226420", "12,MI") in new stack
  233. [May 21 09:33:22] DEBUG[6872]: chan_sip.c:5347 sip_answer: SIP answering channel: SIP/10000-08226420
  234. [May 21 09:33:22] DEBUG[6872]: chan_sip.c:9013 transmit_response_with_sdp: Setting framing from config on incoming call
  235. [May 21 09:33:22] DEBUG[6872]: chan_sip.c:8681 add_sdp: ** Our capability: 0x8 (alaw) Video flag: True Text flag: True
  236. [May 21 09:33:22] DEBUG[6872]: chan_sip.c:8682 add_sdp: ** Our prefcodec: 0x0 (nothing)
  237. Audio is at 78.105.1.127 port 11092
  238. Adding codec 0x8 (alaw) to SDP
  239. Adding non-codec 0x1 (telephone-event) to SDP
  240. [May 21 09:33:22] DEBUG[6872]: chan_sip.c:8830 add_sdp: -- Done with adding codecs to SDP
  241. [May 21 09:33:22] DEBUG[6872]: chan_sip.c:8949 add_sdp: Done building SDP. Settling with this capability: 0x8 (alaw)
  242.  
  243. <--- Reliably Transmitting (NAT) to 78.105.1.131:5061 --->
  244. SIP/2.0 200 OK
  245. Via: SIP/2.0/UDP 78.105.1.131:5061;branch=z9hG4bKyinmzjzo;received=78.105.1.131;rport=5061
  246. From: "10000" <sip:[email protected]>;tag=njogt
  247. To: <sip:[email protected]>;tag=as77f937f0
  248. CSeq: 866 INVITE
  249. Server: Asterisk PBX SVN-branch-1.6.1-r190371M
  250. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
  251. Supported: replaces, timer
  252. Contact: <sip:[email protected]>
  253. Content-Type: application/sdp
  254. Content-Length: 281
  255.  
  256. v=0
  257. o=root 1629583709 1629583709 IN IP4 78.105.1.127
  258. s=Asterisk PBX SVN-branch-1.6.1-r190371M
  259. c=IN IP4 78.105.1.127
  260. t=0 0
  261. m=audio 11092 RTP/AVP 8 101
  262. a=rtpmap:8 PCMA/8000
  263. a=rtpmap:101 telephone-event/8000
  264. a=fmtp:101 0-16
  265. a=silenceSupp:off - - - -
  266. a=ptime:20
  267. a=sendrecv
  268.  
  269. <------------>
  270. [May 21 09:33:22] DEBUG[6872]: chan_sip.c:3200 __sip_reliable_xmit: *** SIP TIMER: Initializing retransmit timer on packet: Id #9
  271. [May 21 09:33:22] DEBUG[6872]: chan_sip.c:2870 __sip_xmit: Trying to put 'SIP/2.0 20' onto UDP socket destined for 78.105.1.131:5061
  272. [May 21 09:33:22] DEBUG[6865]: devicestate.c:366 _ast_device_state: No provider found, checking channel drivers for SIP - 10000
  273. [May 21 09:33:22] DEBUG[6865]: chan_sip.c:20925 sip_devicestate: Checking device state for peer 10000
  274. [May 21 09:33:22] DEBUG[6865]: devicestate.c:487 do_state_change: Changing state for SIP/10000 - state 1 (Not in use)
  275. [May 21 09:33:22] DEBUG[6865]: devicestate.c:467 devstate_event: device 'SIP/10000' state '1'
  276.  
  277. <--- SIP read from UDP://78.105.1.131:5061 --->
  278. ACK sip:[email protected] SIP/2.0
  279. Via: SIP/2.0/UDP 78.105.1.131:5061;rport;branch=z9hG4bKuotdpzum
  280. Max-Forwards: 70
  281. To: <sip:[email protected]>;tag=as77f937f0
  282. From: "10000" <sip:[email protected]>;tag=njogt
  283. CSeq: 866 ACK
  284. Authorization: Digest username="10000",realm="dev-sip.wima.co.uk",nonce="7f72e534",uri="sip:[email protected]",response="eae8c2ab46c4ef7f9dc1d97bf2f58ef7",algorithm=MD5
  285. User-Agent: Twinkle/1.1
  286. Content-Length: 0
  287.  
  288.  
  289. <------------->
  290. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 0 [ 32]: ACK sip:[email protected] SIP/2.0
  291. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 1 [ 63]: Via: SIP/2.0/UDP 78.105.1.131:5061;rport;branch=z9hG4bKuotdpzum
  292. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 2 [ 16]: Max-Forwards: 70
  293. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 3 [ 47]: To: <sip:[email protected]>;tag=as77f937f0
  294. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 4 [ 54]: From: "10000" <sip:[email protected]>;tag=njogt
  295. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 5 [ 37]: Call-ID: [email protected]
  296. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 6 [ 13]: CSeq: 866 ACK
  297. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 7 [173]: Authorization: Digest username="10000",realm="dev-sip.wima.co.uk",nonce="7f72e534",uri="sip:[email protected]",response="eae8c2ab46c4ef7f9dc1d97bf2f58ef7",algorithm=MD5
  298. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 8 [ 23]: User-Agent: Twinkle/1.1
  299. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 9 [ 17]: Content-Length: 0
  300. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 10 [ 0]:
  301. --- (10 headers 0 lines) ---
  302. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:19645 handle_incoming: **** Received ACK (6) - Command in SIP ACK
  303. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:3339 __sip_ack: ** SIP TIMER: Cancelling retransmit of packet (reply received) Retransid #9
  304. [May 21 09:33:22] DEBUG[6868]: chan_sip.c:3371 __sip_ack: Stopping retransmission on '[email protected]' of Response 866: Match Found
  305. [May 21 09:33:23] DEBUG[6872]: channel.c:1764 __ast_answer: Didn't receive a media frame from SIP/10000-08226420 within 500 ms of answering. Continuing anyway
  306. [May 21 09:33:23] DEBUG[6872]: app_meetme.c:3030 find_conf: The requested confno is '12'?
  307. == Parsing '/etc/asterisk/meetme.conf': [May 21 09:33:23] DEBUG[6872]: config.c:1306 config_text_file_load: Parsing /etc/asterisk/meetme.conf
  308. == Found
  309. [May 21 09:33:23] DEBUG[6872]: app_meetme.c:3082 find_conf: 12 isn't a valid conference
  310. [May 21 09:33:23] DEBUG[6872]: res_config_mysql.c:1478 mysql_reconnect: MySQL RealTime: Connection okay.
  311. [May 21 09:33:23] DEBUG[6872]: res_config_mysql.c:365 realtime_mysql: MySQL RealTime: Retrieve SQL: SELECT * FROM conference WHERE confno = '12'
  312. [May 21 09:33:23] DEBUG[6872]: chan_dahdi.c:9549 dahdi_request: Using channel -2
  313. @@[May 21 09:33:23] DEBUG[6872]: devicestate.c:467 devstate_event: device 'DAHDI/pseudo-1074671116' state '2'
  314. @@[May 21 09:33:23] DEBUG[6872]: channel.c:3475 set_format: Set channel DAHDI/pseudo-1074671116 to read format slin
  315. @@[May 21 09:33:23] DEBUG[6872]: channel.c:3475 set_format: Set channel DAHDI/pseudo-1074671116 to write format slin
  316. @@ -- Created MeetMe conference 1023 for conference '12'
  317. @@[May 21 09:33:23] DEBUG[6872]: app.c:645 __ast_play_and_record: play_and_record: vm-rec-name, /var/spool/asterisk/meetme/meetme-username-12-1, 'sln'
  318. @@[May 21 09:33:23] DEBUG[6872]: channel.c:3475 set_format: Set channel SIP/10000-08226420 to write format ulaw
  319. @@[May 21 09:33:23] DEBUG[6872]: rtp.c:3723 ast_rtp_write: Ooh, format changed from unknown to alaw
  320. @@[May 21 09:33:23] DEBUG[6872]: rtp.c:3739 ast_rtp_write: Created smoother: format: 8 ms: 20 len: 160
  321. @@ -- <SIP/10000-08226420> Playing 'vm-rec-name.ulaw' (language 'en')
  322. @@[May 21 09:33:27] DEBUG[6872]: channel.c:3475 set_format: Set channel SIP/10000-08226420 to write format alaw
  323. @@[May 21 09:33:27] DEBUG[6872]: channel.c:3475 set_format: Set channel SIP/10000-08226420 to write format ulaw
  324. @@ -- <SIP/10000-08226420> Playing 'beep.ulaw' (language 'en')
  325. [May 21 09:33:28] DEBUG[6872]: channel.c:3475 set_format: Set channel SIP/10000-08226420 to write format alaw
  326. [May 21 09:33:28] DEBUG[6872]: app.c:666 __ast_play_and_record: Recording Formats: sfmts=sln
  327. -- x=0, open writing: /var/spool/asterisk/meetme/meetme-username-12-1 format: sln, 0x8222468
  328. [May 21 09:33:29] DEBUG[6872]: rtp.c:1029 process_rfc2833: - RTP 2833 Event: 0000000b (len = 4)
  329. [May 21 09:33:29] DEBUG[6872]: rtp.c:877 send_dtmf: Sending dtmf: 35 (#), at 78.105.1.131
  330. [May 21 09:33:29] DEBUG[6872]: rtp.c:1029 process_rfc2833: - RTP 2833 Event: 0000000b (len = 4)
  331. [May 21 09:33:29] DEBUG[6872]: rtp.c:1029 process_rfc2833: - RTP 2833 Event: 0000000b (len = 4)
  332. [May 21 09:33:29] DEBUG[6872]: rtp.c:1029 process_rfc2833: - RTP 2833 Event: 0000000b (len = 4)
  333. [May 21 09:33:29] DEBUG[6872]: rtp.c:1029 process_rfc2833: - RTP 2833 Event: 0000000b (len = 4)
  334. [May 21 09:33:29] DEBUG[6872]: rtp.c:877 send_dtmf: Sending dtmf: 35 (#), at 78.105.1.131
  335. -- User ended message by pressing #
  336. [May 21 09:33:29] DEBUG[6872]: channel.c:3475 set_format: Set channel SIP/10000-08226420 to write format ulaw
  337. [May 21 09:33:29] DEBUG[6872]: rtp.c:3531 ast_rtp_raw_write: Difference is 12968, ms is 1641
  338. -- <SIP/10000-08226420> Playing 'auth-thankyou.ulaw' (language 'en')
  339. [May 21 09:33:29] DEBUG[6872]: rtp.c:1029 process_rfc2833: - RTP 2833 Event: 0000000b (len = 4)
  340. [May 21 09:33:30] DEBUG[6872]: rtp.c:1187 ast_rtcp_read: Got RTCP report of 76 bytes
  341. [May 21 09:33:31] DEBUG[6872]: channel.c:3475 set_format: Set channel SIP/10000-08226420 to write format alaw
  342. [May 21 09:33:31] DEBUG[6872]: res_config_mysql.c:1478 mysql_reconnect: MySQL RealTime: Connection okay.
  343. [May 21 09:33:31] DEBUG[6872]: res_config_mysql.c:630 update_mysql: MySQL RealTime: Update SQL: UPDATE conference SET members = '1' WHERE confno = '12'
  344. [May 21 09:33:31] DEBUG[6872]: res_config_mysql.c:644 update_mysql: MySQL RealTime: Updated 1 rows on table: conference
  345. [May 21 09:33:31] DEBUG[6872]: devicestate.c:467 devstate_event: device 'meetme:12' state '2'
  346. [May 21 09:33:31] DEBUG[6872]: channel.c:3475 set_format: Set channel SIP/10000-08226420 to write format ulaw
  347. -- <SIP/10000-08226420> Playing 'conf-onlyperson.ulaw' (language 'en')
  348. [May 21 09:33:34] DEBUG[6872]: channel.c:3475 set_format: Set channel SIP/10000-08226420 to write format alaw
  349. [May 21 09:33:34] DEBUG[6872]: channel.c:3475 set_format: Set channel SIP/10000-08226420 to write format slin
  350. [May 21 09:33:34] DEBUG[6872]: channel.c:3475 set_format: Set channel SIP/10000-08226420 to read format slin
  351. [May 21 09:33:34] DEBUG[6872]: app_meetme.c:2090 conf_run: Placed channel SIP/10000-08226420 in DAHDI conf 1023
  352. -- Started music on hold, class 'default', on SIP/10000-08226420
  353. [May 21 09:33:34] DEBUG[6872]: res_musiconhold.c:266 ast_moh_files_next: SIP/10000-08226420 Opened file 1 '/var/lib/asterisk/moh/fpm-sunshine'
  354. [May 21 09:33:34] DEBUG[6872]: rtp.c:3531 ast_rtp_raw_write: Difference is 1120, ms is 160
  355.  
  356. <--- SIP read from UDP://78.105.1.131:5061 --->
  357. BYE sip:[email protected] SIP/2.0
  358. Via: SIP/2.0/UDP 78.105.1.131:5061;rport;branch=z9hG4bKbllmxkti
  359. Max-Forwards: 70
  360. To: <sip:[email protected]>;tag=as77f937f0
  361. From: "10000" <sip:[email protected]>;tag=njogt
  362. CSeq: 867 BYE
  363. User-Agent: Twinkle/1.1
  364. Content-Length: 0
  365.  
  366.  
  367. <------------->
  368. [May 21 09:33:36] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 0 [ 32]: BYE sip:[email protected] SIP/2.0
  369. [May 21 09:33:36] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 1 [ 63]: Via: SIP/2.0/UDP 78.105.1.131:5061;rport;branch=z9hG4bKbllmxkti
  370. [May 21 09:33:36] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 2 [ 16]: Max-Forwards: 70
  371. [May 21 09:33:36] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 3 [ 47]: To: <sip:[email protected]>;tag=as77f937f0
  372. [May 21 09:33:36] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 4 [ 54]: From: "10000" <sip:[email protected]>;tag=njogt
  373. [May 21 09:33:36] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 5 [ 37]: Call-ID: [email protected]
  374. [May 21 09:33:36] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 6 [ 13]: CSeq: 867 BYE
  375. [May 21 09:33:36] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 7 [ 23]: User-Agent: Twinkle/1.1
  376. [May 21 09:33:36] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 8 [ 17]: Content-Length: 0
  377. [May 21 09:33:36] DEBUG[6868]: chan_sip.c:6691 parse_request: Header 9 [ 0]:
  378. --- (9 headers 0 lines) ---
  379. [May 21 09:33:36] DEBUG[6868]: chan_sip.c:19645 handle_incoming: **** Received BYE (8) - Command in SIP BYE
  380. [May 21 09:33:36] DEBUG[6868]: chan_sip.c:19063 handle_request_bye: Initializing initreq for method BYE - callid [email protected]
  381. Sending to 78.105.1.131 : 5061 (NAT)
  382. [May 21 09:33:36] DEBUG[6868]: chan_sip.c:2645 sip_alreadygone: Setting SIP_ALREADYGONE on dialog [email protected]
  383. [May 21 09:33:36] DEBUG[6868]: chan_sip.c:19146 handle_request_bye: Received bye, issuing owner hangup
  384.  
  385. <--- Transmitting (NAT) to 78.105.1.131:5061 --->
  386. SIP/2.0 200 OK
  387. Via: SIP/2.0/UDP 78.105.1.131:5061;branch=z9hG4bKbllmxkti;received=78.105.1.131;rport=5061
  388. From: "10000" <sip:[email protected]>;tag=njogt
  389. To: <sip:[email protected]>;tag=as77f937f0
  390. CSeq: 867 BYE
  391. Server: Asterisk PBX SVN-branch-1.6.1-r190371M
  392. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
  393. Supported: replaces, timer
  394. Content-Length: 0
  395.  
  396.  
  397. <------------>
  398. [May 21 09:33:36] DEBUG[6868]: chan_sip.c:2870 __sip_xmit: Trying to put 'SIP/2.0 20' onto UDP socket destined for 78.105.1.131:5061
  399. -- Stopped music on hold on SIP/10000-08226420
  400. [May 21 09:33:36] DEBUG[6872]: res_config_mysql.c:1478 mysql_reconnect: MySQL RealTime: Connection okay.
  401. [May 21 09:33:36] DEBUG[6872]: res_config_mysql.c:630 update_mysql: MySQL RealTime: Update SQL: UPDATE conference SET members = '0' WHERE confno = '12'
  402. [May 21 09:33:36] DEBUG[6872]: res_config_mysql.c:644 update_mysql: MySQL RealTime: Updated 1 rows on table: conference
  403. [May 21 09:33:36] DEBUG[6872]: devicestate.c:467 devstate_event: device 'meetme:12' state '1'
  404. [May 21 09:33:36] DEBUG[6872]: channel.c:1549 ast_softhangup_nolock: Soft-Hanging up channel 'DAHDI/pseudo-1074671116'
  405. [May 21 09:33:36] DEBUG[6872]: channel.c:1644 ast_hangup: Hanging up channel 'DAHDI/pseudo-1074671116'
  406. [May 21 09:33:36] DEBUG[6872]: chan_dahdi.c:3381 dahdi_hangup: dahdi_hangup(DAHDI/pseudo-1074671116)
  407. [May 21 09:33:36] DEBUG[6872]: chan_dahdi.c:3415 dahdi_hangup: Hangup: channel: -2 index = 0, normal = 24, callwait = -1, thirdcall = -1
  408. [May 21 09:33:36] DEBUG[6872]: chan_dahdi.c:3888 dahdi_setoption: Set option TDD MODE, value: OFF(0) on DAHDI/pseudo-1074671116
  409. [May 21 09:33:36] DEBUG[6872]: chan_dahdi.c:2000 update_conf: Updated conferencing on -2, with 0 conference users
  410. -- Hungup 'DAHDI/pseudo-1074671116'
  411. [May 21 09:33:36] DEBUG[6865]: devicestate.c:366 _ast_device_state: No provider found, checking channel drivers for DAHDI - pseudo
  412. [May 21 09:33:36] DEBUG[6865]: devicestate.c:487 do_state_change: Changing state for DAHDI/pseudo - state 0 (Unknown)
  413. [May 21 09:33:36] DEBUG[6865]: devicestate.c:467 devstate_event: device 'DAHDI/pseudo' state '0'
  414. [May 21 09:33:36] DEBUG[6872]: pbx.c:3779 __ast_pbx_run: Spawn extension (common,501,1) exited non-zero on 'SIP/10000-08226420'
  415. == Spawn extension (common, 501, 1) exited non-zero on 'SIP/10000-08226420'
  416. [May 21 09:33:36] DEBUG[6872]: channel.c:1549 ast_softhangup_nolock: Soft-Hanging up channel 'SIP/10000-08226420'
  417. [May 21 09:33:36] DEBUG[6872]: pbx.c:1357 new_find_extension: Nothing strange about this match
  418. [May 21 09:33:36] DEBUG[6872]: pbx.c:1358 new_find_extension: returning an exact match-- first found-- h
  419. [May 21 09:33:36] DEBUG[6872]: pbx.c:1357 new_find_extension: Nothing strange about this match
  420. [May 21 09:33:36] DEBUG[6872]: pbx.c:1358 new_find_extension: returning an exact match-- first found-- h
  421. [May 21 09:33:36] DEBUG[6872]: pbx.c:3179 pbx_extension_helper: Launching 'Hangup'
  422. -- Executing [h@common:1] Hangup("SIP/10000-08226420", "") in new stack
  423. [May 21 09:33:36] DEBUG[6872]: pbx.c:3922 __ast_pbx_run: Spawn extension (common,h,1) exited non-zero on 'SIP/10000-08226420'
  424. == Spawn extension (common, h, 1) exited non-zero on 'SIP/10000-08226420'
  425. [May 21 09:33:36] DEBUG[6872]: channel.c:1644 ast_hangup: Hanging up channel 'SIP/10000-08226420'
  426. [May 21 09:33:36] DEBUG[6872]: chan_sip.c:5176 sip_hangup: Hangup call SIP/10000-08226420, SIP callid [email protected]
  427. [May 21 09:33:36] DEBUG[6872]: cdr.c:1209 ast_cdr_detach: Dropping CDR !
  428. [May 21 09:33:36] DEBUG[6865]: devicestate.c:366 _ast_device_state: No provider found, checking channel drivers for SIP - 10000
  429. [May 21 09:33:36] DEBUG[6865]: chan_sip.c:20925 sip_devicestate: Checking device state for peer 10000
  430. [May 21 09:33:36] DEBUG[6865]: devicestate.c:487 do_state_change: Changing state for SIP/10000 - state 1 (Not in use)
  431. [May 21 09:33:36] DEBUG[6865]: devicestate.c:467 devstate_event: device 'SIP/10000' state '1'
  432. [May 21 09:33:37] DEBUG[6868]: chan_sip.c:4962 sip_destroy: Destroying SIP dialog [email protected]
  433. Really destroying SIP dialog '[email protected]' Method: BYE
  434.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement