VoiceGuide IVR Software Main Page
Jump to content

Voice Mail Retrieve

Recommended Posts

I am using a Partner II PBX, and I have figured out the inband signalling. On my system I have a button for VM retrieve. What I want to happen, is when they press the button VG picks up and does a voicemail retrieve against their extension without them entering it. Then VG just prompts them for their password. It would be something like this

 

on {true} goto [Voice Mailbox Retrieve $RV[inband_Called]]

 

But, I cannot see how you can pass an extension to the VM Retrieve, like you can for Voice Mailbox....

 

 

Any ideas, or is this something you could add?

 

 

Thanks!

 

 

-Graf

Share this post


Link to post

At this stage you would basically need to modify the vmLogin.vgs script (see \system\vm\ directory) to not ask caller for the VMB number, and before going to Voice Mailbox Retrieve you would just set the $RV[VmLoginAskVmb] which is set in the module you would remove... then the script will only ask caller for the PIN...

 

You could even just copy the VM scripts into your own scripts and modify them any way you like...

 

(I assume you are using VG Enterprise)

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
×