Hi
When creating the XML gateway files as described in the beginners guide, set the gateway name to anything you like, e.g. sip-provider-smith or sip-provider-jones. for your two customers, Smith and Jones using SIP provider "Sip-Provider"
Then use the param name "realm", and set the value to sip.voiprovider.com...
- Code: Select all
<param name="realm" value="sip.voiprovider.com"/>
...and then set the username / from-user / password / etc parameters as required in each xml file.
Then in Newfies Dialer, add gateways of:-
sofia/gateway/sip-provider-smith/
sofia/gateway/sip-provider-jones/
Using this method allows you to use multiple gateways each with a different account but using the same SIP provider.
Sofia Status should look something like this:-
- Code: Select all
external::sip-provider-smith gateway sip:account1@sip.voiprovider.com REGED
external::sip-provider-jones gateway sip:account2@sip.voiprovider.com REGED
Joe