SIP connectivity with opensips

Max

Administrator
Staff member
sip:108-102877877@192.168.0.223:30004

This is special contact ID and it can be disabled with the setting:
Code:
sip_add_contact_id = false
 

Arif Butt

Member
OK ... by setting it to sip_add_contact_id = false solved this issue..

Can you kindly assist in how can we restrict WCS to use a fixed SIP port, currently it is using dynamic SIP ports from 30001 to onwards and on every restart it changes it... we have tried to apply the following setting but it failed.

port_from=30000
port_to=30001


Thanx
 

Max

Administrator
Staff member
Please use the following settings:
Code:
port_from=30000
port_to=30002
In this case, port 30001 will be used for SIP signaling, and even ports (30000 and 30002) will not be used.
 

Arif Butt

Member
Hi
This setting is still rotating to sip port and not making it fixed..

port_from=30000
port_to=30002

We have installed the latrst version of WCS to ensure that we are not missing any thing.. but the issur persist...

Kindly assist
 

Max

Administrator
Staff member
With the settings recommended in this post, two ports will be used for SIP signaling alternately: 30000 and 30001. The last port in range must be even, and it is never used. So two ports is the minimum you can configure.
 
Top