SIP Profile with Private IP

Status
Not open for further replies.

gunemalli

New Member
Dec 18, 2018
24
3
3
Hi All,

I've a situation that I need to address and would like your help in finding the right way forwards.

Background:
FusionPBX server has two NICs, one a Public IP, the other a Private IP.
All SIP profiles are listening on the Public IP.

Problem:
I would like to create a SIP Profile which will listen only on Private IP so that I can connect a device in the LAN without needing go out and come back in.

Appreciate if you all can give me some info on how to get this done.
 

Adrian Fretwell

Well-Known Member
Aug 13, 2017
1,414
376
83
As far as I am aware it is just a case of setting the SIP and RTP values in the SIP profile:
<param name="rtp-ip" value="192.168.1.42"/>
<param name="sip-ip" value="192.168.1.42"/>
<param name="ext-rtp-ip" value="192.168.1.42"/>
<param name="ext-sip-ip" value="192.168.1.42"/>

Normally you would see these values set to use the system variable $${local_ip_v4}

There is a tutorial about multi homing here:
https://freeswitch.org/confluence/display/FREESWITCH/Multi+home+tutorial

Adrian.
 
Status
Not open for further replies.