I currently have one SIP trunking peer and in the section sip-ua the configuration looks like this:
sip-ua
no remote-party-id
retry invite 2
retry register 10
timers connect 100
sip-server ipv4:218.62.1.195:5060
I want to test a second SIP trunking provider which requires authentication.
But I don't want to affect the existing SIP service. Would adding the two lines
get me what I want? That is - I want authentication being sent only when
traffic is destined for 192.168.2.2 Thank-you.
sip-ua
no remote-party-id
authentication username 9515551212 password xxxx realm 192.168.2.2
retry invite 2
retry register 10
timers connect 100
sip-server ipv4:208.70.13.195:5060
sip-server ipv4:192.168.2.2:5060