freeswitchforum.com

Форум поддержки FreeSWITCH

FreeSWITCH is a registered trademark of Anthony Minessale. Official FreeSWITCH site.

Текущее время: 28 мар 2024 19:46

Часовой пояс: UTC + 4 часа




Начать новую тему Ответить на тему  [ 1 сообщение ] 
Автор Сообщение
СообщениеДобавлено: 26 сен 2022 12:21 

Зарегистрирован: 26 сен 2022 11:18
Сообщения: 1
Почему то FreeSWITH во время разговора игнорирует sip info, а именно в bind_meta_app и bind_digit_action.
При этом нормально отрабатывает в "play_and_get_digits" и в динамической конференции.
Проверяю вот так.
Код:
    <extension name="test">
      <condition field="destination_number" expression="^103$">
                <action application="bind_digit_action" data="test,**,exec:execute_extension,att_xfer XML features,both,self"/>
                <action application="set" data="call_timeout=30"/>
                <action application="set" data="dtmf_type=info"/>
                <action application="bridge" data="user/${destination_number}@${domain_name}"/>
      </condition>
    </extension>

Дебаг вот такой
[+] 
2022-09-23 16:27:03.699072 [NOTICE] switch_channel.c:1123 New Channel sofia/local/110@192.168.10.29 [e36b2d8b-a2cd-48a1-b63b-378015ccafdd]
2022-09-23 16:27:03.699072 [DEBUG] switch_core_state_machine.c:543 (sofia/local/110@192.168.10.29) Running State Change CS_NEW
2022-09-23 16:27:03.699072 [DEBUG] sofia.c:9446 sofia/local/110@192.168.10.29 receiving invite from 10.57.221.44:5060 version: 1.7.0 32bit
2022-09-23 16:27:03.699072 [DEBUG] switch_core_state_machine.c:562 (sofia/local/110@192.168.10.29) State NEW
2022-09-23 16:27:03.699072 [DEBUG] sofia.c:2214 detaching session e36b2d8b-a2cd-48a1-b63b-378015ccafdd
2022-09-23 16:27:03.699072 [DEBUG] sofia.c:2322 Re-attaching to session e36b2d8b-a2cd-48a1-b63b-378015ccafdd
2022-09-23 16:27:03.719080 [DEBUG] sofia.c:9446 sofia/local/110@192.168.10.29 receiving invite from 10.57.221.44:5060 version: 1.7.0 32bit
2022-09-23 16:27:03.719080 [DEBUG] sofia.c:6930 Channel sofia/local/110@192.168.10.29 entering state [received][100]
2022-09-23 16:27:03.719080 [DEBUG] sofia.c:6940 Remote SDP:
v=0
o=- 3872893924 3872893924 IN IP4 10.57.221.44
s=pjmedia
t=0 0
a=X-nat:0
m=audio 16002 RTP/AVP 8 102
c=IN IP4 10.57.221.44
a=rtpmap:8 PCMA/8000
a=rtpmap:102 telephone-event/8000
a=fmtp:102 0-16
a=rtcp:16003 IN IP4 10.57.221.44
a=ssrc:765440676 cname:2f90ff541327bcc3

