VoiceGuide IVR Software Main Page
Jump to content

Forwarding Voicemail With An Box Number Trialer

Recommended Posts

When someone leaves a voicemail and it is forwarded to an individual by calling them. Is there a way to add a .wav file to let the individual know what voicemail box number the message is coming from?

 

Thanks,

 

-Brandon

Share this post


Link to post

Yes, it's possible.

 

When the voicemail message is delivered to phone VoiceGuide will start the vmMsgDeliver.vgs script when the call is answered.

 

You can edit this script to change what is being played when the call is answered.

 

The attached script below was modified to do what you require.

 

Please place the attached file in VoiceGuide's \system\vm\ subdirectory and then edit VG.INI file settings from:

 

VmScript_VmDeliver_Script=vmMsgDeliver.vgs

VmScript_VmDeliver_Module=VmDelivStart

 

to be:

 

VmScript_VmDeliver_Script=vmMsgDeliver_SayVmbId.vgs

VmScript_VmDeliver_Module=VmDelivSayVmbId

 

Restart VG and next time message is delivered the ID of the voicemail box will be first played before playing the message.

 

To see how easy it was to add this functionality just compare the original vmMsgDeliver.vgs with the new vmMsgDeliver_SayVmbId.vgs

vmMsgDeliver_SayVmbId.vgs

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
×