How to have more than one binding port for SIP?

Hi,

I need to have multiple SIP binding ports, Is this possible?

This is a sample of my Sip.conf file. it works only when i bind to port 223344 and I’m not able to bind to port 44433.

[general]
externip=XX.XX.XX.XX
localnet=XX.XX.XX.XX
bindport=223344
disallow=all
allow=ulaw,alaw
qualify=yes
context=default
storehangupcause=yes
storesipcause=yes

[test-account1]
port=44433
secret=XXXXXXXXX
context=account1-context
authuser=XXXXXXXXXX
canreinvite=no
type=peer
nat=yes
qualify=yes
host=dynamic
disallow=all
allow=ulaw,alaw
insecure=invite

The chan_sip module doesn’t allow binding to multiple ports of the same protocol.

But chan_pjsip does.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.