|
Here are some examples of how to
configure the VoIP registration section of the Config.xml file to
have VoiceGuide register with the VoIP provider of choice.
Free World Dialup (www.freeworlddialup.com)
<VoIP_Lines>
<VoIP_Registrations>
<VoIP_Registration>
<Display>FWD</Display>
<Protocol>SIP</Protocol>
<RegServer>fwd.pulver.com</RegServer>
<RegClient>123456@fwd.pulver.com</RegClient>
<LocalAlias>123456@10.1.1.9</LocalAlias>
</VoIP_Registration>
</VoIP_Registrations>
<VoIP_Authentications>
<VoIP_Authentication>
<Display>FWD</Display>
<Domain>fwd.pulver.com</Domain>
<Username>sip:123456@fwd.pulver.com</Username>
<AuthUsername>123456</AuthUsername>
<AuthPassword>abcd1234</AuthPassword>
</VoIP_Authentication>
</VoIP_Authentications>
</VoIP_Lines>
iptel.org (www.iptel.org)
<VoIP_Lines>
<VoIP_Registrations>
<VoIP_Registration>
<Display>iptel</Display>
<Protocol>SIP</Protocol>
<RegServer>iptel.org</RegServer>
<RegClient>MyIptelAccountName@iptel.org</RegClient>
<LocalAlias>MyIptelAccountName@10.1.1.9</LocalAlias>
</VoIP_Registration>
</VoIP_Registrations>
<VoIP_Authentications>
<VoIP_Authentication>
<Display>iptel</Display>
<Domain>iptel.org</Domain>
<Username>sip:MyIptelAccountName@iptel.org</Username>
<AuthUsername>MyIptelAccountName</AuthUsername>
<AuthPassword>abcd1234</AuthPassword>
</VoIP_Authentication>
</VoIP_Authentications>
</VoIP_Lines>
voxalot (www.voxalot.com)
<VoIP_Lines>
<VoIP_Registrations>
<VoIP_Registration>
<Display>voxalot</Display>
<Protocol>SIP</Protocol>
<RegServer>voxalot.com</RegServer>
<RegClient>123456@voxalot.com</RegClient>
<LocalAlias>123456@10.1.1.9</LocalAlias>
</VoIP_Registration>
</VoIP_Registrations>
<VoIP_Authentications>
<VoIP_Authentication>
<Display>voxalot</Display>
<Domain>voxalot.com</Domain>
<Username>sip:123456@voxalot.com</Username>
<AuthUsername>123456</AuthUsername>
<AuthPassword>abcd1234</AuthPassword>
</VoIP_Authentication>
</VoIP_Authentications>
</VoIP_Lines>
CallCentric (www.callcentric.com)
<VoIP_Lines>
<VoIP_Registrations>
<VoIP_Registration>
<Display>CallCentric</Display>
<Protocol>SIP</Protocol>
<RegServer>callcentric.com</RegServer>
<RegClient>177711111111@callcentric.com</RegClient>
<LocalAlias>177711111111@10.1.1.9</LocalAlias>
</VoIP_Registration>
</VoIP_Registrations>
<VoIP_Authentications>
<VoIP_Authentication>
<Display>CallCentric</Display>
<Domain>callcentric.com</Domain>
<Username>sip:177711111111@callcentric.com</Username>
<AuthUsername>177711111111</AuthUsername>
<AuthPassword>abcd1234</AuthPassword>
</VoIP_Authentication>
</VoIP_Authentications>
</VoIP_Lines>
BroadSoft BroadWorks platform (www.broadsoft.com) : iinet.net
iinet.net's VoIP service is built using BroadSoft's BroadWorks platform. Here
are the registration details used:
<VoIP_Lines>
<VoIP_Registrations>
<VoIP_Registration>
<Display>iiNet</Display>
<Protocol>SIP</Protocol>
<RegServer>sip.NSW.iinet.net.au</RegServer>
<RegClient>0299998888@sip.NSW.iinet.net.au</RegClient>
<LocalAlias>0299998888@10.1.1.9</LocalAlias>
</VoIP_Registration>
</VoIP_Registrations>
<VoIP_Authentications>
<VoIP_Authentication>
<Display>iiNet</Display>
<Domain>iinetphone.iinet.net.au</Domain>
<Username>sip:0299998888@sip.NSW.iinet.net.au</Username>
<AuthUsername>0299998888</AuthUsername>
<AuthPassword>abcd1234</AuthPassword>
</VoIP_Authentication>
</VoIP_Authentications>
</VoIP_Lines>
|