VoiceGuide IVR Software Main Page
Jump to content

Register SIP

Recommended Posts

I'm trying to do a VG test install. A SIP line is to be registered. HMP is installed. The computer is new. Firewall is disabled. UAC is disabled. With a tool MicroSip Portable I can connect to the line and make calls. Attached is a PDF with the ConfigFile and the Wireshark logs. Can you please help me?

Regards Frank

1_Try_VG.pcapng

2_Try_VG.pcapng

3_Try_VG.pcapng

4_Try_VG.pcapng

MicroSIP_portable.pcapng

Registerversuche.pdf

Share this post


Link to post

The "3_Try" and "4_Try" attempts show your SIP PB (AASTRA OpenCom 150 ?) respond with a "401 Unauthorized".

So looks like the Authentication on VoiceGuide side was not correctly set up as VoiceGuide was not responding to the 401 with an authenticated Register.

 

In your <VoIP_Authentication> section in the Config.xml file what is the value in the <AuthUsername> field?

Have you tried using:

40

or:

40@10.92.50.252

 

Also, the <RegClient> in the <VoIP_Registration> section should be:

40@10.92.50.252

 

Please post VoiceGuide's vgEngine and ktTel traces capturing VoiceGuide service startup if you still encounter issues.

 

try1.thumb.png.1292c5d022e78c3d6e42f1ddb56b39bf.png

 

 

try2.thumb.png.6f4db3c5b6cb846d2a79fa9fbf44f195.png

 

try3.thumb.png.c11d9c24f76103ad161875afe97e45a7.png

 

try4.thumb.png.aa454721b0af71ac461e5eced601189f.png

 

microsip.thumb.png.e1153a0c3780d38120fd45f83ca7e739.png

 

 

 

 

Share this post


Link to post

Sorry, I've been testing a wide variety of settings for a few hours. I renamed the user name in the telephone system from UserSIP to 40... no success With MicroSIP I type in the required values and immediately i have a connect.

 

When I use these settings I get Forbidden... What can I do???

<VoIP_Registrations>

<VoIP_Registration>
<Display></Display>
<Protocol></Protocol>
<RegServer>10.92.50.252</RegServer>
<RegClient>40@10.92.50.252</RegClient>
<LocalAlias></LocalAlias>
<Expires></Expires>
</VoIP_Registration>

</VoIP_Registrations>

<VoIP_Authentications>

<VoIP_Authentication>
<Display>SIP</Display>
<Realm></Realm>
<Identity></Identity>
<AuthUsername>40</AuthUsername>
<AuthPassword>[password_removed]</AuthPassword>
</VoIP_Authentication>

</VoIP_Authentications>

Forbidden.pcapng

Share this post


Link to post

Trace shows the SIP Authentication is now correctly set up from VoiceGuide's side.

The "401 Unauthorized" is correctly replied to by VoiceGuide with the second REGISTER containing the response code.

You will need to ask the administrator of the PBX at 10.92.50.252 as to why that PBX replied with 403 Forbidden to this valid SIP REGISTER.

Is it possible that this PBX is only allowing extensions to be registered using certain types of soft-phone only, and not all generic SIP devices?

The logs from PBX at 10.92.50.252 should show why that PBX decided to reject what looks to be a valid standard-SIP registration.

 

image.thumb.png.1b1b5b15070bdf38c3fbc18c8dd82fd4.png

 

 

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
×