Hi,
Please find my below environment:
Operating System: Debian 12
FreeSwitch Version: 1.10
Cloud Environment: Microsoft Azure
Firewall: Opened all the ports in Azure and also deleted iptables from the VM
I have installed FreeSwitch and successfully running. After installation, I put the public IP address of my VM in bind_server_ip, external_rtp_ip, external_sip_ip parameters in vars.xml file. I haven’t changed anything in other configuration files.
I configured the default extensions i.e. 1009 and 1010 in my soft phones and able to call the demo IVR extension i.e. 5000 and it is working.
Problem: I am able to call from 1009 to 1010 and it is connecting and able to hear the audio both sides. But, when I am trying to call from 1010 to 1009, call is not at all connecting and going to the voice mail after sometime.
Below is the FreeSwitch console log for your reference:
[DEBUG] switch_core_state_machine.c:40 sofia/internal/1009@49.203.11.155:49977 Standard INIT
[DEBUG] switch_core_state_machine.c:48 (sofia/internal/1009@49.203.11.155:49977) State Change CS_INIT → CS_ROUTING
[DEBUG] switch_core_state_machine.c:624 (sofia/internal/1009@49.203.11.155:49977) State INIT going to sleep
[DEBUG] switch_core_state_machine.c:581 (sofia/internal/1009@49.203.11.155:49977) Running State Change CS_ROUTING (Cur 2 Tot 7)
[DEBUG] sofia.c:7493 Channel sofia/internal/1009@49.203.11.155:49977 entering state [calling][0]
[DEBUG] switch_core_state_machine.c:640 (sofia/internal/1009@49.203.11.155:49977) State ROUTING
[DEBUG] mod_sofia.c:158 sofia/internal/1009@49.203.11.155:49977 SOFIA ROUTING
[DEBUG] switch_ivr_originate.c:67 (sofia/internal/1009@49.203.11.155:49977) State Change CS_ROUTING → CS_CONSUME_MEDIA
[DEBUG] switch_core_state_machine.c:640 (sofia/internal/1009@49.203.11.155:49977) State ROUTING going to sleep
[DEBUG] switch_core_state_machine.c:581 (sofia/internal/1009@49.203.11.155:49977) Running State Change CS_CONSUME_MEDIA (Cur 2 Tot 7)
[DEBUG] switch_core_state_machine.c:659 (sofia/internal/1009@49.203.11.155:49977) State CONSUME_MEDIA
[DEBUG] switch_core_state_machine.c:659 (sofia/internal/1009@49.203.11.155:49977) State CONSUME_MEDIA going to sleep
AND AFTER some time, connecting to Voice mail.
Any help would be appreciated. Thank you.
Best Regards,
Chandramouli.