2022-09-23 16:27:03.719080 [DEBUG] switch_core_media.c:4285 Audio Codec Compare [PCMA:8:8000:20:64000:1]/[PCMU:0:8000:20:64000:1]
2022-09-23 16:27:03.719080 [DEBUG] switch_core_media.c:4285 Audio Codec Compare [PCMA:8:8000:20:64000:1]/[PCMA:8:8000:20:64000:1]
2022-09-23 16:27:03.719080 [DEBUG] switch_core_media.c:4340 Audio Codec Compare [PCMA:8:8000:20:64000:1] ++++ is saved as a match
2022-09-23 16:27:03.719080 [DEBUG] switch_core_media.c:4285 Audio Codec Compare [PCMA:8:8000:20:64000:1]/[SPEEX:99:8000:20:24600:1]
2022-09-23 16:27:03.719080 [DEBUG] switch_core_media.c:4201 Set telephone-event payload to 102@8000
2022-09-23 16:27:03.719080 [DEBUG] switch_core_media.c:3020 Set Codec sofia/local/110@192.168.10.29 PCMA/8000 20 ms 160 samples 64000 bits 1 channels
2022-09-23 16:27:03.719080 [DEBUG] switch_core_codec.c:111 sofia/local/110@192.168.10.29 Original read codec set to PCMA:8
2022-09-23 16:27:03.719080 [DEBUG] switch_core_media.c:4553 Set telephone-event payload to 102@8000
2022-09-23 16:27:03.719080 [DEBUG] switch_core_media.c:4611 sofia/local/110@192.168.10.29 Set 2833 dtmf send payload to 101 recv payload to 101
2022-09-23 16:27:03.719080 [DEBUG] sofia.c:7320 (sofia/local/110@192.168.10.29) State Change CS_NEW -> CS_INIT
2022-09-23 16:27:03.719080 [DEBUG] switch_core_state_machine.c:543 (sofia/local/110@192.168.10.29) Running State Change CS_INIT
2022-09-23 16:27:03.719080 [DEBUG] switch_core_state_machine.c:586 (sofia/local/110@192.168.10.29) State INIT
2022-09-23 16:27:03.719080 [DEBUG] mod_sofia.c:89 sofia/local/110@192.168.10.29 SOFIA INIT
2022-09-23 16:27:03.719080 [DEBUG] switch_core_state_machine.c:40 sofia/local/110@192.168.10.29 Standard INIT
2022-09-23 16:27:03.719080 [DEBUG] switch_core_state_machine.c:48 (sofia/local/110@192.168.10.29) State Change CS_INIT -> CS_ROUTING
2022-09-23 16:27:03.719080 [DEBUG] switch_core_state_machine.c:586 (sofia/local/110@192.168.10.29) State INIT going to sleep
2022-09-23 16:27:03.719080 [DEBUG] switch_core_state_machine.c:543 (sofia/local/110@192.168.10.29) Running State Change CS_ROUTING
2022-09-23 16:27:03.719080 [DEBUG] switch_channel.c:2268 (sofia/local/110@192.168.10.29) Callstate Change DOWN -> RINGING
2022-09-23 16:27:03.719080 [DEBUG] switch_core_state_machine.c:602 (sofia/local/110@192.168.10.29) State ROUTING
2022-09-23 16:27:03.719080 [DEBUG] mod_sofia.c:142 sofia/local/110@192.168.10.29 SOFIA ROUTING
2022-09-23 16:27:03.719080 [DEBUG] switch_core_state_machine.c:236 sofia/local/110@192.168.10.29 Standard ROUTING
2022-09-23 16:27:03.719080 [INFO] mod_dialplan_xml.c:637 Processing 110 <110>->103 in context local
Dialplan: sofia/local/110@192.168.10.29 parsing [local->global-intercept] continue=false
Dialplan: sofia/local/110@192.168.10.29 Regex (FAIL) [global-intercept] destination_number(103) =~ /^886$/ break=on-false
Dialplan: sofia/local/110@192.168.10.29 parsing [local->group-intercept] continue=false
Dialplan: sofia/local/110@192.168.10.29 Regex (FAIL) [group-intercept] destination_number(103) =~ /^\*8$/ break=on-false
Dialplan: sofia/local/110@192.168.10.29 parsing [local->intercept-ext] continue=false
Dialplan: sofia/local/110@192.168.10.29 Regex (FAIL) [intercept-ext] destination_number(103) =~ /^\*\*(\d+)$/ break=on-false
Dialplan: sofia/local/110@192.168.10.29 parsing [local->redial] continue=false
Dialplan: sofia/local/110@192.168.10.29 Regex (FAIL) [redial] destination_number(103) =~ /\*00\#/ break=on-false
Dialplan: sofia/local/110@192.168.10.29 parsing [local->global] continue=true
Dialplan: sofia/local/110@192.168.10.29 Regex (FAIL) [global] ${call_debug}() =~ /^true$/ break=never
Dialplan: sofia/local/110@192.168.10.29 Absolute Condition [global]
Dialplan: sofia/local/110@192.168.10.29 Action hash(insert/${domain_name}-spymap/${caller_id_number}/${uuid})
Dialplan: sofia/local/110@192.168.10.29 Action hash(insert/${domain_name}-last_dial/${caller_id_number}/${destination_number})
Dialplan: sofia/local/110@192.168.10.29 Action hash(insert/${domain_name}-last_dial/global/${uuid})
Dialplan: sofia/local/110@192.168.10.29 parsing [local->call_forwarding_activativation] continue=false
Dialplan: sofia/local/110@192.168.10.29 Regex (FAIL) [call_forwarding_activativation] destination_number(103) =~ /^\*72$/ break=on-false
Dialplan: sofia/local/110@192.168.10.29 parsing [local->call_forwarding_deactivation] continue=false
Dialplan: sofia/local/110@192.168.10.29 Regex (FAIL) [call_forwarding_deactivation] destination_number(103) =~ /^\*73$/ break=on-false
Dialplan: sofia/local/110@192.168.10.29 parsing [local->call_forwarding_number] continue=true
Dialplan: sofia/local/110@192.168.10.29 Absolute Condition [call_forwarding_number]
Dialplan: sofia/local/110@192.168.10.29 Action set(call_forwarding_number=${hash(select/${domain_name}-call_forward/${destination_number})})
Dialplan: sofia/local/110@192.168.10.29 Action transfer(${hash(select/${domain_name}-call_forward/${destination_number})})
Dialplan: sofia/local/110@192.168.10.29 parsing [local->eavesdrop] continue=false
Dialplan: sofia/local/110@192.168.10.29 Regex (FAIL) [eavesdrop] destination_number(103) =~ /^88(\d{3})$|^\*0(.*)$/ break=on-false
Dialplan: sofia/local/110@192.168.10.29 parsing [local->eavesdrop] continue=false
Dialplan: sofia/local/110@192.168.10.29 Regex (FAIL) [eavesdrop] destination_number(103) =~ /^779$/ break=on-false
Dialplan: sofia/local/110@192.168.10.29 parsing [local->local-account-hello] continue=false
Dialplan: sofia/local/110@192.168.10.29 Regex (PASS) [local-account-hello] destination_number(103) =~ /^103$/ break=on-false
Dialplan: sofia/local/110@192.168.10.29 Action bind_digit_action(test,**,exec:execute_extension,att_xfer XML features,both,self)
Dialplan: sofia/local/110@192.168.10.29 Action set(call_timeout=30)
Dialplan: sofia/local/110@192.168.10.29 Action set(dtmf_type=info)
Dialplan: sofia/local/110@192.168.10.29 Action bridge(user/${destination_number}@${domain_name})
Dialplan: sofia/local/110@192.168.10.29 Action answer()
2022-09-23 16:27:03.739094 [DEBUG] switch_core_state_machine.c:286 (sofia/local/110@192.168.10.29) State Change CS_ROUTING -> CS_EXECUTE
2022-09-23 16:27:03.739094 [DEBUG] switch_core_state_machine.c:602 (sofia/local/110@192.168.10.29) State ROUTING going to sleep
2022-09-23 16:27:03.739094 [DEBUG] switch_core_state_machine.c:543 (sofia/local/110@192.168.10.29) Running State Change CS_EXECUTE
2022-09-23 16:27:03.739094 [DEBUG] switch_core_state_machine.c:609 (sofia/local/110@192.168.10.29) State EXECUTE
2022-09-23 16:27:03.739094 [DEBUG] mod_sofia.c:197 sofia/local/110@192.168.10.29 SOFIA EXECUTE
2022-09-23 16:27:03.739094 [DEBUG] switch_core_state_machine.c:328 sofia/local/110@192.168.10.29 Standard EXECUTE
EXECUTE sofia/local/110@192.168.10.29 hash(insert/192.168.10.29-spymap/110/e36b2d8b-a2cd-48a1-b63b-378015ccafdd)
2022-09-23 16:27:03.739094 [DEBUG] switch_core_media.c:9334 switch_core_media_receive_message() sofia/local/110@192.168.10.29, Id 30.
2022-09-23 16:27:03.739094 [DEBUG] switch_core_media.c:9334 switch_core_media_receive_message() sofia/local/110@192.168.10.29, Id 31.
EXECUTE sofia/local/110@192.168.10.29 hash(insert/192.168.10.29-last_dial/110/103)
2022-09-23 16:27:03.739094 [DEBUG] switch_core_media.c:9334 switch_core_media_receive_message() sofia/local/110@192.168.10.29, Id 30.
2022-09-23 16:27:03.739094 [DEBUG] switch_core_media.c:9334 switch_core_media_receive_message() sofia/local/110@192.168.10.29, Id 31.
EXECUTE sofia/local/110@192.168.10.29 hash(insert/192.168.10.29-last_dial/global/e36b2d8b-a2cd-48a1-b63b-378015ccafdd)
2022-09-23 16:27:03.739094 [DEBUG] switch_core_media.c:9334 switch_core_media_receive_message() sofia/local/110@192.168.10.29, Id 30.
2022-09-23 16:27:03.739094 [DEBUG] switch_core_media.c:9334 switch_core_media_receive_message() sofia/local/110@192.168.10.29, Id 31.
EXECUTE sofia/local/110@192.168.10.29 set(call_forwarding_number=)
2022-09-23 16:27:03.739094 [DEBUG] switch_core_media.c:9334 switch_core_media_receive_message() sofia/local/110@192.168.10.29, Id 30.
2022-09-23 16:27:03.739094 [DEBUG] mod_dptools.c:1519 SET sofia/local/110@192.168.10.29 [call_forwarding_number]=[UNDEF]
2022-09-23 16:27:03.739094 [DEBUG] switch_core_media.c:9334 switch_core_media_receive_message() sofia/local/110@192.168.10.29, Id 31.
EXECUTE sofia/local/110@192.168.10.29 transfer()
2022-09-23 16:27:03.739094 [DEBUG] switch_core_media.c:9334 switch_core_media_receive_message() sofia/local/110@192.168.10.29, Id 30.
2022-09-23 16:27:03.739094 [DEBUG] switch_core_media.c:9334 switch_core_media_receive_message() sofia/local/110@192.168.10.29, Id 31.
EXECUTE sofia/local/110@192.168.10.29 bind_digit_action(test,**,exec:execute_extension,att_xfer XML features,both,self)
2022-09-23 16:27:03.739094 [DEBUG] switch_core_media.c:9334 switch_core_media_receive_message() sofia/local/110@192.168.10.29, Id 30.
2022-09-23 16:27:03.739094 [INFO] switch_ivr_async.c:214 Digit parser DPTOOLS: Setting realm to 'test'
2022-09-23 16:27:03.739094 [DEBUG] switch_ivr_async.c:323 Digit parser DPTOOLS: binding **/test/0 callback: 0xb5773ac0 data: 0xb5302e38
2022-09-23 16:27:03.739094 [INFO] switch_ivr_async.c:214 Digit parser DPTOOLS: Setting realm to 'test'
2022-09-23 16:27:03.739094 [DEBUG] switch_ivr_async.c:323 Digit parser DPTOOLS: binding **/test/0 callback: 0xb5773ac0 data: 0xb5302e90
2022-09-23 16:27:03.739094 [DEBUG] switch_core_media.c:9334 switch_core_media_receive_message() sofia/local/110@192.168.10.29, Id 31.
EXECUTE sofia/local/110@192.168.10.29 set(call_timeout=30)
2022-09-23 16:27:03.739094 [DEBUG] switch_core_media.c:9334 switch_core_media_receive_message() sofia/local/110@192.168.10.29, Id 30.
2022-09-23 16:27:03.739094 [DEBUG] mod_dptools.c:1519 SET sofia/local/110@192.168.10.29 [call_timeout]=[30]
2022-09-23 16:27:03.739094 [DEBUG] switch_core_media.c:9334 switch_core_media_receive_message() sofia/local/110@192.168.10.29, Id 31.
EXECUTE sofia/local/110@192.168.10.29 set(dtmf_type=info)
2022-09-23 16:27:03.739094 [DEBUG] switch_core_media.c:9334 switch_core_media_receive_message() sofia/local/110@192.168.10.29, Id 30.
2022-09-23 16:27:03.739094 [DEBUG] mod_dptools.c:1519 SET sofia/local/110@192.168.10.29 [dtmf_type]=[info]
2022-09-23 16:27:03.759103 [DEBUG] switch_core_media.c:9334 switch_core_media_receive_message() sofia/local/110@192.168.10.29, Id 31.
EXECUTE sofia/local/110@192.168.10.29 bridge(user/103@192.168.10.29)
2022-09-23 16:27:03.759103 [DEBUG] switch_core_media.c:9334 switch_core_media_receive_message() sofia/local/110@192.168.10.29, Id 30.
2022-09-23 16:27:03.759103 [DEBUG] switch_ivr_originate.c:2127 Parsing global variables
2022-09-23 16:27:03.759103 [DEBUG] switch_ivr_originate.c:2127 Parsing global variables
2022-09-23 16:27:03.759103 [NOTICE] switch_channel.c:1123 New Channel sofia/local/103@192.168.11.20:60236 [0255cb1a-6514-423e-8887-0bfe62b2f298]
2022-09-23 16:27:03.759103 [DEBUG] mod_sofia.c:4904 (sofia/local/103@192.168.11.20:60236) State Change CS_NEW -> CS_INIT
2022-09-23 16:27:03.759103 [DEBUG] switch_core_state_machine.c:543 (sofia/local/103@192.168.11.20:60236) Running State Change CS_INIT
2022-09-23 16:27:03.759103 [DEBUG] switch_core_state_machine.c:586 (sofia/local/103@192.168.11.20:60236) State INIT
2022-09-23 16:27:03.759103 [DEBUG] mod_sofia.c:89 sofia/local/103@192.168.11.20:60236 SOFIA INIT
2022-09-23 16:27:03.759103 [DEBUG] sofia_glue.c:1261 sofia/local/103@192.168.11.20:60236 sending invite version: 1.7.0 32bit
Local SDP:
v=0
o=FreeSWITCH 1663917787 1663917788 IN IP4 192.168.10.29
s=FreeSWITCH
c=IN IP4 192.168.10.29
t=0 0
m=audio 21836 RTP/AVP 8
a=rtpmap:8 PCMA/8000
a=rtpmap:13 CN/8000
a=ptime:20
a=sendrecv

