While initiating sip_route -set command is there any possiblity to give more than one IP in -proxyip parameter.
Actually my problem,there is a SIP trunk between A to B and B to C exchanges
A<--->B<---->C
Let us think that IP of A is 192.168.25.101, B is 192.168.25.197 and C is 192.168.25.105
The Dest of A-node 6101 and C-node 6105. And the routes between A to B be 52 and B to C 56.
According to my scenario I need to use the same route number for both the SIP trunks(A to B and B to C).
There is no problem while I getting Incoming calls to B-node. But the problem is with Outgoing calls only. The outgoing calls can be made only to any one of the node i.e., either to A-node or B-node because we will be setting the IP in sip_route -set command in -proxyip parameter. Only one IP can be set in this command.
So is there any possiblity to set more than one IP.
Can you please help me in this issue.
Our system is MX-one telephony server. And sip_route is the command we use for initiations of sip trunk.
sip_route -set -route 100 -uristring “sip:?@192.168.25.197” -proxyip 192.168.25.197 -proxyport 5060
So in proxyip parameter we can give only one IP. So the outgoing call is possible to only 192.168.25.197 PBX.