ssrawat Report post Posted 11/29/2004 05:13 PM can i change the voice mail menu, in option to leave the system after the voice mail is left is 0 , can i change this to #( the option generally used in major voice mail systems) Thanks Satish Share this post Link to post
SupportTeam Report post Posted 11/29/2004 10:04 PM Sure, just edit the Voicemail script to react to the different key - see the scripts in VoiceGuide's \system\vm\ subdirectory. Especially see the vmLogin.vgs - modules VmLoginStart and VmMmMenu In module VmLoginStart you can set the $RV[Key_VmMmVmExit] to be a '#' and then thant value will be used in VmMmMenu. or you can just edit the VmMmMenu directly and change the case statement options to allow script to react to # appropriately. Share this post Link to post