FusionPBX in Azure

Status
Not open for further replies.

neow4ve

New Member
Oct 26, 2017
2
0
1
49
Hello:
I installed the fusionpbx in azure and everything works correctly, the extensions are registered but when you call you do not hear anything. I have opened the ports that are needed, even from 16000 to 32000. Do you know what may be happening?
 

DigitalDaz

Administrator
Staff member
Sep 29, 2016
3,038
556
113
You probably need to put the external azure public IP in the SIP Profiles.
So in the GUI in Advanced / SIP Profiles for both internal and external:

Change:
Code:
ext-rtp-ip $${external_rtp_ip}   true
ext-sip-ip $${external_sip_ip}   true
So that it reads:
Code:
ext-rtp-ip autonat:78.23.45.66   true
ext-sip-ip autonat:78.23.45.66   true

Where 78.23.45.66 is your public IP address.
Then flush memcache and restart freeswitch.
 

neow4ve

New Member
Oct 26, 2017
2
0
1
49
upload_2017-10-31_0-4-36.png

I already did it in both profiles and it still does not work. I also opened the debian ports through IPTABLES.
I have created a fusionPBX in local hyperv and without touching anything I have been able to make calls. It is clear that I have a NAT problem.
Can you think of something else that can look?

Thank you very much for your patience
 

DigitalDaz

Administrator
Staff member
Sep 29, 2016
3,038
556
113
I do not know which order freeswitch takes the ports in but it is 16384 to 32768 by default.
 
Status
Not open for further replies.