2022-09-23 16:27:03.759103 [DEBUG] switch_core_state_machine.c:40 sofia/local/103@192.168.11.20:60236 Standard INIT
2022-09-23 16:27:03.759103 [DEBUG] switch_core_state_machine.c:48 (sofia/local/103@192.168.11.20:60236) State Change CS_INIT -> CS_ROUTING
2022-09-23 16:27:03.759103 [DEBUG] switch_core_state_machine.c:586 (sofia/local/103@192.168.11.20:60236) State INIT going to sleep
2022-09-23 16:27:03.759103 [DEBUG] switch_core_state_machine.c:543 (sofia/local/103@192.168.11.20:60236) Running State Change CS_ROUTING
2022-09-23 16:27:03.759103 [DEBUG] sofia.c:6930 Channel sofia/local/103@192.168.11.20:60236 entering state [calling][0]
2022-09-23 16:27:03.759103 [DEBUG] switch_core_state_machine.c:602 (sofia/local/103@192.168.11.20:60236) State ROUTING
2022-09-23 16:27:03.759103 [DEBUG] mod_sofia.c:142 sofia/local/103@192.168.11.20:60236 SOFIA ROUTING
2022-09-23 16:27:03.759103 [DEBUG] switch_ivr_originate.c:67 (sofia/local/103@192.168.11.20:60236) State Change CS_ROUTING -> CS_CONSUME_MEDIA
2022-09-23 16:27:03.759103 [DEBUG] switch_core_state_machine.c:602 (sofia/local/103@192.168.11.20:60236) State ROUTING going to sleep
2022-09-23 16:27:03.759103 [DEBUG] switch_core_state_machine.c:543 (sofia/local/103@192.168.11.20:60236) Running State Change CS_CONSUME_MEDIA
2022-09-23 16:27:03.759103 [DEBUG] switch_core_state_machine.c:621 (sofia/local/103@192.168.11.20:60236) State CONSUME_MEDIA
2022-09-23 16:27:03.759103 [DEBUG] switch_core_state_machine.c:621 (sofia/local/103@192.168.11.20:60236) State CONSUME_MEDIA going to sleep
2022-09-23 16:27:03.779090 [DEBUG] sofia.c:6930 Channel sofia/local/103@192.168.11.20:60236 entering state [proceeding][180]
2022-09-23 16:27:03.779090 [NOTICE] sofia.c:7032 Ring-Ready sofia/local/103@192.168.11.20:60236!
2022-09-23 16:27:03.779090 [DEBUG] switch_channel.c:3362 (sofia/local/103@192.168.11.20:60236) Callstate Change DOWN -> RINGING
2022-09-23 16:27:03.779090 [DEBUG] switch_core_media.c:9334 switch_core_media_receive_message() sofia/local/103@192.168.11.20:60236, Id 54.
2022-09-23 16:27:03.779090 [DEBUG] switch_core_media.c:9334 switch_core_media_receive_message() sofia/local/110@192.168.10.29, Id 7.
2022-09-23 16:27:03.779090 [NOTICE] mod_sofia.c:2259 Ring-Ready sofia/local/110@192.168.10.29!
2022-09-23 16:27:03.779090 [DEBUG] switch_core_media.c:9334 switch_core_media_receive_message() sofia/local/110@192.168.10.29, Id 54.
2022-09-23 16:27:03.779090 [DEBUG] sofia.c:6930 Channel sofia/local/110@192.168.10.29 entering state [early][180]
2022-09-23 16:27:03.779090 [NOTICE] switch_ivr_originate.c:525 Ring Ready sofia/local/110@192.168.10.29!
2022-09-23 16:27:07.439097 [DEBUG] sofia.c:6930 Channel sofia/local/103@192.168.11.20:60236 entering state [completing][200]
2022-09-23 16:27:07.439097 [DEBUG] sofia.c:6940 Remote SDP:
v=0
o=- 3872939298 3872939299 IN IP4 192.168.11.20
s=pjmedia
b=AS:84
t=0 0
a=X-nat:0
m=audio 4000 RTP/AVP 8
c=IN IP4 192.168.11.20
b=TIAS:64000
a=rtpmap:8 PCMA/8000
a=rtcp:4001 IN IP4 192.168.11.20
a=ssrc:329085001 cname:6c69288f3a6122cd

