SOLVED Outgoing calls no audio

Status
Not open for further replies.
Jul 15, 2021
102
9
18
34
New installation of FusionPBX.

Extensions created. Calling among extensions work.

Created a gateway. Created a dialplan to use this gateway.

When an extension dials a number to the outside world, call rings on the outside PSTN/Mobile network. However when the call is answered, there is no audio at both ends.

I ran wireshark on the server running freeswitch, it shows two connections established (one to the extension and another to the outside world) and RTP packets are flowing in both the connections, except that there is no audio.

Could you let me know based on this log, what am I missing.

a8 Dialplan: sofia/internal/xxx@192.168.1.13:5060 Regex (PASS) [default_caller_id] ${emergency_caller_id_number}() =~ /^$/ break=never
cef861e8-e593-11eb-8167-0d0547e71ea8 Dialplan: sofia/internal/xxx@192.168.1.13:5060 Action set(emergency_caller_id_number=${default_emergency_caller_id_number}) INLINE
cef861e8-e593-11eb-8167-0d0547e71ea8 EXECUTE [depth=0] sofia/internal/xxx@192.168.1.13:5060 set(emergency_caller_id_number=)
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:10:56.175514 [DEBUG] mod_dptools.c:1672 SET sofia/internal/xxx@192.168.1.13:5060 [emergency_caller_id_number]=[UNDEF]
cef861e8-e593-11eb-8167-0d0547e71ea8 Dialplan: sofia/internal/xxx@192.168.1.13:5060 Regex (PASS) [default_caller_id] ${outbound_caller_id_name}() =~ /^$/ break=never
cef861e8-e593-11eb-8167-0d0547e71ea8 Dialplan: sofia/internal/xxx@192.168.1.13:5060 Action set(outbound_caller_id_name=${default_outbound_caller_id_name}) INLINE
cef861e8-e593-11eb-8167-0d0547e71ea8 EXECUTE [depth=0] sofia/internal/xxx@192.168.1.13:5060 set(outbound_caller_id_name=)
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:10:56.175514 [DEBUG] mod_dptools.c:1672 SET sofia/internal/xxx@192.168.1.13:5060 [outbound_caller_id_name]=[UNDEF]
cef861e8-e593-11eb-8167-0d0547e71ea8 Dialplan: sofia/internal/xxx@192.168.1.13:5060 Regex (PASS) [default_caller_id] ${outbound_caller_id_number}() =~ /^$/ break=never
cef861e8-e593-11eb-8167-0d0547e71ea8 Dialplan: sofia/internal/xxx@192.168.1.13:5060 Action set(outbound_caller_id_number=${default_outbound_caller_id_number}) INLINE
cef861e8-e593-11eb-8167-0d0547e71ea8 EXECUTE [depth=0] sofia/internal/xxx@192.168.1.13:5060 set(outbound_caller_id_number=)
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:10:56.175514 [DEBUG] mod_dptools.c:1672 SET sofia/internal/xxx@192.168.1.13:5060 [outbound_caller_id_number]=[UNDEF]
cef861e8-e593-11eb-8167-0d0547e71ea8 Dialplan: sofia/internal/xxx@192.168.1.13:5060 parsing [192.168.1.13->gateway.d11] continue=false
cef861e8-e593-11eb-8167-0d0547e71ea8 Dialplan: sofia/internal/xxx@192.168.1.13:5060 Regex (PASS) [gateway.d11] ${user_exists}(false) =~ /false/ break=on-false
cef861e8-e593-11eb-8167-0d0547e71ea8 Dialplan: sofia/internal/xxx@192.168.1.13:5060 Regex (PASS) [gateway.d11] destination_number(0YYY8757249) =~ /^(\d{11})$/ break=on-false
cef861e8-e593-11eb-8167-0d0547e71ea8 Dialplan: sofia/internal/xxx@192.168.1.13:5060 Action set(sip_h_X-accountcode=${accountcode})
cef861e8-e593-11eb-8167-0d0547e71ea8 Dialplan: sofia/internal/xxx@192.168.1.13:5060 Action export(call_direction=outbound)
cef861e8-e593-11eb-8167-0d0547e71ea8 Dialplan: sofia/internal/xxx@192.168.1.13:5060 Action unset(call_timeout)
cef861e8-e593-11eb-8167-0d0547e71ea8 Dialplan: sofia/internal/xxx@192.168.1.13:5060 Action set(hangup_after_bridge=true)
cef861e8-e593-11eb-8167-0d0547e71ea8 Dialplan: sofia/internal/xxx@192.168.1.13:5060 Action set(effective_caller_id_name=${outbound_caller_id_name})
cef861e8-e593-11eb-8167-0d0547e71ea8 Dialplan: sofia/internal/xxx@192.168.1.13:5060 Action set(effective_caller_id_number=${outbound_caller_id_number})
cef861e8-e593-11eb-8167-0d0547e71ea8 Dialplan: sofia/internal/xxx@192.168.1.13:5060 Action set(inherit_codec=true)
cef861e8-e593-11eb-8167-0d0547e71ea8 Dialplan: sofia/internal/xxx@192.168.1.13:5060 Action set(ignore_display_updates=true)
cef861e8-e593-11eb-8167-0d0547e71ea8 Dialplan: sofia/internal/xxx@192.168.1.13:5060 Action set(callee_id_number=0YYY8757249)
cef861e8-e593-11eb-8167-0d0547e71ea8 Dialplan: sofia/internal/xxx@192.168.1.13:5060 Action set(continue_on_fail=1,2,3,6,18,21,27,28,31,34,38,41,42,44,58,88,111,403,501,602,607)
cef861e8-e593-11eb-8167-0d0547e71ea8 Dialplan: sofia/internal/xxx@192.168.1.13:5060 Action bridge(sofia/gateway/aec7967e-f947-44be-8b25-d964c0b12344/0YYY8757249)
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:10:56.175514 [DEBUG] switch_core_state_machine.c:287 (sofia/internal/xxx@192.168.1.13:5060) State Change CS_ROUTING -> CS_EXECUTE
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:10:56.175514 [DEBUG] switch_core_state_machine.c:644 (sofia/internal/xxx@192.168.1.13:5060) State ROUTING going to sleep
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:10:56.175514 [DEBUG] switch_core_state_machine.c:585 (sofia/internal/xxx@192.168.1.13:5060) Running State Change CS_EXECUTE (Cur 1 Tot 58)
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:10:56.175514 [DEBUG] switch_core_state_machine.c:651 (sofia/internal/xxx@192.168.1.13:5060) State EXECUTE
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:10:56.175514 [DEBUG] mod_sofia.c:209 sofia/internal/xxx@192.168.1.13:5060 SOFIA EXECUTE
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:10:56.175514 [DEBUG] switch_core_state_machine.c:329 sofia/internal/xxx@192.168.1.13:5060 Standard EXECUTE
cef861e8-e593-11eb-8167-0d0547e71ea8 EXECUTE [depth=0] sofia/internal/xxx@192.168.1.13:5060 set(caller_id_number=12)
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:10:56.175514 [DEBUG] mod_dptools.c:1672 SET sofia/internal/xxx@192.168.1.13:5060 [caller_id_number]=[12]
cef861e8-e593-11eb-8167-0d0547e71ea8 EXECUTE [depth=0] sofia/internal/xxx@192.168.1.13:5060 set(RFC2822_DATE=Thu, 15 Jul 2021 23:10:56 +0530)
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:10:56.175514 [DEBUG] mod_dptools.c:1672 SET sofia/internal/xxx@192.168.1.13:5060 [RFC2822_DATE]=[Thu, 15 Jul 2021 23:10:56 +0530]
cef861e8-e593-11eb-8167-0d0547e71ea8 EXECUTE [depth=0] sofia/internal/xxx@192.168.1.13:5060 export(origination_callee_id_name=0YYY8757249)
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:10:56.175514 [DEBUG] switch_channel.c:1310 EXPORT (export_vars) [origination_callee_id_name]=[0YYY8757249]
cef861e8-e593-11eb-8167-0d0547e71ea8 EXECUTE [depth=0] sofia/internal/xxx@192.168.1.13:5060 hash(insert/192.168.1.13-last_dial/12/0YYY8757249)
cef861e8-e593-11eb-8167-0d0547e71ea8 EXECUTE [depth=0] sofia/internal/xxx@192.168.1.13:5060 set(sip_h_X-accountcode=192.168.1.13)
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:10:56.175514 [DEBUG] mod_dptools.c:1672 SET sofia/internal/xxx@192.168.1.13:5060 [sip_h_X-accountcode]=[192.168.1.13]
cef861e8-e593-11eb-8167-0d0547e71ea8 EXECUTE [depth=0] sofia/internal/xxx@192.168.1.13:5060 export(call_direction=outbound)
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:10:56.175514 [DEBUG] switch_channel.c:1310 EXPORT (export_vars) [call_direction]=[outbound]
cef861e8-e593-11eb-8167-0d0547e71ea8 EXECUTE [depth=0] sofia/internal/xxx@192.168.1.13:5060 unset(call_timeout)
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:10:56.175514 [DEBUG] mod_dptools.c:1817 UNSET [call_timeout]
cef861e8-e593-11eb-8167-0d0547e71ea8 EXECUTE [depth=0] sofia/internal/xxx@192.168.1.13:5060 set(hangup_after_bridge=true)
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:10:56.175514 [DEBUG] mod_dptools.c:1672 SET sofia/internal/xxx@192.168.1.13:5060 [hangup_after_bridge]=[true]
cef861e8-e593-11eb-8167-0d0547e71ea8 EXECUTE [depth=0] sofia/internal/xxx@192.168.1.13:5060 set(effective_caller_id_name=)
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:10:56.175514 [DEBUG] mod_dptools.c:1672 SET sofia/internal/xxx@192.168.1.13:5060 [effective_caller_id_name]=[UNDEF]
cef861e8-e593-11eb-8167-0d0547e71ea8 EXECUTE [depth=0] sofia/internal/xxx@192.168.1.13:5060 set(effective_caller_id_number=)
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:10:56.175514 [DEBUG] mod_dptools.c:1672 SET sofia/internal/xxx@192.168.1.13:5060 [effective_caller_id_number]=[UNDEF]
cef861e8-e593-11eb-8167-0d0547e71ea8 EXECUTE [depth=0] sofia/internal/xxx@192.168.1.13:5060 set(inherit_codec=true)
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:10:56.175514 [DEBUG] mod_dptools.c:1672 SET sofia/internal/xxx@192.168.1.13:5060 [inherit_codec]=[true]
cef861e8-e593-11eb-8167-0d0547e71ea8 EXECUTE [depth=0] sofia/internal/xxx@192.168.1.13:5060 set(ignore_display_updates=true)
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:10:56.175514 [DEBUG] mod_dptools.c:1672 SET sofia/internal/xxx@192.168.1.13:5060 [ignore_display_updates]=[true]
cef861e8-e593-11eb-8167-0d0547e71ea8 EXECUTE [depth=0] sofia/internal/xxx@192.168.1.13:5060 set(callee_id_number=0YYY8757249)
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:10:56.175514 [DEBUG] mod_dptools.c:1672 SET sofia/internal/xxx@192.168.1.13:5060 [callee_id_number]=[0YYY8757249]
cef861e8-e593-11eb-8167-0d0547e71ea8 EXECUTE [depth=0] sofia/internal/xxx@192.168.1.13:5060 set(continue_on_fail=1,2,3,6,18,21,27,28,31,34,38,41,42,44,58,88,111,403,501,602,607)
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:10:56.195509 [DEBUG] mod_dptools.c:1672 SET sofia/internal/xxx@192.168.1.13:5060 [continue_on_fail]=[1,2,3,6,18,21,27,28,31,34,38,41,42,44,58,88,111,403,501,602,607]
cef861e8-e593-11eb-8167-0d0547e71ea8 EXECUTE [depth=0] sofia/internal/xxx@192.168.1.13:5060 bridge(sofia/gateway/aec7967e-f947-44be-8b25-d964c0b12344/0YYY8757249)
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:10:56.195509 [DEBUG] switch_channel.c:1264 sofia/internal/xxx@192.168.1.13:5060 EXPORTING[export_vars] [domain_name]=[192.168.1.13] to event
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:10:56.195509 [DEBUG] switch_channel.c:1264 sofia/internal/xxx@192.168.1.13:5060 EXPORTING[export_vars] [call_direction]=[outbound] to event
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:10:56.195509 [DEBUG] switch_channel.c:1264 sofia/internal/xxx@192.168.1.13:5060 EXPORTING[export_vars] [origination_callee_id_name]=[0YYY8757249] to event
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:10:56.195509 [DEBUG] switch_channel.c:1264 sofia/internal/xxx@192.168.1.13:5060 EXPORTING[export_vars] [call_direction]=[outbound] to event
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:10:56.195509 [DEBUG] switch_ivr_originate.c:2242 Parsing global variables
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:10:56.195509 [NOTICE] switch_channel.c:1118 New Channel sofia/external/0YYY8757249 [cf12a558-e593-11eb-8187-0d0547e71ea8]
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:10:56.195509 [DEBUG] mod_sofia.c:5089 (sofia/external/0YYY8757249) State Change CS_NEW -> CS_INIT
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:10:56.195509 [DEBUG] switch_core_state_machine.c:585 (sofia/external/0YYY8757249) Running State Change CS_INIT (Cur 2 Tot 59)
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:10:56.195509 [DEBUG] switch_core_state_machine.c:628 (sofia/external/0YYY8757249) State INIT
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:10:56.195509 [DEBUG] mod_sofia.c:93 sofia/external/0YYY8757249 SOFIA INIT
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:10:56.195509 [DEBUG] sofia_glue.c:1618 sofia/external/0YYY8757249 sending invite version: 1.10.3 -release 64bit
cf12a558-e593-11eb-8187-0d0547e71ea8 Local SDP:
cf12a558-e593-11eb-8187-0d0547e71ea8 v=0
cf12a558-e593-11eb-8187-0d0547e71ea8 o=FreeSWITCH 1626354382 1626354383 IN IP4 192.168.1.13
cf12a558-e593-11eb-8187-0d0547e71ea8 s=FreeSWITCH
cf12a558-e593-11eb-8187-0d0547e71ea8 c=IN IP4 192.168.1.13
cf12a558-e593-11eb-8187-0d0547e71ea8 t=0 0
cf12a558-e593-11eb-8187-0d0547e71ea8 m=audio 16474 RTP/AVP 8 0 101
cf12a558-e593-11eb-8187-0d0547e71ea8 a=rtpmap:8 PCMA/8000
cf12a558-e593-11eb-8187-0d0547e71ea8 a=rtpmap:0 PCMU/8000
cf12a558-e593-11eb-8187-0d0547e71ea8 a=rtpmap:101 telephone-event/8000
cf12a558-e593-11eb-8187-0d0547e71ea8 a=fmtp:101 0-16
cf12a558-e593-11eb-8187-0d0547e71ea8 a=silenceSupp:eek:ff - - - -
cf12a558-e593-11eb-8187-0d0547e71ea8 a=ptime:20
cf12a558-e593-11eb-8187-0d0547e71ea8 a=sendrecv
cf12a558-e593-11eb-8187-0d0547e71ea8
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:10:56.195509 [DEBUG] switch_core_state_machine.c:40 sofia/external/0YYY8757249 Standard INIT
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:10:56.195509 [DEBUG] switch_core_state_machine.c:48 (sofia/external/0YYY8757249) State Change CS_INIT -> CS_ROUTING
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:10:56.195509 [DEBUG] switch_core_state_machine.c:628 (sofia/external/0YYY8757249) State INIT going to sleep
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:10:56.195509 [DEBUG] switch_core_state_machine.c:585 (sofia/external/0YYY8757249) Running State Change CS_ROUTING (Cur 2 Tot 59)
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:10:56.195509 [DEBUG] switch_core_state_machine.c:644 (sofia/external/0YYY8757249) State ROUTING
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:10:56.195509 [DEBUG] mod_sofia.c:154 sofia/external/0YYY8757249 SOFIA ROUTING
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:10:56.195509 [DEBUG] switch_ivr_originate.c:67 (sofia/external/0YYY8757249) State Change CS_ROUTING -> CS_CONSUME_MEDIA
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:10:56.195509 [DEBUG] switch_core_state_machine.c:644 (sofia/external/0YYY8757249) State ROUTING going to sleep
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:10:56.195509 [DEBUG] switch_core_state_machine.c:585 (sofia/external/0YYY8757249) Running State Change CS_CONSUME_MEDIA (Cur 2 Tot 59)
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:10:56.195509 [DEBUG] sofia.c:7325 Channel sofia/external/0YYY8757249 entering state [calling][0]
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:10:56.195509 [DEBUG] switch_core_state_machine.c:663 (sofia/external/0YYY8757249) State CONSUME_MEDIA
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:10:56.195509 [DEBUG] switch_core_state_machine.c:663 (sofia/external/0YYY8757249) State CONSUME_MEDIA going to sleep
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:10:56.275519 [DEBUG] sofia.c:7325 Channel sofia/external/0YYY8757249 entering state [proceeding][183]
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:10:56.275519 [NOTICE] sofia.c:7436 Ring-Ready sofia/external/0YYY8757249!
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:10:56.275519 [DEBUG] switch_channel.c:3437 (sofia/external/0YYY8757249) Callstate Change DOWN -> RINGING
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:10:56.275519 [INFO] switch_ivr_originate.c:1275 Sending early media
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:10:56.275519 [DEBUG] switch_core_media.c:8661 AUDIO RTP [sofia/internal/xxx@192.168.1.13:5060] 192.168.1.13 port 28606 -> 192.168.1.14 port 51536 codec: 8 ms: 20
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:10:56.275519 [DEBUG] switch_rtp.c:4413 Starting timer [soft] 160 bytes per 20ms
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:10:56.275519 [DEBUG] switch_core_media.c:8975 sofia/internal/xxx@192.168.1.13:5060 Set 2833 dtmf send payload to 101
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:10:56.275519 [DEBUG] switch_core_media.c:8982 sofia/internal/xxx@192.168.1.13:5060 Set 2833 dtmf receive payload to 101
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:10:56.275519 [DEBUG] switch_core_media.c:9005 sofia/internal/xxx@192.168.1.13:5060 Set rtp dtmf delay to 40
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:10:56.275519 [DEBUG] mod_sofia.c:2593 Ring SDP:
cef861e8-e593-11eb-8167-0d0547e71ea8 v=0
cef861e8-e593-11eb-8167-0d0547e71ea8 o=FreeSWITCH 1626342250 1626342251 IN IP4 192.168.1.13
cef861e8-e593-11eb-8167-0d0547e71ea8 s=FreeSWITCH
cef861e8-e593-11eb-8167-0d0547e71ea8 c=IN IP4 192.168.1.13
cef861e8-e593-11eb-8167-0d0547e71ea8 t=0 0
cef861e8-e593-11eb-8167-0d0547e71ea8 m=audio 28606 RTP/AVP 8 101
cef861e8-e593-11eb-8167-0d0547e71ea8 a=rtpmap:8 PCMA/8000
cef861e8-e593-11eb-8167-0d0547e71ea8 a=rtpmap:101 telephone-event/8000
cef861e8-e593-11eb-8167-0d0547e71ea8 a=fmtp:101 0-16
cef861e8-e593-11eb-8167-0d0547e71ea8 a=ptime:20
cef861e8-e593-11eb-8167-0d0547e71ea8 a=sendrecv
cef861e8-e593-11eb-8167-0d0547e71ea8
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:10:56.275519 [NOTICE] mod_sofia.c:2596 Pre-Answer sofia/internal/xxx@192.168.1.13:5060!
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:10:56.275519 [DEBUG] switch_channel.c:3565 (sofia/internal/xxx@192.168.1.13:5060) Callstate Change RINGING -> EARLY
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:10:56.275519 [DEBUG] switch_ivr_originate.c:1333 Raw Codec Activation Success L16@8000hz 1 channel 20ms
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:10:56.275519 [DEBUG] switch_core_codec.c:223 sofia/internal/xxx@192.168.1.13:5060 Push codec L16:100
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:10:56.275519 [DEBUG] switch_ivr_originate.c:1407 Play Ringback Tone [%(2000,4000,440,480)]
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:10:56.295512 [DEBUG] sofia.c:7325 Channel sofia/internal/xxx@192.168.1.13:5060 entering state [early][183]
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:10:56.415527 [DEBUG] switch_rtp.c:7722 Correct audio ip/port confirmed.
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:01.415585 [DEBUG] sofia.c:7325 Channel sofia/external/0YYY8757249 entering state [proceeding][180]
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:01.615524 [DEBUG] sofia.c:7325 Channel sofia/external/0YYY8757249 entering state [proceeding][183]
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:01.615524 [DEBUG] sofia.c:7335 Remote SDP:
cf12a558-e593-11eb-8187-0d0547e71ea8 v=0
cf12a558-e593-11eb-8187-0d0547e71ea8 o=- 1587 17060 IN IP4 yy.zz.60.68
cf12a558-e593-11eb-8187-0d0547e71ea8 s=SBC call
cf12a558-e593-11eb-8187-0d0547e71ea8 c=IN IP4 yy.zz.60.68
cf12a558-e593-11eb-8187-0d0547e71ea8 t=0 0
cf12a558-e593-11eb-8187-0d0547e71ea8 m=audio 11672 RTP/AVP 8 101
cf12a558-e593-11eb-8187-0d0547e71ea8 a=rtpmap:8 PCMA/8000/1
cf12a558-e593-11eb-8187-0d0547e71ea8 a=rtpmap:101 telephone-event/8000
cf12a558-e593-11eb-8187-0d0547e71ea8 a=fmtp:101 0-11
cf12a558-e593-11eb-8187-0d0547e71ea8 a=ptime:20
cf12a558-e593-11eb-8187-0d0547e71ea8
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:01.615524 [NOTICE] sofia.c:7338 Pre-Answer sofia/external/0YYY8757249!
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:01.615524 [DEBUG] switch_channel.c:3565 (sofia/external/0YYY8757249) Callstate Change RINGING -> EARLY
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:01.615524 [DEBUG] switch_core_media.c:5592 Audio Codec Compare [PCMA:8:8000:20:64000:1]/[PCMA:8:8000:20:64000:1]
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:01.615524 [DEBUG] switch_core_media.c:5647 Audio Codec Compare [PCMA:8:8000:20:64000:1] ++++ is saved as a match
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:01.615524 [DEBUG] switch_core_media.c:5592 Audio Codec Compare [PCMA:8:8000:20:64000:1]/[PCMU:0:8000:20:64000:1]
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:01.615524 [DEBUG] switch_core_media.c:5508 Set telephone-event payload to 101@8000
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:01.615524 [DEBUG] switch_core_media.c:3837 Set Codec sofia/external/0YYY8757249 PCMA/8000 20 ms 160 samples 64000 bits 1 channels
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:01.615524 [DEBUG] switch_core_codec.c:111 sofia/external/0YYY8757249 Original read codec set to PCMA:8
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:01.615524 [DEBUG] switch_core_media.c:5851 Set telephone-event payload to 101@8000
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:01.615524 [DEBUG] switch_core_media.c:5909 sofia/external/0YYY8757249 Set 2833 dtmf send payload to 101 recv payload to 101
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:01.615524 [DEBUG] switch_core_media.c:8661 AUDIO RTP [sofia/external/0YYY8757249] 192.168.1.13 port 16474 -> yy.zz.60.68 port 11672 codec: 8 ms: 20
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:01.615524 [DEBUG] switch_rtp.c:4413 Starting timer [soft] 160 bytes per 20ms
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:11:01.615524 [DEBUG] switch_core_codec.c:248 sofia/internal/xxx@192.168.1.13:5060 Restore previous codec PCMA:8.
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:01.615524 [DEBUG] switch_core_media.c:8975 sofia/external/0YYY8757249 Set 2833 dtmf send payload to 101
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:11:01.615524 [DEBUG] switch_ivr_originate.c:3852 Originate Resulted in Success: [sofia/external/0YYY8757249]
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:01.615524 [DEBUG] switch_core_media.c:8982 sofia/external/0YYY8757249 Set 2833 dtmf receive payload to 101
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:01.615524 [DEBUG] switch_core_media.c:9005 sofia/external/0YYY8757249 Set rtp dtmf delay to 40
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:01.615524 [DEBUG] switch_ivr_bridge.c:1793 (sofia/external/0YYY8757249) State Change CS_CONSUME_MEDIA -> CS_EXCHANGE_MEDIA
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:01.615524 [DEBUG] switch_core_state_machine.c:585 (sofia/external/0YYY8757249) Running State Change CS_EXCHANGE_MEDIA (Cur 2 Tot 59)
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:01.615524 [DEBUG] switch_core_state_machine.c:654 (sofia/external/0YYY8757249) State EXCHANGE_MEDIA
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:01.615524 [DEBUG] mod_sofia.c:656 SOFIA EXCHANGE_MEDIA
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:11.895587 [DEBUG] sofia.c:7325 Channel sofia/external/0YYY8757249 entering state [completing][200]
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:11.895587 [DEBUG] sofia.c:7335 Remote SDP:
cf12a558-e593-11eb-8187-0d0547e71ea8 v=0
cf12a558-e593-11eb-8187-0d0547e71ea8 o=- 1170647015 17061 IN IP4 yy.zz.60.68
cf12a558-e593-11eb-8187-0d0547e71ea8 s=SBC call
cf12a558-e593-11eb-8187-0d0547e71ea8 c=IN IP4 yy.zz.60.68
cf12a558-e593-11eb-8187-0d0547e71ea8 t=0 0
cf12a558-e593-11eb-8187-0d0547e71ea8 m=audio 11672 RTP/AVP 8 101
cf12a558-e593-11eb-8187-0d0547e71ea8 a=rtpmap:8 PCMA/8000
cf12a558-e593-11eb-8187-0d0547e71ea8 a=rtpmap:101 telephone-event/8000
cf12a558-e593-11eb-8187-0d0547e71ea8 a=ptime:20
cf12a558-e593-11eb-8187-0d0547e71ea8
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:11.915585 [DEBUG] sofia.c:7325 Channel sofia/external/0YYY8757249 entering state [ready][200]
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:11.915585 [NOTICE] sofia.c:8444 Channel [sofia/external/0YYY8757249] has been answered
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:11.915585 [DEBUG] switch_channel.c:3865 (sofia/external/0YYY8757249) Callstate Change EARLY -> ACTIVE
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:11:11.915585 [DEBUG] switch_core_media.c:8643 Audio params are unchanged for sofia/internal/xxx@192.168.1.13:5060.
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:11:11.915585 [DEBUG] mod_sofia.c:898 Local SDP sofia/internal/xxx@192.168.1.13:5060:
cef861e8-e593-11eb-8167-0d0547e71ea8 v=0
cef861e8-e593-11eb-8167-0d0547e71ea8 o=FreeSWITCH 1626342250 1626342252 IN IP4 192.168.1.13
cef861e8-e593-11eb-8167-0d0547e71ea8 s=FreeSWITCH
cef861e8-e593-11eb-8167-0d0547e71ea8 c=IN IP4 192.168.1.13
cef861e8-e593-11eb-8167-0d0547e71ea8 t=0 0
cef861e8-e593-11eb-8167-0d0547e71ea8 m=audio 28606 RTP/AVP 8 101
cef861e8-e593-11eb-8167-0d0547e71ea8 a=rtpmap:8 PCMA/8000
cef861e8-e593-11eb-8167-0d0547e71ea8 a=rtpmap:101 telephone-event/8000
cef861e8-e593-11eb-8167-0d0547e71ea8 a=fmtp:101 0-16
cef861e8-e593-11eb-8167-0d0547e71ea8 a=ptime:20
cef861e8-e593-11eb-8167-0d0547e71ea8 a=sendrecv
cef861e8-e593-11eb-8167-0d0547e71ea8
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:11:11.915585 [NOTICE] switch_ivr_bridge.c:731 Channel [sofia/internal/xxx@192.168.1.13:5060] has been answered
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:11:11.915585 [DEBUG] switch_channel.c:3865 (sofia/internal/xxx@192.168.1.13:5060) Callstate Change EARLY -> ACTIVE
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:11:11.915585 [DEBUG] sofia.c:7325 Channel sofia/internal/xxx@192.168.1.13:5060 entering state [completed][200]
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:11:11.915585 [DEBUG] sofia.c:7325 Channel sofia/internal/xxx@192.168.1.13:5060 entering state [ready][200]
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:11:11.955585 [DEBUG] switch_rtp.c:7722 Correct audio ip/port confirmed.
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:11:23.455585 [DEBUG] switch_ivr_bridge.c:820 sofia/external/0YYY8757249 ending bridge by request from write function
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:23.455585 [NOTICE] sofia.c:1089 Hangup sofia/external/0YYY8757249 [CS_EXCHANGE_MEDIA] [NORMAL_CLEARING]
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:11:23.455585 [DEBUG] switch_ivr_bridge.c:912 BRIDGE THREAD DONE [sofia/internal/xxx@192.168.1.13:5060]
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:23.455585 [DEBUG] switch_ivr_bridge.c:912 BRIDGE THREAD DONE [sofia/external/0YYY8757249]
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:23.455585 [DEBUG] switch_core_state_machine.c:654 (sofia/external/0YYY8757249) State EXCHANGE_MEDIA going to sleep
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:23.455585 [DEBUG] switch_core_state_machine.c:585 (sofia/external/0YYY8757249) Running State Change CS_HANGUP (Cur 2 Tot 59)
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:23.455585 [DEBUG] switch_ivr_bridge.c:1892 sofia/external/0YYY8757249 skip receive message [UNBRIDGE] (channel is hungup already)
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:11:23.455585 [NOTICE] switch_ivr_bridge.c:1944 Hangup sofia/internal/xxx@192.168.1.13:5060 [CS_EXECUTE] [NORMAL_CLEARING]
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:23.455585 [DEBUG] switch_core_state_machine.c:848 (sofia/external/0YYY8757249) Callstate Change ACTIVE -> HANGUP
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:23.455585 [DEBUG] switch_core_state_machine.c:850 (sofia/external/0YYY8757249) State HANGUP
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:23.455585 [DEBUG] mod_sofia.c:453 Channel sofia/external/0YYY8757249 hanging up, cause: NORMAL_CLEARING
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:23.455585 [DEBUG] switch_core_state_machine.c:60 sofia/external/0YYY8757249 Standard HANGUP, cause: NORMAL_CLEARING
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:23.455585 [DEBUG] switch_core_state_machine.c:850 (sofia/external/0YYY8757249) State HANGUP going to sleep
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:23.455585 [DEBUG] switch_core_state_machine.c:620 (sofia/external/0YYY8757249) State Change CS_HANGUP -> CS_REPORTING
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:11:23.455585 [DEBUG] switch_core_session.c:2905 sofia/internal/xxx@192.168.1.13:5060 skip receive message [APPLICATION_EXEC_COMPLETE] (channel is hungup already)
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:23.455585 [DEBUG] switch_core_state_machine.c:585 (sofia/external/0YYY8757249) Running State Change CS_REPORTING (Cur 2 Tot 59)
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:11:23.455585 [DEBUG] switch_core_state_machine.c:651 (sofia/internal/xxx@192.168.1.13:5060) State EXECUTE going to sleep
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:11:23.455585 [DEBUG] switch_core_state_machine.c:585 (sofia/internal/xxx@192.168.1.13:5060) Running State Change CS_HANGUP (Cur 2 Tot 59)
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:23.455585 [DEBUG] switch_core_state_machine.c:936 (sofia/external/0YYY8757249) State REPORTING
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:23.455585 [DEBUG] switch_core_state_machine.c:174 sofia/external/0YYY8757249 Standard REPORTING, cause: NORMAL_CLEARING
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:23.455585 [DEBUG] switch_core_state_machine.c:936 (sofia/external/0YYY8757249) State REPORTING going to sleep
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:11:23.455585 [DEBUG] switch_core_state_machine.c:848 (sofia/internal/xxx@192.168.1.13:5060) Callstate Change ACTIVE -> HANGUP
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:11:23.455585 [DEBUG] switch_core_state_machine.c:850 (sofia/internal/xxx@192.168.1.13:5060) State HANGUP
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:11:23.455585 [DEBUG] mod_sofia.c:447 sofia/internal/xxx@192.168.1.13:5060 Overriding SIP cause 480 with 200 from the other leg
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:11:23.455585 [DEBUG] mod_sofia.c:453 Channel sofia/internal/xxx@192.168.1.13:5060 hanging up, cause: NORMAL_CLEARING
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:23.455585 [DEBUG] switch_core_state_machine.c:611 (sofia/external/0YYY8757249) State Change CS_REPORTING -> CS_DESTROY
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:23.455585 [DEBUG] switch_core_session.c:1726 Session 59 (sofia/external/0YYY8757249) Locked, Waiting on external entities
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:23.455585 [NOTICE] switch_core_session.c:1744 Session 59 (sofia/external/0YYY8757249) Ended
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:23.455585 [NOTICE] switch_core_session.c:1748 Close Channel sofia/external/0YYY8757249 [CS_DESTROY]
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:11:23.455585 [DEBUG] mod_sofia.c:507 Sending BYE to sofia/internal/xxx@192.168.1.13:5060
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:23.455585 [DEBUG] switch_core_state_machine.c:739 (sofia/external/0YYY8757249) Running State Change CS_DESTROY (Cur 1 Tot 59)
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:11:23.455585 [DEBUG] switch_core_state_machine.c:60 sofia/internal/xxx@192.168.1.13:5060 Standard HANGUP, cause: NORMAL_CLEARING
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:11:23.455585 [DEBUG] switch_core_state_machine.c:850 (sofia/internal/xxx@192.168.1.13:5060) State HANGUP going to sleep
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:11:23.455585 [DEBUG] switch_core_state_machine.c:620 (sofia/internal/xxx@192.168.1.13:5060) State Change CS_HANGUP -> CS_REPORTING
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:23.455585 [DEBUG] switch_core_state_machine.c:749 (sofia/external/0YYY8757249) State DESTROY
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:23.455585 [DEBUG] mod_sofia.c:364 sofia/external/0YYY8757249 SOFIA DESTROY
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:23.455585 [DEBUG] switch_core_state_machine.c:181 sofia/external/0YYY8757249 Standard DESTROY
cf12a558-e593-11eb-8187-0d0547e71ea8 2021-07-15 23:11:23.455585 [DEBUG] switch_core_state_machine.c:749 (sofia/external/0YYY8757249) State DESTROY going to sleep
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:11:23.455585 [DEBUG] switch_core_state_machine.c:585 (sofia/internal/xxx@192.168.1.13:5060) Running State Change CS_REPORTING (Cur 1 Tot 59)
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:11:23.455585 [DEBUG] switch_core_state_machine.c:936 (sofia/internal/xxx@192.168.1.13:5060) State REPORTING
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:11:23.715545 [DEBUG] switch_core_state_machine.c:174 sofia/internal/xxx@192.168.1.13:5060 Standard REPORTING, cause: NORMAL_CLEARING
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:11:23.715545 [DEBUG] switch_core_state_machine.c:936 (sofia/internal/xxx@192.168.1.13:5060) State REPORTING going to sleep
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:11:23.715545 [DEBUG] switch_core_state_machine.c:611 (sofia/internal/xxx@192.168.1.13:5060) State Change CS_REPORTING -> CS_DESTROY
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:11:23.715545 [DEBUG] switch_core_session.c:1726 Session 58 (sofia/internal/xxx@192.168.1.13:5060) Locked, Waiting on external entities
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:11:23.715545 [NOTICE] switch_core_session.c:1744 Session 58 (sofia/internal/xxx@192.168.1.13:5060) Ended
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:11:23.715545 [NOTICE] switch_core_session.c:1748 Close Channel sofia/internal/xxx@192.168.1.13:5060 [CS_DESTROY]
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:11:23.715545 [DEBUG] switch_core_state_machine.c:739 (sofia/internal/xxx@192.168.1.13:5060) Running State Change CS_DESTROY (Cur 0 Tot 59)
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:11:23.715545 [DEBUG] switch_core_state_machine.c:749 (sofia/internal/xxx@192.168.1.13:5060) State DESTROY
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:11:23.715545 [DEBUG] mod_sofia.c:364 sofia/internal/xxx@192.168.1.13:5060 SOFIA DESTROY
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:11:23.715545 [DEBUG] switch_core_state_machine.c:181 sofia/internal/xxx@192.168.1.13:5060 Standard DESTROY
cef861e8-e593-11eb-8167-0d0547e71ea8 2021-07-15 23:11:23.715545 [DEBUG] switch_core_state_machine.c:749 (sofia/internal/xxx@192.168.1.13:5060) State DESTROY going to sleep
 
Jul 15, 2021
102
9
18
34
I learnt to turn debug on.

Could any one help me getting the external ip of my router in the SDP message. Currently it is se

INVITE sip:external number@voipgatewayip.com:5060 SIP/2.0

---
---
Via: SIP/2.0/UDP 192.168.1.14:5080;rport;branch=z9hG4bKN8H4KUS09eQme
---


v=0
o=FreeSWITCH 1627037401 1627037402 IN IP4 192.168.1.14
s=FreeSWITCH
c=IN IP4 192.168.1.14
t=0 0
m=audio 30652 RTP/AVP 9 0 8 101
a=rtpmap:9 G722/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:eek:ff - - - -
a=ptime:20
 
Jul 15, 2021
102
9
18
34
The solution is as per this thread - I had changed the external IP in the variables menu expecting it to be used every where and it is not the case. You have to change it in SIP profile

 
  • Like
Reactions: voiprehberi
Status
Not open for further replies.