Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can I bind multiple SIP Gateways to the same IP Interface?

bind gateways interface IP SIP
0
10 Posted

Can I bind multiple SIP Gateways to the same IP Interface?

0
10

In some cases you may want to create multiple SIP gateways to subscribe to multiple SIP Telephony Services at the same time, or to seperate LAN SIP calls from Global/Internet SIP calls. In order to bind multiple SIP gateways to the same IP interface the signaling port of the different gateways has to be different. Use the “call-signaling-port” command for this purpose 172.16.40.125(cfg)#gateway sip SIP1 172.16.40.125(gw-sip)[SIP1]#bind interface eth0 172.16.40.125(gw-sip)[SIP1]#no shutdown 172.16.40.125(cfg)#gateway sip SIP2 172.16.40.125(gw-sip)[SIP2]#bind interface eth0 172.16.40.125(gw-sip)[SIP2]#call-signaling-port 5062 172.16.40.125(gw-sip)[SIP2]#no shutdown If you do not change the signalling port you will get the following error message when you try to bind or activate the second gateway: % ANOTHER GATEWAY IS ALREADY BOUND TO THE SAME PORT Note: The ports are allocated even if a gateway is in shutdown. You must still use different signalling ports on each gateway! Note: The sign

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123