2022-09-23 16:27:07.439097 [DEBUG] sofia.c:6930 Channel sofia/local/103@192.168.11.20:60236 entering state [ready][200]
2022-09-23 16:27:07.439097 [DEBUG] switch_core_media.c:4285 Audio Codec Compare [PCMA:8:8000:20:64000:1]/[PCMA:8:8000:20:64000:1]
2022-09-23 16:27:07.439097 [DEBUG] switch_core_media.c:4340 Audio Codec Compare [PCMA:8:8000:20:64000:1] ++++ is saved as a match
2022-09-23 16:27:07.439097 [DEBUG] switch_core_media.c:3020 Set Codec sofia/local/103@192.168.11.20:60236 PCMA/8000 20 ms 160 samples 64000 bits 1 channels
2022-09-23 16:27:07.439097 [DEBUG] switch_core_codec.c:111 sofia/local/103@192.168.11.20:60236 Original read codec set to PCMA:8
2022-09-23 16:27:07.439097 [DEBUG] switch_core_media.c:4618 No 2833 in SDP. Disable 2833 dtmf and switch to INFO
2022-09-23 16:27:07.439097 [DEBUG] switch_core_media.c:6394 AUDIO RTP [sofia/local/103@192.168.11.20:60236] 192.168.10.29 port 21836 -> 192.168.11.20 port 4000 codec: 8 ms: 20
2022-09-23 16:27:07.439097 [DEBUG] switch_rtp.c:3920 Not using a timer
2022-09-23 16:27:07.439097 [DEBUG] switch_core_media.c:6612 Activating RTCP PORT 4001
2022-09-23 16:27:07.439097 [DEBUG] switch_rtp.c:4287 RTCP send rate is: 5000 and packet rate is: 20000 Remote Port: 4001
2022-09-23 16:27:07.439097 [DEBUG] switch_rtp.c:2560 Setting RTCP remote addr to 192.168.11.20:4001 2
2022-09-23 16:27:07.439097 [DEBUG] switch_core_media.c:6723 sofia/local/103@192.168.11.20:60236 Set rtp dtmf delay to 40
2022-09-23 16:27:07.439097 [NOTICE] sofia.c:7896 Channel [sofia/local/103@192.168.11.20:60236] has been answered
2022-09-23 16:27:07.439097 [DEBUG] switch_core_media.c:9334 switch_core_media_receive_message() sofia/local/110@192.168.10.29, Id 2.
2022-09-23 16:27:07.439097 [DEBUG] switch_core_media.c:6394 AUDIO RTP [sofia/local/110@192.168.10.29] 192.168.10.29 port 19884 -> 10.57.221.44 port 16002 codec: 8 ms: 20
2022-09-23 16:27:07.439097 [DEBUG] switch_rtp.c:3920 Not using a timer
2022-09-23 16:27:07.439097 [DEBUG] switch_core_media.c:6612 Activating RTCP PORT 16003
2022-09-23 16:27:07.439097 [DEBUG] switch_rtp.c:4287 RTCP send rate is: 5000 and packet rate is: 20000 Remote Port: 16003
2022-09-23 16:27:07.439097 [DEBUG] switch_rtp.c:2560 Setting RTCP remote addr to 10.57.221.44:16003 2
2022-09-23 16:27:07.439097 [DEBUG] switch_core_media.c:6693 sofia/local/110@192.168.10.29 Set 2833 dtmf send payload to 101
2022-09-23 16:27:07.439097 [DEBUG] switch_channel.c:3789 (sofia/local/103@192.168.11.20:60236) Callstate Change RINGING -> ACTIVE
2022-09-23 16:27:07.439097 [DEBUG] switch_core_media.c:6700 sofia/local/110@192.168.10.29 Set 2833 dtmf receive payload to 101
2022-09-23 16:27:07.439097 [DEBUG] switch_core_media.c:6723 sofia/local/110@192.168.10.29 Set rtp dtmf delay to 40
2022-09-23 16:27:07.439097 [DEBUG] mod_sofia.c:814 Local SDP sofia/local/110@192.168.10.29:
v=0
o=FreeSWITCH 1663919743 1663919744 IN IP4 192.168.10.29
s=FreeSWITCH
c=IN IP4 192.168.10.29
t=0 0
m=audio 19884 RTP/AVP 8
a=rtpmap:8 PCMA/8000
a=ptime:20
a=sendrecv
a=rtcp:19885 IN IP4 192.168.10.29

