VoiceGuide IVR Software Main Page
Jump to content

Voip Provider Changed Need Advice On Set Up.

Recommended Posts

Hi All,

 

As mentioned in the description, Phone Power purchased VOIP.com a little while ago, and has changed the log on parameters. They don't use the same names as you do for connections, hopefully you can help.

 

In looking at your help files for VoIP_Registration and Authentication, I'm not sure how to complete the configuration file with the info I obtained from Phone Power's website.

 

Auth ID: 650XXXXXXX

Use Auth: Yes

SIP User ID: 650XXXXXXX

SIP Password: ABXXXXXXXXXXXXX

Proxy: 20X.XX.X.X

 

Do I need to obtain more info from them, and what info do I need?

 

Thanks!

Share this post


Link to post

Please post the WireShark trace capturing VoiceGuide startup and the attempted registration. We can then see what is happening between VoiceGuide and the PhonePower registration server.

Please .ZIP up the trace before posting.

Share this post


Link to post

PhonePower is responding to the REGISTER request with a "403 Forbidden" response.

 

What is your VG's Config.xml SIP Registration configuration?

Share this post


Link to post

<VoIP_Registrations>

 

<VoIP_Registration>

<Display></Display>

<Protocol>SIP</Protocol>

<RegServer>208.64.8.6</RegServer>

<RegClient>voip650XXXXXXX@phonepower.com</RegClient>

<LocalAlias>voip650XXXXXXX@192.168.1.195</LocalAlias>

</VoIP_Registration>

 

</VoIP_Registrations>

 

<VoIP_Authentications>

 

<VoIP_Authentication>

<Display></Display>

<Realm>phonepower.com</Realm>

<Identity>sip:voip650XXXXXXX@phonepower.com</Identity>

<AuthUsername>voip650XXXXXXX</AuthUsername>

<AuthPassword>ABEXXXXXXXXXXXX</AuthPassword>

</VoIP_Authentication>

 

</VoIP_Authentications>

Share this post


Link to post

Try this:

 

<VoIP_Registrations>

 

<VoIP_Registration>

<Display></Display>

<Protocol>SIP</Protocol>

<RegServer>208.64.8.6</RegServer>

<RegClient>voip650XXXXXXX</RegClient>

<LocalAlias>voip650XXXXXXX</LocalAlias>

</VoIP_Registration>

 

</VoIP_Registrations>

 

<VoIP_Authentications>

 

<VoIP_Authentication>

<Display></Display>

<Realm>phonepower.com</Realm>

<Identity></Identity>

<AuthUsername>voip650XXXXXXX</AuthUsername>

<AuthPassword>ABEXXXXXXXXXXXX</AuthPassword>

</VoIP_Authentication>

 

</VoIP_Authentications>

 

and post WireShark trace as before if you still have problems.

Share this post


Link to post

You should contact the VoIP service supplier and ask them why their servers are responding like this to your registration attempts. You can forward them the WireShark traces as well to see what is happening.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×