Displaying 1 result from an estimated 1 matches for "myaccount1".
Did you mean:
myaccount
2015 Jul 02
0
multiple sip trunks with the same ITSP
...If there are multiple sip trunks with the same ITSP then an incoming call
is arbitarily matched to the last peer with the same host IP address. This
is not a serious problem because the DID is still correct but it does have
many insidious effects due to the incorrect channel name
Example
register=myaccount1 at sip.myitsp.com/line1
register=myaccount2 at sip.myitsp.com/line2
[line1]
type=peer
username=myaccount1
host=sip.myitsp.com
[line2]
type=peer
username=myaccount2
host=sip.myitsp.com
If sip.myitsp.com directs a call to asterisk with a request line of:
INVITE line1 at mybindaddr SIP/2.0
then it...