VoiceGuide IVR Software Main Page
Jump to content

voiceguide PBX sip trunk issue

Recommended Posts

Looks like MItel PBX (Mitel-330-ICP) is at 172.30.1.2, and VoiceGuide is at 172.16.0.71

The WireShark trace shows that right now the Mitel is trying to do a 'SIP Register' with HMP/VoiceGuide.

HMP/VoiceGuide will answer all SIP calls arriving at its IP address. HMP/VoiceGuide does not require a prior 'SIP Digest Register' to do so, and indeed does not handle those 'SIP Digest Register' messages.

So Mitel's SIP trunk can just be pointed at HMP/VoiceGuide's IP address with no other registration setup.

If you want to ensure that only calls form Mitel will be answered then you can setup VoiceGuide script to only handle calls arriving from certain sources. This would be done by checking the value(s) or Result Variables before answering the call. eg: checking value of $RV_CIDNUMBER or $RV[sip_header_from] or $RV[sip_header_contact_display] or $RV[sip_header_contact_uri]

See: https://www.voiceguide.com/vghelp/source/html/resultvariables.htm

And additionally you can also use Window's Firewall to ensure that SIP/RTP traffic only arrives from the IP addresses you authorize - the PBX's IP, other IPs you use to test system, etc. 

See: https://www.voiceguide.com/vghelp/source/html/install_v7_dialogichmp.htm  - "Firewall Configuration" section

 

image.png.293ff747a5b6455164474f0d3433a737.png

Edited by SupportTeam
added the firewall use note

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
×