Advertisement
Guest User

Untitled

a guest
Sep 20th, 2016
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 80.11 KB | None | 0 0
  1. Connected to Asterisk 11.23.0 currently running on raspbx (pid = 4155)
  2. raspbx*CLI> sip set debug on
  3. SIP Debugging re-enabled
  4.  
  5. <--- SIP read from UDP:204.11.192.169:5060 --->
  6. INVITE sip:18452770476@192.168.1.129:5060 SIP/2.0
  7. v: SIP/2.0/UDP 204.11.192.169:5060;branch=z9hG4bK-38c6bd150d21f71fc2846a71e4db37e5
  8. f: <sip:17153134136@66.193.176.35>;tag=3683413613-799537
  9. t: <sip:18452770476@ss.callcentric.com>
  10. i: 44564424-3683413613-799502@msw2.telengy.net
  11. CSeq: 1 INVITE
  12. Max-Forwards: 13
  13. m: <sip:788446c01d7b917769663386cad0d46e@204.11.192.169:5060;transport=udp>
  14. c: application/sdp
  15. l: 321
  16.  
  17. v=0
  18. o=NexTone-MSW 815587 753605 IN IP4 204.11.192.169
  19. s=sip call
  20. c=IN IP4 204.11.192.169
  21. t=0 0
  22. m=audio 50956 RTP/AVP 0 9 18 101
  23. a=ptime:20
  24. a=sendrecv
  25. a=fmtp:101 0-15
  26. a=rtpmap:101 telephone-event/8000
  27. a=rtpmap:18 G729/8000
  28. a=rtpmap:9 G722/8000
  29. a=rtpmap:0 PCMU/8000
  30. a=silenceSupp:off - - - -
  31. a=setup:actpass
  32. <------------->
  33. [2016-09-21 03:26:54] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 0 [ 49]: INVITE sip:18452770476@192.168.1.129:5060 SIP/2.0
  34. [2016-09-21 03:26:54] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 1 [ 82]: v: SIP/2.0/UDP 204.11.192.169:5060;branch=z9hG4bK-38c6bd150d21f71fc2846a71e4db37e5
  35. [2016-09-21 03:26:54] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 2 [ 56]: f: <sip:17153134136@66.193.176.35>;tag=3683413613-799537
  36. [2016-09-21 03:26:54] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 3 [ 39]: t: <sip:18452770476@ss.callcentric.com>
  37. [2016-09-21 03:26:54] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 4 [ 46]: i: 44564424-3683413613-799502@msw2.telengy.net
  38. [2016-09-21 03:26:54] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 5 [ 14]: CSeq: 1 INVITE
  39. [2016-09-21 03:26:54] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 6 [ 16]: Max-Forwards: 13
  40. [2016-09-21 03:26:54] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 7 [ 75]: m: <sip:788446c01d7b917769663386cad0d46e@204.11.192.169:5060;transport=udp>
  41. [2016-09-21 03:26:54] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 8 [ 18]: c: application/sdp
  42. [2016-09-21 03:26:54] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 9 [ 6]: l: 321
  43. [2016-09-21 03:26:54] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 10 [ 0]:
  44. [2016-09-21 03:26:54] DEBUG[4186]: chan_sip.c:9502 parse_request: Body 0 [ 3]: v=0
  45. [2016-09-21 03:26:54] DEBUG[4186]: chan_sip.c:9502 parse_request: Body 1 [ 49]: o=NexTone-MSW 815587 753605 IN IP4 204.11.192.169
  46. [2016-09-21 03:26:54] DEBUG[4186]: chan_sip.c:9502 parse_request: Body 2 [ 10]: s=sip call
  47. [2016-09-21 03:26:54] DEBUG[4186]: chan_sip.c:9502 parse_request: Body 3 [ 23]: c=IN IP4 204.11.192.169
  48. [2016-09-21 03:26:54] DEBUG[4186]: chan_sip.c:9502 parse_request: Body 4 [ 5]: t=0 0
  49. [2016-09-21 03:26:54] DEBUG[4186]: chan_sip.c:9502 parse_request: Body 5 [ 32]: m=audio 50956 RTP/AVP 0 9 18 101
  50. [2016-09-21 03:26:54] DEBUG[4186]: chan_sip.c:9502 parse_request: Body 6 [ 10]: a=ptime:20
  51. [2016-09-21 03:26:54] DEBUG[4186]: chan_sip.c:9502 parse_request: Body 7 [ 10]: a=sendrecv
  52. [2016-09-21 03:26:54] DEBUG[4186]: chan_sip.c:9502 parse_request: Body 8 [ 15]: a=fmtp:101 0-15
  53. [2016-09-21 03:26:54] DEBUG[4186]: chan_sip.c:9502 parse_request: Body 9 [ 33]: a=rtpmap:101 telephone-event/8000
  54. [2016-09-21 03:26:54] DEBUG[4186]: chan_sip.c:9502 parse_request: Body 10 [ 21]: a=rtpmap:18 G729/8000
  55. [2016-09-21 03:26:54] DEBUG[4186]: chan_sip.c:9502 parse_request: Body 11 [ 20]: a=rtpmap:9 G722/8000
  56. [2016-09-21 03:26:54] DEBUG[4186]: chan_sip.c:9502 parse_request: Body 12 [ 20]: a=rtpmap:0 PCMU/8000
  57. [2016-09-21 03:26:54] DEBUG[4186]: chan_sip.c:9502 parse_request: Body 13 [ 25]: a=silenceSupp:off - - - -
  58. [2016-09-21 03:26:54] DEBUG[4186]: chan_sip.c:9539 parse_request: Body 14 [ 15]: a=setup:actpass
  59. --- (10 headers 15 lines) ---
  60. [2016-09-21 03:26:54] DEBUG[4186]: chan_sip.c:9041 find_call: = Looking for Call ID: 44564424-3683413613-799502@msw2.telengy.net (Checking From) --From tag 3683413613-799537 --To-tag
  61. [2016-09-21 03:26:54] DEBUG[4186]: acl.c:979 ast_ouraddrfor: For destination '204.11.192.169', our source address is '192.168.1.129'.
  62. [2016-09-21 03:26:54] DEBUG[4186]: chan_sip.c:3887 ast_sip_ouraddrfor: Setting SIP_TRANSPORT_UDP with address 192.168.1.129:5060
  63. [2016-09-21 03:26:54] DEBUG[4186]: netsock2.c:138 ast_sockaddr_split_hostport: Splitting '204.11.192.169:5060' into...
  64. [2016-09-21 03:26:54] DEBUG[4186]: netsock2.c:192 ast_sockaddr_split_hostport: ...host '204.11.192.169' and port '5060'.
  65. Sending to 204.11.192.169:5060 (NAT)
  66. [2016-09-21 03:26:54] DEBUG[4186]: chan_sip.c:8644 sip_alloc: Allocating new SIP dialog for 44564424-3683413613-799502@msw2.telengy.net - INVITE (No RTP)
  67. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: chan_sip.c:28508 handle_incoming: **** Received INVITE (5) - Command in SIP INVITE
  68. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: netsock2.c:138 ast_sockaddr_split_hostport: Splitting '204.11.192.169:5060' into...
  69. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: netsock2.c:192 ast_sockaddr_split_hostport: ...host '204.11.192.169' and port '5060'.
  70. Sending to 204.11.192.169:5060 (NAT)
  71. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: chan_sip.c:25703 handle_request_invite: Initializing initreq for method INVITE - callid 44564424-3683413613-799502@msw2.telengy.net
  72. Using INVITE request as basis request - 44564424-3683413613-799502@msw2.telengy.net
  73. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: netsock2.c:138 ast_sockaddr_split_hostport: Splitting '66.193.176.35' into...
  74. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: netsock2.c:192 ast_sockaddr_split_hostport: ...host '66.193.176.35' and port ''.
  75. No matching peer for '17153134136' from '204.11.192.169:5060'
  76. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: rtp_engine.c:283 ast_rtp_instance_new: Using engine 'asterisk' for RTP instance '0x7641dfb4'
  77. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: res_rtp_asterisk.c:2539 ast_rtp_new: Allocated port 10858 for RTP instance '0x7641dfb4'
  78. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: res_rtp_asterisk.c:2566 ast_rtp_new: Creating ICE session 0.0.0.0:10858 (10858) for RTP instance '0x7641dfb4'
  79. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: netsock2.c:138 ast_sockaddr_split_hostport: Splitting '192.168.1.129' into...
  80. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: netsock2.c:192 ast_sockaddr_split_hostport: ...host '192.168.1.129' and port ''.
  81. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: rtp_engine.c:292 ast_rtp_instance_new: RTP instance '0x7641dfb4' is setup and ready to go
  82. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: res_rtp_asterisk.c:4656 ast_rtp_prop_set: Setup RTCP on RTP instance '0x7641dfb4'
  83. == Using SIP RTP TOS bits 184
  84. == Using SIP RTP CoS mark 5
  85. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: chan_sip.c:5609 do_setnat: Setting NAT on RTP to On
  86. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: chan_sip.c:9943 process_sdp: Processing session-level SDP v=0... UNSUPPORTED OR FAILED.
  87. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: chan_sip.c:9943 process_sdp: Processing session-level SDP o=NexTone-MSW 815587 753605 IN IP4 204.11.192.169... OK.
  88. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: chan_sip.c:9943 process_sdp: Processing session-level SDP s=sip call... UNSUPPORTED OR FAILED.
  89. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: netsock2.c:138 ast_sockaddr_split_hostport: Splitting '204.11.192.169' into...
  90. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: netsock2.c:192 ast_sockaddr_split_hostport: ...host '204.11.192.169' and port ''.
  91. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: chan_sip.c:9943 process_sdp: Processing session-level SDP c=IN IP4 204.11.192.169... OK.
  92. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: chan_sip.c:9943 process_sdp: Processing session-level SDP t=0 0... UNSUPPORTED OR FAILED.
  93. Found RTP audio format 0
  94. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: rtp_engine.c:564 ast_rtp_codecs_payloads_set_m_type: Setting payload 0 based on m type on 0x72c41e1c
  95. Found RTP audio format 9
  96. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: rtp_engine.c:564 ast_rtp_codecs_payloads_set_m_type: Setting payload 9 based on m type on 0x72c41e1c
  97. Found RTP audio format 18
  98. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: rtp_engine.c:564 ast_rtp_codecs_payloads_set_m_type: Setting payload 18 based on m type on 0x72c41e1c
  99. Found RTP audio format 101
  100. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: rtp_engine.c:564 ast_rtp_codecs_payloads_set_m_type: Setting payload 101 based on m type on 0x72c41e1c
  101. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: chan_sip.c:10396 process_sdp: Processing media-level (audio) SDP a=ptime:20... OK.
  102. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: chan_sip.c:10396 process_sdp: Processing media-level (audio) SDP a=sendrecv... OK.
  103. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: chan_sip.c:10396 process_sdp: Processing media-level (audio) SDP a=fmtp:101 0-15... UNSUPPORTED OR FAILED.
  104. Found audio description format telephone-event for ID 101
  105. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: chan_sip.c:10396 process_sdp: Processing media-level (audio) SDP a=rtpmap:101 telephone-event/8000... OK.
  106. Found audio description format G729 for ID 18
  107. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: chan_sip.c:10396 process_sdp: Processing media-level (audio) SDP a=rtpmap:18 G729/8000... OK.
  108. Found audio description format G722 for ID 9
  109. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: chan_sip.c:10396 process_sdp: Processing media-level (audio) SDP a=rtpmap:9 G722/8000... OK.
  110. Found audio description format PCMU for ID 0
  111. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: chan_sip.c:10396 process_sdp: Processing media-level (audio) SDP a=rtpmap:0 PCMU/8000... OK.
  112. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: chan_sip.c:10396 process_sdp: Processing media-level (audio) SDP a=silenceSupp:off - - - -... UNSUPPORTED OR FAILED.
  113. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: chan_sip.c:10396 process_sdp: Processing media-level (audio) SDP a=setup:actpass... UNSUPPORTED OR FAILED.
  114. Capabilities: us - (gsm|ulaw|alaw|g726), peer - audio=(ulaw|g729|g722)/video=(nothing)/text=(nothing), combined - (ulaw)
  115. Non-codec capabilities (dtmf): us - 0x1 (telephone-event|), peer - 0x1 (telephone-event|), combined - 0x1 (telephone-event|)
  116. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: res_rtp_asterisk.c:4712 ast_rtp_remote_address_set: Setting RTCP address on RTP instance '0x7641dfb4'
  117. Peer audio RTP is at port 204.11.192.169:50956
  118. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: rtp_engine.c:522 ast_rtp_codecs_payloads_copy: Copying payload 0 from 0x72c41e1c to 0x7641e160
  119. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: rtp_engine.c:522 ast_rtp_codecs_payloads_copy: Copying payload 9 from 0x72c41e1c to 0x7641e160
  120. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: rtp_engine.c:522 ast_rtp_codecs_payloads_copy: Copying payload 18 from 0x72c41e1c to 0x7641e160
  121. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: rtp_engine.c:522 ast_rtp_codecs_payloads_copy: Copying payload 101 from 0x72c41e1c to 0x7641e160
  122. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: res_rtp_asterisk.c:4622 ast_rtp_prop_set: Ignoring duplicate RTCP property on RTP instance '0x7641dfb4'
  123. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: chan_sip.c:10679 process_sdp: We're settling with these formats: (ulaw)
  124. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: chan_sip.c:25830 handle_request_invite: Checking SIP call limits for device
  125. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: chan_sip.c:6552 update_call_counter: Updating call counter for incoming call
  126. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: netsock2.c:138 ast_sockaddr_split_hostport: Splitting '192.168.1.129:5060' into...
  127. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: netsock2.c:192 ast_sockaddr_split_hostport: ...host '192.168.1.129' and port ''.
  128. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: netsock2.c:138 ast_sockaddr_split_hostport: Splitting '66.193.176.35' into...
  129. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: netsock2.c:192 ast_sockaddr_split_hostport: ...host '66.193.176.35' and port ''.
  130. Looking for 18452770476 in from-sip-external (domain 192.168.1.129)
  131. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: chan_sip.c:7816 sip_new: *** Our native formats are (ulaw)
  132. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: chan_sip.c:7817 sip_new: *** Joint capabilities are (ulaw)
  133. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: chan_sip.c:7818 sip_new: *** Our capabilities are (gsm|ulaw|alaw|g726)
  134. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: chan_sip.c:7819 sip_new: *** AST_CODEC_CHOOSE formats are ulaw
  135. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: chan_sip.c:7847 sip_new: This channel will not be able to handle video.
  136. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: chan_sip.c:16407 build_route: build_route: Contact hop: <sip:788446c01d7b917769663386cad0d46e@204.11.192.169:5060;transport=udp>
  137. list_route: hop: <sip:788446c01d7b917769663386cad0d46e@204.11.192.169:5060;transport=udp>
  138. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: chan_sip.c:26067 handle_request_invite: SIP/66.193.176.35-00000004: New call is still down.... Trying...
  139.  
  140. <--- Transmitting (NAT) to 204.11.192.169:5060 --->
  141. SIP/2.0 100 Trying
  142. Via: SIP/2.0/UDP 204.11.192.169:5060;branch=z9hG4bK-38c6bd150d21f71fc2846a71e4db37e5;received=204.11.192.169;rport=5060
  143. From: <sip:17153134136@66.193.176.35>;tag=3683413613-799537
  144. To: <sip:18452770476@ss.callcentric.com>
  145. Call-ID: 44564424-3683413613-799502@msw2.telengy.net
  146. CSeq: 1 INVITE
  147. Server: FPBX-13.0.74(11.23.0)
  148. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  149. Supported: replaces, timer
  150. Contact: <sip:18452770476@192.168.1.129:5060>
  151. Content-Length: 0
  152.  
  153.  
  154. <------------>
  155. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: chan_sip.c:3730 __sip_xmit: Trying to put 'SIP/2.0 100' onto UDP socket destined for 204.11.192.169:5060
  156. [2016-09-21 03:26:54] DEBUG[4163]: devicestate.c:345 _ast_device_state: No provider found, checking channel drivers for SIP - 66.193.176.35
  157. [2016-09-21 03:26:54] DEBUG[4163]: chan_sip.c:29957 sip_devicestate: Checking device state for peer 66.193.176.35
  158. [2016-09-21 03:26:54] DEBUG[4163]: devicestate.c:477 do_state_change: Changing state for SIP/66.193.176.35 - state 4 (Invalid)
  159. [2016-09-21 03:26:54] DEBUG[4163]: devicestate.c:452 devstate_event: device 'SIP/66.193.176.35' state '4'
  160. [2016-09-21 03:26:54] DEBUG[6781][C-00000004]: pbx.c:3728 ast_str_retrieve_variable: Result of 'EXTEN' is '18452770476'
  161. [2016-09-21 03:26:54] DEBUG[6781][C-00000004]: pbx.c:4940 pbx_extension_helper: Launching 'NoOp'
  162. -- Executing [18452770476@from-sip-external:1] NoOp("SIP/66.193.176.35-00000004", "Received incoming SIP connection from unknown peer to 18452770476") in new stack
  163. [2016-09-21 03:26:54] DEBUG[6781][C-00000004]: pbx.c:3728 ast_str_retrieve_variable: Result of 'EXTEN' is '18452770476'
  164. [2016-09-21 03:26:54] DEBUG[6781][C-00000004]: pbx.c:4840 pbx_substitute_variables_helper_full: Expression result is '0'
  165. [2016-09-21 03:26:54] DEBUG[6781][C-00000004]: pbx.c:3728 ast_str_retrieve_variable: Result of 'EXTEN' is '18452770476'
  166. [2016-09-21 03:26:54] DEBUG[6781][C-00000004]: pbx.c:4772 pbx_substitute_variables_helper_full: Function IF(0?s:18452770476) result is '18452770476'
  167. [2016-09-21 03:26:54] DEBUG[6781][C-00000004]: pbx.c:4940 pbx_extension_helper: Launching 'Set'
  168. -- Executing [18452770476@from-sip-external:2] Set("SIP/66.193.176.35-00000004", "DID=18452770476") in new stack
  169. [2016-09-21 03:26:54] DEBUG[6781][C-00000004]: pbx.c:4940 pbx_extension_helper: Launching 'Goto'
  170. -- Executing [18452770476@from-sip-external:3] Goto("SIP/66.193.176.35-00000004", "s,1") in new stack
  171. -- Goto (from-sip-external,s,1)
  172. [2016-09-21 03:26:54] DEBUG[6781][C-00000004]: pbx.c:3728 ast_str_retrieve_variable: Result of 'ALLOW_SIP_ANON' is 'no'
  173. [2016-09-21 03:26:54] DEBUG[6781][C-00000004]: pbx.c:4840 pbx_substitute_variables_helper_full: Expression result is '0'
  174. [2016-09-21 03:26:54] DEBUG[6781][C-00000004]: pbx.c:4940 pbx_extension_helper: Launching 'GotoIf'
  175. -- Executing [s@from-sip-external:1] GotoIf("SIP/66.193.176.35-00000004", "0?checklang:noanonymous") in new stack
  176. -- Goto (from-sip-external,s,5)
  177. [2016-09-21 03:26:54] DEBUG[6781][C-00000004]: pbx.c:4940 pbx_extension_helper: Launching 'Set'
  178. -- Executing [s@from-sip-external:5] Set("SIP/66.193.176.35-00000004", "TIMEOUT(absolute)=15") in new stack
  179. -- Channel will hangup at 2016-09-21 03:27:09.111 BST.
  180. [2016-09-21 03:26:54] DEBUG[6781][C-00000004]: pbx.c:4772 pbx_substitute_variables_helper_full: Function CHANNEL(recvip) result is '204.11.192.169'
  181. [2016-09-21 03:26:54] DEBUG[6781][C-00000004]: pbx.c:4940 pbx_extension_helper: Launching 'Log'
  182. -- Executing [s@from-sip-external:6] Log("SIP/66.193.176.35-00000004", "WARNING,"Rejecting unknown SIP connection from 204.11.192.169"") in new stack
  183. [2016-09-21 03:26:54] WARNING[6781][C-00000004]: Ext. s:6 @ from-sip-external: "Rejecting unknown SIP connection from 204.11.192.169"
  184. [2016-09-21 03:26:54] DEBUG[6781][C-00000004]: pbx.c:4940 pbx_extension_helper: Launching 'Answer'
  185. -- Executing [s@from-sip-external:7] Answer("SIP/66.193.176.35-00000004", "") in new stack
  186. [2016-09-21 03:26:54] DEBUG[4163]: devicestate.c:345 _ast_device_state: No provider found, checking channel drivers for SIP - 66.193.176.35
  187. [2016-09-21 03:26:54] DEBUG[4163]: chan_sip.c:29957 sip_devicestate: Checking device state for peer 66.193.176.35
  188. [2016-09-21 03:26:54] DEBUG[4163]: devicestate.c:477 do_state_change: Changing state for SIP/66.193.176.35 - state 4 (Invalid)
  189. [2016-09-21 03:26:54] DEBUG[4163]: devicestate.c:452 devstate_event: device 'SIP/66.193.176.35' state '4'
  190. [2016-09-21 03:26:54] DEBUG[6781][C-00000004]: chan_sip.c:7135 sip_answer: SIP answering channel: SIP/66.193.176.35-00000004
  191. [2016-09-21 03:26:54] DEBUG[6781][C-00000004]: res_rtp_asterisk.c:2900 ast_rtp_update_source: Setting the marker bit due to a source update
  192. [2016-09-21 03:26:54] DEBUG[6781][C-00000004]: chan_sip.c:13569 transmit_response_with_sdp: Setting framing from config on incoming call
  193. [2016-09-21 03:26:54] DEBUG[6781][C-00000004]: chan_sip.c:13118 add_sdp: ** Our capability: (ulaw) Video flag: True Text flag: True
  194. [2016-09-21 03:26:54] DEBUG[6781][C-00000004]: chan_sip.c:13119 add_sdp: ** Our prefcodec: (nothing)
  195. Audio is at 10858
  196. Adding codec 100003 (ulaw) to SDP
  197. Adding non-codec 0x1 (telephone-event) to SDP
  198. [2016-09-21 03:26:54] DEBUG[6781][C-00000004]: chan_sip.c:13255 add_sdp: -- Done with adding codecs to SDP
  199. [2016-09-21 03:26:54] DEBUG[6781][C-00000004]: chan_sip.c:13455 add_sdp: Done building SDP. Settling with this capability: (ulaw)
  200.  
  201. <--- Reliably Transmitting (NAT) to 204.11.192.169:5060 --->
  202. SIP/2.0 200 OK
  203. Via: SIP/2.0/UDP 204.11.192.169:5060;branch=z9hG4bK-38c6bd150d21f71fc2846a71e4db37e5;received=204.11.192.169;rport=5060
  204. From: <sip:17153134136@66.193.176.35>;tag=3683413613-799537
  205. To: <sip:18452770476@ss.callcentric.com>;tag=as10b6229c
  206. Call-ID: 44564424-3683413613-799502@msw2.telengy.net
  207. CSeq: 1 INVITE
  208. Server: FPBX-13.0.74(11.23.0)
  209. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  210. Supported: replaces, timer
  211. Contact: <sip:18452770476@192.168.1.129:5060>
  212. Content-Type: application/sdp
  213. Content-Length: 238
  214.  
  215. v=0
  216. o=root 1942076434 1942076434 IN IP4 192.168.1.129
  217. s=Asterisk PBX 11.23.0
  218. c=IN IP4 192.168.1.129
  219. t=0 0
  220. m=audio 10858 RTP/AVP 0 101
  221. a=rtpmap:0 PCMU/8000
  222. a=rtpmap:101 telephone-event/8000
  223. a=fmtp:101 0-16
  224. a=ptime:20
  225. a=sendrecv
  226.  
  227. <------------>
  228. [2016-09-21 03:26:54] DEBUG[6781][C-00000004]: chan_sip.c:4202 __sip_reliable_xmit: *** SIP TIMER: Initializing retransmit timer on packet: Id #6
  229. [2016-09-21 03:26:54] DEBUG[6781][C-00000004]: chan_sip.c:3730 __sip_xmit: Trying to put 'SIP/2.0 200' onto UDP socket destined for 204.11.192.169:5060
  230. [2016-09-21 03:26:54] DEBUG[4156]: res_odbc.c:1053 odbc_release_obj2: odbc_release_obj2(0x76601fd4) called (obj->txf = (nil))
  231. [2016-09-21 03:26:54] DEBUG[4192]: app_queue.c:1917 handle_statechange: Device 'SIP/66.193.176.35' changed to state '4' (Invalid) but we don't care because they're not a member of any queue.
  232. [2016-09-21 03:26:54] DEBUG[4192]: app_queue.c:1917 handle_statechange: Device 'SIP/66.193.176.35' changed to state '4' (Invalid) but we don't care because they're not a member of any queue.
  233. [2016-09-21 03:26:54] DEBUG[4156]: res_odbc.c:1053 odbc_release_obj2: odbc_release_obj2(0x76601fd4) called (obj->txf = (nil))
  234.  
  235. <--- SIP read from UDP:204.11.192.169:5060 --->
  236. ACK sip:18452770476@192.168.1.129:5060 SIP/2.0
  237. v: SIP/2.0/UDP 204.11.192.169:5060;branch=z9hG4bK-428dee20afbcc162b6afc8306580db18
  238. f: <sip:17153134136@66.193.176.35>;tag=3683413613-799537
  239. t: <sip:18452770476@ss.callcentric.com>;tag=as10b6229c
  240. i: 44564424-3683413613-799502@msw2.telengy.net
  241. CSeq: 1 ACK
  242. Max-Forwards: 13
  243. m: <sip:e8b94a906ec0c5bed147fd86ccb6f11a@204.11.192.169:5060;transport=udp>
  244. l: 0
  245.  
  246. <------------->
  247. [2016-09-21 03:26:54] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 0 [ 46]: ACK sip:18452770476@192.168.1.129:5060 SIP/2.0
  248. [2016-09-21 03:26:54] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 1 [ 82]: v: SIP/2.0/UDP 204.11.192.169:5060;branch=z9hG4bK-428dee20afbcc162b6afc8306580db18
  249. [2016-09-21 03:26:54] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 2 [ 56]: f: <sip:17153134136@66.193.176.35>;tag=3683413613-799537
  250. [2016-09-21 03:26:54] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 3 [ 54]: t: <sip:18452770476@ss.callcentric.com>;tag=as10b6229c
  251. [2016-09-21 03:26:54] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 4 [ 46]: i: 44564424-3683413613-799502@msw2.telengy.net
  252. [2016-09-21 03:26:54] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 5 [ 11]: CSeq: 1 ACK
  253. [2016-09-21 03:26:54] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 6 [ 16]: Max-Forwards: 13
  254. [2016-09-21 03:26:54] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 7 [ 75]: m: <sip:e8b94a906ec0c5bed147fd86ccb6f11a@204.11.192.169:5060;transport=udp>
  255. [2016-09-21 03:26:54] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 8 [ 4]: l: 0
  256. --- (9 headers 0 lines) ---
  257. [2016-09-21 03:26:54] DEBUG[4186]: chan_sip.c:9041 find_call: = Looking for Call ID: 44564424-3683413613-799502@msw2.telengy.net (Checking From) --From tag 3683413613-799537 --To-tag as10b6229c
  258. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: chan_sip.c:28508 handle_incoming: **** Received ACK (6) - Command in SIP ACK
  259. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: chan_sip.c:4401 __sip_ack: ** SIP TIMER: Cancelling retransmit of packet (reply received) Retransid #6
  260. [2016-09-21 03:26:54] DEBUG[4186][C-00000004]: chan_sip.c:4434 __sip_ack: Stopping retransmission on '44564424-3683413613-799502@msw2.telengy.net' of Response 1: Match Found
  261. [2016-09-21 03:26:54] DEBUG[6781][C-00000004]: channel.c:2985 __ast_answer: Didn't receive a media frame from SIP/66.193.176.35-00000004 within 500 ms of answering. Continuing anyway
  262. [2016-09-21 03:26:54] DEBUG[6781][C-00000004]: pbx.c:4940 pbx_extension_helper: Launching 'Wait'
  263. -- Executing [s@from-sip-external:8] Wait("SIP/66.193.176.35-00000004", "2") in new stack
  264. [2016-09-21 03:26:54] DEBUG[6781][C-00000004]: channel.c:5414 set_format: Set channel SIP/66.193.176.35-00000004 to write format slin
  265. [2016-09-21 03:26:54] DEBUG[6781][C-00000004]: channel.c:3595 ast_settimeout_full: Scheduling timer at (50 requested / 50 actual) timer ticks per second
  266. [2016-09-21 03:26:54] DEBUG[6781][C-00000004]: channel.c:8839 ast_channel_start_silence_generator: Started silence generator on 'SIP/66.193.176.35-00000004'
  267. [2016-09-21 03:26:54] DEBUG[6781][C-00000004]: res_rtp_asterisk.c:3420 ast_rtp_write: Ooh, format changed from unknown to ulaw
  268. [2016-09-21 03:26:54] DEBUG[6781][C-00000004]: res_rtp_asterisk.c:3455 ast_rtp_write: Created smoother: format: ulaw ms: 20 len: 160
  269. [2016-09-21 03:26:54] DEBUG[6781][C-00000004]: res_rtp_asterisk.c:3317 ast_rtp_raw_write: Starting RTCP transmission on RTP instance '0x7641dfb4'
  270. [2016-09-21 03:26:54] DEBUG[6781][C-00000004]: res_rtp_asterisk.c:4290 ast_rtp_read: 0x76422f08 -- Probation learning mode pass with source address 204.11.192.169:50956
  271. > 0x76422f08 -- Probation passed - setting RTP source address to 204.11.192.169:50956
  272. [2016-09-21 03:26:56] DEBUG[6781][C-00000004]: channel.c:3595 ast_settimeout_full: Scheduling timer at (0 requested / 0 actual) timer ticks per second
  273. [2016-09-21 03:26:56] DEBUG[6781][C-00000004]: channel.c:8874 ast_channel_stop_silence_generator: Stopped silence generator on 'SIP/66.193.176.35-00000004'
  274. [2016-09-21 03:26:56] DEBUG[6781][C-00000004]: channel.c:5414 set_format: Set channel SIP/66.193.176.35-00000004 to write format ulaw
  275. [2016-09-21 03:26:56] DEBUG[6781][C-00000004]: pbx.c:4940 pbx_extension_helper: Launching 'Playback'
  276. -- Executing [s@from-sip-external:9] Playback("SIP/66.193.176.35-00000004", "ss-noservice") in new stack
  277. [2016-09-21 03:26:56] DEBUG[6781][C-00000004]: channel.c:3595 ast_settimeout_full: Scheduling timer at (50 requested / 50 actual) timer ticks per second
  278. -- <SIP/66.193.176.35-00000004> Playing 'ss-noservice.ulaw' (language 'en')
  279. [2016-09-21 03:27:01] DEBUG[6781][C-00000004]: channel.c:3595 ast_settimeout_full: Scheduling timer at (87 requested / 87 actual) timer ticks per second
  280. [2016-09-21 03:27:01] DEBUG[6781][C-00000004]: channel.c:3595 ast_settimeout_full: Scheduling timer at (0 requested / 0 actual) timer ticks per second
  281. [2016-09-21 03:27:01] DEBUG[6781][C-00000004]: channel.c:3595 ast_settimeout_full: Scheduling timer at (0 requested / 0 actual) timer ticks per second
  282. [2016-09-21 03:27:01] DEBUG[6781][C-00000004]: channel.c:3595 ast_settimeout_full: Scheduling timer at (0 requested / 0 actual) timer ticks per second
  283. [2016-09-21 03:27:01] DEBUG[6781][C-00000004]: pbx.c:4940 pbx_extension_helper: Launching 'PlayTones'
  284. -- Executing [s@from-sip-external:10] PlayTones("SIP/66.193.176.35-00000004", "congestion") in new stack
  285. [2016-09-21 03:27:01] DEBUG[6781][C-00000004]: channel.c:5414 set_format: Set channel SIP/66.193.176.35-00000004 to write format slin
  286. [2016-09-21 03:27:01] DEBUG[6781][C-00000004]: channel.c:3595 ast_settimeout_full: Scheduling timer at (50 requested / 50 actual) timer ticks per second
  287. [2016-09-21 03:27:01] DEBUG[6781][C-00000004]: pbx.c:4940 pbx_extension_helper: Launching 'Congestion'
  288. -- Executing [s@from-sip-external:11] Congestion("SIP/66.193.176.35-00000004", "5") in new stack
  289. [2016-09-21 03:27:01] DEBUG[6781][C-00000004]: channel.c:4668 ast_indicate_data: Driver for channel 'SIP/66.193.176.35-00000004' does not support indication 8, emulating it
  290. [2016-09-21 03:27:01] DEBUG[6781][C-00000004]: channel.c:5414 set_format: Set channel SIP/66.193.176.35-00000004 to write format ulaw
  291. [2016-09-21 03:27:01] DEBUG[6781][C-00000004]: channel.c:5414 set_format: Set channel SIP/66.193.176.35-00000004 to write format slin
  292. [2016-09-21 03:27:01] DEBUG[6781][C-00000004]: channel.c:3595 ast_settimeout_full: Scheduling timer at (50 requested / 50 actual) timer ticks per second
  293. [2016-09-21 03:27:06] DEBUG[6781][C-00000004]: pbx.c:6722 __ast_pbx_run: Spawn extension (from-sip-external,s,11) exited non-zero on 'SIP/66.193.176.35-00000004'
  294. == Spawn extension (from-sip-external, s, 11) exited non-zero on 'SIP/66.193.176.35-00000004'
  295. [2016-09-21 03:27:06] DEBUG[6781][C-00000004]: channel.c:2662 ast_softhangup_nolock: Soft-Hanging up channel 'SIP/66.193.176.35-00000004'
  296. [2016-09-21 03:27:06] DEBUG[6781][C-00000004]: channel.c:2662 ast_softhangup_nolock: Soft-Hanging up channel 'SIP/66.193.176.35-00000004'
  297. [2016-09-21 03:27:06] DEBUG[6781][C-00000004]: pbx.c:4940 pbx_extension_helper: Launching 'Hangup'
  298. -- Executing [h@from-sip-external:1] Hangup("SIP/66.193.176.35-00000004", "") in new stack
  299. [2016-09-21 03:27:06] DEBUG[6781][C-00000004]: channel.c:2662 ast_softhangup_nolock: Soft-Hanging up channel 'SIP/66.193.176.35-00000004'
  300. [2016-09-21 03:27:06] DEBUG[6781][C-00000004]: pbx.c:6238 ast_pbx_h_exten_run: Spawn extension (from-sip-external,h,1) exited non-zero on 'SIP/66.193.176.35-00000004'
  301. == Spawn extension (from-sip-external, h, 1) exited non-zero on 'SIP/66.193.176.35-00000004'
  302. [2016-09-21 03:27:06] DEBUG[6781][C-00000004]: channel.c:5414 set_format: Set channel SIP/66.193.176.35-00000004 to write format ulaw
  303. [2016-09-21 03:27:06] DEBUG[6781][C-00000004]: channel.c:2841 ast_hangup: Hanging up channel 'SIP/66.193.176.35-00000004'
  304. [2016-09-21 03:27:06] DEBUG[6781][C-00000004]: chan_sip.c:6917 sip_hangup: Hangup call SIP/66.193.176.35-00000004, SIP callid 44564424-3683413613-799502@msw2.telengy.net
  305. [2016-09-21 03:27:06] DEBUG[6781][C-00000004]: res_rtp_asterisk.c:4712 ast_rtp_remote_address_set: Setting RTCP address on RTP instance '0x7641dfb4'
  306. Scheduling destruction of SIP dialog '44564424-3683413613-799502@msw2.telengy.net' in 32000 ms (Method: ACK)
  307. [2016-09-21 03:27:06] DEBUG[6781][C-00000004]: chan_sip.c:11828 reqprep: Strict routing enforced for session 44564424-3683413613-799502@msw2.telengy.net
  308. set_destination: Parsing <sip:788446c01d7b917769663386cad0d46e@204.11.192.169:5060;transport=udp> for address/port to send to
  309. [2016-09-21 03:27:06] DEBUG[6781][C-00000004]: netsock2.c:138 ast_sockaddr_split_hostport: Splitting '204.11.192.169:5060' into...
  310. [2016-09-21 03:27:06] DEBUG[6781][C-00000004]: netsock2.c:192 ast_sockaddr_split_hostport: ...host '204.11.192.169' and port '5060'.
  311. set_destination: set destination to 204.11.192.169:5060
  312. Reliably Transmitting (NAT) to 204.11.192.169:5060:
  313. BYE sip:788446c01d7b917769663386cad0d46e@204.11.192.169:5060;transport=udp SIP/2.0
  314. Via: SIP/2.0/UDP 192.168.1.129:5060;branch=z9hG4bK0d2db5b0;rport
  315. Max-Forwards: 70
  316. From: <sip:18452770476@ss.callcentric.com>;tag=as10b6229c
  317. To: <sip:17153134136@66.193.176.35>;tag=3683413613-799537
  318. Call-ID: 44564424-3683413613-799502@msw2.telengy.net
  319. CSeq: 102 BYE
  320. User-Agent: FPBX-13.0.74(11.23.0)
  321. X-Asterisk-HangupCause: Normal Clearing
  322. X-Asterisk-HangupCauseCode: 16
  323. Content-Length: 0
  324.  
  325.  
  326. ---
  327. [2016-09-21 03:27:06] DEBUG[6781][C-00000004]: chan_sip.c:4202 __sip_reliable_xmit: *** SIP TIMER: Initializing retransmit timer on packet: Id #11
  328. [2016-09-21 03:27:06] DEBUG[6781][C-00000004]: chan_sip.c:3730 __sip_xmit: Trying to put 'BYE sip:788' onto UDP socket destined for 204.11.192.169:5060
  329. [2016-09-21 03:27:06] DEBUG[4156]: res_odbc.c:1053 odbc_release_obj2: odbc_release_obj2(0x76601fd4) called (obj->txf = (nil))
  330. [2016-09-21 03:27:06] DEBUG[6781][C-00000004]: res_odbc.c:1053 odbc_release_obj2: odbc_release_obj2(0x76601fd4) called (obj->txf = (nil))
  331. [2016-09-21 03:27:06] DEBUG[4163]: devicestate.c:345 _ast_device_state: No provider found, checking channel drivers for SIP - 66.193.176.35
  332. [2016-09-21 03:27:06] DEBUG[4163]: chan_sip.c:29957 sip_devicestate: Checking device state for peer 66.193.176.35
  333. [2016-09-21 03:27:06] DEBUG[4163]: devicestate.c:477 do_state_change: Changing state for SIP/66.193.176.35 - state 4 (Invalid)
  334. [2016-09-21 03:27:06] DEBUG[4163]: devicestate.c:452 devstate_event: device 'SIP/66.193.176.35' state '4'
  335. [2016-09-21 03:27:06] DEBUG[4156]: res_odbc.c:1053 odbc_release_obj2: odbc_release_obj2(0x76601fd4) called (obj->txf = (nil))
  336. [2016-09-21 03:27:06] DEBUG[4156]: res_odbc.c:1053 odbc_release_obj2: odbc_release_obj2(0x76601fd4) called (obj->txf = (nil))
  337. [2016-09-21 03:27:06] DEBUG[4192]: app_queue.c:1917 handle_statechange: Device 'SIP/66.193.176.35' changed to state '4' (Invalid) but we don't care because they're not a member of any queue.
  338.  
  339. <--- SIP read from UDP:204.11.192.169:5060 --->
  340. SIP/2.0 100 Trying
  341. v: SIP/2.0/UDP 192.168.1.129:5060;branch=z9hG4bK0d2db5b0;rport=5060;received=47.32.61.128
  342. f: <sip:18452770476@ss.callcentric.com>;tag=as10b6229c
  343. t: <sip:17153134136@66.193.176.35>;tag=3683413613-799537
  344. i: 44564424-3683413613-799502@msw2.telengy.net
  345. CSeq: 102 BYE
  346. l: 0
  347.  
  348. <------------->
  349. [2016-09-21 03:27:06] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 0 [ 18]: SIP/2.0 100 Trying
  350. [2016-09-21 03:27:06] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 1 [ 89]: v: SIP/2.0/UDP 192.168.1.129:5060;branch=z9hG4bK0d2db5b0;rport=5060;received=47.32.61.128
  351. [2016-09-21 03:27:06] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 2 [ 54]: f: <sip:18452770476@ss.callcentric.com>;tag=as10b6229c
  352. [2016-09-21 03:27:06] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 3 [ 56]: t: <sip:17153134136@66.193.176.35>;tag=3683413613-799537
  353. [2016-09-21 03:27:06] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 4 [ 46]: i: 44564424-3683413613-799502@msw2.telengy.net
  354. [2016-09-21 03:27:06] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 5 [ 13]: CSeq: 102 BYE
  355. [2016-09-21 03:27:06] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 6 [ 4]: l: 0
  356. --- (7 headers 0 lines) ---
  357. [2016-09-21 03:27:06] DEBUG[4186]: chan_sip.c:9041 find_call: = Looking for Call ID: 44564424-3683413613-799502@msw2.telengy.net (Checking To) --From tag as10b6229c --To-tag 3683413613-799537
  358.  
  359. <--- SIP read from UDP:204.11.192.169:5060 --->
  360. SIP/2.0 200 OK
  361. v: SIP/2.0/UDP 192.168.1.129:5060;branch=z9hG4bK0d2db5b0;rport=5060;received=47.32.61.128
  362. f: <sip:18452770476@ss.callcentric.com>;tag=as10b6229c
  363. t: <sip:17153134136@66.193.176.35>;tag=3683413613-799537
  364. i: 44564424-3683413613-799502@msw2.telengy.net
  365. CSeq: 102 BYE
  366. l: 0
  367.  
  368. <------------->
  369. [2016-09-21 03:27:06] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 0 [ 14]: SIP/2.0 200 OK
  370. [2016-09-21 03:27:06] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 1 [ 89]: v: SIP/2.0/UDP 192.168.1.129:5060;branch=z9hG4bK0d2db5b0;rport=5060;received=47.32.61.128
  371. [2016-09-21 03:27:06] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 2 [ 54]: f: <sip:18452770476@ss.callcentric.com>;tag=as10b6229c
  372. [2016-09-21 03:27:06] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 3 [ 56]: t: <sip:17153134136@66.193.176.35>;tag=3683413613-799537
  373. [2016-09-21 03:27:06] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 4 [ 46]: i: 44564424-3683413613-799502@msw2.telengy.net
  374. [2016-09-21 03:27:06] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 5 [ 13]: CSeq: 102 BYE
  375. [2016-09-21 03:27:06] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 6 [ 4]: l: 0
  376. --- (7 headers 0 lines) ---
  377. [2016-09-21 03:27:06] DEBUG[4186]: chan_sip.c:9041 find_call: = Looking for Call ID: 44564424-3683413613-799502@msw2.telengy.net (Checking To) --From tag as10b6229c --To-tag 3683413613-799537
  378. [2016-09-21 03:27:06] DEBUG[4186][C-00000004]: chan_sip.c:4401 __sip_ack: ** SIP TIMER: Cancelling retransmit of packet (reply received) Retransid #11
  379. [2016-09-21 03:27:06] DEBUG[4186][C-00000004]: chan_sip.c:4434 __sip_ack: Stopping retransmission on '44564424-3683413613-799502@msw2.telengy.net' of Request 102: Match Found
  380. SIP Response message for INCOMING dialog BYE arrived
  381. [2016-09-21 03:27:06] DEBUG[4186]: chan_sip.c:6349 sip_pvt_dtor: Destroying SIP dialog 44564424-3683413613-799502@msw2.telengy.net
  382. Really destroying SIP dialog '44564424-3683413613-799502@msw2.telengy.net' Method: ACK
  383. [2016-09-21 03:27:06] DEBUG[4186]: rtp_engine.c:226 instance_destructor: Destroyed RTP instance '0x7641dfb4'
  384.  
  385. <--- SIP read from UDP:204.11.192.169:5060 --->
  386. INVITE sip:18452770476@192.168.1.129:5060 SIP/2.0
  387. v: SIP/2.0/UDP 204.11.192.169:5060;branch=z9hG4bK-abdd814c98f5515893b8b55b829b4940
  388. f: <sip:17153134136@66.193.176.35>;tag=3683413635-728593
  389. t: <sip:18452770476@ss.callcentric.com>
  390. i: 44564468-3683413635-728556@msw2.telengy.net
  391. CSeq: 1 INVITE
  392. Max-Forwards: 13
  393. m: <sip:e6ff652ec09b26ee66a1c9914ae911a1@204.11.192.169:5060;transport=udp>
  394. c: application/sdp
  395. l: 321
  396.  
  397. v=0
  398. o=NexTone-MSW 122495 202000 IN IP4 204.11.192.169
  399. s=sip call
  400. c=IN IP4 204.11.192.169
  401. t=0 0
  402. m=audio 50962 RTP/AVP 0 9 18 101
  403. a=ptime:20
  404. a=sendrecv
  405. a=fmtp:101 0-15
  406. a=rtpmap:101 telephone-event/8000
  407. a=rtpmap:18 G729/8000
  408. a=rtpmap:9 G722/8000
  409. a=rtpmap:0 PCMU/8000
  410. a=silenceSupp:off - - - -
  411. a=setup:actpass
  412. <------------->
  413. [2016-09-21 03:27:16] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 0 [ 49]: INVITE sip:18452770476@192.168.1.129:5060 SIP/2.0
  414. [2016-09-21 03:27:16] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 1 [ 82]: v: SIP/2.0/UDP 204.11.192.169:5060;branch=z9hG4bK-abdd814c98f5515893b8b55b829b4940
  415. [2016-09-21 03:27:16] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 2 [ 56]: f: <sip:17153134136@66.193.176.35>;tag=3683413635-728593
  416. [2016-09-21 03:27:16] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 3 [ 39]: t: <sip:18452770476@ss.callcentric.com>
  417. [2016-09-21 03:27:16] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 4 [ 46]: i: 44564468-3683413635-728556@msw2.telengy.net
  418. [2016-09-21 03:27:16] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 5 [ 14]: CSeq: 1 INVITE
  419. [2016-09-21 03:27:16] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 6 [ 16]: Max-Forwards: 13
  420. [2016-09-21 03:27:16] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 7 [ 75]: m: <sip:e6ff652ec09b26ee66a1c9914ae911a1@204.11.192.169:5060;transport=udp>
  421. [2016-09-21 03:27:16] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 8 [ 18]: c: application/sdp
  422. [2016-09-21 03:27:16] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 9 [ 6]: l: 321
  423. [2016-09-21 03:27:16] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 10 [ 0]:
  424. [2016-09-21 03:27:16] DEBUG[4186]: chan_sip.c:9502 parse_request: Body 0 [ 3]: v=0
  425. [2016-09-21 03:27:16] DEBUG[4186]: chan_sip.c:9502 parse_request: Body 1 [ 49]: o=NexTone-MSW 122495 202000 IN IP4 204.11.192.169
  426. [2016-09-21 03:27:16] DEBUG[4186]: chan_sip.c:9502 parse_request: Body 2 [ 10]: s=sip call
  427. [2016-09-21 03:27:16] DEBUG[4186]: chan_sip.c:9502 parse_request: Body 3 [ 23]: c=IN IP4 204.11.192.169
  428. [2016-09-21 03:27:16] DEBUG[4186]: chan_sip.c:9502 parse_request: Body 4 [ 5]: t=0 0
  429. [2016-09-21 03:27:16] DEBUG[4186]: chan_sip.c:9502 parse_request: Body 5 [ 32]: m=audio 50962 RTP/AVP 0 9 18 101
  430. [2016-09-21 03:27:16] DEBUG[4186]: chan_sip.c:9502 parse_request: Body 6 [ 10]: a=ptime:20
  431. [2016-09-21 03:27:16] DEBUG[4186]: chan_sip.c:9502 parse_request: Body 7 [ 10]: a=sendrecv
  432. [2016-09-21 03:27:16] DEBUG[4186]: chan_sip.c:9502 parse_request: Body 8 [ 15]: a=fmtp:101 0-15
  433. [2016-09-21 03:27:16] DEBUG[4186]: chan_sip.c:9502 parse_request: Body 9 [ 33]: a=rtpmap:101 telephone-event/8000
  434. [2016-09-21 03:27:16] DEBUG[4186]: chan_sip.c:9502 parse_request: Body 10 [ 21]: a=rtpmap:18 G729/8000
  435. [2016-09-21 03:27:16] DEBUG[4186]: chan_sip.c:9502 parse_request: Body 11 [ 20]: a=rtpmap:9 G722/8000
  436. [2016-09-21 03:27:16] DEBUG[4186]: chan_sip.c:9502 parse_request: Body 12 [ 20]: a=rtpmap:0 PCMU/8000
  437. [2016-09-21 03:27:16] DEBUG[4186]: chan_sip.c:9502 parse_request: Body 13 [ 25]: a=silenceSupp:off - - - -
  438. [2016-09-21 03:27:16] DEBUG[4186]: chan_sip.c:9539 parse_request: Body 14 [ 15]: a=setup:actpass
  439. --- (10 headers 15 lines) ---
  440. [2016-09-21 03:27:16] DEBUG[4186]: chan_sip.c:9041 find_call: = Looking for Call ID: 44564468-3683413635-728556@msw2.telengy.net (Checking From) --From tag 3683413635-728593 --To-tag
  441. [2016-09-21 03:27:16] DEBUG[4186]: acl.c:979 ast_ouraddrfor: For destination '204.11.192.169', our source address is '192.168.1.129'.
  442. [2016-09-21 03:27:16] DEBUG[4186]: chan_sip.c:3887 ast_sip_ouraddrfor: Setting SIP_TRANSPORT_UDP with address 192.168.1.129:5060
  443. [2016-09-21 03:27:16] DEBUG[4186]: netsock2.c:138 ast_sockaddr_split_hostport: Splitting '204.11.192.169:5060' into...
  444. [2016-09-21 03:27:16] DEBUG[4186]: netsock2.c:192 ast_sockaddr_split_hostport: ...host '204.11.192.169' and port '5060'.
  445. Sending to 204.11.192.169:5060 (NAT)
  446. [2016-09-21 03:27:16] DEBUG[4186]: chan_sip.c:8644 sip_alloc: Allocating new SIP dialog for 44564468-3683413635-728556@msw2.telengy.net - INVITE (No RTP)
  447. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: chan_sip.c:28508 handle_incoming: **** Received INVITE (5) - Command in SIP INVITE
  448. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: netsock2.c:138 ast_sockaddr_split_hostport: Splitting '204.11.192.169:5060' into...
  449. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: netsock2.c:192 ast_sockaddr_split_hostport: ...host '204.11.192.169' and port '5060'.
  450. Sending to 204.11.192.169:5060 (NAT)
  451. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: chan_sip.c:25703 handle_request_invite: Initializing initreq for method INVITE - callid 44564468-3683413635-728556@msw2.telengy.net
  452. Using INVITE request as basis request - 44564468-3683413635-728556@msw2.telengy.net
  453. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: netsock2.c:138 ast_sockaddr_split_hostport: Splitting '66.193.176.35' into...
  454. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: netsock2.c:192 ast_sockaddr_split_hostport: ...host '66.193.176.35' and port ''.
  455. No matching peer for '17153134136' from '204.11.192.169:5060'
  456. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: rtp_engine.c:283 ast_rtp_instance_new: Using engine 'asterisk' for RTP instance '0x7641f2ec'
  457. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: res_rtp_asterisk.c:2539 ast_rtp_new: Allocated port 14526 for RTP instance '0x7641f2ec'
  458. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: res_rtp_asterisk.c:2566 ast_rtp_new: Creating ICE session 0.0.0.0:14526 (14526) for RTP instance '0x7641f2ec'
  459. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: netsock2.c:138 ast_sockaddr_split_hostport: Splitting '192.168.1.129' into...
  460. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: netsock2.c:192 ast_sockaddr_split_hostport: ...host '192.168.1.129' and port ''.
  461. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: rtp_engine.c:292 ast_rtp_instance_new: RTP instance '0x7641f2ec' is setup and ready to go
  462. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: res_rtp_asterisk.c:4656 ast_rtp_prop_set: Setup RTCP on RTP instance '0x7641f2ec'
  463. == Using SIP RTP TOS bits 184
  464. == Using SIP RTP CoS mark 5
  465. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: chan_sip.c:5609 do_setnat: Setting NAT on RTP to On
  466. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: chan_sip.c:9943 process_sdp: Processing session-level SDP v=0... UNSUPPORTED OR FAILED.
  467. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: chan_sip.c:9943 process_sdp: Processing session-level SDP o=NexTone-MSW 122495 202000 IN IP4 204.11.192.169... OK.
  468. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: chan_sip.c:9943 process_sdp: Processing session-level SDP s=sip call... UNSUPPORTED OR FAILED.
  469. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: netsock2.c:138 ast_sockaddr_split_hostport: Splitting '204.11.192.169' into...
  470. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: netsock2.c:192 ast_sockaddr_split_hostport: ...host '204.11.192.169' and port ''.
  471. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: chan_sip.c:9943 process_sdp: Processing session-level SDP c=IN IP4 204.11.192.169... OK.
  472. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: chan_sip.c:9943 process_sdp: Processing session-level SDP t=0 0... UNSUPPORTED OR FAILED.
  473. Found RTP audio format 0
  474. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: rtp_engine.c:564 ast_rtp_codecs_payloads_set_m_type: Setting payload 0 based on m type on 0x72c41e1c
  475. Found RTP audio format 9
  476. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: rtp_engine.c:564 ast_rtp_codecs_payloads_set_m_type: Setting payload 9 based on m type on 0x72c41e1c
  477. Found RTP audio format 18
  478. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: rtp_engine.c:564 ast_rtp_codecs_payloads_set_m_type: Setting payload 18 based on m type on 0x72c41e1c
  479. Found RTP audio format 101
  480. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: rtp_engine.c:564 ast_rtp_codecs_payloads_set_m_type: Setting payload 101 based on m type on 0x72c41e1c
  481. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: chan_sip.c:10396 process_sdp: Processing media-level (audio) SDP a=ptime:20... OK.
  482. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: chan_sip.c:10396 process_sdp: Processing media-level (audio) SDP a=sendrecv... OK.
  483. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: chan_sip.c:10396 process_sdp: Processing media-level (audio) SDP a=fmtp:101 0-15... UNSUPPORTED OR FAILED.
  484. Found audio description format telephone-event for ID 101
  485. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: chan_sip.c:10396 process_sdp: Processing media-level (audio) SDP a=rtpmap:101 telephone-event/8000... OK.
  486. Found audio description format G729 for ID 18
  487. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: chan_sip.c:10396 process_sdp: Processing media-level (audio) SDP a=rtpmap:18 G729/8000... OK.
  488. Found audio description format G722 for ID 9
  489. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: chan_sip.c:10396 process_sdp: Processing media-level (audio) SDP a=rtpmap:9 G722/8000... OK.
  490. Found audio description format PCMU for ID 0
  491. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: chan_sip.c:10396 process_sdp: Processing media-level (audio) SDP a=rtpmap:0 PCMU/8000... OK.
  492. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: chan_sip.c:10396 process_sdp: Processing media-level (audio) SDP a=silenceSupp:off - - - -... UNSUPPORTED OR FAILED.
  493. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: chan_sip.c:10396 process_sdp: Processing media-level (audio) SDP a=setup:actpass... UNSUPPORTED OR FAILED.
  494. Capabilities: us - (gsm|ulaw|alaw|g726), peer - audio=(ulaw|g729|g722)/video=(nothing)/text=(nothing), combined - (ulaw)
  495. Non-codec capabilities (dtmf): us - 0x1 (telephone-event|), peer - 0x1 (telephone-event|), combined - 0x1 (telephone-event|)
  496. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: res_rtp_asterisk.c:4712 ast_rtp_remote_address_set: Setting RTCP address on RTP instance '0x7641f2ec'
  497. Peer audio RTP is at port 204.11.192.169:50962
  498. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: rtp_engine.c:522 ast_rtp_codecs_payloads_copy: Copying payload 0 from 0x72c41e1c to 0x7641f498
  499. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: rtp_engine.c:522 ast_rtp_codecs_payloads_copy: Copying payload 9 from 0x72c41e1c to 0x7641f498
  500. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: rtp_engine.c:522 ast_rtp_codecs_payloads_copy: Copying payload 18 from 0x72c41e1c to 0x7641f498
  501. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: rtp_engine.c:522 ast_rtp_codecs_payloads_copy: Copying payload 101 from 0x72c41e1c to 0x7641f498
  502. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: res_rtp_asterisk.c:4622 ast_rtp_prop_set: Ignoring duplicate RTCP property on RTP instance '0x7641f2ec'
  503. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: chan_sip.c:10679 process_sdp: We're settling with these formats: (ulaw)
  504. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: chan_sip.c:25830 handle_request_invite: Checking SIP call limits for device
  505. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: chan_sip.c:6552 update_call_counter: Updating call counter for incoming call
  506. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: netsock2.c:138 ast_sockaddr_split_hostport: Splitting '192.168.1.129:5060' into...
  507. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: netsock2.c:192 ast_sockaddr_split_hostport: ...host '192.168.1.129' and port ''.
  508. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: netsock2.c:138 ast_sockaddr_split_hostport: Splitting '66.193.176.35' into...
  509. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: netsock2.c:192 ast_sockaddr_split_hostport: ...host '66.193.176.35' and port ''.
  510. Looking for 18452770476 in from-sip-external (domain 192.168.1.129)
  511. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: chan_sip.c:7816 sip_new: *** Our native formats are (ulaw)
  512. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: chan_sip.c:7817 sip_new: *** Joint capabilities are (ulaw)
  513. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: chan_sip.c:7818 sip_new: *** Our capabilities are (gsm|ulaw|alaw|g726)
  514. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: chan_sip.c:7819 sip_new: *** AST_CODEC_CHOOSE formats are ulaw
  515. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: chan_sip.c:7847 sip_new: This channel will not be able to handle video.
  516. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: chan_sip.c:16407 build_route: build_route: Contact hop: <sip:e6ff652ec09b26ee66a1c9914ae911a1@204.11.192.169:5060;transport=udp>
  517. list_route: hop: <sip:e6ff652ec09b26ee66a1c9914ae911a1@204.11.192.169:5060;transport=udp>
  518. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: chan_sip.c:26067 handle_request_invite: SIP/66.193.176.35-00000005: New call is still down.... Trying...
  519.  
  520. <--- Transmitting (NAT) to 204.11.192.169:5060 --->
  521. SIP/2.0 100 Trying
  522. Via: SIP/2.0/UDP 204.11.192.169:5060;branch=z9hG4bK-abdd814c98f5515893b8b55b829b4940;received=204.11.192.169;rport=5060
  523. From: <sip:17153134136@66.193.176.35>;tag=3683413635-728593
  524. To: <sip:18452770476@ss.callcentric.com>
  525. Call-ID: 44564468-3683413635-728556@msw2.telengy.net
  526. CSeq: 1 INVITE
  527. Server: FPBX-13.0.74(11.23.0)
  528. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  529. Supported: replaces, timer
  530. Contact: <sip:18452770476@192.168.1.129:5060>
  531. Content-Length: 0
  532.  
  533.  
  534. <------------>
  535. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: chan_sip.c:3730 __sip_xmit: Trying to put 'SIP/2.0 100' onto UDP socket destined for 204.11.192.169:5060
  536. [2016-09-21 03:27:16] DEBUG[4163]: devicestate.c:345 _ast_device_state: No provider found, checking channel drivers for SIP - 66.193.176.35
  537. [2016-09-21 03:27:16] DEBUG[4163]: chan_sip.c:29957 sip_devicestate: Checking device state for peer 66.193.176.35
  538. [2016-09-21 03:27:16] DEBUG[4163]: devicestate.c:477 do_state_change: Changing state for SIP/66.193.176.35 - state 4 (Invalid)
  539. [2016-09-21 03:27:16] DEBUG[4163]: devicestate.c:452 devstate_event: device 'SIP/66.193.176.35' state '4'
  540. [2016-09-21 03:27:16] DEBUG[6790][C-00000005]: pbx.c:3728 ast_str_retrieve_variable: Result of 'EXTEN' is '18452770476'
  541. [2016-09-21 03:27:16] DEBUG[6790][C-00000005]: pbx.c:4940 pbx_extension_helper: Launching 'NoOp'
  542. -- Executing [18452770476@from-sip-external:1] NoOp("SIP/66.193.176.35-00000005", "Received incoming SIP connection from unknown peer to 18452770476") in new stack
  543. [2016-09-21 03:27:16] DEBUG[6790][C-00000005]: pbx.c:3728 ast_str_retrieve_variable: Result of 'EXTEN' is '18452770476'
  544. [2016-09-21 03:27:16] DEBUG[6790][C-00000005]: pbx.c:4840 pbx_substitute_variables_helper_full: Expression result is '0'
  545. [2016-09-21 03:27:16] DEBUG[6790][C-00000005]: pbx.c:3728 ast_str_retrieve_variable: Result of 'EXTEN' is '18452770476'
  546. [2016-09-21 03:27:16] DEBUG[6790][C-00000005]: pbx.c:4772 pbx_substitute_variables_helper_full: Function IF(0?s:18452770476) result is '18452770476'
  547. [2016-09-21 03:27:16] DEBUG[6790][C-00000005]: pbx.c:4940 pbx_extension_helper: Launching 'Set'
  548. -- Executing [18452770476@from-sip-external:2] Set("SIP/66.193.176.35-00000005", "DID=18452770476") in new stack
  549. [2016-09-21 03:27:16] DEBUG[6790][C-00000005]: pbx.c:4940 pbx_extension_helper: Launching 'Goto'
  550. -- Executing [18452770476@from-sip-external:3] Goto("SIP/66.193.176.35-00000005", "s,1") in new stack
  551. -- Goto (from-sip-external,s,1)
  552. [2016-09-21 03:27:16] DEBUG[6790][C-00000005]: pbx.c:3728 ast_str_retrieve_variable: Result of 'ALLOW_SIP_ANON' is 'no'
  553. [2016-09-21 03:27:16] DEBUG[6790][C-00000005]: pbx.c:4840 pbx_substitute_variables_helper_full: Expression result is '0'
  554. [2016-09-21 03:27:16] DEBUG[6790][C-00000005]: pbx.c:4940 pbx_extension_helper: Launching 'GotoIf'
  555. -- Executing [s@from-sip-external:1] GotoIf("SIP/66.193.176.35-00000005", "0?checklang:noanonymous") in new stack
  556. -- Goto (from-sip-external,s,5)
  557. [2016-09-21 03:27:16] DEBUG[6790][C-00000005]: pbx.c:4940 pbx_extension_helper: Launching 'Set'
  558. -- Executing [s@from-sip-external:5] Set("SIP/66.193.176.35-00000005", "TIMEOUT(absolute)=15") in new stack
  559. -- Channel will hangup at 2016-09-21 03:27:31.048 BST.
  560. [2016-09-21 03:27:16] DEBUG[6790][C-00000005]: pbx.c:4772 pbx_substitute_variables_helper_full: Function CHANNEL(recvip) result is '204.11.192.169'
  561. [2016-09-21 03:27:16] DEBUG[6790][C-00000005]: pbx.c:4940 pbx_extension_helper: Launching 'Log'
  562. -- Executing [s@from-sip-external:6] Log("SIP/66.193.176.35-00000005", "WARNING,"Rejecting unknown SIP connection from 204.11.192.169"") in new stack
  563. [2016-09-21 03:27:16] WARNING[6790][C-00000005]: Ext. s:6 @ from-sip-external: "Rejecting unknown SIP connection from 204.11.192.169"
  564. [2016-09-21 03:27:16] DEBUG[6790][C-00000005]: pbx.c:4940 pbx_extension_helper: Launching 'Answer'
  565. -- Executing [s@from-sip-external:7] Answer("SIP/66.193.176.35-00000005", "") in new stack
  566. [2016-09-21 03:27:16] DEBUG[6790][C-00000005]: chan_sip.c:7135 sip_answer: SIP answering channel: SIP/66.193.176.35-00000005
  567. [2016-09-21 03:27:16] DEBUG[6790][C-00000005]: res_rtp_asterisk.c:2900 ast_rtp_update_source: Setting the marker bit due to a source update
  568. [2016-09-21 03:27:16] DEBUG[4163]: devicestate.c:345 _ast_device_state: No provider found, checking channel drivers for SIP - 66.193.176.35
  569. [2016-09-21 03:27:16] DEBUG[4163]: chan_sip.c:29957 sip_devicestate: Checking device state for peer 66.193.176.35
  570. [2016-09-21 03:27:16] DEBUG[4163]: devicestate.c:477 do_state_change: Changing state for SIP/66.193.176.35 - state 4 (Invalid)
  571. [2016-09-21 03:27:16] DEBUG[4163]: devicestate.c:452 devstate_event: device 'SIP/66.193.176.35' state '4'
  572. [2016-09-21 03:27:16] DEBUG[6790][C-00000005]: chan_sip.c:13569 transmit_response_with_sdp: Setting framing from config on incoming call
  573. [2016-09-21 03:27:16] DEBUG[6790][C-00000005]: chan_sip.c:13118 add_sdp: ** Our capability: (ulaw) Video flag: True Text flag: True
  574. [2016-09-21 03:27:16] DEBUG[6790][C-00000005]: chan_sip.c:13119 add_sdp: ** Our prefcodec: (nothing)
  575. Audio is at 14526
  576. Adding codec 100003 (ulaw) to SDP
  577. Adding non-codec 0x1 (telephone-event) to SDP
  578. [2016-09-21 03:27:16] DEBUG[6790][C-00000005]: chan_sip.c:13255 add_sdp: -- Done with adding codecs to SDP
  579. [2016-09-21 03:27:16] DEBUG[6790][C-00000005]: chan_sip.c:13455 add_sdp: Done building SDP. Settling with this capability: (ulaw)
  580.  
  581. <--- Reliably Transmitting (NAT) to 204.11.192.169:5060 --->
  582. SIP/2.0 200 OK
  583. Via: SIP/2.0/UDP 204.11.192.169:5060;branch=z9hG4bK-abdd814c98f5515893b8b55b829b4940;received=204.11.192.169;rport=5060
  584. From: <sip:17153134136@66.193.176.35>;tag=3683413635-728593
  585. To: <sip:18452770476@ss.callcentric.com>;tag=as58cc7d4b
  586. Call-ID: 44564468-3683413635-728556@msw2.telengy.net
  587. CSeq: 1 INVITE
  588. Server: FPBX-13.0.74(11.23.0)
  589. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  590. Supported: replaces, timer
  591. Contact: <sip:18452770476@192.168.1.129:5060>
  592. Content-Type: application/sdp
  593. Content-Length: 236
  594.  
  595. v=0
  596. o=root 265499301 265499301 IN IP4 192.168.1.129
  597. s=Asterisk PBX 11.23.0
  598. c=IN IP4 192.168.1.129
  599. t=0 0
  600. m=audio 14526 RTP/AVP 0 101
  601. a=rtpmap:0 PCMU/8000
  602. a=rtpmap:101 telephone-event/8000
  603. a=fmtp:101 0-16
  604. a=ptime:20
  605. a=sendrecv
  606.  
  607. <------------>
  608. [2016-09-21 03:27:16] DEBUG[6790][C-00000005]: chan_sip.c:4202 __sip_reliable_xmit: *** SIP TIMER: Initializing retransmit timer on packet: Id #1
  609. [2016-09-21 03:27:16] DEBUG[6790][C-00000005]: chan_sip.c:3730 __sip_xmit: Trying to put 'SIP/2.0 200' onto UDP socket destined for 204.11.192.169:5060
  610. [2016-09-21 03:27:16] DEBUG[4156]: res_odbc.c:1053 odbc_release_obj2: odbc_release_obj2(0x76601fd4) called (obj->txf = (nil))
  611. [2016-09-21 03:27:16] DEBUG[4192]: app_queue.c:1917 handle_statechange: Device 'SIP/66.193.176.35' changed to state '4' (Invalid) but we don't care because they're not a member of any queue.
  612. [2016-09-21 03:27:16] DEBUG[4192]: app_queue.c:1917 handle_statechange: Device 'SIP/66.193.176.35' changed to state '4' (Invalid) but we don't care because they're not a member of any queue.
  613. [2016-09-21 03:27:16] DEBUG[4156]: res_odbc.c:1053 odbc_release_obj2: odbc_release_obj2(0x76601fd4) called (obj->txf = (nil))
  614.  
  615. <--- SIP read from UDP:204.11.192.169:5060 --->
  616. ACK sip:18452770476@192.168.1.129:5060 SIP/2.0
  617. v: SIP/2.0/UDP 204.11.192.169:5060;branch=z9hG4bK-7f48312081b9e6588544805da40e73b4
  618. f: <sip:17153134136@66.193.176.35>;tag=3683413635-728593
  619. t: <sip:18452770476@ss.callcentric.com>;tag=as58cc7d4b
  620. i: 44564468-3683413635-728556@msw2.telengy.net
  621. CSeq: 1 ACK
  622. Max-Forwards: 13
  623. m: <sip:2a3e42a6f84724000609798c731e5ab9@204.11.192.169:5060;transport=udp>
  624. l: 0
  625.  
  626. <------------->
  627. [2016-09-21 03:27:16] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 0 [ 46]: ACK sip:18452770476@192.168.1.129:5060 SIP/2.0
  628. [2016-09-21 03:27:16] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 1 [ 82]: v: SIP/2.0/UDP 204.11.192.169:5060;branch=z9hG4bK-7f48312081b9e6588544805da40e73b4
  629. [2016-09-21 03:27:16] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 2 [ 56]: f: <sip:17153134136@66.193.176.35>;tag=3683413635-728593
  630. [2016-09-21 03:27:16] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 3 [ 54]: t: <sip:18452770476@ss.callcentric.com>;tag=as58cc7d4b
  631. [2016-09-21 03:27:16] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 4 [ 46]: i: 44564468-3683413635-728556@msw2.telengy.net
  632. [2016-09-21 03:27:16] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 5 [ 11]: CSeq: 1 ACK
  633. [2016-09-21 03:27:16] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 6 [ 16]: Max-Forwards: 13
  634. [2016-09-21 03:27:16] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 7 [ 75]: m: <sip:2a3e42a6f84724000609798c731e5ab9@204.11.192.169:5060;transport=udp>
  635. [2016-09-21 03:27:16] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 8 [ 4]: l: 0
  636. --- (9 headers 0 lines) ---
  637. [2016-09-21 03:27:16] DEBUG[4186]: chan_sip.c:9041 find_call: = Looking for Call ID: 44564468-3683413635-728556@msw2.telengy.net (Checking From) --From tag 3683413635-728593 --To-tag as58cc7d4b
  638. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: chan_sip.c:28508 handle_incoming: **** Received ACK (6) - Command in SIP ACK
  639. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: chan_sip.c:4401 __sip_ack: ** SIP TIMER: Cancelling retransmit of packet (reply received) Retransid #1
  640. [2016-09-21 03:27:16] DEBUG[4186][C-00000005]: chan_sip.c:4434 __sip_ack: Stopping retransmission on '44564468-3683413635-728556@msw2.telengy.net' of Response 1: Match Found
  641. [2016-09-21 03:27:16] DEBUG[6790][C-00000005]: channel.c:2985 __ast_answer: Didn't receive a media frame from SIP/66.193.176.35-00000005 within 500 ms of answering. Continuing anyway
  642. [2016-09-21 03:27:16] DEBUG[6790][C-00000005]: pbx.c:4940 pbx_extension_helper: Launching 'Wait'
  643. -- Executing [s@from-sip-external:8] Wait("SIP/66.193.176.35-00000005", "2") in new stack
  644. [2016-09-21 03:27:16] DEBUG[6790][C-00000005]: channel.c:5414 set_format: Set channel SIP/66.193.176.35-00000005 to write format slin
  645. [2016-09-21 03:27:16] DEBUG[6790][C-00000005]: channel.c:3595 ast_settimeout_full: Scheduling timer at (50 requested / 50 actual) timer ticks per second
  646. [2016-09-21 03:27:16] DEBUG[6790][C-00000005]: channel.c:8839 ast_channel_start_silence_generator: Started silence generator on 'SIP/66.193.176.35-00000005'
  647. [2016-09-21 03:27:16] DEBUG[6790][C-00000005]: res_rtp_asterisk.c:3420 ast_rtp_write: Ooh, format changed from unknown to ulaw
  648. [2016-09-21 03:27:16] DEBUG[6790][C-00000005]: res_rtp_asterisk.c:3455 ast_rtp_write: Created smoother: format: ulaw ms: 20 len: 160
  649. [2016-09-21 03:27:16] DEBUG[6790][C-00000005]: res_rtp_asterisk.c:3317 ast_rtp_raw_write: Starting RTCP transmission on RTP instance '0x7641f2ec'
  650. [2016-09-21 03:27:16] DEBUG[6790][C-00000005]: res_rtp_asterisk.c:4290 ast_rtp_read: 0x76424240 -- Probation learning mode pass with source address 204.11.192.169:50962
  651. > 0x76424240 -- Probation passed - setting RTP source address to 204.11.192.169:50962
  652. [2016-09-21 03:27:18] DEBUG[6790][C-00000005]: channel.c:3595 ast_settimeout_full: Scheduling timer at (0 requested / 0 actual) timer ticks per second
  653. [2016-09-21 03:27:18] DEBUG[6790][C-00000005]: channel.c:8874 ast_channel_stop_silence_generator: Stopped silence generator on 'SIP/66.193.176.35-00000005'
  654. [2016-09-21 03:27:18] DEBUG[6790][C-00000005]: channel.c:5414 set_format: Set channel SIP/66.193.176.35-00000005 to write format ulaw
  655. [2016-09-21 03:27:18] DEBUG[6790][C-00000005]: pbx.c:4940 pbx_extension_helper: Launching 'Playback'
  656. -- Executing [s@from-sip-external:9] Playback("SIP/66.193.176.35-00000005", "ss-noservice") in new stack
  657. [2016-09-21 03:27:18] DEBUG[6790][C-00000005]: channel.c:3595 ast_settimeout_full: Scheduling timer at (50 requested / 50 actual) timer ticks per second
  658. -- <SIP/66.193.176.35-00000005> Playing 'ss-noservice.ulaw' (language 'en')
  659. [2016-09-21 03:27:23] DEBUG[4161]: dnsmgr.c:275 refresh_list: Refreshing DNS lookups.
  660. [2016-09-21 03:27:23] DEBUG[4161]: dnsmgr.c:201 dnsmgr_refresh: refreshing 'callcentric.com'
  661. [2016-09-21 03:27:23] DEBUG[4161]: netsock2.c:138 ast_sockaddr_split_hostport: Splitting 'callcentric.com' into...
  662. [2016-09-21 03:27:23] DEBUG[4161]: netsock2.c:192 ast_sockaddr_split_hostport: ...host 'callcentric.com' and port ''.
  663. [2016-09-21 03:27:23] DEBUG[4161]: acl.c:828 resolve_first: Multiple addresses. Using the first only
  664. [2016-09-21 03:27:23] DEBUG[4161]: chan_sip.c:14340 on_dns_update_registry: Changing registry callcentric.com from 204.11.192.169:5060 to 204.11.192.161:5060
  665. [2016-09-21 03:27:23] DEBUG[4161]: dnsmgr.c:201 dnsmgr_refresh: refreshing 'callcentric.com'
  666. [2016-09-21 03:27:23] DEBUG[4161]: netsock2.c:138 ast_sockaddr_split_hostport: Splitting 'callcentric.com' into...
  667. [2016-09-21 03:27:23] DEBUG[4161]: netsock2.c:192 ast_sockaddr_split_hostport: ...host 'callcentric.com' and port ''.
  668. [2016-09-21 03:27:23] DEBUG[4161]: acl.c:828 resolve_first: Multiple addresses. Using the first only
  669. [2016-09-21 03:27:23] DEBUG[4161]: chan_sip.c:14364 on_dns_update_peer: Changing peer 17778069038 address from 204.11.192.170:5060 to 204.11.192.160:5060
  670.  
  671. <--- SIP read from UDP:204.11.192.169:5060 --->
  672. BYE sip:18452770476@192.168.1.129:5060 SIP/2.0
  673. v: SIP/2.0/UDP 204.11.192.169:5060;branch=z9hG4bK-f9f6d484f51a7f837a47283d9f731a0d
  674. f: <sip:17153134136@66.193.176.35>;tag=3683413635-728593
  675. t: <sip:18452770476@ss.callcentric.com>;tag=as58cc7d4b
  676. i: 44564468-3683413635-728556@msw2.telengy.net
  677. CSeq: 2 BYE
  678. Max-Forwards: 13
  679. m: <sip:2a3e42a6f84724000609798c731e5ab9@204.11.192.169:5060;transport=udp>
  680. l: 0
  681.  
  682. <------------->
  683. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 0 [ 46]: BYE sip:18452770476@192.168.1.129:5060 SIP/2.0
  684. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 1 [ 82]: v: SIP/2.0/UDP 204.11.192.169:5060;branch=z9hG4bK-f9f6d484f51a7f837a47283d9f731a0d
  685. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 2 [ 56]: f: <sip:17153134136@66.193.176.35>;tag=3683413635-728593
  686. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 3 [ 54]: t: <sip:18452770476@ss.callcentric.com>;tag=as58cc7d4b
  687. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 4 [ 46]: i: 44564468-3683413635-728556@msw2.telengy.net
  688. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 5 [ 11]: CSeq: 2 BYE
  689. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 6 [ 16]: Max-Forwards: 13
  690. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 7 [ 75]: m: <sip:2a3e42a6f84724000609798c731e5ab9@204.11.192.169:5060;transport=udp>
  691. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 8 [ 4]: l: 0
  692. --- (9 headers 0 lines) ---
  693. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9041 find_call: = Looking for Call ID: 44564468-3683413635-728556@msw2.telengy.net (Checking From) --From tag 3683413635-728593 --To-tag as58cc7d4b
  694. [2016-09-21 03:27:23] DEBUG[4186][C-00000005]: chan_sip.c:28508 handle_incoming: **** Received BYE (8) - Command in SIP BYE
  695. [2016-09-21 03:27:23] DEBUG[4186][C-00000005]: chan_sip.c:27017 handle_request_bye: Initializing initreq for method BYE - callid 44564468-3683413635-728556@msw2.telengy.net
  696. [2016-09-21 03:27:23] DEBUG[4186][C-00000005]: netsock2.c:138 ast_sockaddr_split_hostport: Splitting '204.11.192.169:5060' into...
  697. [2016-09-21 03:27:23] DEBUG[4186][C-00000005]: netsock2.c:192 ast_sockaddr_split_hostport: ...host '204.11.192.169' and port '5060'.
  698. Sending to 204.11.192.169:5060 (NAT)
  699. [2016-09-21 03:27:23] DEBUG[4186][C-00000005]: chan_sip.c:3386 sip_alreadygone: Setting SIP_ALREADYGONE on dialog 44564468-3683413635-728556@msw2.telengy.net
  700. [2016-09-21 03:27:23] DEBUG[4186][C-00000005]: res_rtp_asterisk.c:4712 ast_rtp_remote_address_set: Setting RTCP address on RTP instance '0x7641f2ec'
  701. Scheduling destruction of SIP dialog '44564468-3683413635-728556@msw2.telengy.net' in 32000 ms (Method: BYE)
  702. [2016-09-21 03:27:23] DEBUG[4186][C-00000005]: chan_sip.c:27124 handle_request_bye: Received bye, issuing owner hangup
  703.  
  704. <--- Transmitting (NAT) to 204.11.192.169:5060 --->
  705. SIP/2.0 200 OK
  706. Via: SIP/2.0/UDP 204.11.192.169:5060;branch=z9hG4bK-f9f6d484f51a7f837a47283d9f731a0d;received=204.11.192.169;rport=5060
  707. From: <sip:17153134136@66.193.176.35>;tag=3683413635-728593
  708. To: <sip:18452770476@ss.callcentric.com>;tag=as58cc7d4b
  709. Call-ID: 44564468-3683413635-728556@msw2.telengy.net
  710. CSeq: 2 BYE
  711. Server: FPBX-13.0.74(11.23.0)
  712. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
  713. Supported: replaces, timer
  714. Content-Length: 0
  715.  
  716.  
  717. <------------>
  718. [2016-09-21 03:27:23] DEBUG[4186][C-00000005]: chan_sip.c:3730 __sip_xmit: Trying to put 'SIP/2.0 200' onto UDP socket destined for 204.11.192.169:5060
  719. [2016-09-21 03:27:23] DEBUG[6790][C-00000005]: channel.c:3595 ast_settimeout_full: Scheduling timer at (0 requested / 0 actual) timer ticks per second
  720. [2016-09-21 03:27:23] DEBUG[6790][C-00000005]: channel.c:3595 ast_settimeout_full: Scheduling timer at (0 requested / 0 actual) timer ticks per second
  721. [2016-09-21 03:27:23] DEBUG[6790][C-00000005]: pbx.c:6722 __ast_pbx_run: Spawn extension (from-sip-external,s,9) exited non-zero on 'SIP/66.193.176.35-00000005'
  722. == Spawn extension (from-sip-external, s, 9) exited non-zero on 'SIP/66.193.176.35-00000005'
  723. [2016-09-21 03:27:23] DEBUG[6790][C-00000005]: channel.c:2662 ast_softhangup_nolock: Soft-Hanging up channel 'SIP/66.193.176.35-00000005'
  724. [2016-09-21 03:27:23] DEBUG[6790][C-00000005]: channel.c:2662 ast_softhangup_nolock: Soft-Hanging up channel 'SIP/66.193.176.35-00000005'
  725. [2016-09-21 03:27:23] DEBUG[6790][C-00000005]: pbx.c:4940 pbx_extension_helper: Launching 'Hangup'
  726. -- Executing [h@from-sip-external:1] Hangup("SIP/66.193.176.35-00000005", "") in new stack
  727. [2016-09-21 03:27:23] DEBUG[6790][C-00000005]: channel.c:2662 ast_softhangup_nolock: Soft-Hanging up channel 'SIP/66.193.176.35-00000005'
  728. [2016-09-21 03:27:23] DEBUG[6790][C-00000005]: pbx.c:6238 ast_pbx_h_exten_run: Spawn extension (from-sip-external,h,1) exited non-zero on 'SIP/66.193.176.35-00000005'
  729. == Spawn extension (from-sip-external, h, 1) exited non-zero on 'SIP/66.193.176.35-00000005'
  730. [2016-09-21 03:27:23] DEBUG[6790][C-00000005]: channel.c:2841 ast_hangup: Hanging up channel 'SIP/66.193.176.35-00000005'
  731. [2016-09-21 03:27:23] DEBUG[6790][C-00000005]: chan_sip.c:6917 sip_hangup: Hangup call SIP/66.193.176.35-00000005, SIP callid 44564468-3683413635-728556@msw2.telengy.net
  732. [2016-09-21 03:27:23] DEBUG[6790][C-00000005]: res_rtp_asterisk.c:4712 ast_rtp_remote_address_set: Setting RTCP address on RTP instance '0x7641f2ec'
  733. [2016-09-21 03:27:23] DEBUG[6790][C-00000005]: res_odbc.c:1053 odbc_release_obj2: odbc_release_obj2(0x76601fd4) called (obj->txf = (nil))
  734. [2016-09-21 03:27:23] DEBUG[4163]: devicestate.c:345 _ast_device_state: No provider found, checking channel drivers for SIP - 66.193.176.35
  735. [2016-09-21 03:27:23] DEBUG[4163]: chan_sip.c:29957 sip_devicestate: Checking device state for peer 66.193.176.35
  736. [2016-09-21 03:27:23] DEBUG[4163]: devicestate.c:477 do_state_change: Changing state for SIP/66.193.176.35 - state 4 (Invalid)
  737. [2016-09-21 03:27:23] DEBUG[4163]: devicestate.c:452 devstate_event: device 'SIP/66.193.176.35' state '4'
  738. [2016-09-21 03:27:23] DEBUG[4156]: res_odbc.c:1053 odbc_release_obj2: odbc_release_obj2(0x76601fd4) called (obj->txf = (nil))
  739. [2016-09-21 03:27:23] DEBUG[4156]: res_odbc.c:1053 odbc_release_obj2: odbc_release_obj2(0x76601fd4) called (obj->txf = (nil))
  740. [2016-09-21 03:27:23] DEBUG[4156]: res_odbc.c:1053 odbc_release_obj2: odbc_release_obj2(0x76601fd4) called (obj->txf = (nil))
  741. [2016-09-21 03:27:23] DEBUG[4192]: app_queue.c:1917 handle_statechange: Device 'SIP/66.193.176.35' changed to state '4' (Invalid) but we don't care because they're not a member of any queue.
  742. [2016-09-21 03:27:23] NOTICE[4186]: chan_sip.c:15159 sip_reregister: -- Re-registration for 17778069038@callcentric.com
  743. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:8644 sip_alloc: Allocating new SIP dialog for 1f0adec63fb609f776e1646432bf3230@127.0.1.1 - REGISTER (No RTP)
  744. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:3497 obproxy_get: OBPROXY: Not applying OBproxy to this call
  745. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:3332 registry_addref: SIP Registry callcentric.com: refcount now 4
  746. [2016-09-21 03:27:23] DEBUG[4186]: acl.c:979 ast_ouraddrfor: For destination '204.11.192.161', our source address is '192.168.1.129'.
  747. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:3887 ast_sip_ouraddrfor: Setting SIP_TRANSPORT_UDP with address 192.168.1.129:5060
  748. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:3332 registry_addref: SIP Registry callcentric.com: refcount now 5
  749. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:15435 transmit_register: Scheduled a registration timeout for callcentric.com id #8
  750. [2016-09-21 03:27:23] DEBUG[4186]: netsock2.c:138 ast_sockaddr_split_hostport: Splitting 'callcentric.com' into...
  751. [2016-09-21 03:27:23] DEBUG[4186]: netsock2.c:192 ast_sockaddr_split_hostport: ...host 'callcentric.com' and port ''.
  752. [2016-09-21 03:27:23] DEBUG[4186]: netsock2.c:138 ast_sockaddr_split_hostport: Splitting 'callcentric.com' into...
  753. [2016-09-21 03:27:23] DEBUG[4186]: netsock2.c:192 ast_sockaddr_split_hostport: ...host 'callcentric.com' and port ''.
  754. [2016-09-21 03:27:23] DEBUG[4186]: netsock2.c:138 ast_sockaddr_split_hostport: Splitting 'callcentric.com' into...
  755. [2016-09-21 03:27:23] DEBUG[4186]: netsock2.c:192 ast_sockaddr_split_hostport: ...host 'callcentric.com' and port ''.
  756. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:15484 transmit_register: >>> Re-using Auth data for 17778069038@callcentric.com
  757. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:3373 initialize_initreq: Initializing initreq for method REGISTER - callid 1f0adec63fb609f776e1646432bf3230@127.0.1.1
  758. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 0 [ 36]: REGISTER sip:callcentric.com SIP/2.0
  759. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 1 [ 64]: Via: SIP/2.0/UDP 192.168.1.129:5060;branch=z9hG4bK07d33c3b;rport
  760. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 2 [ 16]: Max-Forwards: 70
  761. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 3 [ 54]: From: <sip:17778069038@callcentric.com>;tag=as2629392f
  762. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 4 [ 37]: To: <sip:17778069038@callcentric.com>
  763. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 5 [ 51]: Call-ID: 1f0adec63fb609f776e1646432bf3230@127.0.1.1
  764. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 6 [ 18]: CSeq: 176 REGISTER
  765. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 7 [ 33]: User-Agent: FPBX-13.0.74(11.23.0)
  766. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 8 [202]: Authorization: Digest username="17778069038", realm="callcentric.com", algorithm=MD5, uri="sip:sip:callcentric.com", nonce="e16099efe5356185ae6dc59a5aacc3aa", response="4fad90a9507a50a6551cbd31207c34a7"
  767. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 9 [ 12]: Expires: 120
  768. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 10 [ 45]: Contact: <sip:18452770476@192.168.1.129:5060>
  769. REGISTER 11 headers, 0 lines
  770. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:15511 transmit_register: REGISTER attempt 1 to 17778069038@callcentric.com
  771. Reliably Transmitting (NAT) to 204.11.192.161:5060:
  772. REGISTER sip:callcentric.com SIP/2.0
  773. Via: SIP/2.0/UDP 192.168.1.129:5060;branch=z9hG4bK07d33c3b;rport
  774. Max-Forwards: 70
  775. From: <sip:17778069038@callcentric.com>;tag=as2629392f
  776. To: <sip:17778069038@callcentric.com>
  777. Call-ID: 1f0adec63fb609f776e1646432bf3230@127.0.1.1
  778. CSeq: 176 REGISTER
  779. User-Agent: FPBX-13.0.74(11.23.0)
  780. Authorization: Digest username="17778069038", realm="callcentric.com", algorithm=MD5, uri="sip:sip:callcentric.com", nonce="e16099efe5356185ae6dc59a5aacc3aa", response="4fad90a9507a50a6551cbd31207c34a7"
  781. Expires: 120
  782. Contact: <sip:18452770476@192.168.1.129:5060>
  783. Content-Length: 0
  784.  
  785.  
  786. ---
  787. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:4202 __sip_reliable_xmit: *** SIP TIMER: Initializing retransmit timer on packet: Id #7
  788. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:3730 __sip_xmit: Trying to put 'REGISTER si' onto UDP socket destined for 204.11.192.161:5060
  789. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:3324 registry_unref: SIP Registry callcentric.com: refcount now 4
  790.  
  791. <--- SIP read from UDP:204.11.192.161:5060 --->
  792. SIP/2.0 407 Proxy Authentication Required
  793. v: SIP/2.0/UDP 192.168.1.129:5060;branch=z9hG4bK07d33c3b;rport=5060;received=47.32.61.128
  794. f: <sip:17778069038@callcentric.com>;tag=as2629392f
  795. t: <sip:17778069038@callcentric.com>
  796. i: 1f0adec63fb609f776e1646432bf3230@127.0.1.1
  797. CSeq: 176 REGISTER
  798. Proxy-Authenticate: Digest realm="callcentric.com", domain="sip:callcentric.com", nonce="ac2a236ded9580e5b0f71cebe2e7e8d8", opaque="", stale=TRUE, algorithm=MD5
  799. l: 0
  800.  
  801. <------------->
  802. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 0 [ 41]: SIP/2.0 407 Proxy Authentication Required
  803. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 1 [ 89]: v: SIP/2.0/UDP 192.168.1.129:5060;branch=z9hG4bK07d33c3b;rport=5060;received=47.32.61.128
  804. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 2 [ 51]: f: <sip:17778069038@callcentric.com>;tag=as2629392f
  805. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 3 [ 36]: t: <sip:17778069038@callcentric.com>
  806. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 4 [ 45]: i: 1f0adec63fb609f776e1646432bf3230@127.0.1.1
  807. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 5 [ 18]: CSeq: 176 REGISTER
  808. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 6 [160]: Proxy-Authenticate: Digest realm="callcentric.com", domain="sip:callcentric.com", nonce="ac2a236ded9580e5b0f71cebe2e7e8d8", opaque="", stale=TRUE, algorithm=MD5
  809. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 7 [ 4]: l: 0
  810. --- (8 headers 0 lines) ---
  811. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9041 find_call: = Looking for Call ID: 1f0adec63fb609f776e1646432bf3230@127.0.1.1 (Checking To) --From tag as2629392f --To-tag
  812. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:4401 __sip_ack: ** SIP TIMER: Cancelling retransmit of packet (reply received) Retransid #7
  813. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:4434 __sip_ack: Stopping retransmission on '1f0adec63fb609f776e1646432bf3230@127.0.1.1' of Request 176: Match Found
  814. Responding to challenge, registration to domain/host name callcentric.com
  815. [2016-09-21 03:27:23] DEBUG[4186]: netsock2.c:138 ast_sockaddr_split_hostport: Splitting 'callcentric.com' into...
  816. [2016-09-21 03:27:23] DEBUG[4186]: netsock2.c:192 ast_sockaddr_split_hostport: ...host 'callcentric.com' and port ''.
  817. [2016-09-21 03:27:23] DEBUG[4186]: netsock2.c:138 ast_sockaddr_split_hostport: Splitting 'callcentric.com' into...
  818. [2016-09-21 03:27:23] DEBUG[4186]: netsock2.c:192 ast_sockaddr_split_hostport: ...host 'callcentric.com' and port ''.
  819. [2016-09-21 03:27:23] DEBUG[4186]: netsock2.c:138 ast_sockaddr_split_hostport: Splitting 'callcentric.com' into...
  820. [2016-09-21 03:27:23] DEBUG[4186]: netsock2.c:192 ast_sockaddr_split_hostport: ...host 'callcentric.com' and port ''.
  821. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:3371 initialize_initreq: Initializing already initialized SIP dialog 1f0adec63fb609f776e1646432bf3230@127.0.1.1 (presumably reinvite)
  822. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 0 [ 36]: REGISTER sip:callcentric.com SIP/2.0
  823. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 1 [ 64]: Via: SIP/2.0/UDP 192.168.1.129:5060;branch=z9hG4bK6a2a36f9;rport
  824. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 2 [ 16]: Max-Forwards: 70
  825. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 3 [ 54]: From: <sip:17778069038@callcentric.com>;tag=as2629392f
  826. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 4 [ 37]: To: <sip:17778069038@callcentric.com>
  827. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 5 [ 51]: Call-ID: 1f0adec63fb609f776e1646432bf3230@127.0.1.1
  828. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 6 [ 18]: CSeq: 177 REGISTER
  829. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 7 [ 33]: User-Agent: FPBX-13.0.74(11.23.0)
  830. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 8 [208]: Proxy-Authorization: Digest username="17778069038", realm="callcentric.com", algorithm=MD5, uri="sip:sip:callcentric.com", nonce="ac2a236ded9580e5b0f71cebe2e7e8d8", response="de0fbd0879837ec33f42d087cbc09f65"
  831. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 9 [ 12]: Expires: 120
  832. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 10 [ 45]: Contact: <sip:18452770476@192.168.1.129:5060>
  833. REGISTER 11 headers, 0 lines
  834. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:15511 transmit_register: REGISTER attempt 2 to 17778069038@callcentric.com
  835. Reliably Transmitting (NAT) to 204.11.192.161:5060:
  836. REGISTER sip:callcentric.com SIP/2.0
  837. Via: SIP/2.0/UDP 192.168.1.129:5060;branch=z9hG4bK6a2a36f9;rport
  838. Max-Forwards: 70
  839. From: <sip:17778069038@callcentric.com>;tag=as2629392f
  840. To: <sip:17778069038@callcentric.com>
  841. Call-ID: 1f0adec63fb609f776e1646432bf3230@127.0.1.1
  842. CSeq: 177 REGISTER
  843. User-Agent: FPBX-13.0.74(11.23.0)
  844. Proxy-Authorization: Digest username="17778069038", realm="callcentric.com", algorithm=MD5, uri="sip:sip:callcentric.com", nonce="ac2a236ded9580e5b0f71cebe2e7e8d8", response="de0fbd0879837ec33f42d087cbc09f65"
  845. Expires: 120
  846. Contact: <sip:18452770476@192.168.1.129:5060>
  847. Content-Length: 0
  848.  
  849.  
  850. ---
  851. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:4202 __sip_reliable_xmit: *** SIP TIMER: Initializing retransmit timer on packet: Id #2
  852. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:3730 __sip_xmit: Trying to put 'REGISTER si' onto UDP socket destined for 204.11.192.161:5060
  853.  
  854. <--- SIP read from UDP:204.11.192.161:5060 --->
  855. SIP/2.0 200 Ok
  856. v: SIP/2.0/UDP 192.168.1.129:5060;branch=z9hG4bK6a2a36f9;rport=5060;received=47.32.61.128
  857. f: <sip:17778069038@callcentric.com>;tag=as2629392f
  858. t: <sip:17778069038@callcentric.com>
  859. i: 1f0adec63fb609f776e1646432bf3230@127.0.1.1
  860. CSeq: 177 REGISTER
  861. m: <sip:18452770476@192.168.1.129:5060>;expires=60
  862. l: 0
  863.  
  864. <------------->
  865. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 0 [ 14]: SIP/2.0 200 Ok
  866. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 1 [ 89]: v: SIP/2.0/UDP 192.168.1.129:5060;branch=z9hG4bK6a2a36f9;rport=5060;received=47.32.61.128
  867. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 2 [ 51]: f: <sip:17778069038@callcentric.com>;tag=as2629392f
  868. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 3 [ 36]: t: <sip:17778069038@callcentric.com>
  869. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 4 [ 45]: i: 1f0adec63fb609f776e1646432bf3230@127.0.1.1
  870. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 5 [ 18]: CSeq: 177 REGISTER
  871. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 6 [ 50]: m: <sip:18452770476@192.168.1.129:5060>;expires=60
  872. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9502 parse_request: Header 7 [ 4]: l: 0
  873. --- (8 headers 0 lines) ---
  874. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:9041 find_call: = Looking for Call ID: 1f0adec63fb609f776e1646432bf3230@127.0.1.1 (Checking To) --From tag as2629392f --To-tag
  875. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:4401 __sip_ack: ** SIP TIMER: Cancelling retransmit of packet (reply received) Retransid #2
  876. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:4434 __sip_ack: Stopping retransmission on '1f0adec63fb609f776e1646432bf3230@127.0.1.1' of Request 177: Match Found
  877. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:23669 handle_response_register: Registration successful
  878. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:23671 handle_response_register: Cancelling timeout 8
  879. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:3324 registry_unref: SIP Registry callcentric.com: refcount now 3
  880. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:3324 registry_unref: SIP Registry callcentric.com: refcount now 2
  881. [2016-09-21 03:27:23] NOTICE[4186]: chan_sip.c:23722 handle_response_register: Outbound Registration: Expiry for callcentric.com is 60 sec (Scheduling reregistration in 45 s)
  882. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:3332 registry_addref: SIP Registry callcentric.com: refcount now 3
  883. [2016-09-21 03:27:23] DEBUG[4186]: chan_sip.c:6349 sip_pvt_dtor: Destroying SIP dialog 1f0adec63fb609f776e1646432bf3230@127.0.1.1
  884. Really destroying SIP dialog '1f0adec63fb609f776e1646432bf3230@127.0.1.1' Method: REGISTER
  885. raspbx*CLI> exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement