Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
510
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 141.83 KB | None | 0 0
  1. H323-----FS (record, play)
  2.  
  3. <extension name="test_play">
  4. <condition field="destination_number" expression="^888$">
  5. <action application="answer"/>
  6. <action application="record" data="/mnt/freeswitch/test_record.wav 5 200"/>
  7. <action application="playback" data="/mnt/freeswitch/test_record.wav"/>
  8. <action application="hangup"/>
  9. </condition>
  10. </extension>
  11.  
  12. Working correctry:
  13. Log:
  14. ===============================================================================
  15. freeswitch@voip.omskair.net>
  16. freeswitch@voip.omskair.net>
  17. freeswitch@voip.omskair.net>
  18. freeswitch@voip.omskair.net>
  19. freeswitch@voip.omskair.net>
  20. freeswitch@voip.omskair.net>
  21. freeswitch@voip.omskair.net>
  22. freeswitch@voip.omskair.net>
  23. freeswitch@voip.omskair.net> 2017-07-25 15:00:48.324905 [DEBUG] transports.cxx:1246 Started connection: host=192.168.19.24:20027, if=192.168.19.24:3334, handle=39
  24. 2017-07-25 15:00:48.344902 [DEBUG] transports.cxx:137 Started incoming call thread
  25. 2017-07-25 15:00:48.344902 [DEBUG] transports.cxx:822 Awaiting first PDU
  26. 2017-07-25 15:00:48.344902 [DEBUG] h323pdu.cxx:630 Receiving PDU [ip$192.168.19.24:3334/ip$192.168.19.24:20027] : setup
  27. 2017-07-25 15:00:48.344902 [DEBUG] transports.cxx:832 Incoming call, first PDU: callReference=28530
  28. 2017-07-25 15:00:48.344902 [DEBUG] mod_h323.cpp:626 ======>FSH323EndPoint::CreateConnection callReference = 28530 userDate = (nil) [0x90cc48]
  29. 2017-07-25 15:00:48.344902 [DEBUG] mod_h323.cpp:631 ------> SWITCH_CALL_DIRECTION_INBOUND
  30. 2017-07-25 15:00:48.344902 [DEBUG] mod_h323.cpp:639 ------> fsSession = 0x739000
  31. 2017-07-25 15:00:48.344902 [DEBUG] h323caps.cxx:3197 Added capability: G.711-ALaw-64k <1>
  32. 2017-07-25 15:00:48.344902 [DEBUG] h323caps.cxx:3197 Added capability: G.711-uLaw-64k <2>
  33. 2017-07-25 15:00:48.344902 [DEBUG] h323caps.cxx:3197 Added capability: GSM-06.10{sw} <3>
  34. 2017-07-25 15:00:48.344902 [DEBUG] h323caps.cxx:3197 Added capability: G.729A/B{sw} <4>
  35. 2017-07-25 15:00:48.344902 [DEBUG] h323caps.cxx:3197 Added capability: G.729A{sw} <5>
  36. 2017-07-25 15:00:48.344902 [DEBUG] h323caps.cxx:3197 Added capability: G.729B{sw} <6>
  37. 2017-07-25 15:00:48.344902 [DEBUG] h323caps.cxx:3197 Added capability: G.729{sw} <7>
  38. 2017-07-25 15:00:48.344902 [DEBUG] h323caps.cxx:3197 Added capability: T.38-IFP-PRE <8>
  39. 2017-07-25 15:00:48.344902 [DEBUG] h323caps.cxx:3197 Added capability: UserInput/hookflash <9>
  40. 2017-07-25 15:00:48.344902 [DEBUG] h323caps.cxx:3197 Added capability: UserInput/basicString <10>
  41. 2017-07-25 15:00:48.344902 [DEBUG] h323caps.cxx:3197 Added capability: UserInput/dtmf <11>
  42. 2017-07-25 15:00:48.344902 [DEBUG] h323caps.cxx:3197 Added capability: UserInput/RFC2833 <12>
  43. 2017-07-25 15:00:48.344902 [DEBUG] h323caps.cxx:3197 Added capability: UserInput/Navigation <13>
  44. 2017-07-25 15:00:48.344902 [DEBUG] h323caps.cxx:3197 Added capability: UserInput/Softkey <14>
  45. 2017-07-25 15:00:48.344902 [DEBUG] h323caps.cxx:3197 Added capability: UserInput/PointDevice <15>
  46. 2017-07-25 15:00:48.344902 [DEBUG] h323caps.cxx:3197 Added capability: UserInput/Modal <16>
  47. 2017-07-25 15:00:48.344902 [DEBUG] h323caps.cxx:3263 Found capability: G.711-ALaw-64k <1>
  48. 2017-07-25 15:00:48.344902 [DEBUG] h323caps.cxx:3263 Found capability: G.711-uLaw-64k <2>
  49. 2017-07-25 15:00:48.344902 [DEBUG] h323caps.cxx:3263 Found capability: GSM-06.10{sw} <3>
  50. 2017-07-25 15:00:48.344902 [DEBUG] h323caps.cxx:3263 Found capability: G.729A/B{sw} <4>
  51. 2017-07-25 15:00:48.344902 [DEBUG] h323caps.cxx:3263 Found capability: G.729A{sw} <5>
  52. 2017-07-25 15:00:48.344902 [DEBUG] h323caps.cxx:3263 Found capability: G.729B{sw} <6>
  53. 2017-07-25 15:00:48.344902 [DEBUG] h323caps.cxx:3263 Found capability: G.729{sw} <7>
  54. 2017-07-25 15:00:48.344902 [DEBUG] h323caps.cxx:3263 Found capability: T.38-IFP-PRE <8>
  55. 2017-07-25 15:00:48.344902 [DEBUG] h323caps.cxx:3263 Found capability: UserInput/hookflash <9>
  56. 2017-07-25 15:00:48.344902 [DEBUG] h323caps.cxx:3263 Found capability: UserInput/basicString <10>
  57. 2017-07-25 15:00:48.344902 [DEBUG] h323caps.cxx:3263 Found capability: UserInput/dtmf <11>
  58. 2017-07-25 15:00:48.344902 [DEBUG] h323caps.cxx:3263 Found capability: UserInput/RFC2833 <12>
  59. 2017-07-25 15:00:48.344902 [DEBUG] h323caps.cxx:3263 Found capability: UserInput/Navigation <13>
  60. 2017-07-25 15:00:48.344902 [DEBUG] h323caps.cxx:3263 Found capability: UserInput/Softkey <14>
  61. 2017-07-25 15:00:48.344902 [DEBUG] h323caps.cxx:3263 Found capability: UserInput/PointDevice <15>
  62. 2017-07-25 15:00:48.344902 [DEBUG] h323caps.cxx:3263 Found capability: UserInput/Modal <16>
  63. 2017-07-25 15:00:48.344902 [DEBUG] rfc2833.cxx:87 Handler created
  64. 2017-07-25 15:00:48.344902 [DEBUG] mod_h323.cpp:726 ======>FSH323Connection::FSH323Connection [0x7effa0]
  65. 2017-07-25 15:00:48.344902 [DEBUG] h323ep.cxx:2269 Created new connection: ip$192.168.19.24:20027/28530
  66. 2017-07-25 15:00:48.344902 [DEBUG] mod_h323.cpp:783 ---------->token = ip$192.168.19.24:20027/28530 [0x7effa0]
  67. 2017-07-25 15:00:48.344902 [DEBUG] h323.cxx:988 Handling PDU: Setup callRef=28530
  68. 2017-07-25 15:00:48.344902 [DEBUG] h323neg.cxx:112 Stopping MasterSlaveDetermination: state=Idle
  69. 2017-07-25 15:00:48.344902 [DEBUG] h323neg.cxx:344 Stopping TerminalCapabilitySet: state=Idle
  70. 2017-07-25 15:00:48.344902 [DEBUG] h323.cxx:1011 Fast Start DISABLED!
  71. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:1035 ======>FSH323Connection::OnReceivedSignalSetup [0x7effa0]
  72. 2017-07-25 15:00:48.364903 [DEBUG] h323.cxx:361 Received unsecured EPAuthentication message (no crypto tokens), expected one of:
  73. H.235.1<no-pwd>,CAT<no-pwd>
  74. 2017-07-25 15:00:48.364903 [DEBUG] h323.cxx:1269 Set protocol version to 4 and implying H.245 version 7
  75. 2017-07-25 15:00:48.364903 [DEBUG] h323.cxx:1555 Set remote application name: "VoIP technology INC. 3.0.6 181/18247"
  76. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:790 ======>FSH323Connection::OnSetLocalCapabilities() [0x7effa0]
  77. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:797 ======>FSH323Connection::SetLocalCapabilities() Size local capability = 16 [0x7effa0]
  78. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x7effa0]
  79. 2017-07-25 15:00:48.364903 [NOTICE] mod_h323.cpp:860 capability 'G.711-ALaw-64k' format 'PCMA' 8
  80. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x7effa0]
  81. 2017-07-25 15:00:48.364903 [NOTICE] mod_h323.cpp:860 capability 'G.711-uLaw-64k' format 'PCMU' 0
  82. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x7effa0]
  83. 2017-07-25 15:00:48.364903 [NOTICE] mod_h323.cpp:860 capability 'GSM-06.10' format 'GSM' 3
  84. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x7effa0]
  85. 2017-07-25 15:00:48.364903 [NOTICE] mod_h323.cpp:860 capability 'G.729A/B' format 'G729' 18
  86. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x7effa0]
  87. 2017-07-25 15:00:48.364903 [NOTICE] mod_h323.cpp:860 capability 'G.729A' format 'G729' 18
  88. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x7effa0]
  89. 2017-07-25 15:00:48.364903 [NOTICE] mod_h323.cpp:860 capability 'G.729B' format 'G729b' 18
  90. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x7effa0]
  91. 2017-07-25 15:00:48.364903 [NOTICE] mod_h323.cpp:860 capability 'G.729' format 'G729' 18
  92. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x7effa0]
  93. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x7effa0]
  94. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x7effa0]
  95. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x7effa0]
  96. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x7effa0]
  97. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x7effa0]
  98. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x7effa0]
  99. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x7effa0]
  100. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x7effa0]
  101. 2017-07-25 15:00:48.364903 [DEBUG] h323.cxx:1392 Sending call proceeding PDU
  102. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:652 ======>FSH323EndPoint::OnSetGatewayPrefixes [0x90cc48]
  103. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:1099 ======>FSH323Connection::OnSendCallProceeding fastStartState = FastStartInitiate [0x7effa0]
  104. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:652 ======>FSH323EndPoint::OnSetGatewayPrefixes [0x90cc48]
  105. 2017-07-25 15:00:48.364903 [DEBUG] h323.cxx:1435 Incoming call accepted
  106. 2017-07-25 15:00:48.364903 [DEBUG] h323.cxx:1277 Fast start detected
  107. 2017-07-25 15:00:48.364903 [DEBUG] h323.cxx:4343 CreateLogicalChannel - reverse channel
  108. 2017-07-25 15:00:48.364903 [DEBUG] h323caps.cxx:3454 Found capability: G.711-uLaw-64k <2>
  109. 2017-07-25 15:00:48.364903 [DEBUG] h323caps.cxx:3197 Added capability: G.711-uLaw-64k <2>
  110. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:1000 ======>FSH323Connection::OnCreateLogicalChannel ('G.711-uLaw-64k',IsTransmitter) [0x7effa0]
  111. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:980 ======>FSH323Connection::CreateRealTimeLogicalChannel [0x7effa0]
  112. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:1942 ======>FSH323_ExternalRTPChannel::FSH323_ExternalRTPChannel sessionID = 1 :IsTransmitter addr = 192.168.19.24:16590 [0x7474d0]
  113. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:1946 ------->capability.GetPayloadType() return = [pt=128]
  114. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:1947 ------->capability.GetFormatName() return = G.711-uLaw-64k
  115. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:1959 ------->payloadCode = 0
  116. 2017-07-25 15:00:48.364903 [DEBUG] codecs.cxx:1576 G711 uLaw encoder created for at 64k, frame of 160 samples
  117. 2017-07-25 15:00:48.364903 [DEBUG] channels.cxx:347 Bandwidth requested/used = 64.0/0.0 kb/s
  118. 2017-07-25 15:00:48.364903 [DEBUG] h323.cxx:4709 Bandwidth request: -0.0kb/s, available: 10000.0kb/s
  119. 2017-07-25 15:00:48.364903 [DEBUG] h323.cxx:4709 Bandwidth request: +64.0kb/s, available: 10000.0kb/s
  120. 2017-07-25 15:00:48.364903 [DEBUG] channels.cxx:537 OnReceivedPDU for channel: T-0
  121. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:2283 ======>FSH323_ExternalRTPChannel::OnReceivedPDU [0x7474d0]
  122. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:2290 Remote RTP address 192.168.19.24:50054
  123. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:1390 ======>PFSH323Connection::setRemoteAddress remoteIP = 192.168.19.24 , remotePort = 50054 [0x7effa0]
  124. 2017-07-25 15:00:48.364903 [DEBUG] h323.cxx:4358 CreateLogicalChannel - forward channel
  125. 2017-07-25 15:00:48.364903 [DEBUG] h323caps.cxx:3454 Found capability: G.711-uLaw-64k <2>
  126. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:1000 ======>FSH323Connection::OnCreateLogicalChannel ('G.711-uLaw-64k',IsReceiver) [0x7effa0]
  127. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:980 ======>FSH323Connection::CreateRealTimeLogicalChannel [0x7effa0]
  128. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:1942 ======>FSH323_ExternalRTPChannel::FSH323_ExternalRTPChannel sessionID = 1 :IsReceiver addr = 192.168.19.24:16590 [0x7492f0]
  129. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:1946 ------->capability.GetPayloadType() return = [pt=128]
  130. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:1947 ------->capability.GetFormatName() return = G.711-uLaw-64k
  131. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:1959 ------->payloadCode = 0
  132. 2017-07-25 15:00:48.364903 [DEBUG] codecs.cxx:1576 G711 uLaw decoder created for at 64k, frame of 160 samples
  133. 2017-07-25 15:00:48.364903 [DEBUG] channels.cxx:347 Bandwidth requested/used = 64.0/0.0 kb/s
  134. 2017-07-25 15:00:48.364903 [DEBUG] h323.cxx:4709 Bandwidth request: -0.0kb/s, available: 9936.0kb/s
  135. 2017-07-25 15:00:48.364903 [DEBUG] h323.cxx:4709 Bandwidth request: +64.0kb/s, available: 9936.0kb/s
  136. 2017-07-25 15:00:48.364903 [DEBUG] channels.cxx:537 OnReceivedPDU for channel: R-1
  137. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:2283 ======>FSH323_ExternalRTPChannel::OnReceivedPDU [0x7492f0]
  138. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:2290 Remote RTP address 192.168.19.24:50054
  139. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:1390 ======>PFSH323Connection::setRemoteAddress remoteIP = 192.168.19.24 , remotePort = 50054 [0x7effa0]
  140. 2017-07-25 15:00:48.364903 [DEBUG] h323.cxx:1298 Opened 2 fast start channels
  141. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:652 ======>FSH323EndPoint::OnSetGatewayPrefixes [0x90cc48]
  142. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:876 ======>FSH323Connection::OnAnswerCall caller = Gateway_H323_1 (101) [192.168.19.24] [0x7effa0]
  143. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:896 address index = 0 value = 8882017-07-25 15:00:48.364903 [NOTICE] mod_h323.cpp:903 Called number or alias = 888
  144. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:944 Created switch caller profile:
  145. username =
  146. dialplan = XML
  147. caller_id_name = Gateway_H323_1 (101) [192.168.19.24]
  148. caller_id_number = 101
  149. network_addr = 192.168.19.24
  150. source = h323
  151. context = h323_incomming
  152. destination_number = 888
  153. 2017-07-25 15:00:48.364903 [NOTICE] switch_channel.c:1104 New Channel h323/888 [c05d193e-7117-11e7-8a85-e3e822209b46]
  154. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:968 (h323/888) State Change CS_NEW -> CS_INIT
  155. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:1646 ======>FSH323Connection::state_change [0x7effa0]
  156. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:1647 State changed on connection [0x7effa0]
  157. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:1415 ======>FSH323Connection::kill_channel sig = 3 [0x7effa0]
  158. 2017-07-25 15:00:48.364903 [DEBUG] h323.cxx:2074 Answering call: AnswerCallDeferred
  159. 2017-07-25 15:00:48.364903 [DEBUG] h323.cxx:3961 InternalEstablishedConnectionCheck: connectionState=AwaitingLocalAnswer fastStartState=FastStartResponse
  160. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:1040 ---------> after FSH323Connection::OnReceivedSignalSetup connectionState = AwaitingLocalAnswer [0x7effa0]
  161. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:652 ======>FSH323EndPoint::OnSetGatewayPrefixes [0x90cc48]
  162. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:1044 ---------> after callProceedingPDU.BuildCallProceeding connectionState = AwaitingLocalAnswer [0x7effa0]
  163. 2017-07-25 15:00:48.364903 [DEBUG] h323.cxx:4043 Default OnSelectLogicalChannels, FastStartResponse
  164. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:1977 ------------->h323_mutex_lock
  165. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:1979 ======>FSH323_ExternalRTPChannel::Start() [0x7474d0]
  166. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:1986 ------------->m_sessionID = 1 m_active_sessionID = 0
  167. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:993 ======>FSH323Connection::OnStartLogicalChannel chennel = 0x7474d0 [0x7effa0]
  168. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:994 ======>FSH323Connection::OnStartLogicalChannel connectionState = AwaitingLocalAnswer [0x7effa0]
  169. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:2035 ------------------------->H323Capability::e_Audio
  170. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:2054 ------------------->GetFrameSize() return = 0
  171. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:2055 ------------------->GetFrameTime() return = 0
  172. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:2056 ------------------->payloadCode = 0
  173. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:2057 ------------------->m_codec_ms return = 20
  174. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:2058 ------------------->m_capability->GetFormatName() return = G.711-uLaw-64k
  175. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:2059 ------------------->GetH245CodecName() return = PCMU
  176. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:2150 Set write Audio codec to G.711-uLaw-64k for connection [0x7474d0]
  177. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:2156 ------------------->tech_pvt->rtp_session = [(nil)]
  178. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:2157 ------------------->samples_per_packet = 160
  179. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:2158 ------------------->actual_samples_per_second = 8000
  180. 2017-07-25 15:00:48.364903 [DEBUG] mod_h323.cpp:2194 ------------------->timer_name = soft
  181. 2017-07-25 15:00:48.384888 [DEBUG] switch_core_state_machine.c:584 (h323/888) Running State Change CS_INIT (Cur 1 Tot 3)
  182. 2017-07-25 15:00:48.384888 [DEBUG] switch_core_state_machine.c:627 (h323/888) State INIT
  183. 2017-07-25 15:00:48.384888 [ALERT] switch_core_state_machine.c:627 h323/888 Send KeyFrame
  184. 2017-07-25 15:00:48.384888 [DEBUG] mod_h323.cpp:1654 ======>FSH323Connection::on_init [0x7effa0]
  185. 2017-07-25 15:00:48.384888 [DEBUG] mod_h323.cpp:1661 Started routing for connection [0x7effa0]
  186. 2017-07-25 15:00:48.384888 [DEBUG] switch_core_state_machine.c:40 h323/888 Standard INIT
  187. 2017-07-25 15:00:48.384888 [DEBUG] switch_core_state_machine.c:48 (h323/888) State Change CS_INIT -> CS_ROUTING
  188. 2017-07-25 15:00:48.384888 [DEBUG] mod_h323.cpp:1646 ======>FSH323Connection::state_change [0x7effa0]
  189. 2017-07-25 15:00:48.384888 [DEBUG] mod_h323.cpp:1647 State changed on connection [0x7effa0]
  190. 2017-07-25 15:00:48.384888 [DEBUG] mod_h323.cpp:1415 ======>FSH323Connection::kill_channel sig = 3 [0x7effa0]
  191. 2017-07-25 15:00:48.384888 [DEBUG] switch_core_state_machine.c:627 (h323/888) State INIT going to sleep
  192. 2017-07-25 15:00:48.384888 [DEBUG] switch_core_state_machine.c:584 (h323/888) Running State Change CS_ROUTING (Cur 1 Tot 3)
  193. 2017-07-25 15:00:48.384888 [DEBUG] switch_channel.c:2249 (h323/888) Callstate Change DOWN -> RINGING
  194. 2017-07-25 15:00:48.384888 [DEBUG] switch_core_state_machine.c:643 (h323/888) State ROUTING
  195. 2017-07-25 15:00:48.384888 [ALERT] switch_core_state_machine.c:643 h323/888 Send KeyFrame
  196. 2017-07-25 15:00:48.384888 [DEBUG] mod_h323.cpp:1408 ======>FSH323Connection::on_routing [0x7effa0]
  197. 2017-07-25 15:00:48.384888 [DEBUG] switch_core_state_machine.c:236 h323/888 Standard ROUTING
  198. 2017-07-25 15:00:48.384888 [INFO] mod_dialplan_xml.c:637 Processing Gateway_H323_1 (101) [192.168.19.24] <101>->888 in context h323_incomming
  199. Dialplan: h323/888 parsing [h323_incomming->unloop] continue=false
  200. Dialplan: h323/888 Regex (PASS) [unloop] ${unroll_loops}(true) =~ /^true$/ break=on-false
  201. Dialplan: h323/888 Regex (FAIL) [unloop] ${sip_looped_call}() =~ /^true$/ break=on-false
  202. Dialplan: h323/888 parsing [h323_incomming->test_play] continue=false
  203. Dialplan: h323/888 Regex (FAIL) [test_play] destination_number(888) =~ /^999$/ break=on-false
  204. Dialplan: h323/888 parsing [h323_incomming->test_play] continue=false
  205. Dialplan: h323/888 Regex (PASS) [test_play] destination_number(888) =~ /^888$/ break=on-false
  206. Dialplan: h323/888 Action answer()
  207. Dialplan: h323/888 Action record(/mnt/freeswitch/test_record.wav 5 200)
  208. Dialplan: h323/888 Action playback(/mnt/freeswitch/test_record.wav)
  209. Dialplan: h323/888 Action hangup()
  210. 2017-07-25 15:00:48.384888 [DEBUG] switch_core_state_machine.c:286 (h323/888) State Change CS_ROUTING -> CS_EXECUTE
  211. 2017-07-25 15:00:48.384888 [DEBUG] mod_h323.cpp:1646 ======>FSH323Connection::state_change [0x7effa0]
  212. 2017-07-25 15:00:48.384888 [DEBUG] mod_h323.cpp:1647 State changed on connection [0x7effa0]
  213. 2017-07-25 15:00:48.384888 [DEBUG] mod_h323.cpp:1415 ======>FSH323Connection::kill_channel sig = 3 [0x7effa0]
  214. 2017-07-25 15:00:48.384888 [DEBUG] switch_core_state_machine.c:643 (h323/888) State ROUTING going to sleep
  215. 2017-07-25 15:00:48.384888 [DEBUG] switch_core_state_machine.c:584 (h323/888) Running State Change CS_EXECUTE (Cur 1 Tot 3)
  216. 2017-07-25 15:00:48.384888 [DEBUG] switch_core_state_machine.c:650 (h323/888) State EXECUTE
  217. 2017-07-25 15:00:48.384888 [ALERT] switch_core_state_machine.c:650 h323/888 Send KeyFrame
  218. 2017-07-25 15:00:48.384888 [DEBUG] mod_h323.cpp:1401 ======>FSH323Connection::on_execute [0x7effa0]
  219. 2017-07-25 15:00:48.384888 [DEBUG] switch_core_state_machine.c:328 h323/888 Standard EXECUTE
  220. 2017-07-25 15:00:48.384888 [ALERT] switch_core_session.c:2648 h323/888 Send KeyFrame
  221. EXECUTE h323/888 answer()
  222. 2017-07-25 15:00:48.384888 [ALERT] switch_core_session.c:2870 h323/888 receive message [APPLICATION_EXEC_COMPLETE]
  223. 2017-07-25 15:00:48.384888 [DEBUG] mod_h323.cpp:1493 ======>FSH323Connection::receive_message MSG = 31
  224. 2017-07-25 15:00:48.384888 [DEBUG] mod_h323.cpp:1629 Received message id = 31 [0x7effa0]
  225. 2017-07-25 15:00:48.384888 [ALERT] mod_dptools.c:1352 h323/888 receive message [ANSWER]
  226. 2017-07-25 15:00:48.384888 [DEBUG] mod_h323.cpp:1493 ======>FSH323Connection::receive_message MSG = 2
  227. 2017-07-25 15:00:48.384888 [DEBUG] mod_h323.cpp:1168 ======>FSH323Connection::AnsweringCall [0x7effa0]
  228. 2017-07-25 15:00:48.384888 [DEBUG] h323.cxx:2074 Answering call: AnswerCallNow
  229. 2017-07-25 15:00:48.384888 [DEBUG] switch_rtp.c:4164 Starting timer [soft] 160 bytes per 20ms
  230. 2017-07-25 15:00:48.384888 [DEBUG] mod_h323.cpp:2206 ------------------------->tech_pvt->rtp_session = 0xa35c78
  231. 2017-07-25 15:00:48.384888 [DEBUG] mod_h323.cpp:2229 ------------->External RTP address 192.168.19.24:50054
  232. 2017-07-25 15:00:48.384888 [DEBUG] mod_h323.cpp:2275 ------------->h323_mutex_unlock
  233. 2017-07-25 15:00:48.384888 [DEBUG] mod_h323.cpp:1977 ------------->h323_mutex_lock
  234. 2017-07-25 15:00:48.384888 [DEBUG] mod_h323.cpp:1979 ======>FSH323_ExternalRTPChannel::Start() [0x7492f0]
  235. 2017-07-25 15:00:48.384888 [DEBUG] mod_h323.cpp:1986 ------------->m_sessionID = 1 m_active_sessionID = 1
  236. 2017-07-25 15:00:48.384888 [DEBUG] mod_h323.cpp:993 ======>FSH323Connection::OnStartLogicalChannel chennel = 0x7492f0 [0x7effa0]
  237. 2017-07-25 15:00:48.384888 [DEBUG] mod_h323.cpp:994 ======>FSH323Connection::OnStartLogicalChannel connectionState = AwaitingLocalAnswer [0x7effa0]
  238. 2017-07-25 15:00:48.384888 [DEBUG] mod_h323.cpp:2035 ------------------------->H323Capability::e_Audio
  239. 2017-07-25 15:00:48.384888 [DEBUG] mod_h323.cpp:2054 ------------------->GetFrameSize() return = 6801
  240. 2017-07-25 15:00:48.384888 [DEBUG] mod_h323.cpp:2055 ------------------->GetFrameTime() return = 8394754
  241. 2017-07-25 15:00:48.384888 [DEBUG] mod_h323.cpp:2056 ------------------->payloadCode = 0
  242. 2017-07-25 15:00:48.384888 [DEBUG] mod_h323.cpp:2057 ------------------->m_codec_ms return = 20
  243. 2017-07-25 15:00:48.384888 [DEBUG] mod_h323.cpp:2058 ------------------->m_capability->GetFormatName() return = G.711-uLaw-64k
  244. 2017-07-25 15:00:48.384888 [DEBUG] mod_h323.cpp:2059 ------------------->GetH245CodecName() return = PCMU
  245. 2017-07-25 15:00:48.384888 [DEBUG] mod_h323.cpp:2150 Set read Audio codec to G.711-uLaw-64k for connection [0x7492f0]
  246. 2017-07-25 15:00:48.384888 [DEBUG] mod_h323.cpp:2156 ------------------->tech_pvt->rtp_session = [0xa35c78]
  247. 2017-07-25 15:00:48.384888 [DEBUG] mod_h323.cpp:2157 ------------------->samples_per_packet = 160
  248. 2017-07-25 15:00:48.384888 [DEBUG] mod_h323.cpp:2158 ------------------->actual_samples_per_second = 8000
  249. 2017-07-25 15:00:48.384888 [DEBUG] mod_h323.cpp:2162 ------------------->old remote port = 50054 new remote port = 50054
  250. 2017-07-25 15:00:48.384888 [DEBUG] mod_h323.cpp:2229 ------------->External RTP address 192.168.19.24:50054
  251. 2017-07-25 15:00:48.384888 [DEBUG] mod_h323.cpp:2232 ------------->h323_io_mutex_lock
  252. 2017-07-25 15:00:48.384888 [DEBUG] mod_h323.cpp:2236 ------------->h323_io_mutex_unlock
  253. 2017-07-25 15:00:48.384888 [DEBUG] mod_h323.cpp:2275 ------------->h323_mutex_unlock
  254. 2017-07-25 15:00:48.384888 [DEBUG] h323.cxx:2681 Accepting fastStart for 2 channels
  255. 2017-07-25 15:00:48.384888 [DEBUG] channels.cxx:470 OnSendingPDU
  256. 2017-07-25 15:00:48.384888 [DEBUG] h323.cxx:1219 Built fastStart for G.711-uLaw-64k <2>
  257. 2017-07-25 15:00:48.384888 [DEBUG] channels.cxx:470 OnSendingPDU
  258. 2017-07-25 15:00:48.384888 [DEBUG] h323.cxx:1219 Built fastStart for G.711-uLaw-64k <2>
  259. 2017-07-25 15:00:48.384888 [DEBUG] h323pdu.cxx:630 Sending PDU [ip$192.168.19.24:3334/ip$192.168.19.24:20027] : callProceeding
  260. 2017-07-25 15:00:48.384888 [DEBUG] h323.cxx:3961 InternalEstablishedConnectionCheck: connectionState=AwaitingLocalAnswer fastStartState=FastStartAcknowledged
  261. 2017-07-25 15:00:48.384888 [DEBUG] h323.cxx:915 Reading PDUs: callRef=28530
  262. 2017-07-25 15:00:48.384888 [DEBUG] transports.cxx:1191 TCP Listen for H245 on 192.168.19.24:44350
  263. 2017-07-25 15:00:48.384888 [DEBUG] h323pdu.cxx:630 Sending PDU [ip$192.168.19.24:3334/ip$192.168.19.24:20027] : connect
  264. 2017-07-25 15:00:48.384888 [DEBUG] h323.cxx:3961 InternalEstablishedConnectionCheck: connectionState=HasExecutedSignalConnect fastStartState=FastStartAcknowledged
  265. 2017-07-25 15:00:48.384888 [DEBUG] mod_h323.cpp:1260 ======>PFSH323Connection::OnEstablished [0x7effa0]
  266. 2017-07-25 15:00:48.384888 [NOTICE] mod_h323.cpp:1262 Channel [h323/888] has been answered
  267. 2017-07-25 15:00:48.384888 [DEBUG] switch_channel.c:3781 (h323/888) Callstate Change RINGING -> ACTIVE
  268. 2017-07-25 15:00:48.404892 [ALERT] mod_h323.cpp:1262 h323/888 receive message [PROGRESS_EVENT]
  269. 2017-07-25 15:00:48.404892 [DEBUG] mod_h323.cpp:1493 ======>FSH323Connection::receive_message MSG = 53
  270. 2017-07-25 15:00:48.404892 [DEBUG] mod_h323.cpp:1629 Received message id = 53 [0x7effa0]
  271. 2017-07-25 15:00:48.404892 [DEBUG] mod_h323.cpp:1548 Media started on connection [0x7effa0]
  272. 2017-07-25 15:00:48.404892 [DEBUG] mod_h323.cpp:1552 -------------------->switch_channel_mark_answered(m_fsChannel) [0x7effa0]
  273. 2017-07-25 15:00:48.404892 [DEBUG] mod_h323.cpp:1415 ======>FSH323Connection::kill_channel sig = 3 [0x7effa0]
  274. 2017-07-25 15:00:48.404892 [DEBUG] mod_h323.cpp:1415 ======>FSH323Connection::kill_channel sig = 3 [0x7effa0]
  275. 2017-07-25 15:00:48.404892 [ALERT] switch_core_session.c:2885 h323/888 receive message [PHONE_EVENT]
  276. 2017-07-25 15:00:48.404892 [DEBUG] mod_h323.cpp:1493 ======>FSH323Connection::receive_message MSG = 32
  277. 2017-07-25 15:00:48.404892 [DEBUG] mod_h323.cpp:1629 Received message id = 32 [0x7effa0]
  278. 2017-07-25 15:00:48.404892 [ALERT] switch_core_session.c:2648 h323/888 Send KeyFrame
  279. EXECUTE h323/888 record(/mnt/freeswitch/test_record.wav 5 200)
  280. 2017-07-25 15:00:48.404892 [ALERT] switch_core_session.c:2870 h323/888 receive message [APPLICATION_EXEC_COMPLETE]
  281. 2017-07-25 15:00:48.404892 [DEBUG] mod_h323.cpp:1493 ======>FSH323Connection::receive_message MSG = 31
  282. 2017-07-25 15:00:48.404892 [DEBUG] mod_h323.cpp:1629 Received message id = 31 [0x7effa0]
  283. 2017-07-25 15:00:48.404892 [DEBUG] switch_ivr_play_say.c:560 Raw Codec Activated, ready to waste resources!
  284. 2017-07-25 15:00:48.404892 [DEBUG] switch_ivr_play_say.c:674 Raw Codec Activated
  285. 2017-07-25 15:00:48.404892 [DEBUG] switch_core_codec.c:223 h323/888 Push codec L16:100
  286. 2017-07-25 15:00:48.404892 [ALERT] switch_channel.c:3821 h323/888 receive message [VIDEO_SYNC]
  287. 2017-07-25 15:00:48.404892 [DEBUG] mod_h323.cpp:1493 ======>FSH323Connection::receive_message MSG = 24
  288. 2017-07-25 15:00:48.404892 [DEBUG] mod_h323.cpp:1629 Received message id = 24 [0x7effa0]
  289. 2017-07-25 15:00:48.404892 [DEBUG] transports.cxx:197 Started thread
  290. 2017-07-25 15:00:48.404892 [DEBUG] transports.cxx:1447 TCP Accept wait
  291. 2017-07-25 15:00:48.404892 [ALERT] switch_core_media.c:15163 h323/888 receive message [AUDIO_SYNC]
  292. 2017-07-25 15:00:48.404892 [DEBUG] mod_h323.cpp:1493 ======>FSH323Connection::receive_message MSG = 23
  293. 2017-07-25 15:00:48.404892 [DEBUG] mod_h323.cpp:1629 Received message id = 23 [0x7effa0]
  294. 2017-07-25 15:00:48.544884 [DEBUG] h323pdu.cxx:630 Receiving PDU [ip$192.168.19.24:3334/ip$192.168.19.24:20027] : facility
  295. 2017-07-25 15:00:48.544884 [DEBUG] h323.cxx:988 Handling PDU: Facility callRef=28530
  296. 2017-07-25 15:00:48.544884 [DEBUG] h323.cxx:361 Received unsecured EPAuthentication message (no crypto tokens), expected one of:
  297. H.235.1<no-pwd>,CAT<no-pwd>
  298. 2017-07-25 15:00:48.544884 [DEBUG] h323.cxx:1269 Set protocol version to 4 and implying H.245 version 7
  299. 2017-07-25 15:00:48.544884 [DEBUG] h323.cxx:1840 Simultaneous start of H.245 channel, using local listener.
  300. 2017-07-25 15:00:48.544884 [DEBUG] h323.cxx:3961 InternalEstablishedConnectionCheck: connectionState=EstablishedConnection fastStartState=FastStartAcknowledged
  301. 2017-07-25 15:00:53.104903 [DEBUG] switch_core_codec.c:248 h323/888 Restore previous codec PCMU:0.
  302. 2017-07-25 15:00:53.104903 [ALERT] switch_core_session.c:2885 h323/888 receive message [PHONE_EVENT]
  303. 2017-07-25 15:00:53.104903 [DEBUG] mod_h323.cpp:1493 ======>FSH323Connection::receive_message MSG = 32
  304. 2017-07-25 15:00:53.124890 [DEBUG] mod_h323.cpp:1629 Received message id = 32 [0x7effa0]
  305. 2017-07-25 15:00:53.124890 [ALERT] switch_core_session.c:2648 h323/888 Send KeyFrame
  306. EXECUTE h323/888 playback(/mnt/freeswitch/test_record.wav)
  307. 2017-07-25 15:00:53.124890 [ALERT] switch_core_session.c:2870 h323/888 receive message [APPLICATION_EXEC_COMPLETE]
  308. 2017-07-25 15:00:53.124890 [DEBUG] mod_h323.cpp:1493 ======>FSH323Connection::receive_message MSG = 31
  309. 2017-07-25 15:00:53.124890 [DEBUG] mod_h323.cpp:1629 Received message id = 31 [0x7effa0]
  310. 2017-07-25 15:00:53.124890 [DEBUG] mod_h323.cpp:1415 ======>FSH323Connection::kill_channel sig = 3 [0x7effa0]
  311. 2017-07-25 15:00:53.124890 [DEBUG] switch_ivr_play_say.c:1498 Codec Activated L16@8000hz 1 channels 20ms
  312. 2017-07-25 15:00:53.124890 [ALERT] switch_ivr_play_say.c:1429 h323/888 receive message [VIDEO_SYNC]
  313. 2017-07-25 15:00:53.124890 [DEBUG] mod_h323.cpp:1493 ======>FSH323Connection::receive_message MSG = 24
  314. 2017-07-25 15:00:53.124890 [DEBUG] mod_h323.cpp:1629 Received message id = 24 [0x7effa0]
  315. 2017-07-25 15:00:53.124890 [ALERT] switch_core_media.c:15163 h323/888 receive message [AUDIO_SYNC]
  316. 2017-07-25 15:00:53.124890 [DEBUG] mod_h323.cpp:1493 ======>FSH323Connection::receive_message MSG = 23
  317. 2017-07-25 15:00:53.124890 [DEBUG] mod_h323.cpp:1629 Received message id = 23 [0x7effa0]
  318. 2017-07-25 15:00:57.664906 [DEBUG] switch_ivr_play_say.c:1942 done playing file /mnt/freeswitch/test_record.wav
  319. 2017-07-25 15:00:57.664906 [ALERT] switch_core_session.c:2885 h323/888 receive message [PHONE_EVENT]
  320. 2017-07-25 15:00:57.664906 [DEBUG] mod_h323.cpp:1493 ======>FSH323Connection::receive_message MSG = 32
  321. 2017-07-25 15:00:57.664906 [DEBUG] mod_h323.cpp:1629 Received message id = 32 [0x7effa0]
  322. 2017-07-25 15:00:57.664906 [ALERT] switch_core_session.c:2648 h323/888 Send KeyFrame
  323. EXECUTE h323/888 hangup()
  324. 2017-07-25 15:00:57.684895 [ALERT] switch_core_session.c:2870 h323/888 receive message [APPLICATION_EXEC_COMPLETE]
  325. 2017-07-25 15:00:57.684895 [DEBUG] mod_h323.cpp:1493 ======>FSH323Connection::receive_message MSG = 31
  326. 2017-07-25 15:00:57.684895 [DEBUG] mod_h323.cpp:1629 Received message id = 31 [0x7effa0]
  327. 2017-07-25 15:00:57.684895 [NOTICE] mod_dptools.c:1326 Hangup h323/888 [CS_EXECUTE] [NORMAL_CLEARING]
  328. 2017-07-25 15:00:57.684895 [DEBUG] mod_h323.cpp:1415 ======>FSH323Connection::kill_channel sig = 1 [0x7effa0]
  329. 2017-07-25 15:00:57.684895 [DEBUG] mod_h323.cpp:1440 --->Kill soket [0x7effa0]
  330. 2017-07-25 15:00:57.684895 [DEBUG] mod_h323.cpp:1646 ======>FSH323Connection::state_change [0x7effa0]
  331. 2017-07-25 15:00:57.684895 [DEBUG] mod_h323.cpp:1647 State changed on connection [0x7effa0]
  332. 2017-07-25 15:00:57.684895 [DEBUG] mod_h323.cpp:1415 ======>FSH323Connection::kill_channel sig = 3 [0x7effa0]
  333. 2017-07-25 15:00:57.684895 [ALERT] switch_core_session.c:2885 h323/888 receive message [PHONE_EVENT]
  334. 2017-07-25 15:00:57.684895 [DEBUG] switch_core_session.c:2885 h323/888 skip receive message [PHONE_EVENT] (channel is hungup already)
  335. 2017-07-25 15:00:57.684895 [DEBUG] switch_core_state_machine.c:650 (h323/888) State EXECUTE going to sleep
  336. 2017-07-25 15:00:57.684895 [DEBUG] switch_core_state_machine.c:584 (h323/888) Running State Change CS_HANGUP (Cur 1 Tot 3)
  337. 2017-07-25 15:00:57.684895 [DEBUG] switch_core_state_machine.c:850 (h323/888) Callstate Change ACTIVE -> HANGUP
  338. 2017-07-25 15:00:57.684895 [DEBUG] switch_core_state_machine.c:852 (h323/888) State HANGUP
  339. 2017-07-25 15:00:57.684895 [ALERT] switch_core_state_machine.c:852 h323/888 Send KeyFrame
  340. 2017-07-25 15:00:57.684895 [DEBUG] mod_h323.cpp:2398 ======>switch_status_t on_hangup [0x739000]
  341. 2017-07-25 15:00:57.684895 [DEBUG] mod_h323.cpp:2413 ------------->h323_mutex_lock
  342. 2017-07-25 15:00:57.684895 [DEBUG] mod_h323.cpp:2416 ------------->h323_mutex_unlock
  343. 2017-07-25 15:00:57.684895 [DEBUG] h323neg.cxx:639 Closing channel: R-1, state=Established
  344. 2017-07-25 15:00:57.684895 [DEBUG] h323pdu.cxx:630 Sending PDU [ip$192.168.19.24:44350/ip$192.168.19.24:20027] : request requestChannelClose
  345. 2017-07-25 15:00:57.684895 [INFO] h323.cxx:2887 Write PDU fail:
  346. 2017-07-25 15:00:57.684895 [DEBUG] h323neg.cxx:639 Closing channel: T-101, state=Established
  347. 2017-07-25 15:00:57.684895 [DEBUG] h323pdu.cxx:630 Sending PDU [ip$192.168.19.24:44350/ip$192.168.19.24:20027] : request closeLogicalChannel
  348. 2017-07-25 15:00:57.684895 [INFO] h323.cxx:2887 Write PDU fail:
  349. 2017-07-25 15:00:57.684895 [DEBUG] mod_h323.cpp:2423 ----->ip$192.168.19.24:20027/28530
  350. 2017-07-25 15:00:57.684895 [DEBUG] mod_h323.cpp:2426 -----> () = 1
  351. 2017-07-25 15:00:57.684895 [DEBUG] mod_h323.cpp:2432 -----> connection->UnLock()
  352. 2017-07-25 15:00:57.684895 [DEBUG] mod_h323.cpp:2435 -----> UnLock()
  353. 2017-07-25 15:00:57.684895 [DEBUG] h323ep.cxx:1911 Clearing connection ip$192.168.19.24:20027/28530 reason=EndedByRemoteUser
  354. 2017-07-25 15:00:57.684895 [DEBUG] h323.cxx:701 Call end reason for ip$192.168.19.24:20027/28530 set to EndedByRemoteUser
  355. 2017-07-25 15:00:57.684895 [DEBUG] h323.cxx:719 Sending release complete PDU: callRef=28530
  356. 2017-07-25 15:00:57.684895 [DEBUG] mod_h323.cpp:1107 ======>FSH323Connection::OnSendReleaseComplete cause = 16
  357. 2017-07-25 15:00:57.684895 [DEBUG] h323pdu.cxx:630 Sending PDU [ip$192.168.19.24:3334/ip$192.168.19.24:20027] : releaseComplete
  358. 2017-07-25 15:00:57.684895 [DEBUG] mod_h323.cpp:2447 ------------->h323_mutex_lock
  359. 2017-07-25 15:00:57.684895 [DEBUG] mod_h323.cpp:2449 ------------->h323_mutex_unlock
  360. 2017-07-25 15:00:57.684895 [DEBUG] mod_h323.cpp:2453 Wait clear h323 connection
  361. 2017-07-25 15:00:57.684895 [DEBUG] h323ep.cxx:1970 Cleaning up connections
  362. 2017-07-25 15:00:57.684895 [DEBUG] h323.cxx:761 Connection ip$192.168.19.24:20027/28530 closing: connectionState=EstablishedConnection
  363. 2017-07-25 15:00:57.684895 [DEBUG] h323neg.cxx:112 Stopping MasterSlaveDetermination: state=Idle
  364. 2017-07-25 15:00:57.684895 [DEBUG] h323neg.cxx:344 Stopping TerminalCapabilitySet: state=Idle
  365. 2017-07-25 15:00:57.684895 [DEBUG] channels.cxx:219 Cleaning up R-1
  366. 2017-07-25 15:00:57.684895 [DEBUG] h323ep.cxx:2322 Stopped receiving logical channel: G.711-uLaw-64k <2>
  367. 2017-07-25 15:00:57.684895 [DEBUG] channels.cxx:247 Cleaned up R-1
  368. 2017-07-25 15:00:57.684895 [DEBUG] channels.cxx:219 Cleaning up T-101
  369. 2017-07-25 15:00:57.684895 [DEBUG] h323ep.cxx:2322 Stopped sending logical channel: G.711-uLaw-64k <2>
  370. 2017-07-25 15:00:57.684895 [DEBUG] channels.cxx:247 Cleaned up T-101
  371. 2017-07-25 15:00:57.684895 [DEBUG] mod_h323.cpp:1965 ======>FSH323_ExternalRTPChannel::~FSH323_ExternalRTPChannel IsReceiver [0x7492f0]
  372. 2017-07-25 15:00:57.684895 [DEBUG] h323.cxx:4709 Bandwidth request: -64.0kb/s, available: 9872.0kb/s
  373. 2017-07-25 15:00:57.684895 [DEBUG] mod_h323.cpp:1965 ======>FSH323_ExternalRTPChannel::~FSH323_ExternalRTPChannel IsTransmitter [0x7474d0]
  374. 2017-07-25 15:00:57.684895 [DEBUG] h323.cxx:4709 Bandwidth request: -64.0kb/s, available: 9936.0kb/s
  375. 2017-07-25 15:00:57.684895 [INFO] transports.cxx:1455 Accept for H245 failed: Interrupted system call
  376. 2017-07-25 15:00:57.684895 [DEBUG] osutils.cxx:1684 Thread ended: name="H245:b0127440", real=9.288, kernel=0.000 (0%), user=0.000 (0%), both=0.000 (0%)
  377. 2017-07-25 15:00:57.684895 [DEBUG] transports.cxx:783 H323Transport::Close
  378. 2017-07-25 15:00:57.684895 [DEBUG] transports.cxx:921 H323Transport::CleanUpOnTermination for H245:b0127440
  379. 2017-07-25 15:00:57.684895 [DEBUG] transports.cxx:783 H323Transport::Close
  380. 2017-07-25 15:00:57.684895 [INFO] h323pdu.cxx:1587 Read error (4): Interrupted system call
  381. 2017-07-25 15:00:57.684895 [DEBUG] h323ep.cxx:1911 Clearing connection ip$192.168.19.24:20027/28530 reason=EndedByTransportFail
  382. 2017-07-25 15:00:57.684895 [DEBUG] transports.cxx:783 H323Transport::Close
  383. 2017-07-25 15:00:57.684895 [DEBUG] h323.cxx:929 Signal channel closed.
  384. 2017-07-25 15:00:57.684895 [DEBUG] osutils.cxx:1684 Thread ended: name="H225 Answer:b01a7440", real=9.355, kernel=0.000 (0%), user=0.040 (0.4%), both=0.040 (0.4%)
  385. 2017-07-25 15:00:57.704906 [DEBUG] transports.cxx:921 H323Transport::CleanUpOnTermination for H225 Answer:b01a7440
  386. 2017-07-25 15:00:57.704906 [INFO] h323.cxx:835 Connection ip$192.168.19.24:20027/28530 terminated.
  387. 2017-07-25 15:00:57.704906 [DEBUG] mod_h323.cpp:754 ======>FSH323Connection::~FSH323Connection [0x7effa0]
  388. 2017-07-25 15:00:57.704906 [DEBUG] h323.cxx:651 Connection ip$192.168.19.24:20027/28530 deleted.
  389. 2017-07-25 15:00:57.704906 [DEBUG] h323ep.cxx:1970 Cleaning up connections
  390. 2017-07-25 15:00:58.684908 [DEBUG] mod_h323.cpp:2457 H323 connection was cleared successfully
  391. 2017-07-25 15:00:58.684908 [DEBUG] switch_core_state_machine.c:60 h323/888 Standard HANGUP, cause: NORMAL_CLEARING
  392. 2017-07-25 15:00:58.684908 [DEBUG] switch_core_state_machine.c:852 (h323/888) State HANGUP going to sleep
  393. 2017-07-25 15:00:58.684908 [DEBUG] switch_core_state_machine.c:619 (h323/888) State Change CS_HANGUP -> CS_REPORTING
  394. 2017-07-25 15:00:58.684908 [DEBUG] switch_core_state_machine.c:584 (h323/888) Running State Change CS_REPORTING (Cur 1 Tot 3)
  395. 2017-07-25 15:00:58.684908 [DEBUG] switch_core_state_machine.c:938 (h323/888) State REPORTING
  396. 2017-07-25 15:00:58.684908 [ALERT] switch_core_state_machine.c:938 h323/888 Send KeyFrame
  397. 2017-07-25 15:00:58.684908 [DEBUG] switch_core_state_machine.c:174 h323/888 Standard REPORTING, cause: NORMAL_CLEARING
  398. 2017-07-25 15:00:58.684908 [DEBUG] switch_core_state_machine.c:938 (h323/888) State REPORTING going to sleep
  399. 2017-07-25 15:00:58.684908 [DEBUG] switch_core_state_machine.c:610 (h323/888) State Change CS_REPORTING -> CS_DESTROY
  400. 2017-07-25 15:00:58.684908 [DEBUG] switch_core_session.c:1713 Session 3 (h323/888) Locked, Waiting on external entities
  401. 2017-07-25 15:00:58.684908 [NOTICE] switch_core_session.c:1731 Session 3 (h323/888) Ended
  402. 2017-07-25 15:00:58.684908 [NOTICE] switch_core_session.c:1735 Close Channel h323/888 [CS_DESTROY]
  403. 2017-07-25 15:00:58.684908 [DEBUG] switch_core_state_machine.c:741 (h323/888) Running State Change CS_DESTROY (Cur 0 Tot 3)
  404. 2017-07-25 15:00:58.684908 [DEBUG] switch_core_state_machine.c:751 (h323/888) State DESTROY
  405. 2017-07-25 15:00:58.684908 [ALERT] switch_core_state_machine.c:751 h323/888 Send KeyFrame
  406. 2017-07-25 15:00:58.684908 [DEBUG] mod_h323.cpp:2367 ======>on_destroy
  407. 2017-07-25 15:00:58.684908 [DEBUG] switch_core_state_machine.c:181 h323/888 Standard DESTROY
  408. 2017-07-25 15:00:58.684908 [DEBUG] switch_core_state_machine.c:751 (h323/888) State DESTROY going to sleep
  409.  
  410. +OK [Success]
  411.  
  412.  
  413.  
  414.  
  415.  
  416.  
  417.  
  418. ==================================================
  419. H323-----(FS internal switch)-------H323
  420. H323 - Local Proxy Mode GnuGK
  421.  
  422. <extension name="h323_201">
  423. <condition field="destination_number" expression="^(201)$">
  424. <action application="set" data="effective_caller_id_number=${ani}"/>
  425. <action application="set" data="PEER_IP=192.168.19.24:3333"/>
  426. <action application="set" data="call_timeout=30"/>
  427. <action application="set" data="hangup_after_bridge=true"/>
  428. <action application="bridge" data="h323/101@${PEER_IP}"/>
  429. </condition>
  430. </extension>
  431.  
  432. Dial ok, no sound transmitt
  433.  
  434.  
  435.  
  436. freeswitch@voip.omskair.net>
  437. freeswitch@voip.omskair.net>
  438. freeswitch@voip.omskair.net> 2017-07-25 15:05:38.326605 [DEBUG] transports.cxx:1246 Started connection: host=192.168.19.24:20034, if=192.168.19.24:3334, handle=35
  439. 2017-07-25 15:05:38.326605 [DEBUG] transports.cxx:137 Started incoming call thread
  440. 2017-07-25 15:05:38.326605 [DEBUG] transports.cxx:822 Awaiting first PDU
  441. 2017-07-25 15:05:38.326605 [DEBUG] h323pdu.cxx:630 Receiving PDU [ip$192.168.19.24:3334/ip$192.168.19.24:20034] : setup
  442. 2017-07-25 15:05:38.326605 [DEBUG] transports.cxx:832 Incoming call, first PDU: callReference=28537
  443. 2017-07-25 15:05:38.326605 [DEBUG] mod_h323.cpp:626 ======>FSH323EndPoint::CreateConnection callReference = 28537 userDate = (nil) [0x13c57d8]
  444. 2017-07-25 15:05:38.326605 [DEBUG] mod_h323.cpp:631 ------> SWITCH_CALL_DIRECTION_INBOUND
  445. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:639 ------> fsSession = 0x15b1570
  446. 2017-07-25 15:05:38.346604 [DEBUG] h323caps.cxx:3197 Added capability: G.711-ALaw-64k <1>
  447. 2017-07-25 15:05:38.346604 [DEBUG] h323caps.cxx:3197 Added capability: G.711-uLaw-64k <2>
  448. 2017-07-25 15:05:38.346604 [DEBUG] h323caps.cxx:3197 Added capability: GSM-06.10{sw} <3>
  449. 2017-07-25 15:05:38.346604 [DEBUG] h323caps.cxx:3197 Added capability: G.729A/B{sw} <4>
  450. 2017-07-25 15:05:38.346604 [DEBUG] h323caps.cxx:3197 Added capability: G.729A{sw} <5>
  451. 2017-07-25 15:05:38.346604 [DEBUG] h323caps.cxx:3197 Added capability: G.729B{sw} <6>
  452. 2017-07-25 15:05:38.346604 [DEBUG] h323caps.cxx:3197 Added capability: G.729{sw} <7>
  453. 2017-07-25 15:05:38.346604 [DEBUG] h323caps.cxx:3197 Added capability: T.38-IFP-PRE <8>
  454. 2017-07-25 15:05:38.346604 [DEBUG] h323caps.cxx:3197 Added capability: UserInput/hookflash <9>
  455. 2017-07-25 15:05:38.346604 [DEBUG] h323caps.cxx:3197 Added capability: UserInput/basicString <10>
  456. 2017-07-25 15:05:38.346604 [DEBUG] h323caps.cxx:3197 Added capability: UserInput/dtmf <11>
  457. 2017-07-25 15:05:38.346604 [DEBUG] h323caps.cxx:3197 Added capability: UserInput/RFC2833 <12>
  458. 2017-07-25 15:05:38.346604 [DEBUG] h323caps.cxx:3197 Added capability: UserInput/Navigation <13>
  459. 2017-07-25 15:05:38.346604 [DEBUG] h323caps.cxx:3197 Added capability: UserInput/Softkey <14>
  460. 2017-07-25 15:05:38.346604 [DEBUG] h323caps.cxx:3197 Added capability: UserInput/PointDevice <15>
  461. 2017-07-25 15:05:38.346604 [DEBUG] h323caps.cxx:3197 Added capability: UserInput/Modal <16>
  462. 2017-07-25 15:05:38.346604 [DEBUG] h323caps.cxx:3263 Found capability: G.711-ALaw-64k <1>
  463. 2017-07-25 15:05:38.346604 [DEBUG] h323caps.cxx:3263 Found capability: G.711-uLaw-64k <2>
  464. 2017-07-25 15:05:38.346604 [DEBUG] h323caps.cxx:3263 Found capability: GSM-06.10{sw} <3>
  465. 2017-07-25 15:05:38.346604 [DEBUG] h323caps.cxx:3263 Found capability: G.729A/B{sw} <4>
  466. 2017-07-25 15:05:38.346604 [DEBUG] h323caps.cxx:3263 Found capability: G.729A{sw} <5>
  467. 2017-07-25 15:05:38.346604 [DEBUG] h323caps.cxx:3263 Found capability: G.729B{sw} <6>
  468. 2017-07-25 15:05:38.346604 [DEBUG] h323caps.cxx:3263 Found capability: G.729{sw} <7>
  469. 2017-07-25 15:05:38.346604 [DEBUG] h323caps.cxx:3263 Found capability: T.38-IFP-PRE <8>
  470. 2017-07-25 15:05:38.346604 [DEBUG] h323caps.cxx:3263 Found capability: UserInput/hookflash <9>
  471. 2017-07-25 15:05:38.346604 [DEBUG] h323caps.cxx:3263 Found capability: UserInput/basicString <10>
  472. 2017-07-25 15:05:38.346604 [DEBUG] h323caps.cxx:3263 Found capability: UserInput/dtmf <11>
  473. 2017-07-25 15:05:38.346604 [DEBUG] h323caps.cxx:3263 Found capability: UserInput/RFC2833 <12>
  474. 2017-07-25 15:05:38.346604 [DEBUG] h323caps.cxx:3263 Found capability: UserInput/Navigation <13>
  475. 2017-07-25 15:05:38.346604 [DEBUG] h323caps.cxx:3263 Found capability: UserInput/Softkey <14>
  476. 2017-07-25 15:05:38.346604 [DEBUG] h323caps.cxx:3263 Found capability: UserInput/PointDevice <15>
  477. 2017-07-25 15:05:38.346604 [DEBUG] h323caps.cxx:3263 Found capability: UserInput/Modal <16>
  478. 2017-07-25 15:05:38.346604 [DEBUG] rfc2833.cxx:87 Handler created
  479. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:726 ======>FSH323Connection::FSH323Connection [0x15ba560]
  480. 2017-07-25 15:05:38.346604 [DEBUG] h323ep.cxx:2269 Created new connection: ip$192.168.19.24:20034/28537
  481. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:783 ---------->token = ip$192.168.19.24:20034/28537 [0x15ba560]
  482. 2017-07-25 15:05:38.346604 [DEBUG] h323.cxx:988 Handling PDU: Setup callRef=28537
  483. 2017-07-25 15:05:38.346604 [DEBUG] h323neg.cxx:112 Stopping MasterSlaveDetermination: state=Idle
  484. 2017-07-25 15:05:38.346604 [DEBUG] h323neg.cxx:344 Stopping TerminalCapabilitySet: state=Idle
  485. 2017-07-25 15:05:38.346604 [DEBUG] h323.cxx:1011 Fast Start DISABLED!
  486. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:1035 ======>FSH323Connection::OnReceivedSignalSetup [0x15ba560]
  487. 2017-07-25 15:05:38.346604 [DEBUG] h323.cxx:361 Received unsecured EPAuthentication message (no crypto tokens), expected one of:
  488. H.235.1<no-pwd>,CAT<no-pwd>
  489. 2017-07-25 15:05:38.346604 [DEBUG] h323.cxx:1269 Set protocol version to 4 and implying H.245 version 7
  490. 2017-07-25 15:05:38.346604 [DEBUG] h323.cxx:1555 Set remote application name: "VoIP technology INC. 3.0.6 181/18247"
  491. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:790 ======>FSH323Connection::OnSetLocalCapabilities() [0x15ba560]
  492. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:797 ======>FSH323Connection::SetLocalCapabilities() Size local capability = 16 [0x15ba560]
  493. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x15ba560]
  494. 2017-07-25 15:05:38.346604 [NOTICE] mod_h323.cpp:860 capability 'G.711-ALaw-64k' format 'PCMA' 8
  495. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x15ba560]
  496. 2017-07-25 15:05:38.346604 [NOTICE] mod_h323.cpp:860 capability 'G.711-uLaw-64k' format 'PCMU' 0
  497. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x15ba560]
  498. 2017-07-25 15:05:38.346604 [NOTICE] mod_h323.cpp:860 capability 'GSM-06.10' format 'GSM' 3
  499. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x15ba560]
  500. 2017-07-25 15:05:38.346604 [NOTICE] mod_h323.cpp:860 capability 'G.729A/B' format 'G729' 18
  501. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x15ba560]
  502. 2017-07-25 15:05:38.346604 [NOTICE] mod_h323.cpp:860 capability 'G.729A' format 'G729' 18
  503. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x15ba560]
  504. 2017-07-25 15:05:38.346604 [NOTICE] mod_h323.cpp:860 capability 'G.729B' format 'G729b' 18
  505. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x15ba560]
  506. 2017-07-25 15:05:38.346604 [NOTICE] mod_h323.cpp:860 capability 'G.729' format 'G729' 18
  507. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x15ba560]
  508. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x15ba560]
  509. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x15ba560]
  510. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x15ba560]
  511. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x15ba560]
  512. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x15ba560]
  513. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x15ba560]
  514. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x15ba560]
  515. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x15ba560]
  516. 2017-07-25 15:05:38.346604 [DEBUG] h323.cxx:1392 Sending call proceeding PDU
  517. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:652 ======>FSH323EndPoint::OnSetGatewayPrefixes [0x13c57d8]
  518. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:1099 ======>FSH323Connection::OnSendCallProceeding fastStartState = FastStartInitiate [0x15ba560]
  519. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:652 ======>FSH323EndPoint::OnSetGatewayPrefixes [0x13c57d8]
  520. 2017-07-25 15:05:38.346604 [DEBUG] h323.cxx:1435 Incoming call accepted
  521. 2017-07-25 15:05:38.346604 [DEBUG] h323.cxx:1277 Fast start detected
  522. 2017-07-25 15:05:38.346604 [DEBUG] h323.cxx:4343 CreateLogicalChannel - reverse channel
  523. 2017-07-25 15:05:38.346604 [DEBUG] h323caps.cxx:3454 Found capability: G.711-uLaw-64k <2>
  524. 2017-07-25 15:05:38.346604 [DEBUG] h323caps.cxx:3197 Added capability: G.711-uLaw-64k <2>
  525. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:1000 ======>FSH323Connection::OnCreateLogicalChannel ('G.711-uLaw-64k',IsTransmitter) [0x15ba560]
  526. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:980 ======>FSH323Connection::CreateRealTimeLogicalChannel [0x15ba560]
  527. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:1942 ======>FSH323_ExternalRTPChannel::FSH323_ExternalRTPChannel sessionID = 1 :IsTransmitter addr = 192.168.19.24:24844 [0x140b908]
  528. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:1946 ------->capability.GetPayloadType() return = [pt=128]
  529. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:1947 ------->capability.GetFormatName() return = G.711-uLaw-64k
  530. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:1959 ------->payloadCode = 0
  531. 2017-07-25 15:05:38.346604 [DEBUG] codecs.cxx:1576 G711 uLaw encoder created for at 64k, frame of 160 samples
  532. 2017-07-25 15:05:38.346604 [DEBUG] channels.cxx:347 Bandwidth requested/used = 64.0/0.0 kb/s
  533. 2017-07-25 15:05:38.346604 [DEBUG] h323.cxx:4709 Bandwidth request: -0.0kb/s, available: 10000.0kb/s
  534. 2017-07-25 15:05:38.346604 [DEBUG] h323.cxx:4709 Bandwidth request: +64.0kb/s, available: 10000.0kb/s
  535. 2017-07-25 15:05:38.346604 [DEBUG] channels.cxx:537 OnReceivedPDU for channel: T-0
  536. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:2283 ======>FSH323_ExternalRTPChannel::OnReceivedPDU [0x140b908]
  537. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:2290 Remote RTP address 192.168.19.24:50068
  538. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:1390 ======>PFSH323Connection::setRemoteAddress remoteIP = 192.168.19.24 , remotePort = 50068 [0x15ba560]
  539. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:1393 Got remote RTP address 192.168.19.24:50068 [0x15ba560]
  540. 2017-07-25 15:05:38.346604 [DEBUG] h323.cxx:4358 CreateLogicalChannel - forward channel
  541. 2017-07-25 15:05:38.346604 [DEBUG] h323caps.cxx:3454 Found capability: G.711-uLaw-64k <2>
  542. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:1000 ======>FSH323Connection::OnCreateLogicalChannel ('G.711-uLaw-64k',IsReceiver) [0x15ba560]
  543. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:980 ======>FSH323Connection::CreateRealTimeLogicalChannel [0x15ba560]
  544. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:1942 ======>FSH323_ExternalRTPChannel::FSH323_ExternalRTPChannel sessionID = 1 :IsReceiver addr = 192.168.19.24:24844 [0x140d7f8]
  545. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:1946 ------->capability.GetPayloadType() return = [pt=128]
  546. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:1947 ------->capability.GetFormatName() return = G.711-uLaw-64k
  547. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:1959 ------->payloadCode = 0
  548. 2017-07-25 15:05:38.346604 [DEBUG] codecs.cxx:1576 G711 uLaw decoder created for at 64k, frame of 160 samples
  549. 2017-07-25 15:05:38.346604 [DEBUG] channels.cxx:347 Bandwidth requested/used = 64.0/0.0 kb/s
  550. 2017-07-25 15:05:38.346604 [DEBUG] h323.cxx:4709 Bandwidth request: -0.0kb/s, available: 9936.0kb/s
  551. 2017-07-25 15:05:38.346604 [DEBUG] h323.cxx:4709 Bandwidth request: +64.0kb/s, available: 9936.0kb/s
  552. 2017-07-25 15:05:38.346604 [DEBUG] channels.cxx:537 OnReceivedPDU for channel: R-1
  553. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:2283 ======>FSH323_ExternalRTPChannel::OnReceivedPDU [0x140d7f8]
  554. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:2290 Remote RTP address 192.168.19.24:50068
  555. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:1390 ======>PFSH323Connection::setRemoteAddress remoteIP = 192.168.19.24 , remotePort = 50068 [0x15ba560]
  556. 2017-07-25 15:05:38.346604 [DEBUG] h323.cxx:1298 Opened 2 fast start channels
  557. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:652 ======>FSH323EndPoint::OnSetGatewayPrefixes [0x13c57d8]
  558. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:876 ======>FSH323Connection::OnAnswerCall caller = Gateway_H323_1 (100) [192.168.19.24] [0x15ba560]
  559. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:896 address index = 0 value = 2012017-07-25 15:05:38.346604 [NOTICE] mod_h323.cpp:903 Called number or alias = 201
  560. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:944 Created switch caller profile:
  561. username =
  562. dialplan = XML
  563. caller_id_name = Gateway_H323_1 (100) [192.168.19.24]
  564. caller_id_number = 100
  565. network_addr = 192.168.19.24
  566. source = h323
  567. context = h323_incomming
  568. destination_number = 201
  569. 2017-07-25 15:05:38.346604 [NOTICE] switch_channel.c:1104 New Channel h323/201 [6d35865a-7118-11e7-b439-cb06e878e66f]
  570. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:968 (h323/201) State Change CS_NEW -> CS_INIT
  571. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:1646 ======>FSH323Connection::state_change [0x15ba560]
  572. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:1647 State changed on connection [0x15ba560]
  573. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:1415 ======>FSH323Connection::kill_channel sig = 3 [0x15ba560]
  574. 2017-07-25 15:05:38.346604 [DEBUG] h323.cxx:2074 Answering call: AnswerCallDeferred
  575. 2017-07-25 15:05:38.346604 [DEBUG] h323.cxx:3961 InternalEstablishedConnectionCheck: connectionState=AwaitingLocalAnswer fastStartState=FastStartResponse
  576. 2017-07-25 15:05:38.346604 [DEBUG] mod_h323.cpp:1040 ---------> after FSH323Connection::OnReceivedSignalSetup connectionState = AwaitingLocalAnswer [0x15ba560]
  577. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:652 ======>FSH323EndPoint::OnSetGatewayPrefixes [0x13c57d8]
  578. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:1044 ---------> after callProceedingPDU.BuildCallProceeding connectionState = AwaitingLocalAnswer [0x15ba560]
  579. 2017-07-25 15:05:38.366590 [DEBUG] h323.cxx:4043 Default OnSelectLogicalChannels, FastStartResponse
  580. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:1977 ------------->h323_mutex_lock
  581. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:1979 ======>FSH323_ExternalRTPChannel::Start() [0x140b908]
  582. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:1986 ------------->m_sessionID = 1 m_active_sessionID = 0
  583. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:993 ======>FSH323Connection::OnStartLogicalChannel chennel = 0x140b908 [0x15ba560]
  584. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:994 ======>FSH323Connection::OnStartLogicalChannel connectionState = AwaitingLocalAnswer [0x15ba560]
  585. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:2035 ------------------------->H323Capability::e_Audio
  586. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:2054 ------------------->GetFrameSize() return = 0
  587. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:2055 ------------------->GetFrameTime() return = 0
  588. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:2056 ------------------->payloadCode = 0
  589. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:2057 ------------------->m_codec_ms return = 20
  590. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:2058 ------------------->m_capability->GetFormatName() return = G.711-uLaw-64k
  591. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:2059 ------------------->GetH245CodecName() return = PCMU
  592. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:2150 Set write Audio codec to G.711-uLaw-64k for connection [0x140b908]
  593. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:2156 ------------------->tech_pvt->rtp_session = [(nil)]
  594. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:2157 ------------------->samples_per_packet = 160
  595. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:2158 ------------------->actual_samples_per_second = 8000
  596. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:2194 ------------------->timer_name = soft
  597. 2017-07-25 15:05:38.366590 [DEBUG] switch_core_state_machine.c:584 (h323/201) Running State Change CS_INIT (Cur 1 Tot 7)
  598. 2017-07-25 15:05:38.366590 [DEBUG] switch_core_state_machine.c:627 (h323/201) State INIT
  599. 2017-07-25 15:05:38.366590 [ALERT] switch_core_state_machine.c:627 h323/201 Send KeyFrame
  600. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:1654 ======>FSH323Connection::on_init [0x15ba560]
  601. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:1661 Started routing for connection [0x15ba560]
  602. 2017-07-25 15:05:38.366590 [DEBUG] switch_core_state_machine.c:40 h323/201 Standard INIT
  603. 2017-07-25 15:05:38.366590 [DEBUG] switch_core_state_machine.c:48 (h323/201) State Change CS_INIT -> CS_ROUTING
  604. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:1646 ======>FSH323Connection::state_change [0x15ba560]
  605. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:1647 State changed on connection [0x15ba560]
  606. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:1415 ======>FSH323Connection::kill_channel sig = 3 [0x15ba560]
  607. 2017-07-25 15:05:38.366590 [DEBUG] switch_core_state_machine.c:627 (h323/201) State INIT going to sleep
  608. 2017-07-25 15:05:38.366590 [DEBUG] switch_core_state_machine.c:584 (h323/201) Running State Change CS_ROUTING (Cur 1 Tot 7)
  609. 2017-07-25 15:05:38.366590 [DEBUG] switch_channel.c:2249 (h323/201) Callstate Change DOWN -> RINGING
  610. 2017-07-25 15:05:38.366590 [DEBUG] switch_core_state_machine.c:643 (h323/201) State ROUTING
  611. 2017-07-25 15:05:38.366590 [ALERT] switch_core_state_machine.c:643 h323/201 Send KeyFrame
  612. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:1408 ======>FSH323Connection::on_routing [0x15ba560]
  613. 2017-07-25 15:05:38.366590 [DEBUG] switch_core_state_machine.c:236 h323/201 Standard ROUTING
  614. 2017-07-25 15:05:38.366590 [INFO] mod_dialplan_xml.c:637 Processing Gateway_H323_1 (100) [192.168.19.24] <100>->201 in context h323_incomming
  615. Dialplan: h323/201 parsing [h323_incomming->unloop] continue=false
  616. Dialplan: h323/201 Regex (PASS) [unloop] ${unroll_loops}(true) =~ /^true$/ break=on-false
  617. Dialplan: h323/201 Regex (FAIL) [unloop] ${sip_looped_call}() =~ /^true$/ break=on-false
  618. Dialplan: h323/201 parsing [h323_incomming->test_play] continue=false
  619. Dialplan: h323/201 Regex (FAIL) [test_play] destination_number(201) =~ /^999$/ break=on-false
  620. Dialplan: h323/201 parsing [h323_incomming->test_play] continue=false
  621. Dialplan: h323/201 Regex (FAIL) [test_play] destination_number(201) =~ /^888$/ break=on-false
  622. Dialplan: h323/201 parsing [h323_incomming->h323_200] continue=false
  623. Dialplan: h323/201 Regex (FAIL) [h323_200] destination_number(201) =~ /^(200)$/ break=on-false
  624. Dialplan: h323/201 parsing [h323_incomming->h323_201] continue=false
  625. Dialplan: h323/201 Regex (PASS) [h323_201] destination_number(201) =~ /^(201)$/ break=on-false
  626. Dialplan: h323/201 Action set(effective_caller_id_number=${ani})
  627. Dialplan: h323/201 Action set(PEER_IP=192.168.19.24:3333)
  628. Dialplan: h323/201 Action set(call_timeout=30)
  629. Dialplan: h323/201 Action set(hangup_after_bridge=true)
  630. Dialplan: h323/201 Action bridge(h323/101@${PEER_IP})
  631. 2017-07-25 15:05:38.366590 [DEBUG] switch_core_state_machine.c:286 (h323/201) State Change CS_ROUTING -> CS_EXECUTE
  632. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:1646 ======>FSH323Connection::state_change [0x15ba560]
  633. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:1647 State changed on connection [0x15ba560]
  634. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:1415 ======>FSH323Connection::kill_channel sig = 3 [0x15ba560]
  635. 2017-07-25 15:05:38.366590 [DEBUG] switch_core_state_machine.c:643 (h323/201) State ROUTING going to sleep
  636. 2017-07-25 15:05:38.366590 [DEBUG] switch_core_state_machine.c:584 (h323/201) Running State Change CS_EXECUTE (Cur 1 Tot 7)
  637. 2017-07-25 15:05:38.366590 [DEBUG] switch_core_state_machine.c:650 (h323/201) State EXECUTE
  638. 2017-07-25 15:05:38.366590 [ALERT] switch_core_state_machine.c:650 h323/201 Send KeyFrame
  639. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:1401 ======>FSH323Connection::on_execute [0x15ba560]
  640. 2017-07-25 15:05:38.366590 [DEBUG] switch_core_state_machine.c:328 h323/201 Standard EXECUTE
  641. 2017-07-25 15:05:38.366590 [ALERT] switch_core_session.c:2648 h323/201 Send KeyFrame
  642. EXECUTE h323/201 set(effective_caller_id_number=100)
  643. 2017-07-25 15:05:38.366590 [ALERT] switch_core_session.c:2870 h323/201 receive message [APPLICATION_EXEC_COMPLETE]
  644. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:1493 ======>FSH323Connection::receive_message MSG = 31
  645. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:1629 Received message id = 31 [0x15ba560]
  646. 2017-07-25 15:05:38.366590 [DEBUG] mod_dptools.c:1588 SET h323/201 [effective_caller_id_number]=[100]
  647. 2017-07-25 15:05:38.366590 [ALERT] switch_core_session.c:2885 h323/201 receive message [PHONE_EVENT]
  648. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:1493 ======>FSH323Connection::receive_message MSG = 32
  649. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:1629 Received message id = 32 [0x15ba560]
  650. 2017-07-25 15:05:38.366590 [ALERT] switch_core_session.c:2648 h323/201 Send KeyFrame
  651. EXECUTE h323/201 set(PEER_IP=192.168.19.24:3333)
  652. 2017-07-25 15:05:38.366590 [ALERT] switch_core_session.c:2870 h323/201 receive message [APPLICATION_EXEC_COMPLETE]
  653. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:1493 ======>FSH323Connection::receive_message MSG = 31
  654. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:1629 Received message id = 31 [0x15ba560]
  655. 2017-07-25 15:05:38.366590 [DEBUG] mod_dptools.c:1588 SET h323/201 [PEER_IP]=[192.168.19.24:3333]
  656. 2017-07-25 15:05:38.366590 [ALERT] switch_core_session.c:2885 h323/201 receive message [PHONE_EVENT]
  657. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:1493 ======>FSH323Connection::receive_message MSG = 32
  658. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:1629 Received message id = 32 [0x15ba560]
  659. 2017-07-25 15:05:38.366590 [ALERT] switch_core_session.c:2648 h323/201 Send KeyFrame
  660. EXECUTE h323/201 set(call_timeout=30)
  661. 2017-07-25 15:05:38.366590 [ALERT] switch_core_session.c:2870 h323/201 receive message [APPLICATION_EXEC_COMPLETE]
  662. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:1493 ======>FSH323Connection::receive_message MSG = 31
  663. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:1629 Received message id = 31 [0x15ba560]
  664. 2017-07-25 15:05:38.366590 [DEBUG] mod_dptools.c:1588 SET h323/201 [call_timeout]=[30]
  665. 2017-07-25 15:05:38.366590 [ALERT] switch_core_session.c:2885 h323/201 receive message [PHONE_EVENT]
  666. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:1493 ======>FSH323Connection::receive_message MSG = 32
  667. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:1629 Received message id = 32 [0x15ba560]
  668. 2017-07-25 15:05:38.366590 [ALERT] switch_core_session.c:2648 h323/201 Send KeyFrame
  669. EXECUTE h323/201 set(hangup_after_bridge=true)
  670. 2017-07-25 15:05:38.366590 [ALERT] switch_core_session.c:2870 h323/201 receive message [APPLICATION_EXEC_COMPLETE]
  671. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:1493 ======>FSH323Connection::receive_message MSG = 31
  672. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:1629 Received message id = 31 [0x15ba560]
  673. 2017-07-25 15:05:38.366590 [DEBUG] mod_dptools.c:1588 SET h323/201 [hangup_after_bridge]=[true]
  674. 2017-07-25 15:05:38.366590 [ALERT] switch_core_session.c:2885 h323/201 receive message [PHONE_EVENT]
  675. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:1493 ======>FSH323Connection::receive_message MSG = 32
  676. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:1629 Received message id = 32 [0x15ba560]
  677. 2017-07-25 15:05:38.366590 [ALERT] switch_core_session.c:2648 h323/201 Send KeyFrame
  678. EXECUTE h323/201 bridge(h323/101@192.168.19.24:3333)
  679. 2017-07-25 15:05:38.366590 [ALERT] switch_core_session.c:2870 h323/201 receive message [APPLICATION_EXEC_COMPLETE]
  680. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:1493 ======>FSH323Connection::receive_message MSG = 31
  681. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:1629 Received message id = 31 [0x15ba560]
  682. 2017-07-25 15:05:38.366590 [DEBUG] switch_ivr_originate.c:2147 Parsing global variables
  683. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:2348 ======>create_outgoing_channel DST NUMBER = 101@192.168.19.24:3333
  684. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:2316 ======>FSH323EndPoint::FSMakeCall DST NUMBER = 101@192.168.19.24:3333 [0x13c57d8]
  685. 2017-07-25 15:05:38.366590 [DEBUG] switch_rtp.c:4164 Starting timer [soft] 160 bytes per 20ms
  686. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:2206 ------------------------->tech_pvt->rtp_session = 0x11f3000
  687. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:2229 ------------->External RTP address 192.168.19.24:50068
  688. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:2275 ------------->h323_mutex_unlock
  689. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:1977 ------------->h323_mutex_lock
  690. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:1979 ======>FSH323_ExternalRTPChannel::Start() [0x140d7f8]
  691. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:1986 ------------->m_sessionID = 1 m_active_sessionID = 1
  692. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:993 ======>FSH323Connection::OnStartLogicalChannel chennel = 0x140d7f8 [0x15ba560]
  693. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:994 ======>FSH323Connection::OnStartLogicalChannel connectionState = AwaitingLocalAnswer [0x15ba560]
  694. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:2035 ------------------------->H323Capability::e_Audio
  695. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:2054 ------------------->GetFrameSize() return = 7324
  696. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:2055 ------------------->GetFrameTime() return = 8394754
  697. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:2056 ------------------->payloadCode = 0
  698. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:2057 ------------------->m_codec_ms return = 20
  699. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:2058 ------------------->m_capability->GetFormatName() return = G.711-uLaw-64k
  700. 2017-07-25 15:05:38.366590 [DEBUG] mod_h323.cpp:2059 ------------------->GetH245CodecName() return = PCMU
  701. 2017-07-25 15:05:38.386628 [DEBUG] mod_h323.cpp:2150 Set read Audio codec to G.711-uLaw-64k for connection [0x140d7f8]
  702. 2017-07-25 15:05:38.386628 [DEBUG] mod_h323.cpp:2156 ------------------->tech_pvt->rtp_session = [0x11f3000]
  703. 2017-07-25 15:05:38.386628 [DEBUG] mod_h323.cpp:2157 ------------------->samples_per_packet = 160
  704. 2017-07-25 15:05:38.386628 [DEBUG] mod_h323.cpp:2158 ------------------->actual_samples_per_second = 8000
  705. 2017-07-25 15:05:38.386628 [DEBUG] mod_h323.cpp:2162 ------------------->old remote port = 50068 new remote port = 50068
  706. 2017-07-25 15:05:38.386628 [DEBUG] mod_h323.cpp:2229 ------------->External RTP address 192.168.19.24:50068
  707. 2017-07-25 15:05:38.386628 [DEBUG] mod_h323.cpp:2232 ------------->h323_io_mutex_lock
  708. 2017-07-25 15:05:38.386628 [DEBUG] mod_h323.cpp:2236 ------------->h323_io_mutex_unlock
  709. 2017-07-25 15:05:38.386628 [DEBUG] mod_h323.cpp:2275 ------------->h323_mutex_unlock
  710. 2017-07-25 15:05:38.386628 [DEBUG] h323.cxx:2681 Accepting fastStart for 2 channels
  711. 2017-07-25 15:05:38.386628 [DEBUG] channels.cxx:470 OnSendingPDU
  712. 2017-07-25 15:05:38.386628 [DEBUG] h323.cxx:1219 Built fastStart for G.711-uLaw-64k <2>
  713. 2017-07-25 15:05:38.386628 [DEBUG] channels.cxx:470 OnSendingPDU
  714. 2017-07-25 15:05:38.386628 [DEBUG] h323.cxx:1219 Built fastStart for G.711-uLaw-64k <2>
  715. 2017-07-25 15:05:38.386628 [DEBUG] h323pdu.cxx:630 Sending PDU [ip$192.168.19.24:3334/ip$192.168.19.24:20034] : callProceeding
  716. 2017-07-25 15:05:38.386628 [DEBUG] h323.cxx:3961 InternalEstablishedConnectionCheck: connectionState=AwaitingLocalAnswer fastStartState=FastStartAcknowledged
  717. 2017-07-25 15:05:38.386628 [DEBUG] h323.cxx:915 Reading PDUs: callRef=28537
  718. 2017-07-25 15:05:38.486591 [DEBUG] pdns.cxx:500 SRV Lookup Fail no domain h323:101@192.168.19.24:3333
  719. 2017-07-25 15:05:38.486591 [DEBUG] h323ep.cxx:1277 Making call to: 101@192.168.19.24:3333
  720. 2017-07-25 15:05:38.486591 [DEBUG] mod_h323.cpp:626 ======>FSH323EndPoint::CreateConnection callReference = 11696 userDate = 0x1410b88 [0x13c57d8]
  721. 2017-07-25 15:05:38.486591 [DEBUG] mod_h323.cpp:629 ------> SWITCH_CALL_DIRECTION_OUTBOUND
  722. 2017-07-25 15:05:38.486591 [DEBUG] mod_h323.cpp:639 ------> fsSession = 0x1526068
  723. 2017-07-25 15:05:38.486591 [DEBUG] h323caps.cxx:3197 Added capability: G.711-ALaw-64k <1>
  724. 2017-07-25 15:05:38.486591 [DEBUG] h323caps.cxx:3197 Added capability: G.711-uLaw-64k <2>
  725. 2017-07-25 15:05:38.486591 [DEBUG] h323caps.cxx:3197 Added capability: GSM-06.10{sw} <3>
  726. 2017-07-25 15:05:38.486591 [DEBUG] h323caps.cxx:3197 Added capability: G.729A/B{sw} <4>
  727. 2017-07-25 15:05:38.486591 [DEBUG] h323caps.cxx:3197 Added capability: G.729A{sw} <5>
  728. 2017-07-25 15:05:38.486591 [DEBUG] h323caps.cxx:3197 Added capability: G.729B{sw} <6>
  729. 2017-07-25 15:05:38.486591 [DEBUG] h323caps.cxx:3197 Added capability: G.729{sw} <7>
  730. 2017-07-25 15:05:38.486591 [DEBUG] h323caps.cxx:3197 Added capability: T.38-IFP-PRE <8>
  731. 2017-07-25 15:05:38.486591 [DEBUG] h323caps.cxx:3197 Added capability: UserInput/hookflash <9>
  732. 2017-07-25 15:05:38.486591 [DEBUG] h323caps.cxx:3197 Added capability: UserInput/basicString <10>
  733. 2017-07-25 15:05:38.486591 [DEBUG] h323caps.cxx:3197 Added capability: UserInput/dtmf <11>
  734. 2017-07-25 15:05:38.486591 [DEBUG] h323caps.cxx:3197 Added capability: UserInput/RFC2833 <12>
  735. 2017-07-25 15:05:38.486591 [DEBUG] h323caps.cxx:3197 Added capability: UserInput/Navigation <13>
  736. 2017-07-25 15:05:38.486591 [DEBUG] h323caps.cxx:3197 Added capability: UserInput/Softkey <14>
  737. 2017-07-25 15:05:38.486591 [DEBUG] h323caps.cxx:3197 Added capability: UserInput/PointDevice <15>
  738. 2017-07-25 15:05:38.486591 [DEBUG] h323caps.cxx:3197 Added capability: UserInput/Modal <16>
  739. 2017-07-25 15:05:38.486591 [DEBUG] h323caps.cxx:3263 Found capability: G.711-ALaw-64k <1>
  740. 2017-07-25 15:05:38.486591 [DEBUG] h323caps.cxx:3263 Found capability: G.711-uLaw-64k <2>
  741. 2017-07-25 15:05:38.486591 [DEBUG] h323caps.cxx:3263 Found capability: GSM-06.10{sw} <3>
  742. 2017-07-25 15:05:38.486591 [DEBUG] h323caps.cxx:3263 Found capability: G.729A/B{sw} <4>
  743. 2017-07-25 15:05:38.486591 [DEBUG] h323caps.cxx:3263 Found capability: G.729A{sw} <5>
  744. 2017-07-25 15:05:38.486591 [DEBUG] h323caps.cxx:3263 Found capability: G.729B{sw} <6>
  745. 2017-07-25 15:05:38.486591 [DEBUG] h323caps.cxx:3263 Found capability: G.729{sw} <7>
  746. 2017-07-25 15:05:38.486591 [DEBUG] h323caps.cxx:3263 Found capability: T.38-IFP-PRE <8>
  747. 2017-07-25 15:05:38.486591 [DEBUG] h323caps.cxx:3263 Found capability: UserInput/hookflash <9>
  748. 2017-07-25 15:05:38.486591 [DEBUG] h323caps.cxx:3263 Found capability: UserInput/basicString <10>
  749. 2017-07-25 15:05:38.486591 [DEBUG] h323caps.cxx:3263 Found capability: UserInput/dtmf <11>
  750. 2017-07-25 15:05:38.486591 [DEBUG] h323caps.cxx:3263 Found capability: UserInput/RFC2833 <12>
  751. 2017-07-25 15:05:38.486591 [DEBUG] h323caps.cxx:3263 Found capability: UserInput/Navigation <13>
  752. 2017-07-25 15:05:38.486591 [DEBUG] h323caps.cxx:3263 Found capability: UserInput/Softkey <14>
  753. 2017-07-25 15:05:38.486591 [DEBUG] h323caps.cxx:3263 Found capability: UserInput/PointDevice <15>
  754. 2017-07-25 15:05:38.486591 [DEBUG] h323caps.cxx:3263 Found capability: UserInput/Modal <16>
  755. 2017-07-25 15:05:38.486591 [DEBUG] rfc2833.cxx:87 Handler created
  756. 2017-07-25 15:05:38.486591 [DEBUG] mod_h323.cpp:726 ======>FSH323Connection::FSH323Connection [0x1531060]
  757. 2017-07-25 15:05:38.486591 [NOTICE] switch_channel.c:1104 New Channel h323/101@192.168.19.24:3333 [6d4b8b3a-7118-11e7-b443-cb06e878e66f]
  758. 2017-07-25 15:05:38.486591 [DEBUG] mod_h323.cpp:748 (h323/101@192.168.19.24:3333) State Change CS_NEW -> CS_INIT
  759. 2017-07-25 15:05:38.486591 [DEBUG] mod_h323.cpp:1646 ======>FSH323Connection::state_change [0x1531060]
  760. 2017-07-25 15:05:38.486591 [DEBUG] mod_h323.cpp:1647 State changed on connection [0x1531060]
  761. 2017-07-25 15:05:38.486591 [DEBUG] mod_h323.cpp:1415 ======>FSH323Connection::kill_channel sig = 3 [0x1531060]
  762. 2017-07-25 15:05:38.486591 [DEBUG] mod_h323.cpp:783 ---------->token = ip$localhost/11696 [0x1531060]
  763. 2017-07-25 15:05:38.486591 [DEBUG] h323ep.cxx:1357 Created new connection: ip$localhost/11696
  764. 2017-07-25 15:05:38.486591 [DEBUG] mod_h323.cpp:2360 --------->GetSession() return = [0x1526068]
  765. 2017-07-25 15:05:38.486591 [DEBUG] h323ep.cxx:233 Started call thread
  766. 2017-07-25 15:05:38.486591 [DEBUG] mod_h323.cpp:652 ======>FSH323EndPoint::OnSetGatewayPrefixes [0x13c57d8]
  767. 2017-07-25 15:05:38.486591 [DEBUG] transports.cxx:1246 Started connection: host=192.168.19.24:3333, if=192.168.19.24:39292, handle=40
  768. 2017-07-25 15:05:38.486591 [DEBUG] h323.cxx:2412 Sending Setup PDU
  769. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:790 ======>FSH323Connection::OnSetLocalCapabilities() [0x1531060]
  770. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:797 ======>FSH323Connection::SetLocalCapabilities() Size local capability = 16 [0x1531060]
  771. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x1531060]
  772. 2017-07-25 15:05:38.506593 [NOTICE] mod_h323.cpp:860 capability 'G.711-ALaw-64k' format 'PCMA' 8
  773. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x1531060]
  774. 2017-07-25 15:05:38.506593 [NOTICE] mod_h323.cpp:860 capability 'G.711-uLaw-64k' format 'PCMU' 0
  775. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x1531060]
  776. 2017-07-25 15:05:38.506593 [NOTICE] mod_h323.cpp:860 capability 'GSM-06.10' format 'GSM' 3
  777. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x1531060]
  778. 2017-07-25 15:05:38.506593 [NOTICE] mod_h323.cpp:860 capability 'G.729A/B' format 'G729' 18
  779. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x1531060]
  780. 2017-07-25 15:05:38.506593 [NOTICE] mod_h323.cpp:860 capability 'G.729A' format 'G729' 18
  781. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x1531060]
  782. 2017-07-25 15:05:38.506593 [NOTICE] mod_h323.cpp:860 capability 'G.729B' format 'G729b' 18
  783. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x1531060]
  784. 2017-07-25 15:05:38.506593 [NOTICE] mod_h323.cpp:860 capability 'G.729' format 'G729' 18
  785. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x1531060]
  786. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x1531060]
  787. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x1531060]
  788. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x1531060]
  789. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x1531060]
  790. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x1531060]
  791. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x1531060]
  792. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x1531060]
  793. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:838 ======>FSH323Connection::decodeCapability [0x1531060]
  794. 2017-07-25 15:05:38.506593 [DEBUG] h323.cxx:2440 Check for Fast start by local endpoint
  795. 2017-07-25 15:05:38.506593 [DEBUG] h323.cxx:4043 Default OnSelectLogicalChannels, FastStartInitiate
  796. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1115 ======>FSH323Connection::OpenLogicalChannel ('G.711-ALaw-64k', 1, IsReceiver) [0x1531060]
  797. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:980 ======>FSH323Connection::CreateRealTimeLogicalChannel [0x1531060]
  798. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1942 ======>FSH323_ExternalRTPChannel::FSH323_ExternalRTPChannel sessionID = 1 :IsReceiver addr = 192.168.19.24:19964 [0x14a03c0]
  799. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1946 ------->capability.GetPayloadType() return = [pt=128]
  800. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1947 ------->capability.GetFormatName() return = G.711-ALaw-64k
  801. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1959 ------->payloadCode = 8
  802. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1115 ======>FSH323Connection::OpenLogicalChannel ('G.711-ALaw-64k', 1, IsTransmitter) [0x1531060]
  803. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:980 ======>FSH323Connection::CreateRealTimeLogicalChannel [0x1531060]
  804. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1942 ======>FSH323_ExternalRTPChannel::FSH323_ExternalRTPChannel sessionID = 1 :IsTransmitter addr = 192.168.19.24:19964 [0x14a2538]
  805. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1946 ------->capability.GetPayloadType() return = [pt=128]
  806. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1947 ------->capability.GetFormatName() return = G.711-ALaw-64k
  807. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1959 ------->payloadCode = 8
  808. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1115 ======>FSH323Connection::OpenLogicalChannel ('G.711-uLaw-64k', 1, IsReceiver) [0x1531060]
  809. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:980 ======>FSH323Connection::CreateRealTimeLogicalChannel [0x1531060]
  810. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1942 ======>FSH323_ExternalRTPChannel::FSH323_ExternalRTPChannel sessionID = 1 :IsReceiver addr = 192.168.19.24:19964 [0x15be160]
  811. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1946 ------->capability.GetPayloadType() return = [pt=128]
  812. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1947 ------->capability.GetFormatName() return = G.711-uLaw-64k
  813. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1959 ------->payloadCode = 0
  814. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1115 ======>FSH323Connection::OpenLogicalChannel ('G.711-uLaw-64k', 1, IsTransmitter) [0x1531060]
  815. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:980 ======>FSH323Connection::CreateRealTimeLogicalChannel [0x1531060]
  816. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1942 ======>FSH323_ExternalRTPChannel::FSH323_ExternalRTPChannel sessionID = 1 :IsTransmitter addr = 192.168.19.24:19964 [0x15be510]
  817. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1946 ------->capability.GetPayloadType() return = [pt=128]
  818. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1947 ------->capability.GetFormatName() return = G.711-uLaw-64k
  819. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1959 ------->payloadCode = 0
  820. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1115 ======>FSH323Connection::OpenLogicalChannel ('GSM-06.10{sw}', 1, IsReceiver) [0x1531060]
  821. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:980 ======>FSH323Connection::CreateRealTimeLogicalChannel [0x1531060]
  822. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1942 ======>FSH323_ExternalRTPChannel::FSH323_ExternalRTPChannel sessionID = 1 :IsReceiver addr = 192.168.19.24:19964 [0x140e6c0]
  823. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1946 ------->capability.GetPayloadType() return = [pt=128]
  824. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1947 ------->capability.GetFormatName() return = GSM-06.10{sw}
  825. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1959 ------->payloadCode = 3
  826. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1115 ======>FSH323Connection::OpenLogicalChannel ('GSM-06.10{sw}', 1, IsTransmitter) [0x1531060]
  827. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:980 ======>FSH323Connection::CreateRealTimeLogicalChannel [0x1531060]
  828. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1942 ======>FSH323_ExternalRTPChannel::FSH323_ExternalRTPChannel sessionID = 1 :IsTransmitter addr = 192.168.19.24:19964 [0x129e400]
  829. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1946 ------->capability.GetPayloadType() return = [pt=128]
  830. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1947 ------->capability.GetFormatName() return = GSM-06.10{sw}
  831. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1959 ------->payloadCode = 3
  832. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1115 ======>FSH323Connection::OpenLogicalChannel ('G.729A/B{sw}', 1, IsReceiver) [0x1531060]
  833. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:980 ======>FSH323Connection::CreateRealTimeLogicalChannel [0x1531060]
  834. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1942 ======>FSH323_ExternalRTPChannel::FSH323_ExternalRTPChannel sessionID = 1 :IsReceiver addr = 192.168.19.24:19964 [0x12a03b8]
  835. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1946 ------->capability.GetPayloadType() return = [pt=128]
  836. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1947 ------->capability.GetFormatName() return = G.729A/B{sw}
  837. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1959 ------->payloadCode = 18
  838. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1115 ======>FSH323Connection::OpenLogicalChannel ('G.729A/B{sw}', 1, IsTransmitter) [0x1531060]
  839. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:980 ======>FSH323Connection::CreateRealTimeLogicalChannel [0x1531060]
  840. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1942 ======>FSH323_ExternalRTPChannel::FSH323_ExternalRTPChannel sessionID = 1 :IsTransmitter addr = 192.168.19.24:19964 [0x129f7b8]
  841. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1946 ------->capability.GetPayloadType() return = [pt=128]
  842. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1947 ------->capability.GetFormatName() return = G.729A/B{sw}
  843. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1959 ------->payloadCode = 18
  844. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1115 ======>FSH323Connection::OpenLogicalChannel ('G.729A{sw}', 1, IsReceiver) [0x1531060]
  845. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:980 ======>FSH323Connection::CreateRealTimeLogicalChannel [0x1531060]
  846. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1942 ======>FSH323_ExternalRTPChannel::FSH323_ExternalRTPChannel sessionID = 1 :IsReceiver addr = 192.168.19.24:19964 [0x120aa40]
  847. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1946 ------->capability.GetPayloadType() return = [pt=128]
  848. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1947 ------->capability.GetFormatName() return = G.729A{sw}
  849. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1959 ------->payloadCode = 18
  850. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1115 ======>FSH323Connection::OpenLogicalChannel ('G.729A{sw}', 1, IsTransmitter) [0x1531060]
  851. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:980 ======>FSH323Connection::CreateRealTimeLogicalChannel [0x1531060]
  852. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1942 ======>FSH323_ExternalRTPChannel::FSH323_ExternalRTPChannel sessionID = 1 :IsTransmitter addr = 192.168.19.24:19964 [0x1209ff0]
  853. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1946 ------->capability.GetPayloadType() return = [pt=128]
  854. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1947 ------->capability.GetFormatName() return = G.729A{sw}
  855. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1959 ------->payloadCode = 18
  856. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1115 ======>FSH323Connection::OpenLogicalChannel ('G.729B{sw}', 1, IsReceiver) [0x1531060]
  857. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:980 ======>FSH323Connection::CreateRealTimeLogicalChannel [0x1531060]
  858. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1942 ======>FSH323_ExternalRTPChannel::FSH323_ExternalRTPChannel sessionID = 1 :IsReceiver addr = 192.168.19.24:19964 [0x120a0f8]
  859. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1946 ------->capability.GetPayloadType() return = [pt=128]
  860. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1947 ------->capability.GetFormatName() return = G.729B{sw}
  861. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1959 ------->payloadCode = 18
  862. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1115 ======>FSH323Connection::OpenLogicalChannel ('G.729B{sw}', 1, IsTransmitter) [0x1531060]
  863. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:980 ======>FSH323Connection::CreateRealTimeLogicalChannel [0x1531060]
  864. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1942 ======>FSH323_ExternalRTPChannel::FSH323_ExternalRTPChannel sessionID = 1 :IsTransmitter addr = 192.168.19.24:19964 [0x12a66b8]
  865. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1946 ------->capability.GetPayloadType() return = [pt=128]
  866. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1947 ------->capability.GetFormatName() return = G.729B{sw}
  867. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1959 ------->payloadCode = 18
  868. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1115 ======>FSH323Connection::OpenLogicalChannel ('G.729{sw}', 1, IsReceiver) [0x1531060]
  869. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:980 ======>FSH323Connection::CreateRealTimeLogicalChannel [0x1531060]
  870. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1942 ======>FSH323_ExternalRTPChannel::FSH323_ExternalRTPChannel sessionID = 1 :IsReceiver addr = 192.168.19.24:19964 [0x14a3a88]
  871. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1946 ------->capability.GetPayloadType() return = [pt=128]
  872. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1947 ------->capability.GetFormatName() return = G.729{sw}
  873. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1959 ------->payloadCode = 18
  874. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1115 ======>FSH323Connection::OpenLogicalChannel ('G.729{sw}', 1, IsTransmitter) [0x1531060]
  875. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:980 ======>FSH323Connection::CreateRealTimeLogicalChannel [0x1531060]
  876. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1942 ======>FSH323_ExternalRTPChannel::FSH323_ExternalRTPChannel sessionID = 1 :IsTransmitter addr = 192.168.19.24:19964 [0x12ad620]
  877. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1946 ------->capability.GetPayloadType() return = [pt=128]
  878. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1947 ------->capability.GetFormatName() return = G.729{sw}
  879. 2017-07-25 15:05:38.506593 [DEBUG] mod_h323.cpp:1959 ------->payloadCode = 18
  880. 2017-07-25 15:05:38.506593 [DEBUG] h323.cxx:2446 Fast start begun by local endpoint
  881. 2017-07-25 15:05:38.506593 [DEBUG] channels.cxx:470 OnSendingPDU
  882. 2017-07-25 15:05:38.506593 [DEBUG] h323.cxx:1219 Built fastStart for G.711-ALaw-64k <1>
  883. 2017-07-25 15:05:38.506593 [DEBUG] channels.cxx:470 OnSendingPDU
  884. 2017-07-25 15:05:38.506593 [DEBUG] h323.cxx:1219 Built fastStart for G.711-ALaw-64k <1>
  885. 2017-07-25 15:05:38.506593 [DEBUG] channels.cxx:470 OnSendingPDU
  886. 2017-07-25 15:05:38.506593 [DEBUG] h323.cxx:1219 Built fastStart for G.711-uLaw-64k <2>
  887. 2017-07-25 15:05:38.506593 [DEBUG] channels.cxx:470 OnSendingPDU
  888. 2017-07-25 15:05:38.506593 [DEBUG] h323.cxx:1219 Built fastStart for G.711-uLaw-64k <2>
  889. 2017-07-25 15:05:38.506593 [DEBUG] channels.cxx:470 OnSendingPDU
  890. 2017-07-25 15:05:38.506593 [DEBUG] h323.cxx:1219 Built fastStart for GSM-06.10{sw} <3>
  891. 2017-07-25 15:05:38.526585 [DEBUG] channels.cxx:470 OnSendingPDU
  892. 2017-07-25 15:05:38.526585 [DEBUG] h323.cxx:1219 Built fastStart for GSM-06.10{sw} <3>
  893. 2017-07-25 15:05:38.526585 [DEBUG] channels.cxx:470 OnSendingPDU
  894. 2017-07-25 15:05:38.526585 [DEBUG] h323.cxx:1219 Built fastStart for G.729A/B{sw} <4>
  895. 2017-07-25 15:05:38.526585 [DEBUG] channels.cxx:470 OnSendingPDU
  896. 2017-07-25 15:05:38.526585 [DEBUG] h323.cxx:1219 Built fastStart for G.729A/B{sw} <4>
  897. 2017-07-25 15:05:38.526585 [DEBUG] channels.cxx:470 OnSendingPDU
  898. 2017-07-25 15:05:38.526585 [DEBUG] h323.cxx:1219 Built fastStart for G.729A{sw} <5>
  899. 2017-07-25 15:05:38.526585 [DEBUG] channels.cxx:470 OnSendingPDU
  900. 2017-07-25 15:05:38.526585 [DEBUG] h323.cxx:1219 Built fastStart for G.729A{sw} <5>
  901. 2017-07-25 15:05:38.526585 [DEBUG] channels.cxx:470 OnSendingPDU
  902. 2017-07-25 15:05:38.526585 [DEBUG] h323.cxx:1219 Built fastStart for G.729B{sw} <6>
  903. 2017-07-25 15:05:38.526585 [DEBUG] channels.cxx:470 OnSendingPDU
  904. 2017-07-25 15:05:38.526585 [DEBUG] h323.cxx:1219 Built fastStart for G.729B{sw} <6>
  905. 2017-07-25 15:05:38.526585 [DEBUG] channels.cxx:470 OnSendingPDU
  906. 2017-07-25 15:05:38.526585 [DEBUG] h323.cxx:1219 Built fastStart for G.729{sw} <7>
  907. 2017-07-25 15:05:38.526585 [DEBUG] channels.cxx:470 OnSendingPDU
  908. 2017-07-25 15:05:38.526585 [DEBUG] h323.cxx:1219 Built fastStart for G.729{sw} <7>
  909. 2017-07-25 15:05:38.526585 [DEBUG] mod_h323.cpp:1383 ======>PFSH323Connection::OnSendSignalSetup [0x1531060]
  910. 2017-07-25 15:05:38.526585 [DEBUG] h323.cxx:2915 Start control negotiations
  911. 2017-07-25 15:05:38.526585 [DEBUG] switch_core_state_machine.c:584 (h323/101@192.168.19.24:3333) Running State Change CS_INIT (Cur 2 Tot 8)
  912. 2017-07-25 15:05:38.526585 [DEBUG] switch_core_state_machine.c:627 (h323/101@192.168.19.24:3333) State INIT
  913. 2017-07-25 15:05:38.526585 [ALERT] switch_core_state_machine.c:627 h323/101@192.168.19.24:3333 Send KeyFrame
  914. 2017-07-25 15:05:38.526585 [DEBUG] mod_h323.cpp:1654 ======>FSH323Connection::on_init [0x1531060]
  915. 2017-07-25 15:05:38.526585 [DEBUG] mod_h323.cpp:1661 Started routing for connection [0x1531060]
  916. 2017-07-25 15:05:38.526585 [DEBUG] switch_core_state_machine.c:40 h323/101@192.168.19.24:3333 Standard INIT
  917. 2017-07-25 15:05:38.526585 [DEBUG] switch_core_state_machine.c:48 (h323/101@192.168.19.24:3333) State Change CS_INIT -> CS_ROUTING
  918. 2017-07-25 15:05:38.526585 [DEBUG] mod_h323.cpp:1646 ======>FSH323Connection::state_change [0x1531060]
  919. 2017-07-25 15:05:38.526585 [DEBUG] mod_h323.cpp:1647 State changed on connection [0x1531060]
  920. 2017-07-25 15:05:38.526585 [DEBUG] mod_h323.cpp:1415 ======>FSH323Connection::kill_channel sig = 3 [0x1531060]
  921. 2017-07-25 15:05:38.526585 [DEBUG] switch_core_state_machine.c:627 (h323/101@192.168.19.24:3333) State INIT going to sleep
  922. 2017-07-25 15:05:38.526585 [DEBUG] switch_core_state_machine.c:584 (h323/101@192.168.19.24:3333) Running State Change CS_ROUTING (Cur 2 Tot 8)
  923. 2017-07-25 15:05:38.526585 [DEBUG] switch_core_state_machine.c:643 (h323/101@192.168.19.24:3333) State ROUTING
  924. 2017-07-25 15:05:38.526585 [ALERT] switch_core_state_machine.c:643 h323/101@192.168.19.24:3333 Send KeyFrame
  925. 2017-07-25 15:05:38.526585 [DEBUG] mod_h323.cpp:1408 ======>FSH323Connection::on_routing [0x1531060]
  926. 2017-07-25 15:05:38.526585 [DEBUG] switch_ivr_originate.c:67 (h323/101@192.168.19.24:3333) State Change CS_ROUTING -> CS_CONSUME_MEDIA
  927. 2017-07-25 15:05:38.526585 [DEBUG] mod_h323.cpp:1646 ======>FSH323Connection::state_change [0x1531060]
  928. 2017-07-25 15:05:38.526585 [DEBUG] mod_h323.cpp:1647 State changed on connection [0x1531060]
  929. 2017-07-25 15:05:38.526585 [DEBUG] mod_h323.cpp:1415 ======>FSH323Connection::kill_channel sig = 3 [0x1531060]
  930. 2017-07-25 15:05:38.526585 [DEBUG] switch_core_state_machine.c:643 (h323/101@192.168.19.24:3333) State ROUTING going to sleep
  931. 2017-07-25 15:05:38.526585 [DEBUG] switch_core_state_machine.c:584 (h323/101@192.168.19.24:3333) Running State Change CS_CONSUME_MEDIA (Cur 2 Tot 8)
  932. 2017-07-25 15:05:38.526585 [DEBUG] switch_core_state_machine.c:662 (h323/101@192.168.19.24:3333) State CONSUME_MEDIA
  933. 2017-07-25 15:05:38.526585 [ALERT] switch_core_state_machine.c:662 h323/101@192.168.19.24:3333 Send KeyFrame
  934. 2017-07-25 15:05:38.526585 [DEBUG] switch_core_state_machine.c:662 (h323/101@192.168.19.24:3333) State CONSUME_MEDIA going to sleep
  935. 2017-07-25 15:05:38.526585 [ALERT] switch_core_state_machine.c:701 h323/101@192.168.19.24:3333 session thread sleep state: CS_CONSUME_MEDIA!
  936. 2017-07-25 15:05:38.526585 [DEBUG] h323neg.cxx:332 Sending TerminalCapabilitySet: outSeq=1
  937. 2017-07-25 15:05:38.526585 [DEBUG] h323t38.cxx:219 OnSendingPDU for capability
  938. 2017-07-25 15:05:38.526585 [DEBUG] h323caps.cxx:3284 Found capability: UserInput/RFC2833 <12>
  939. 2017-07-25 15:05:38.526585 [DEBUG] h323.cxx:3820 User Input RFC2833 payload type set to [pt=101]
  940. 2017-07-25 15:05:38.546583 [DEBUG] h323pdu.cxx:630 Sending PDU [(noaddr)/(noaddr)] : request terminalCapabilitySet
  941. 2017-07-25 15:05:38.546583 [DEBUG] h323neg.cxx:95 Sending MasterSlaveDetermination
  942. 2017-07-25 15:05:38.546583 [DEBUG] h323pdu.cxx:630 Sending PDU [(noaddr)/(noaddr)] : request masterSlaveDetermination
  943. 2017-07-25 15:05:38.546583 [DEBUG] h323pdu.cxx:630 Sending PDU [ip$192.168.19.24:39292/ip$192.168.19.24:3333] : setup
  944. 2017-07-25 15:05:38.546583 [DEBUG] h323.cxx:915 Reading PDUs: callRef=11696
  945. 2017-07-25 15:05:38.566587 [DEBUG] h323pdu.cxx:630 Receiving PDU [ip$192.168.19.24:3334/ip$192.168.19.24:20034] : facility
  946. 2017-07-25 15:05:38.566587 [DEBUG] h323.cxx:988 Handling PDU: Facility callRef=28537
  947. 2017-07-25 15:05:38.566587 [DEBUG] h323.cxx:361 Received unsecured EPAuthentication message (no crypto tokens), expected one of:
  948. H.235.1<no-pwd>,CAT<no-pwd>
  949. 2017-07-25 15:05:38.566587 [DEBUG] h323.cxx:1269 Set protocol version to 4 and implying H.245 version 7
  950. 2017-07-25 15:05:38.566587 [DEBUG] transports.cxx:1246 Started connection: host=192.168.19.24:22061, if=192.168.19.24:55593, handle=48
  951. 2017-07-25 15:05:38.566587 [DEBUG] h323.cxx:3961 InternalEstablishedConnectionCheck: connectionState=AwaitingLocalAnswer fastStartState=FastStartAcknowledged
  952. 2017-07-25 15:05:38.586599 [DEBUG] transports.cxx:197 Started thread
  953. 2017-07-25 15:05:38.626720 [DEBUG] h323pdu.cxx:630 Receiving PDU [ip$192.168.19.24:55593/ip$192.168.19.24:22061] : request terminalCapabilitySet
  954. 2017-07-25 15:05:38.626720 [DEBUG] h323.cxx:3202 Set protocol version to 7
  955. 2017-07-25 15:05:38.626720 [DEBUG] h323neg.cxx:363 Received TerminalCapabilitySet: state=Idle pduSeq=1 inSeq=4294967295
  956. 2017-07-25 15:05:38.626720 [DEBUG] h323caps.cxx:3655 Found capability: G.711-uLaw-64k <2>
  957. 2017-07-25 15:05:38.626720 [DEBUG] h323caps.cxx:3655 Found capability: G.729A{sw} <5>
  958. 2017-07-25 15:05:38.626720 [DEBUG] h323caps.cxx:3655 Found capability: G.711-ALaw-64k <1>
  959. 2017-07-25 15:05:38.626720 [DEBUG] h323caps.cxx:3655 Found capability: G.729{sw} <7>
  960. 2017-07-25 15:05:38.626720 [DEBUG] h323caps.cxx:3655 Found capability: UserInput/dtmf <11>
  961. 2017-07-25 15:05:38.626720 [DEBUG] mod_h323.cpp:1125 ======>FSH323Connection::OnReceivedCapabilitySet [0x15ba560]
  962. 2017-07-25 15:05:38.626720 [DEBUG] h323caps.cxx:3197 Added capability: G.711-uLaw-64k <1>
  963. 2017-07-25 15:05:38.626720 [DEBUG] h323caps.cxx:3197 Added capability: G.729A{sw} <3>
  964. 2017-07-25 15:05:38.626720 [DEBUG] h323caps.cxx:3197 Added capability: G.711-ALaw-64k <4>
  965. 2017-07-25 15:05:38.626720 [DEBUG] h323caps.cxx:3197 Added capability: G.729{sw} <5>
  966. 2017-07-25 15:05:38.626720 [DEBUG] h323caps.cxx:3197 Added capability: UserInput/dtmf <6>
  967. 2017-07-25 15:05:38.626720 [DEBUG] h323caps.cxx:3263 Found capability: G.711-uLaw-64k <1>
  968. 2017-07-25 15:05:38.626720 [DEBUG] h323caps.cxx:3263 Found capability: G.729A{sw} <3>
  969. 2017-07-25 15:05:38.626720 [DEBUG] h323caps.cxx:3263 Found capability: G.711-ALaw-64k <4>
  970. 2017-07-25 15:05:38.626720 [DEBUG] h323caps.cxx:3263 Found capability: G.729{sw} <5>
  971. 2017-07-25 15:05:38.626720 [DEBUG] h323caps.cxx:3263 Found capability: UserInput/dtmf <6>
  972. 2017-07-25 15:05:38.626720 [DEBUG] h323caps.cxx:3845 Received capability set, is accepted
  973. 2017-07-25 15:05:38.626720 [DEBUG] h323neg.cxx:332 Sending TerminalCapabilitySet: outSeq=1
  974. 2017-07-25 15:05:38.626720 [DEBUG] h323t38.cxx:219 OnSendingPDU for capability
  975. 2017-07-25 15:05:38.626720 [DEBUG] h323pdu.cxx:630 Sending PDU [ip$192.168.19.24:55593/ip$192.168.19.24:22061] : request terminalCapabilitySet
  976. 2017-07-25 15:05:38.626720 [DEBUG] mod_h323.cpp:1131 ======>END H323Connection::OnReceivedCapabilitySet [0x15ba560]
  977. 2017-07-25 15:05:38.626720 [DEBUG] mod_h323.cpp:1134 ----> Capabilities = G.711-uLaw-64k
  978. 2017-07-25 15:05:38.626720 [DEBUG] mod_h323.cpp:1134 ----> Capabilities = G.729A{sw}
  979. 2017-07-25 15:05:38.626720 [DEBUG] mod_h323.cpp:1134 ----> Capabilities = G.711-ALaw-64k
  980. 2017-07-25 15:05:38.626720 [DEBUG] mod_h323.cpp:1134 ----> Capabilities = G.729{sw}
  981. 2017-07-25 15:05:38.626720 [DEBUG] mod_h323.cpp:1134 ----> Capabilities = UserInput/dtmf
  982. 2017-07-25 15:05:38.626720 [DEBUG] h323caps.cxx:3655 Found capability: G.711-uLaw-64k <1>
  983. 2017-07-25 15:05:38.626720 [DEBUG] mod_h323.cpp:1142 ----> Capabilities not NULL
  984. 2017-07-25 15:05:38.626720 [DEBUG] h323pdu.cxx:630 Sending PDU [ip$192.168.19.24:55593/ip$192.168.19.24:22061] : response terminalCapabilitySetAck
  985. 2017-07-25 15:05:38.626720 [DEBUG] h323.cxx:3961 InternalEstablishedConnectionCheck: connectionState=AwaitingLocalAnswer fastStartState=FastStartAcknowledged
  986. 2017-07-25 15:05:38.626720 [DEBUG] h323pdu.cxx:630 Receiving PDU [ip$192.168.19.24:55593/ip$192.168.19.24:22061] : request masterSlaveDetermination
  987. 2017-07-25 15:05:38.646588 [DEBUG] h323neg.cxx:127 Received MasterSlaveDetermination: state=Idle
  988. 2017-07-25 15:05:38.646588 [DEBUG] h323neg.cxx:158 MasterSlaveDetermination: local is master
  989. 2017-07-25 15:05:38.646588 [DEBUG] h323pdu.cxx:630 Sending PDU [ip$192.168.19.24:55593/ip$192.168.19.24:22061] : response masterSlaveDeterminationAck
  990. 2017-07-25 15:05:38.646588 [DEBUG] h323.cxx:3961 InternalEstablishedConnectionCheck: connectionState=AwaitingLocalAnswer fastStartState=FastStartAcknowledged
  991. 2017-07-25 15:05:38.726591 [DEBUG] h323pdu.cxx:630 Receiving PDU [ip$192.168.19.24:55593/ip$192.168.19.24:22061] : response terminalCapabilitySetAck
  992. 2017-07-25 15:05:38.726591 [DEBUG] h323neg.cxx:412 Received TerminalCapabilitySetAck: state=InProgress pduSeq=1 outSeq=1
  993. 2017-07-25 15:05:38.726591 [DEBUG] h323neg.cxx:422 TerminalCapabilitySet Sent.
  994. 2017-07-25 15:05:38.726591 [DEBUG] h323.cxx:3961 InternalEstablishedConnectionCheck: connectionState=AwaitingLocalAnswer fastStartState=FastStartAcknowledged
  995. 2017-07-25 15:05:38.746590 [DEBUG] h323pdu.cxx:630 Receiving PDU [ip$192.168.19.24:55593/ip$192.168.19.24:22061] : response masterSlaveDeterminationAck
  996. 2017-07-25 15:05:38.766591 [DEBUG] h323neg.cxx:186 Received MasterSlaveDeterminationAck: state=Incoming
  997. 2017-07-25 15:05:38.766591 [DEBUG] h323.cxx:3961 InternalEstablishedConnectionCheck: connectionState=AwaitingLocalAnswer fastStartState=FastStartAcknowledged
  998. 2017-07-25 15:05:38.806586 [DEBUG] h323pdu.cxx:630 Receiving PDU [ip$192.168.19.24:39292/ip$192.168.19.24:3333] : callProceeding
  999. 2017-07-25 15:05:38.806586 [DEBUG] h323.cxx:988 Handling PDU: CallProceeding callRef=11696
  1000. 2017-07-25 15:05:38.806586 [DEBUG] h323neg.cxx:112 Stopping MasterSlaveDetermination: state=Outgoing
  1001. 2017-07-25 15:05:38.806586 [DEBUG] h323neg.cxx:344 Stopping TerminalCapabilitySet: state=InProgress
  1002. 2017-07-25 15:05:38.806586 [DEBUG] h323.cxx:1011 Fast Start DISABLED!
  1003. 2017-07-25 15:05:38.806586 [DEBUG] mod_h323.cpp:1079 ======>PFSH323Connection::OnReceivedCallProceeding [0x1531060]
  1004. 2017-07-25 15:05:38.806586 [DEBUG] mod_h323.cpp:1085 ----------->OnAlerting PI = 02017-07-25 15:05:38.806586 [DEBUG] h323.cxx:1269 Set protocol version to 4 and implying H.245 version 7
  1005. 2017-07-25 15:05:38.806586 [DEBUG] h323.cxx:1547 Set remote party name: "101"
  1006. 2017-07-25 15:05:38.806586 [DEBUG] h323.cxx:1555 Set remote application name: "VoIP technology INC. 3.0.6 181/18247"
  1007. 2017-07-25 15:05:38.806586 [DEBUG] h323.cxx:361 Received unsecured EPAuthentication message (no crypto tokens), expected one of:
  1008. H.235.1<no-pwd>,CAT<no-pwd>
  1009. 2017-07-25 15:05:38.806586 [DEBUG] h323.cxx:3961 InternalEstablishedConnectionCheck: connectionState=AwaitingSignalConnect fastStartState=FastStartInitiate
  1010. 2017-07-25 15:05:39.046603 [DEBUG] h323pdu.cxx:630 Receiving PDU [ip$192.168.19.24:39292/ip$192.168.19.24:3333] : alerting
  1011. 2017-07-25 15:05:39.046603 [DEBUG] h323.cxx:988 Handling PDU: Alerting callRef=11696
  1012. 2017-07-25 15:05:39.046603 [DEBUG] h323.cxx:1269 Set protocol version to 4 and implying H.245 version 7
  1013. 2017-07-25 15:05:39.046603 [DEBUG] h323.cxx:1547 Set remote party name: "101"
  1014. 2017-07-25 15:05:39.046603 [DEBUG] h323.cxx:1555 Set remote application name: "VoIP technology INC. 3.0.6 181/18247"
  1015. 2017-07-25 15:05:39.046603 [DEBUG] h323.cxx:361 Received unsecured EPAuthentication message (no crypto tokens), expected one of:
  1016. H.235.1<no-pwd>,CAT<no-pwd>
  1017. 2017-07-25 15:05:39.066591 [DEBUG] h323.cxx:2713 Fast start accepted by remote endpoint
  1018. 2017-07-25 15:05:39.066591 [DEBUG] h323caps.cxx:3454 Found capability: G.711-uLaw-64k <2>
  1019. 2017-07-25 15:05:39.066591 [DEBUG] channels.cxx:537 OnReceivedPDU for channel: R-129
  1020. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:2283 ======>FSH323_ExternalRTPChannel::OnReceivedPDU [0x15be160]
  1021. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:2290 Remote RTP address 192.168.19.24:50070
  1022. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:1390 ======>PFSH323Connection::setRemoteAddress remoteIP = 192.168.19.24 , remotePort = 50070 [0x1531060]
  1023. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:1000 ======>FSH323Connection::OnCreateLogicalChannel ('G.711-uLaw-64k',IsReceiver) [0x1531060]
  1024. 2017-07-25 15:05:39.066591 [DEBUG] codecs.cxx:1576 G711 uLaw decoder created for at 64k, frame of 160 samples
  1025. 2017-07-25 15:05:39.066591 [DEBUG] channels.cxx:347 Bandwidth requested/used = 64.0/0.0 kb/s
  1026. 2017-07-25 15:05:39.066591 [DEBUG] h323.cxx:4709 Bandwidth request: -0.0kb/s, available: 10000.0kb/s
  1027. 2017-07-25 15:05:39.066591 [DEBUG] h323.cxx:4709 Bandwidth request: +64.0kb/s, available: 10000.0kb/s
  1028. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:1977 ------------->h323_mutex_lock
  1029. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:1979 ======>FSH323_ExternalRTPChannel::Start() [0x15be160]
  1030. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:1986 ------------->m_sessionID = 1 m_active_sessionID = 0
  1031. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:993 ======>FSH323Connection::OnStartLogicalChannel chennel = 0x15be160 [0x1531060]
  1032. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:994 ======>FSH323Connection::OnStartLogicalChannel connectionState = AwaitingSignalConnect [0x1531060]
  1033. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:2035 ------------------------->H323Capability::e_Audio
  1034. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:2054 ------------------->GetFrameSize() return = 21695776
  1035. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:2055 ------------------->GetFrameTime() return = 1
  1036. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:2056 ------------------->payloadCode = 0
  1037. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:2057 ------------------->m_codec_ms return = 20
  1038. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:2058 ------------------->m_capability->GetFormatName() return = G.711-uLaw-64k
  1039. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:2059 ------------------->GetH245CodecName() return = PCMU
  1040. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:2150 Set read Audio codec to G.711-uLaw-64k for connection [0x15be160]
  1041. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:2156 ------------------->tech_pvt->rtp_session = [(nil)]
  1042. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:2157 ------------------->samples_per_packet = 160
  1043. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:2158 ------------------->actual_samples_per_second = 8000
  1044. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:2194 ------------------->timer_name = soft
  1045. 2017-07-25 15:05:39.066591 [DEBUG] switch_rtp.c:4164 Starting timer [soft] 160 bytes per 20ms
  1046. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:2206 ------------------------->tech_pvt->rtp_session = 0x1643998
  1047. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:2229 ------------->External RTP address 192.168.19.24:50070
  1048. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:2232 ------------->h323_io_mutex_lock
  1049. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:2236 ------------->h323_io_mutex_unlock
  1050. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:2275 ------------->h323_mutex_unlock
  1051. 2017-07-25 15:05:39.066591 [DEBUG] h323caps.cxx:3454 Found capability: G.711-uLaw-64k <2>
  1052. 2017-07-25 15:05:39.066591 [DEBUG] channels.cxx:537 OnReceivedPDU for channel: T-102
  1053. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:2283 ======>FSH323_ExternalRTPChannel::OnReceivedPDU [0x15be510]
  1054. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:2290 Remote RTP address 192.168.19.24:50070
  1055. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:1390 ======>PFSH323Connection::setRemoteAddress remoteIP = 192.168.19.24 , remotePort = 50070 [0x1531060]
  1056. 2017-07-25 15:05:39.066591 [DEBUG] h323caps.cxx:3197 Added capability: G.711-uLaw-64k <2>
  1057. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:1000 ======>FSH323Connection::OnCreateLogicalChannel ('G.711-uLaw-64k',IsTransmitter) [0x1531060]
  1058. 2017-07-25 15:05:39.066591 [DEBUG] codecs.cxx:1576 G711 uLaw encoder created for at 64k, frame of 160 samples
  1059. 2017-07-25 15:05:39.066591 [DEBUG] channels.cxx:347 Bandwidth requested/used = 64.0/0.0 kb/s
  1060. 2017-07-25 15:05:39.066591 [DEBUG] h323.cxx:4709 Bandwidth request: -0.0kb/s, available: 9936.0kb/s
  1061. 2017-07-25 15:05:39.066591 [DEBUG] h323.cxx:4709 Bandwidth request: +64.0kb/s, available: 9936.0kb/s
  1062. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:1977 ------------->h323_mutex_lock
  1063. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:1979 ======>FSH323_ExternalRTPChannel::Start() [0x15be510]
  1064. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:1986 ------------->m_sessionID = 1 m_active_sessionID = 1
  1065. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:993 ======>FSH323Connection::OnStartLogicalChannel chennel = 0x15be510 [0x1531060]
  1066. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:994 ======>FSH323Connection::OnStartLogicalChannel connectionState = AwaitingSignalConnect [0x1531060]
  1067. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:2035 ------------------------->H323Capability::e_Audio
  1068. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:2054 ------------------->GetFrameSize() return = 22947824
  1069. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:2055 ------------------->GetFrameTime() return = 1
  1070. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:2056 ------------------->payloadCode = 0
  1071. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:2057 ------------------->m_codec_ms return = 20
  1072. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:2058 ------------------->m_capability->GetFormatName() return = G.711-uLaw-64k
  1073. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:2059 ------------------->GetH245CodecName() return = PCMU
  1074. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:2150 Set write Audio codec to G.711-uLaw-64k for connection [0x15be510]
  1075. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:2156 ------------------->tech_pvt->rtp_session = [0x1643998]
  1076. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:2157 ------------------->samples_per_packet = 160
  1077. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:2158 ------------------->actual_samples_per_second = 8000
  1078. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:2162 ------------------->old remote port = 50070 new remote port = 50070
  1079. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:2229 ------------->External RTP address 192.168.19.24:50070
  1080. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:2275 ------------->h323_mutex_unlock
  1081. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:1965 ======>FSH323_ExternalRTPChannel::~FSH323_ExternalRTPChannel IsReceiver [0x14a03c0]
  1082. 2017-07-25 15:05:39.066591 [DEBUG] h323.cxx:4709 Bandwidth request: -0.0kb/s, available: 9872.0kb/s
  1083. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:1965 ======>FSH323_ExternalRTPChannel::~FSH323_ExternalRTPChannel IsTransmitter [0x14a2538]
  1084. 2017-07-25 15:05:39.066591 [DEBUG] h323.cxx:4709 Bandwidth request: -0.0kb/s, available: 9872.0kb/s
  1085. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:1965 ======>FSH323_ExternalRTPChannel::~FSH323_ExternalRTPChannel IsReceiver [0x140e6c0]
  1086. 2017-07-25 15:05:39.066591 [DEBUG] h323.cxx:4709 Bandwidth request: -0.0kb/s, available: 9872.0kb/s
  1087. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:1965 ======>FSH323_ExternalRTPChannel::~FSH323_ExternalRTPChannel IsTransmitter [0x129e400]
  1088. 2017-07-25 15:05:39.066591 [DEBUG] h323.cxx:4709 Bandwidth request: -0.0kb/s, available: 9872.0kb/s
  1089. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:1965 ======>FSH323_ExternalRTPChannel::~FSH323_ExternalRTPChannel IsReceiver [0x12a03b8]
  1090. 2017-07-25 15:05:39.066591 [DEBUG] h323.cxx:4709 Bandwidth request: -0.0kb/s, available: 9872.0kb/s
  1091. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:1965 ======>FSH323_ExternalRTPChannel::~FSH323_ExternalRTPChannel IsTransmitter [0x129f7b8]
  1092. 2017-07-25 15:05:39.066591 [DEBUG] h323.cxx:4709 Bandwidth request: -0.0kb/s, available: 9872.0kb/s
  1093. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:1965 ======>FSH323_ExternalRTPChannel::~FSH323_ExternalRTPChannel IsReceiver [0x120aa40]
  1094. 2017-07-25 15:05:39.066591 [DEBUG] h323.cxx:4709 Bandwidth request: -0.0kb/s, available: 9872.0kb/s
  1095. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:1965 ======>FSH323_ExternalRTPChannel::~FSH323_ExternalRTPChannel IsTransmitter [0x1209ff0]
  1096. 2017-07-25 15:05:39.066591 [DEBUG] h323.cxx:4709 Bandwidth request: -0.0kb/s, available: 9872.0kb/s
  1097. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:1965 ======>FSH323_ExternalRTPChannel::~FSH323_ExternalRTPChannel IsReceiver [0x120a0f8]
  1098. 2017-07-25 15:05:39.066591 [DEBUG] h323.cxx:4709 Bandwidth request: -0.0kb/s, available: 9872.0kb/s
  1099. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:1965 ======>FSH323_ExternalRTPChannel::~FSH323_ExternalRTPChannel IsTransmitter [0x12a66b8]
  1100. 2017-07-25 15:05:39.066591 [DEBUG] h323.cxx:4709 Bandwidth request: -0.0kb/s, available: 9872.0kb/s
  1101. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:1965 ======>FSH323_ExternalRTPChannel::~FSH323_ExternalRTPChannel IsReceiver [0x14a3a88]
  1102. 2017-07-25 15:05:39.066591 [DEBUG] h323.cxx:4709 Bandwidth request: -0.0kb/s, available: 9872.0kb/s
  1103. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:1965 ======>FSH323_ExternalRTPChannel::~FSH323_ExternalRTPChannel IsTransmitter [0x12ad620]
  1104. 2017-07-25 15:05:39.066591 [DEBUG] h323.cxx:4709 Bandwidth request: -0.0kb/s, available: 9872.0kb/s
  1105. 2017-07-25 15:05:39.066591 [DEBUG] h323.cxx:2786 Fast starting 2 channels
  1106. 2017-07-25 15:05:39.066591 [DEBUG] transports.cxx:1246 Started connection: host=192.168.19.24:22063, if=192.168.19.24:44935, handle=59
  1107. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:1149 ======>PFSH323Connection::OnAlerting user = 101 [0x1531060]
  1108. 2017-07-25 15:05:39.066591 [NOTICE] mod_h323.cpp:1151 Ring-Ready h323/101@192.168.19.24:3333!
  1109. 2017-07-25 15:05:39.066591 [DEBUG] switch_channel.c:3354 (h323/101@192.168.19.24:3333) Callstate Change DOWN -> RINGING
  1110. 2017-07-25 15:05:39.066591 [ALERT] mod_h323.cpp:1151 h323/101@192.168.19.24:3333 receive message [RESAMPLE_EVENT]
  1111. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:1493 ======>FSH323Connection::receive_message MSG = 55
  1112. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:1629 Received message id = 55 [0x1531060]
  1113. 2017-07-25 15:05:39.066591 [DEBUG] mod_h323.cpp:1155 ----------->OnAlerting PI = 0
  1114. 2017-07-25 15:05:39.066591 [INFO] h323ep.cxx:2157 Received alerting PDU.
  1115. 2017-07-25 15:05:39.066591 [DEBUG] h323.cxx:3961 InternalEstablishedConnectionCheck: connectionState=AwaitingSignalConnect fastStartState=FastStartAcknowledged
  1116. 2017-07-25 15:05:39.086593 [DEBUG] transports.cxx:197 Started thread
  1117. 2017-07-25 15:05:39.086593 [ALERT] switch_ivr_originate.c:527 h323/201 receive message [ALERTING]
  1118. 2017-07-25 15:05:39.086593 [DEBUG] mod_h323.cpp:1493 ======>FSH323Connection::receive_message MSG = 8
  1119. 2017-07-25 15:05:39.086593 [DEBUG] mod_h323.cpp:1168 ======>FSH323Connection::AnsweringCall [0x15ba560]
  1120. 2017-07-25 15:05:39.086593 [DEBUG] mod_h323.cpp:1228 ------------->Lock
  1121. 2017-07-25 15:05:39.086593 [DEBUG] mod_h323.cpp:1231 ------------->Lock ok
  1122. 2017-07-25 15:05:39.086593 [NOTICE] mod_h323.cpp:1233 Sending Alerting PDU
  1123. 2017-07-25 15:05:39.086593 [DEBUG] h323pdu.cxx:630 Sending PDU [ip$192.168.19.24:3334/ip$192.168.19.24:20034] : alerting
  1124. 2017-07-25 15:05:39.086593 [DEBUG] h323.cxx:3961 InternalEstablishedConnectionCheck: connectionState=AwaitingLocalAnswer fastStartState=FastStartAcknowledged
  1125. 2017-07-25 15:05:39.086593 [DEBUG] mod_h323.cpp:1250 ------------->UnLock
  1126. 2017-07-25 15:05:39.086593 [DEBUG] mod_h323.cpp:1415 ======>FSH323Connection::kill_channel sig = 3 [0x15ba560]
  1127. 2017-07-25 15:05:39.086593 [NOTICE] switch_ivr_originate.c:527 Ring Ready h323/201!
  1128. 2017-07-25 15:05:39.086593 [NOTICE] switch_ivr_originate.c:527 Ring-Ready h323/201!
  1129. 2017-07-25 15:05:39.086593 [ALERT] switch_ivr_originate.c:527 h323/201 receive message [RESAMPLE_EVENT]
  1130. 2017-07-25 15:05:39.086593 [DEBUG] mod_h323.cpp:1493 ======>FSH323Connection::receive_message MSG = 55
  1131. 2017-07-25 15:05:39.086593 [DEBUG] mod_h323.cpp:1629 Received message id = 55 [0x15ba560]
  1132. 2017-07-25 15:05:39.126587 [DEBUG] h323pdu.cxx:630 Receiving PDU [ip$192.168.19.24:44935/ip$192.168.19.24:22063] : request terminalCapabilitySet
  1133. 2017-07-25 15:05:39.126587 [DEBUG] h323.cxx:3202 Set protocol version to 7
  1134. 2017-07-25 15:05:39.126587 [DEBUG] h323neg.cxx:363 Received TerminalCapabilitySet: state=Idle pduSeq=1 inSeq=4294967295
  1135. 2017-07-25 15:05:39.126587 [DEBUG] h323caps.cxx:3655 Found capability: G.711-uLaw-64k <2>
  1136. 2017-07-25 15:05:39.126587 [DEBUG] h323caps.cxx:3655 Found capability: G.729A{sw} <5>
  1137. 2017-07-25 15:05:39.126587 [DEBUG] h323caps.cxx:3655 Found capability: G.711-ALaw-64k <1>
  1138. 2017-07-25 15:05:39.126587 [DEBUG] h323caps.cxx:3655 Found capability: G.729{sw} <7>
  1139. 2017-07-25 15:05:39.126587 [DEBUG] h323caps.cxx:3655 Found capability: UserInput/dtmf <11>
  1140. 2017-07-25 15:05:39.126587 [DEBUG] mod_h323.cpp:1125 ======>FSH323Connection::OnReceivedCapabilitySet [0x1531060]
  1141. 2017-07-25 15:05:39.126587 [DEBUG] h323caps.cxx:3197 Added capability: G.711-uLaw-64k <1>
  1142. 2017-07-25 15:05:39.126587 [DEBUG] h323caps.cxx:3197 Added capability: G.729A{sw} <3>
  1143. 2017-07-25 15:05:39.126587 [DEBUG] h323caps.cxx:3197 Added capability: G.711-ALaw-64k <4>
  1144. 2017-07-25 15:05:39.126587 [DEBUG] h323caps.cxx:3197 Added capability: G.729{sw} <5>
  1145. 2017-07-25 15:05:39.126587 [DEBUG] h323caps.cxx:3197 Added capability: UserInput/dtmf <6>
  1146. 2017-07-25 15:05:39.126587 [DEBUG] h323caps.cxx:3263 Found capability: G.711-uLaw-64k <1>
  1147. 2017-07-25 15:05:39.126587 [DEBUG] h323caps.cxx:3263 Found capability: G.729A{sw} <3>
  1148. 2017-07-25 15:05:39.126587 [DEBUG] h323caps.cxx:3263 Found capability: G.711-ALaw-64k <4>
  1149. 2017-07-25 15:05:39.126587 [DEBUG] h323caps.cxx:3263 Found capability: G.729{sw} <5>
  1150. 2017-07-25 15:05:39.126587 [DEBUG] h323caps.cxx:3263 Found capability: UserInput/dtmf <6>
  1151. 2017-07-25 15:05:39.126587 [DEBUG] h323caps.cxx:3845 Received capability set, is accepted
  1152. 2017-07-25 15:05:39.126587 [DEBUG] h323neg.cxx:332 Sending TerminalCapabilitySet: outSeq=2
  1153. 2017-07-25 15:05:39.126587 [DEBUG] h323t38.cxx:219 OnSendingPDU for capability
  1154. 2017-07-25 15:05:39.126587 [DEBUG] h323caps.cxx:3284 Found capability: UserInput/RFC2833 <12>
  1155. 2017-07-25 15:05:39.126587 [DEBUG] h323pdu.cxx:630 Sending PDU [ip$192.168.19.24:44935/ip$192.168.19.24:22063] : request terminalCapabilitySet
  1156. 2017-07-25 15:05:39.126587 [DEBUG] mod_h323.cpp:1131 ======>END H323Connection::OnReceivedCapabilitySet [0x1531060]
  1157. 2017-07-25 15:05:39.126587 [DEBUG] mod_h323.cpp:1134 ----> Capabilities = G.711-uLaw-64k
  1158. 2017-07-25 15:05:39.126587 [DEBUG] mod_h323.cpp:1134 ----> Capabilities = G.729A{sw}
  1159. 2017-07-25 15:05:39.126587 [DEBUG] mod_h323.cpp:1134 ----> Capabilities = G.711-ALaw-64k
  1160. 2017-07-25 15:05:39.126587 [DEBUG] mod_h323.cpp:1134 ----> Capabilities = G.729{sw}
  1161. 2017-07-25 15:05:39.126587 [DEBUG] mod_h323.cpp:1134 ----> Capabilities = UserInput/dtmf
  1162. 2017-07-25 15:05:39.126587 [DEBUG] h323caps.cxx:3655 Found capability: G.711-uLaw-64k <1>
  1163. 2017-07-25 15:05:39.126587 [DEBUG] mod_h323.cpp:1142 ----> Capabilities not NULL
  1164. 2017-07-25 15:05:39.126587 [DEBUG] h323pdu.cxx:630 Sending PDU [ip$192.168.19.24:44935/ip$192.168.19.24:22063] : response terminalCapabilitySetAck
  1165. 2017-07-25 15:05:39.126587 [DEBUG] h323.cxx:3961 InternalEstablishedConnectionCheck: connectionState=AwaitingSignalConnect fastStartState=FastStartAcknowledged
  1166. 2017-07-25 15:05:39.146587 [DEBUG] h323pdu.cxx:630 Receiving PDU [ip$192.168.19.24:44935/ip$192.168.19.24:22063] : request masterSlaveDetermination
  1167. 2017-07-25 15:05:39.146587 [DEBUG] h323neg.cxx:127 Received MasterSlaveDetermination: state=Idle
  1168. 2017-07-25 15:05:39.146587 [DEBUG] h323neg.cxx:158 MasterSlaveDetermination: local is master
  1169. 2017-07-25 15:05:39.146587 [DEBUG] h323pdu.cxx:630 Sending PDU [ip$192.168.19.24:44935/ip$192.168.19.24:22063] : response masterSlaveDeterminationAck
  1170. 2017-07-25 15:05:39.146587 [DEBUG] h323.cxx:3961 InternalEstablishedConnectionCheck: connectionState=AwaitingSignalConnect fastStartState=FastStartAcknowledged
  1171. 2017-07-25 15:05:39.226588 [DEBUG] h323pdu.cxx:630 Receiving PDU [ip$192.168.19.24:44935/ip$192.168.19.24:22063] : response terminalCapabilitySetAck
  1172. 2017-07-25 15:05:39.226588 [DEBUG] h323neg.cxx:412 Received TerminalCapabilitySetAck: state=InProgress pduSeq=2 outSeq=2
  1173. 2017-07-25 15:05:39.226588 [DEBUG] h323neg.cxx:422 TerminalCapabilitySet Sent.
  1174. 2017-07-25 15:05:39.226588 [DEBUG] h323.cxx:3961 InternalEstablishedConnectionCheck: connectionState=AwaitingSignalConnect fastStartState=FastStartAcknowledged
  1175. 2017-07-25 15:05:39.246592 [DEBUG] h323pdu.cxx:630 Receiving PDU [ip$192.168.19.24:44935/ip$192.168.19.24:22063] : response masterSlaveDeterminationAck
  1176. 2017-07-25 15:05:39.266591 [DEBUG] h323neg.cxx:186 Received MasterSlaveDeterminationAck: state=Incoming
  1177. 2017-07-25 15:05:39.266591 [DEBUG] h323.cxx:3961 InternalEstablishedConnectionCheck: connectionState=AwaitingSignalConnect fastStartState=FastStartAcknowledged
  1178. 2017-07-25 15:05:40.126594 [DEBUG] h323pdu.cxx:630 Receiving PDU [ip$192.168.19.24:39292/ip$192.168.19.24:3333] : connect
  1179. 2017-07-25 15:05:40.126594 [DEBUG] h323.cxx:988 Handling PDU: Connect callRef=11696
  1180. 2017-07-25 15:05:40.126594 [DEBUG] h323.cxx:1242 Set protocol version to 4
  1181. 2017-07-25 15:05:40.126594 [DEBUG] h323.cxx:1547 Set remote party name: "Gateway_H323_1"
  1182. 2017-07-25 15:05:40.126594 [DEBUG] h323.cxx:1555 Set remote application name: "VoIP technology INC. 3.0.6 181/18247"
  1183. 2017-07-25 15:05:40.126594 [DEBUG] h323.cxx:361 Received unsecured EPAuthentication message (no crypto tokens), expected one of:
  1184. H.235.1<no-pwd>,CAT<no-pwd>
  1185. 2017-07-25 15:05:40.126594 [INFO] h323ep.cxx:2224 Received connect PDU.
  1186. 2017-07-25 15:05:40.126594 [DEBUG] h323.cxx:3961 InternalEstablishedConnectionCheck: connectionState=HasExecutedSignalConnect fastStartState=FastStartAcknowledged
  1187. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1260 ======>PFSH323Connection::OnEstablished [0x1531060]
  1188. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1415 ======>FSH323Connection::kill_channel sig = 3 [0x15ba560]
  1189. 2017-07-25 15:05:40.126594 [NOTICE] mod_h323.cpp:1262 Channel [h323/101@192.168.19.24:3333] has been answered
  1190. 2017-07-25 15:05:40.126594 [DEBUG] switch_channel.c:3781 (h323/101@192.168.19.24:3333) Callstate Change RINGING -> ACTIVE
  1191. 2017-07-25 15:05:40.126594 [ALERT] mod_h323.cpp:1262 h323/101@192.168.19.24:3333 receive message [PROGRESS_EVENT]
  1192. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1493 ======>FSH323Connection::receive_message MSG = 53
  1193. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1629 Received message id = 53 [0x1531060]
  1194. 2017-07-25 15:05:40.126594 [DEBUG] switch_ivr_originate.c:413 Codec string PCMU@8000h@20i not supported on h323/201, skipping inheritance
  1195. 2017-07-25 15:05:40.126594 [ALERT] switch_ivr_originate.c:3652 h323/201 receive message [ANSWER]
  1196. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1493 ======>FSH323Connection::receive_message MSG = 2
  1197. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1168 ======>FSH323Connection::AnsweringCall [0x15ba560]
  1198. 2017-07-25 15:05:40.126594 [DEBUG] h323.cxx:2074 Answering call: AnswerCallNow
  1199. 2017-07-25 15:05:40.126594 [DEBUG] h323pdu.cxx:630 Sending PDU [ip$192.168.19.24:3334/ip$192.168.19.24:20034] : connect
  1200. 2017-07-25 15:05:40.126594 [DEBUG] h323.cxx:3961 InternalEstablishedConnectionCheck: connectionState=HasExecutedSignalConnect fastStartState=FastStartAcknowledged
  1201. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1260 ======>PFSH323Connection::OnEstablished [0x15ba560]
  1202. 2017-07-25 15:05:40.126594 [NOTICE] mod_h323.cpp:1262 Channel [h323/201] has been answered
  1203. 2017-07-25 15:05:40.126594 [DEBUG] switch_channel.c:3781 (h323/201) Callstate Change RINGING -> ACTIVE
  1204. 2017-07-25 15:05:40.126594 [ALERT] mod_h323.cpp:1262 h323/201 receive message [PROGRESS_EVENT]
  1205. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1493 ======>FSH323Connection::receive_message MSG = 53
  1206. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1629 Received message id = 53 [0x15ba560]
  1207. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1548 Media started on connection [0x15ba560]
  1208. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1552 -------------------->switch_channel_mark_answered(m_fsChannel) [0x15ba560]
  1209. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1415 ======>FSH323Connection::kill_channel sig = 3 [0x15ba560]
  1210. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1415 ======>FSH323Connection::kill_channel sig = 3 [0x15ba560]
  1211. 2017-07-25 15:05:40.126594 [DEBUG] switch_ivr_originate.c:3710 Originate Resulted in Success: [h323/101@192.168.19.24:3333]
  1212. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1415 ======>FSH323Connection::kill_channel sig = 3 [0x1531060]
  1213. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1415 ======>FSH323Connection::kill_channel sig = 3 [0x15ba560]
  1214. 2017-07-25 15:05:40.126594 [ALERT] switch_ivr_originate.c:4046 h323/201 receive message [VIDEO_SYNC]
  1215. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1493 ======>FSH323Connection::receive_message MSG = 24
  1216. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1629 Received message id = 24 [0x15ba560]
  1217. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1415 ======>FSH323Connection::kill_channel sig = 3 [0x15ba560]
  1218. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1415 ======>FSH323Connection::kill_channel sig = 3 [0x15ba560]
  1219. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1415 ======>FSH323Connection::kill_channel sig = 3 [0x1531060]
  1220. 2017-07-25 15:05:40.126594 [ALERT] switch_ivr_originate.c:4043 h323/101@192.168.19.24:3333 receive message [VIDEO_SYNC]
  1221. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1493 ======>FSH323Connection::receive_message MSG = 24
  1222. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1629 Received message id = 24 [0x1531060]
  1223. 2017-07-25 15:05:40.126594 [ALERT] switch_ivr_bridge.c:1605 h323/101@192.168.19.24:3333 receive message [VIDEO_SYNC]
  1224. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1493 ======>FSH323Connection::receive_message MSG = 24
  1225. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1629 Received message id = 24 [0x1531060]
  1226. 2017-07-25 15:05:40.126594 [ALERT] switch_ivr.c:217 h323/201 receive message [VIDEO_SYNC]
  1227. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1493 ======>FSH323Connection::receive_message MSG = 24
  1228. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1629 Received message id = 24 [0x15ba560]
  1229. 2017-07-25 15:05:40.126594 [ALERT] switch_ivr_bridge.c:1604 h323/201 receive message [VIDEO_SYNC]
  1230. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1493 ======>FSH323Connection::receive_message MSG = 24
  1231. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1629 Received message id = 24 [0x15ba560]
  1232. 2017-07-25 15:05:40.126594 [ALERT] switch_ivr_bridge.c:1704 h323/101@192.168.19.24:3333 receive message [UNBRIDGE]
  1233. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1493 ======>FSH323Connection::receive_message MSG = 5
  1234. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1629 Received message id = 5 [0x1531060]
  1235. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1415 ======>FSH323Connection::kill_channel sig = 3 [0x1531060]
  1236. 2017-07-25 15:05:40.126594 [ALERT] switch_ivr_bridge.c:1712 h323/201 receive message [UNBRIDGE]
  1237. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1493 ======>FSH323Connection::receive_message MSG = 5
  1238. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1629 Received message id = 5 [0x15ba560]
  1239. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1415 ======>FSH323Connection::kill_channel sig = 3 [0x15ba560]
  1240. 2017-07-25 15:05:40.126594 [DEBUG] switch_ivr_bridge.c:1744 (h323/101@192.168.19.24:3333) State Change CS_CONSUME_MEDIA -> CS_EXCHANGE_MEDIA
  1241. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1646 ======>FSH323Connection::state_change [0x1531060]
  1242. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1647 State changed on connection [0x1531060]
  1243. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1415 ======>FSH323Connection::kill_channel sig = 3 [0x1531060]
  1244. 2017-07-25 15:05:40.126594 [ALERT] switch_core_state_machine.c:705 h323/101@192.168.19.24:3333 session thread wake state: CS_CONSUME_MEDIA!
  1245. 2017-07-25 15:05:40.126594 [DEBUG] switch_core_state_machine.c:584 (h323/101@192.168.19.24:3333) Running State Change CS_EXCHANGE_MEDIA (Cur 2 Tot 8)
  1246. 2017-07-25 15:05:40.126594 [DEBUG] switch_core_state_machine.c:653 (h323/101@192.168.19.24:3333) State EXCHANGE_MEDIA
  1247. 2017-07-25 15:05:40.126594 [ALERT] switch_core_state_machine.c:653 h323/101@192.168.19.24:3333 Send KeyFrame
  1248. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1668 ======>FSH323Connection::on_exchange_media [0x1531060]
  1249. 2017-07-25 15:05:40.126594 [DEBUG] switch_ivr.c:195 Codec Activated L16@8000hz 1 channels 20ms
  1250. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1415 ======>FSH323Connection::kill_channel sig = 3 [0x1531060]
  1251. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1415 ======>FSH323Connection::kill_channel sig = 3 [0x15ba560]
  1252. 2017-07-25 15:05:40.126594 [DEBUG] switch_ivr.c:195 Codec Activated L16@8000hz 1 channels 20ms
  1253. 2017-07-25 15:05:40.126594 [ALERT] switch_ivr_bridge.c:328 h323/201 receive message [TRANSCODING_NECESSARY]
  1254. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1493 ======>FSH323Connection::receive_message MSG = 22
  1255. 2017-07-25 15:05:40.126594 [DEBUG] mod_h323.cpp:1629 Received message id = 22 [0x15ba560]
  1256. 2017-07-25 15:05:40.146589 [ALERT] switch_core_media.c:15163 h323/101@192.168.19.24:3333 receive message [AUDIO_SYNC]
  1257. 2017-07-25 15:05:40.146589 [DEBUG] mod_h323.cpp:1493 ======>FSH323Connection::receive_message MSG = 23
  1258. 2017-07-25 15:05:40.146589 [DEBUG] mod_h323.cpp:1629 Received message id = 23 [0x1531060]
  1259. 2017-07-25 15:05:40.146589 [ALERT] switch_ivr_bridge.c:328 h323/101@192.168.19.24:3333 receive message [TRANSCODING_NECESSARY]
  1260. 2017-07-25 15:05:40.146589 [DEBUG] mod_h323.cpp:1493 ======>FSH323Connection::receive_message MSG = 22
  1261. 2017-07-25 15:05:40.146589 [DEBUG] mod_h323.cpp:1629 Received message id = 22 [0x1531060]
  1262. 2017-07-25 15:05:40.146589 [ALERT] switch_core_media.c:15163 h323/201 receive message [AUDIO_SYNC]
  1263. 2017-07-25 15:05:40.146589 [DEBUG] mod_h323.cpp:1493 ======>FSH323Connection::receive_message MSG = 23
  1264. 2017-07-25 15:05:40.146589 [DEBUG] mod_h323.cpp:1629 Received message id = 23 [0x15ba560]
  1265. freeswitch@voip.omskair.net>
  1266. freeswitch@voip.omskair.net>
  1267.  
  1268. VOICE Channel
  1269.  
  1270. freeswitch@voip.omskair.net>
  1271. freeswitch@voip.omskair.net>
  1272. freeswitch@voip.omskair.net>
  1273. freeswitch@voip.omskair.net> 2017-07-25 15:05:45.146594 [DEBUG] switch_ivr.c:195 Codec Activated L16@8000hz 1 channels 20ms
  1274. 2017-07-25 15:05:45.146594 [DEBUG] switch_ivr.c:195 Codec Activated L16@8000hz 1 channels 20ms
  1275. 2017-07-25 15:05:50.146598 [DEBUG] switch_ivr.c:195 Codec Activated L16@8000hz 1 channels 20ms
  1276. 2017-07-25 15:05:50.146598 [DEBUG] switch_ivr.c:195 Codec Activated L16@8000hz 1 channels 20ms
  1277. 2017-07-25 15:05:55.166592 [DEBUG] switch_ivr.c:195 Codec Activated L16@8000hz 1 channels 20ms
  1278. 2017-07-25 15:05:55.166592 [DEBUG] switch_ivr.c:195 Codec Activated L16@8000hz 1 channels 20ms
  1279. 2017-07-25 15:06:00.166602 [DEBUG] switch_ivr.c:195 Codec Activated L16@8000hz 1 channels 20ms
  1280. 2017-07-25 15:06:00.166602 [DEBUG] switch_ivr.c:195 Codec Activated L16@8000hz 1 channels 20ms
  1281. 2017-07-25 15:06:05.166605 [DEBUG] switch_ivr.c:195 Codec Activated L16@8000hz 1 channels 20ms
  1282. 2017-07-25 15:06:05.166605 [DEBUG] switch_ivr.c:195 Codec Activated L16@8000hz 1 channels 20ms
  1283. 2017-07-25 15:06:05.946596 [DEBUG] h323pdu.cxx:630 Receiving PDU [ip$192.168.19.24:44935/ip$192.168.19.24:22063] : command endSessionCommand
  1284. 2017-07-25 15:06:05.946596 [DEBUG] h323ep.cxx:1911 Clearing connection ip$localhost/11696 reason=EndedByRemoteUser
  1285. 2017-07-25 15:06:05.946596 [DEBUG] h323.cxx:701 Call end reason for ip$localhost/11696 set to EndedByRemoteUser
  1286. 2017-07-25 15:06:05.946596 [DEBUG] h323.cxx:719 Sending release complete PDU: callRef=11696
  1287. 2017-07-25 15:06:05.946596 [DEBUG] mod_h323.cpp:1107 ======>FSH323Connection::OnSendReleaseComplete cause = 16
  1288. 2017-07-25 15:06:05.946596 [NOTICE] mod_h323.cpp:1109 Hangup h323/101@192.168.19.24:3333 [CS_EXCHANGE_MEDIA] [NORMAL_CLEARING]
  1289. 2017-07-25 15:06:05.946596 [DEBUG] mod_h323.cpp:1415 ======>FSH323Connection::kill_channel sig = 1 [0x1531060]
  1290. 2017-07-25 15:06:05.946596 [DEBUG] mod_h323.cpp:1440 --->Kill soket [0x1531060]
  1291. 2017-07-25 15:06:05.946596 [DEBUG] mod_h323.cpp:1646 ======>FSH323Connection::state_change [0x1531060]
  1292. 2017-07-25 15:06:05.946596 [DEBUG] mod_h323.cpp:1647 State changed on connection [0x1531060]
  1293. 2017-07-25 15:06:05.946596 [DEBUG] mod_h323.cpp:1415 ======>FSH323Connection::kill_channel sig = 3 [0x1531060]
  1294. 2017-07-25 15:06:05.946596 [DEBUG] h323pdu.cxx:630 Sending PDU [ip$192.168.19.24:44935/ip$192.168.19.24:22063] : command endSessionCommand
  1295. 2017-07-25 15:06:05.946596 [DEBUG] h323pdu.cxx:630 Sending PDU [ip$192.168.19.24:39292/ip$192.168.19.24:3333] : releaseComplete
  1296. 2017-07-25 15:06:05.946596 [DEBUG] h323.cxx:3058 Control channel closed.
  1297. 2017-07-25 15:06:05.946596 [DEBUG] osutils.cxx:1684 Thread ended: name="H245:b014a440", real=26.861, kernel=0.000 (0%), user=0.020 (0%), both=0.020 (0%)
  1298. 2017-07-25 15:06:05.946596 [DEBUG] switch_ivr_bridge.c:917 BRIDGE THREAD DONE [h323/101@192.168.19.24:3333]
  1299. 2017-07-25 15:06:05.946596 [DEBUG] mod_h323.cpp:1415 ======>FSH323Connection::kill_channel sig = 3 [0x15ba560]
  1300. 2017-07-25 15:06:05.946596 [DEBUG] switch_core_state_machine.c:653 (h323/101@192.168.19.24:3333) State EXCHANGE_MEDIA going to sleep
  1301. 2017-07-25 15:06:05.946596 [DEBUG] switch_core_state_machine.c:584 (h323/101@192.168.19.24:3333) Running State Change CS_HANGUP (Cur 2 Tot 8)
  1302. 2017-07-25 15:06:05.946596 [DEBUG] switch_core_state_machine.c:850 (h323/101@192.168.19.24:3333) Callstate Change ACTIVE -> HANGUP
  1303. 2017-07-25 15:06:05.946596 [DEBUG] switch_core_state_machine.c:852 (h323/101@192.168.19.24:3333) State HANGUP
  1304. 2017-07-25 15:06:05.946596 [ALERT] switch_core_state_machine.c:852 h323/101@192.168.19.24:3333 Send KeyFrame
  1305. 2017-07-25 15:06:05.946596 [DEBUG] mod_h323.cpp:2398 ======>switch_status_t on_hangup [0x1526068]
  1306. 2017-07-25 15:06:05.946596 [DEBUG] mod_h323.cpp:2413 ------------->h323_mutex_lock
  1307. 2017-07-25 15:06:05.946596 [DEBUG] mod_h323.cpp:2416 ------------->h323_mutex_unlock
  1308. 2017-07-25 15:06:05.946596 [DEBUG] h323neg.cxx:639 Closing channel: R-129, state=Established
  1309. 2017-07-25 15:06:05.946596 [DEBUG] h323pdu.cxx:630 Sending PDU [ip$192.168.19.24:44935/ip$192.168.19.24:22063] : request requestChannelClose
  1310. 2017-07-25 15:06:05.946596 [DEBUG] h323neg.cxx:639 Closing channel: T-102, state=Established
  1311. 2017-07-25 15:06:05.946596 [DEBUG] h323pdu.cxx:630 Sending PDU [ip$192.168.19.24:44935/ip$192.168.19.24:22063] : request closeLogicalChannel
  1312. 2017-07-25 15:06:05.946596 [DEBUG] mod_h323.cpp:2423 ----->ip$localhost/11696
  1313. 2017-07-25 15:06:05.946596 [DEBUG] mod_h323.cpp:2426 -----> () = 1
  1314. 2017-07-25 15:06:05.946596 [DEBUG] mod_h323.cpp:2432 -----> connection->UnLock()
  1315. 2017-07-25 15:06:05.946596 [DEBUG] mod_h323.cpp:2435 -----> UnLock()
  1316. 2017-07-25 15:06:05.946596 [DEBUG] h323ep.cxx:1911 Clearing connection ip$localhost/11696 reason=EndedByRemoteUser
  1317. 2017-07-25 15:06:05.946596 [DEBUG] mod_h323.cpp:2447 ------------->h323_mutex_lock
  1318. 2017-07-25 15:06:05.946596 [DEBUG] mod_h323.cpp:2449 ------------->h323_mutex_unlock
  1319. 2017-07-25 15:06:05.946596 [DEBUG] mod_h323.cpp:2453 Wait clear h323 connection
  1320. 2017-07-25 15:06:05.946596 [DEBUG] h323ep.cxx:1970 Cleaning up connections
  1321. 2017-07-25 15:06:05.946596 [DEBUG] h323.cxx:761 Connection ip$localhost/11696 closing: connectionState=EstablishedConnection
  1322. 2017-07-25 15:06:05.946596 [DEBUG] h323neg.cxx:112 Stopping MasterSlaveDetermination: state=Idle
  1323. 2017-07-25 15:06:05.946596 [DEBUG] h323neg.cxx:344 Stopping TerminalCapabilitySet: state=Sent
  1324. 2017-07-25 15:06:05.946596 [DEBUG] channels.cxx:219 Cleaning up T-102
  1325. 2017-07-25 15:06:05.946596 [DEBUG] h323ep.cxx:2322 Stopped sending logical channel: G.711-uLaw-64k <2>
  1326. 2017-07-25 15:06:05.946596 [DEBUG] channels.cxx:247 Cleaned up T-102
  1327. 2017-07-25 15:06:05.946596 [DEBUG] channels.cxx:219 Cleaning up R-129
  1328. 2017-07-25 15:06:05.946596 [DEBUG] h323ep.cxx:2322 Stopped receiving logical channel: G.711-uLaw-64k <2>
  1329. 2017-07-25 15:06:05.946596 [DEBUG] channels.cxx:247 Cleaned up R-129
  1330. 2017-07-25 15:06:05.946596 [DEBUG] mod_h323.cpp:1965 ======>FSH323_ExternalRTPChannel::~FSH323_ExternalRTPChannel IsTransmitter [0x15be510]
  1331. 2017-07-25 15:06:05.946596 [DEBUG] h323.cxx:4709 Bandwidth request: -64.0kb/s, available: 9872.0kb/s
  1332. 2017-07-25 15:06:05.946596 [DEBUG] mod_h323.cpp:1965 ======>FSH323_ExternalRTPChannel::~FSH323_ExternalRTPChannel IsReceiver [0x15be160]
  1333. 2017-07-25 15:06:05.946596 [DEBUG] h323.cxx:4709 Bandwidth request: -64.0kb/s, available: 9936.0kb/s
  1334. 2017-07-25 15:06:05.946596 [DEBUG] transports.cxx:783 H323Transport::Close
  1335. 2017-07-25 15:06:05.986615 [INFO] h323pdu.cxx:1587 Read error (0):
  1336. 2017-07-25 15:06:05.986615 [DEBUG] h323ep.cxx:1911 Clearing connection ip$localhost/11696 reason=EndedByTransportFail
  1337. 2017-07-25 15:06:05.986615 [DEBUG] transports.cxx:783 H323Transport::Close
  1338. 2017-07-25 15:06:05.986615 [DEBUG] h323.cxx:929 Signal channel closed.
  1339. 2017-07-25 15:06:05.986615 [DEBUG] osutils.cxx:1684 Thread ended: name="H225 Caller:b018a440", real=27.489, kernel=0.000 (0%), user=0.080 (0.2%), both=0.080 (0.2%)
  1340. 2017-07-25 15:06:05.986615 [DEBUG] transports.cxx:921 H323Transport::CleanUpOnTermination for H245:b014a440
  1341. 2017-07-25 15:06:05.986615 [DEBUG] transports.cxx:783 H323Transport::Close
  1342. 2017-07-25 15:06:05.986615 [DEBUG] transports.cxx:921 H323Transport::CleanUpOnTermination for H225 Caller:b018a440
  1343. 2017-07-25 15:06:05.986615 [INFO] h323.cxx:835 Connection ip$localhost/11696 terminated.
  1344. 2017-07-25 15:06:05.986615 [DEBUG] mod_h323.cpp:754 ======>FSH323Connection::~FSH323Connection [0x1531060]
  1345. 2017-07-25 15:06:05.986615 [DEBUG] h323.cxx:651 Connection ip$localhost/11696 deleted.
  1346. 2017-07-25 15:06:05.986615 [DEBUG] h323ep.cxx:1970 Cleaning up connections
  1347. 2017-07-25 15:06:06.946584 [DEBUG] mod_h323.cpp:2457 H323 connection was cleared successfully
  1348. 2017-07-25 15:06:06.946584 [DEBUG] switch_core_state_machine.c:60 h323/101@192.168.19.24:3333 Standard HANGUP, cause: NORMAL_CLEARING
  1349. 2017-07-25 15:06:06.946584 [DEBUG] switch_core_state_machine.c:852 (h323/101@192.168.19.24:3333) State HANGUP going to sleep
  1350. 2017-07-25 15:06:06.946584 [DEBUG] switch_core_state_machine.c:619 (h323/101@192.168.19.24:3333) State Change CS_HANGUP -> CS_REPORTING
  1351. 2017-07-25 15:06:06.946584 [DEBUG] switch_core_state_machine.c:584 (h323/101@192.168.19.24:3333) Running State Change CS_REPORTING (Cur 2 Tot 8)
  1352. 2017-07-25 15:06:06.946584 [DEBUG] switch_core_state_machine.c:938 (h323/101@192.168.19.24:3333) State REPORTING
  1353. 2017-07-25 15:06:06.946584 [ALERT] switch_core_state_machine.c:938 h323/101@192.168.19.24:3333 Send KeyFrame
  1354. 2017-07-25 15:06:06.946584 [DEBUG] switch_core_state_machine.c:174 h323/101@192.168.19.24:3333 Standard REPORTING, cause: NORMAL_CLEARING
  1355. 2017-07-25 15:06:06.946584 [DEBUG] switch_core_state_machine.c:938 (h323/101@192.168.19.24:3333) State REPORTING going to sleep
  1356. 2017-07-25 15:06:06.946584 [DEBUG] switch_core_state_machine.c:610 (h323/101@192.168.19.24:3333) State Change CS_REPORTING -> CS_DESTROY
  1357. 2017-07-25 15:06:06.946584 [DEBUG] switch_core_session.c:1713 Session 8 (h323/101@192.168.19.24:3333) Locked, Waiting on external entities
  1358. 2017-07-25 15:06:07.286599 [DEBUG] h323pdu.cxx:630 Receiving PDU [ip$192.168.19.24:55593/ip$192.168.19.24:22061] : command endSessionCommand
  1359. 2017-07-25 15:06:07.286599 [DEBUG] h323ep.cxx:1911 Clearing connection ip$192.168.19.24:20034/28537 reason=EndedByRemoteUser
  1360. 2017-07-25 15:06:07.286599 [DEBUG] h323.cxx:701 Call end reason for ip$192.168.19.24:20034/28537 set to EndedByRemoteUser
  1361. 2017-07-25 15:06:07.286599 [DEBUG] h323.cxx:719 Sending release complete PDU: callRef=28537
  1362. 2017-07-25 15:06:07.286599 [DEBUG] mod_h323.cpp:1107 ======>FSH323Connection::OnSendReleaseComplete cause = 16
  1363. 2017-07-25 15:06:07.286599 [NOTICE] mod_h323.cpp:1109 Hangup h323/201 [CS_EXECUTE] [NORMAL_CLEARING]
  1364. 2017-07-25 15:06:07.286599 [DEBUG] mod_h323.cpp:1415 ======>FSH323Connection::kill_channel sig = 1 [0x15ba560]
  1365. 2017-07-25 15:06:07.286599 [DEBUG] mod_h323.cpp:1440 --->Kill soket [0x15ba560]
  1366. 2017-07-25 15:06:07.286599 [DEBUG] mod_h323.cpp:1646 ======>FSH323Connection::state_change [0x15ba560]
  1367. 2017-07-25 15:06:07.286599 [DEBUG] mod_h323.cpp:1647 State changed on connection [0x15ba560]
  1368. 2017-07-25 15:06:07.286599 [DEBUG] mod_h323.cpp:1415 ======>FSH323Connection::kill_channel sig = 3 [0x15ba560]
  1369. 2017-07-25 15:06:07.286599 [DEBUG] h323pdu.cxx:630 Sending PDU [ip$192.168.19.24:55593/ip$192.168.19.24:22061] : command endSessionCommand
  1370. 2017-07-25 15:06:07.286599 [DEBUG] h323pdu.cxx:630 Sending PDU [ip$192.168.19.24:3334/ip$192.168.19.24:20034] : releaseComplete
  1371. 2017-07-25 15:06:07.286599 [DEBUG] h323.cxx:3058 Control channel closed.
  1372. 2017-07-25 15:06:07.286599 [DEBUG] osutils.cxx:1684 Thread ended: name="H245:b01ca440", real=28.705, kernel=0.000 (0%), user=0.020 (0%), both=0.020 (0%)
  1373. 2017-07-25 15:06:07.286599 [DEBUG] switch_ivr_bridge.c:917 BRIDGE THREAD DONE [h323/201]
  1374. 2017-07-25 15:06:07.286599 [ALERT] switch_ivr_bridge.c:1846 h323/201 receive message [TRANSFER]
  1375. 2017-07-25 15:06:07.286599 [DEBUG] switch_ivr_bridge.c:1846 h323/201 skip receive message [TRANSFER] (channel is hungup already)
  1376. 2017-07-25 15:06:07.286599 [ALERT] switch_core_session.c:2885 h323/201 receive message [PHONE_EVENT]
  1377. 2017-07-25 15:06:07.286599 [DEBUG] switch_core_session.c:2885 h323/201 skip receive message [PHONE_EVENT] (channel is hungup already)
  1378. 2017-07-25 15:06:07.286599 [DEBUG] switch_core_state_machine.c:650 (h323/201) State EXECUTE going to sleep
  1379. 2017-07-25 15:06:07.286599 [DEBUG] switch_core_state_machine.c:584 (h323/201) Running State Change CS_HANGUP (Cur 2 Tot 8)
  1380. 2017-07-25 15:06:07.286599 [DEBUG] switch_core_state_machine.c:850 (h323/201) Callstate Change ACTIVE -> HANGUP
  1381. 2017-07-25 15:06:07.286599 [DEBUG] switch_core_state_machine.c:852 (h323/201) State HANGUP
  1382. 2017-07-25 15:06:07.286599 [ALERT] switch_core_state_machine.c:852 h323/201 Send KeyFrame
  1383. 2017-07-25 15:06:07.286599 [DEBUG] mod_h323.cpp:2398 ======>switch_status_t on_hangup [0x15b1570]
  1384. 2017-07-25 15:06:07.286599 [DEBUG] mod_h323.cpp:2413 ------------->h323_mutex_lock
  1385. 2017-07-25 15:06:07.286599 [DEBUG] mod_h323.cpp:2416 ------------->h323_mutex_unlock
  1386. 2017-07-25 15:06:07.286599 [DEBUG] h323neg.cxx:639 Closing channel: R-1, state=Established
  1387. 2017-07-25 15:06:07.286599 [DEBUG] h323pdu.cxx:630 Sending PDU [ip$192.168.19.24:55593/ip$192.168.19.24:22061] : request requestChannelClose
  1388. 2017-07-25 15:06:07.286599 [DEBUG] h323neg.cxx:639 Closing channel: T-101, state=Established
  1389. 2017-07-25 15:06:07.286599 [DEBUG] h323pdu.cxx:630 Sending PDU [ip$192.168.19.24:55593/ip$192.168.19.24:22061] : request closeLogicalChannel
  1390. 2017-07-25 15:06:07.286599 [DEBUG] mod_h323.cpp:2423 ----->ip$192.168.19.24:20034/28537
  1391. 2017-07-25 15:06:07.286599 [DEBUG] mod_h323.cpp:2426 -----> () = 1
  1392. 2017-07-25 15:06:07.286599 [DEBUG] mod_h323.cpp:2432 -----> connection->UnLock()
  1393. 2017-07-25 15:06:07.286599 [DEBUG] mod_h323.cpp:2435 -----> UnLock()
  1394. 2017-07-25 15:06:07.286599 [DEBUG] h323ep.cxx:1911 Clearing connection ip$192.168.19.24:20034/28537 reason=EndedByRemoteUser
  1395. 2017-07-25 15:06:07.286599 [DEBUG] mod_h323.cpp:2447 ------------->h323_mutex_lock
  1396. 2017-07-25 15:06:07.286599 [DEBUG] mod_h323.cpp:2449 ------------->h323_mutex_unlock
  1397. 2017-07-25 15:06:07.286599 [DEBUG] mod_h323.cpp:2453 Wait clear h323 connection
  1398. 2017-07-25 15:06:07.286599 [DEBUG] h323ep.cxx:1970 Cleaning up connections
  1399. 2017-07-25 15:06:07.286599 [DEBUG] h323.cxx:761 Connection ip$192.168.19.24:20034/28537 closing: connectionState=EstablishedConnection
  1400. 2017-07-25 15:06:07.286599 [DEBUG] h323neg.cxx:112 Stopping MasterSlaveDetermination: state=Idle
  1401. 2017-07-25 15:06:07.286599 [DEBUG] h323neg.cxx:344 Stopping TerminalCapabilitySet: state=Sent
  1402. 2017-07-25 15:06:07.286599 [NOTICE] switch_core_session.c:1731 Session 8 (h323/101@192.168.19.24:3333) Ended
  1403. 2017-07-25 15:06:07.286599 [NOTICE] switch_core_session.c:1735 Close Channel h323/101@192.168.19.24:3333 [CS_DESTROY]
  1404. 2017-07-25 15:06:07.286599 [DEBUG] switch_core_state_machine.c:741 (h323/101@192.168.19.24:3333) Running State Change CS_DESTROY (Cur 1 Tot 8)
  1405. 2017-07-25 15:06:07.286599 [DEBUG] switch_core_state_machine.c:751 (h323/101@192.168.19.24:3333) State DESTROY
  1406. 2017-07-25 15:06:07.286599 [ALERT] switch_core_state_machine.c:751 h323/101@192.168.19.24:3333 Send KeyFrame
  1407. 2017-07-25 15:06:07.286599 [DEBUG] mod_h323.cpp:2367 ======>on_destroy
  1408. 2017-07-25 15:06:07.286599 [DEBUG] switch_core_state_machine.c:181 h323/101@192.168.19.24:3333 Standard DESTROY
  1409. 2017-07-25 15:06:07.286599 [DEBUG] switch_core_state_machine.c:751 (h323/101@192.168.19.24:3333) State DESTROY going to sleep
  1410. 2017-07-25 15:06:07.306585 [DEBUG] channels.cxx:219 Cleaning up R-1
  1411. 2017-07-25 15:06:07.306585 [DEBUG] h323ep.cxx:2322 Stopped receiving logical channel: G.711-uLaw-64k <2>
  1412. 2017-07-25 15:06:07.306585 [DEBUG] channels.cxx:247 Cleaned up R-1
  1413. 2017-07-25 15:06:07.306585 [DEBUG] channels.cxx:219 Cleaning up T-101
  1414. 2017-07-25 15:06:07.306585 [DEBUG] h323ep.cxx:2322 Stopped sending logical channel: G.711-uLaw-64k <2>
  1415. 2017-07-25 15:06:07.306585 [DEBUG] channels.cxx:247 Cleaned up T-101
  1416. 2017-07-25 15:06:07.306585 [DEBUG] mod_h323.cpp:1965 ======>FSH323_ExternalRTPChannel::~FSH323_ExternalRTPChannel IsReceiver [0x140d7f8]
  1417. 2017-07-25 15:06:07.306585 [DEBUG] h323.cxx:4709 Bandwidth request: -64.0kb/s, available: 9872.0kb/s
  1418. 2017-07-25 15:06:07.306585 [DEBUG] mod_h323.cpp:1965 ======>FSH323_ExternalRTPChannel::~FSH323_ExternalRTPChannel IsTransmitter [0x140b908]
  1419. 2017-07-25 15:06:07.306585 [DEBUG] h323.cxx:4709 Bandwidth request: -64.0kb/s, available: 9936.0kb/s
  1420. 2017-07-25 15:06:07.306585 [DEBUG] transports.cxx:783 H323Transport::Close
  1421. 2017-07-25 15:06:07.306585 [DEBUG] h323pdu.cxx:630 Receiving PDU [ip$192.168.19.24:3334/ip$192.168.19.24:20034] : releaseComplete
  1422. 2017-07-25 15:06:07.306585 [DEBUG] h323.cxx:988 Handling PDU: ReleaseComplete callRef=28537
  1423. 2017-07-25 15:06:07.326586 [DEBUG] h323ep.cxx:1911 Clearing connection ip$192.168.19.24:20034/28537 reason=EndedByTransportFail
  1424. 2017-07-25 15:06:07.326586 [DEBUG] h323.cxx:929 Signal channel closed.
  1425. 2017-07-25 15:06:07.326586 [DEBUG] osutils.cxx:1684 Thread ended: name="H225 Answer:b024a440", real=28.989, kernel=0.000 (0%), user=0.040 (0.1%), both=0.040 (0.1%)
  1426. 2017-07-25 15:06:07.326586 [DEBUG] transports.cxx:921 H323Transport::CleanUpOnTermination for H245:b01ca440
  1427. 2017-07-25 15:06:07.326586 [DEBUG] transports.cxx:783 H323Transport::Close
  1428. 2017-07-25 15:06:07.326586 [DEBUG] transports.cxx:921 H323Transport::CleanUpOnTermination for H225 Answer:b024a440
  1429. 2017-07-25 15:06:07.326586 [INFO] h323.cxx:835 Connection ip$192.168.19.24:20034/28537 terminated.
  1430. 2017-07-25 15:06:07.326586 [DEBUG] mod_h323.cpp:754 ======>FSH323Connection::~FSH323Connection [0x15ba560]
  1431. 2017-07-25 15:06:07.326586 [DEBUG] h323.cxx:651 Connection ip$192.168.19.24:20034/28537 deleted.
  1432. 2017-07-25 15:06:07.326586 [DEBUG] h323ep.cxx:1970 Cleaning up connections
  1433. 2017-07-25 15:06:08.286604 [DEBUG] mod_h323.cpp:2457 H323 connection was cleared successfully
  1434. 2017-07-25 15:06:08.286604 [DEBUG] switch_core_state_machine.c:60 h323/201 Standard HANGUP, cause: NORMAL_CLEARING
  1435. 2017-07-25 15:06:08.286604 [DEBUG] switch_core_state_machine.c:852 (h323/201) State HANGUP going to sleep
  1436. 2017-07-25 15:06:08.286604 [DEBUG] switch_core_state_machine.c:619 (h323/201) State Change CS_HANGUP -> CS_REPORTING
  1437. 2017-07-25 15:06:08.286604 [DEBUG] switch_core_state_machine.c:584 (h323/201) Running State Change CS_REPORTING (Cur 1 Tot 8)
  1438. 2017-07-25 15:06:08.286604 [DEBUG] switch_core_state_machine.c:938 (h323/201) State REPORTING
  1439. 2017-07-25 15:06:08.286604 [ALERT] switch_core_state_machine.c:938 h323/201 Send KeyFrame
  1440. 2017-07-25 15:06:08.286604 [DEBUG] switch_core_state_machine.c:174 h323/201 Standard REPORTING, cause: NORMAL_CLEARING
  1441. 2017-07-25 15:06:08.286604 [DEBUG] switch_core_state_machine.c:938 (h323/201) State REPORTING going to sleep
  1442. 2017-07-25 15:06:08.286604 [DEBUG] switch_core_state_machine.c:610 (h323/201) State Change CS_REPORTING -> CS_DESTROY
  1443. 2017-07-25 15:06:08.286604 [DEBUG] switch_core_session.c:1713 Session 7 (h323/201) Locked, Waiting on external entities
  1444. 2017-07-25 15:06:08.286604 [NOTICE] switch_core_session.c:1731 Session 7 (h323/201) Ended
  1445. 2017-07-25 15:06:08.286604 [NOTICE] switch_core_session.c:1735 Close Channel h323/201 [CS_DESTROY]
  1446. 2017-07-25 15:06:08.286604 [DEBUG] switch_core_state_machine.c:741 (h323/201) Running State Change CS_DESTROY (Cur 0 Tot 8)
  1447. 2017-07-25 15:06:08.286604 [DEBUG] switch_core_state_machine.c:751 (h323/201) State DESTROY
  1448. 2017-07-25 15:06:08.286604 [ALERT] switch_core_state_machine.c:751 h323/201 Send KeyFrame
  1449. 2017-07-25 15:06:08.286604 [DEBUG] mod_h323.cpp:2367 ======>on_destroy
  1450. 2017-07-25 15:06:08.286604 [DEBUG] switch_core_state_machine.c:181 h323/201 Standard DESTROY
  1451. 2017-07-25 15:06:08.286604 [DEBUG] switch_core_state_machine.c:751 (h323/201) State DESTROY going to sleep
  1452. freeswitch@voip.omskair.net>
  1453.  
  1454. Handup.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement