Brandon Report post Posted 03/06/2004 03:11 AM 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
SupportTeam Report post Posted 03/06/2004 06:32 AM 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