[Freeswitch-users] Port Required to communicate with Gateway
Bote Man
botelist at gmail.com
Thu Oct 8 12:13:20 UTC 2020
For the SIP control channel the conventional port is 5060 for UDP, or 5061 for TLS. But these can be changed in each config file under
${conf_dir}/sip_profiles
If you run more than one SIP profile on a single IP address, each profile must use a different port, of course.
The RTP media ports can be configured in
${conf_dir}/autoload_configs/switch.conf.xml:
<param name="rtp-start-port" value="16384"/>
<param name="rtp-end-port" value="32768"/>
You must restart FreeSWITCH after changing these values.
These articles on the wiki might help you further:
https://freeswitch.org/confluence/display/FREESWITCH/Amazon+EC2
https://freeswitch.org/confluence/display/FREESWITCH/NAT+Traversal
Hope this helps.
---
John Boteler
BnC Group U.S.A.
From: FreeSWITCH-users <freeswitch-users-bounces at lists.freeswitch.org> On Behalf Of Harshita Pandey
Sent: Thursday, 8 October, 2020 07:02
To: freeswitch-users at lists.freeswitch.org
Subject: [Freeswitch-users] Port Required to communicate with Gateway
Hi,
I have installed freeswitch on a Virtual Machine, and I am not able to configure the gateway for some reason. Can someone tell me which ports are required and need to be opened on the virtual machine to communicate with Gateway in freeswitch?
Since all the ports are not opened in the Virtual Machine, this could help me open up those ports and configure Gateway for freeswitch
Much help is needed.
It's Urgent
Thanks in advance.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20201008/7510ca7c/attachment.html>
More information about the FreeSWITCH-users
mailing list