2022-09-23 16:27:07.439097 [DEBUG] switch_core_media.c:9334 switch_core_media_receive_message() sofia/local/103@192.168.11.20:60236, Id 52.
2022-09-23 16:27:07.439097 [NOTICE] switch_ivr_originate.c:3549 Channel [sofia/local/110@192.168.10.29] has been answered
2022-09-23 16:27:07.439097 [DEBUG] switch_channel.c:3789 (sofia/local/110@192.168.10.29) Callstate Change RINGING -> ACTIVE
2022-09-23 16:27:07.439097 [DEBUG] switch_core_media.c:9334 switch_core_media_receive_message() sofia/local/110@192.168.10.29, Id 52.
2022-09-23 16:27:07.439097 [DEBUG] sofia.c:6930 Channel sofia/local/110@192.168.10.29 entering state [completed][200]
2022-09-23 16:27:07.439097 [DEBUG] sofia.c:6930 Channel sofia/local/110@192.168.10.29 entering state [ready][200]
2022-09-23 16:27:07.439097 [DEBUG] switch_ivr_originate.c:3607 Originate Resulted in Success: [sofia/local/103@192.168.11.20:60236]
2022-09-23 16:27:07.459088 [DEBUG] switch_core_media.c:9334 switch_core_media_receive_message() sofia/local/103@192.168.11.20:60236, Id 23.
2022-09-23 16:27:07.459088 [DEBUG] switch_core_media.c:9334 switch_core_media_receive_message() sofia/local/110@192.168.10.29, Id 23.
2022-09-23 16:27:07.459088 [DEBUG] switch_ivr_originate.c:3607 Originate Resulted in Success: [sofia/local/103@192.168.11.20:60236]
2022-09-23 16:27:07.459088 [DEBUG] switch_core_media.c:9334 switch_core_media_receive_message() sofia/local/103@192.168.11.20:60236, Id 23.
2022-09-23 16:27:07.459088 [DEBUG] switch_core_media.c:9334 switch_core_media_receive_message() sofia/local/110@192.168.10.29, Id 23.
2022-09-23 16:27:07.459088 [DEBUG] switch_core_media.c:9334 switch_core_media_receive_message() sofia/local/103@192.168.11.20:60236, Id 23.
2022-09-23 16:27:07.459088 [DEBUG] switch_core_media.c:9334 switch_core_media_receive_message() sofia/local/110@192.168.10.29, Id 23.
2022-09-23 16:27:07.459088 [DEBUG] switch_core_media.c:9334 switch_core_media_receive_message() sofia/local/110@192.168.10.29, Id 23.
2022-09-23 16:27:07.459088 [DEBUG] switch_core_media.c:9334 switch_core_media_receive_message() sofia/local/103@192.168.11.20:60236, Id 4.
2022-09-23 16:27:07.459088 [DEBUG] switch_core_media.c:9334 switch_core_media_receive_message() sofia/local/110@192.168.10.29, Id 4.
2022-09-23 16:27:07.459088 [DEBUG] switch_ivr_bridge.c:1594 (sofia/local/103@192.168.11.20:60236) State Change CS_CONSUME_MEDIA -> CS_EXCHANGE_MEDIA
2022-09-23 16:27:07.459088 [DEBUG] switch_core_state_machine.c:543 (sofia/local/103@192.168.11.20:60236) Running State Change CS_EXCHANGE_MEDIA
2022-09-23 16:27:07.459088 [DEBUG] switch_core_state_machine.c:612 (sofia/local/103@192.168.11.20:60236) State EXCHANGE_MEDIA
2022-09-23 16:27:07.459088 [DEBUG] mod_sofia.c:628 SOFIA EXCHANGE_MEDIA
2022-09-23 16:27:07.459088 [DEBUG] switch_rtp.c:1910 rtcp_stats_init: audio ssrc[329085001] base_seq[1641]
2022-09-23 16:27:07.459088 [WARNING] switch_rtp.c:6120 Received an unsupported RTCP packet version 3
2022-09-23 16:27:07.459088 [DEBUG] switch_core_media.c:9334 switch_core_media_receive_message() sofia/local/103@192.168.11.20:60236, Id 21.
2022-09-23 16:27:07.459088 [WARNING] switch_rtp.c:6120 Received an unsupported RTCP packet version 3
2022-09-23 16:27:07.459088 [DEBUG] switch_core_media.c:9334 switch_core_media_receive_message() sofia/local/110@192.168.10.29, Id 21.
2022-09-23 16:27:07.459088 [WARNING] switch_rtp.c:6120 Received an unsupported RTCP packet version 3
2022-09-23 16:27:07.479088 [WARNING] switch_rtp.c:6120 Received an unsupported RTCP packet version 3
2022-09-23 16:27:07.479088 [DEBUG] switch_rtp.c:6819 Correct audio ip/port confirmed.
2022-09-23 16:27:07.479088 [WARNING] switch_rtp.c:6120 Received an unsupported RTCP packet version 3
2022-09-23 16:27:07.479088 [DEBUG] switch_rtp.c:6819 Correct audio ip/port confirmed.
2022-09-23 16:27:07.499076 [WARNING] switch_rtp.c:6120 Received an unsupported RTCP packet version 3
2022-09-23 16:27:07.499076 [DEBUG] switch_rtp.c:1910 rtcp_stats_init: audio ssrc[765440676] base_seq[26961]
2022-09-23 16:27:07.519074 [WARNING] switch_rtp.c:6120 Received an unsupported RTCP packet version 3
2022-09-23 16:27:07.519074 [WARNING] switch_rtp.c:6120 Received an unsupported RTCP packet version 3
2022-09-23 16:27:07.539072 [WARNING] switch_rtp.c:6120 Received an unsupported RTCP packet version 3
2022-09-23 16:27:07.539072 [WARNING] switch_rtp.c:6120 Received an unsupported RTCP packet version 3
2022-09-23 16:27:07.559072 [WARNING] switch_rtp.c:6120 Received an unsupported RTCP packet version 3
2022-09-23 16:27:07.599078 [WARNING] switch_rtp.c:6120 Received an unsupported RTCP packet version 3
2022-09-23 16:27:07.619075 [WARNING] switch_rtp.c:6120 Received an unsupported RTCP packet version 3
2022-09-23 16:27:07.639076 [WARNING] switch_rtp.c:6120 Received an unsupported RTCP packet version 3
2022-09-23 16:27:07.679079 [WARNING] switch_rtp.c:6120 Received an unsupported RTCP packet version 3
2022-09-23 16:27:07.679079 [WARNING] switch_rtp.c:6120 Received an unsupported RTCP packet version 3
2022-09-23 16:27:07.699078 [WARNING] switch_rtp.c:6120 Received an unsupported RTCP packet version 3
2022-09-23 16:27:07.719078 [WARNING] switch_rtp.c:6120 Received an unsupported RTCP packet version 3
2022-09-23 16:27:07.739078 [WARNING] switch_rtp.c:6120 Received an unsupported RTCP packet version 3
2022-09-23 16:27:09.179075 [WARNING] switch_rtp.c:6120 Received an unsupported RTCP packet version 3
2022-09-23 16:27:09.179075 [INFO] switch_channel.c:534 RECV DTMF *:1280
2022-09-23 16:27:09.179075 [DEBUG] sofia.c:9174 INFO DTMF(*)
2022-09-23 16:27:09.199079 [WARNING] switch_rtp.c:6120 Received an unsupported RTCP packet version 3
2022-09-23 16:27:09.199079 [WARNING] switch_rtp.c:6120 Received an unsupported RTCP packet version 3
2022-09-23 16:27:09.219078 [WARNING] switch_rtp.c:6120 Received an unsupported RTCP packet version 3
2022-09-23 16:27:09.379078 [WARNING] switch_rtp.c:6120 Received an unsupported RTCP packet version 3
2022-09-23 16:27:09.379078 [INFO] switch_channel.c:534 RECV DTMF *:1280
2022-09-23 16:27:09.379078 [DEBUG] sofia.c:9174 INFO DTMF(*)
2022-09-23 16:27:09.399082 [WARNING] switch_rtp.c:6120 Received an unsupported RTCP packet version 3
2022-09-23 16:27:09.399082 [WARNING] switch_rtp.c:6120 Received an unsupported RTCP packet version 3
2022-09-23 16:27:09.419078 [WARNING] switch_rtp.c:6120 Received an unsupported RTCP packet version 3
2022-09-23 16:27:09.639076 [WARNING] switch_rtp.c:6120 Received an unsupported RTCP packet version 3
2022-09-23 16:27:09.639076 [INFO] switch_channel.c:534 RECV DTMF *:1280
2022-09-23 16:27:09.639076 [DEBUG] sofia.c:9174 INFO DTMF(*)
2022-09-23 16:27:09.659076 [WARNING] switch_rtp.c:6120 Received an unsupported RTCP packet version 3
2022-09-23 16:27:09.659076 [WARNING] switch_rtp.c:6120 Received an unsupported RTCP packet version 3
2022-09-23 16:27:09.679078 [WARNING] switch_rtp.c:6120 Received an unsupported RTCP packet version 3


Подскажите куда копать, а то у меня уже мысли закончились.


Вернуться к началу
 Профиль  
 
Показать сообщения за:  Поле сортировки  
Начать новую тему Ответить на тему  [ 1 сообщение ] 

Часовой пояс: UTC + 4 часа


Кто сейчас на конференции

Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 38


Вы не можете начинать темы
Вы не можете отвечать на сообщения
Вы не можете редактировать свои сообщения
Вы не можете удалять свои сообщения
Вы не можете добавлять вложения

Найти:
Перейти:  
cron
Powered by phpBB® Forum Software © phpBB Group
Русская поддержка phpBB