greiner Report post Posted 03/23/2004 11:35 PM 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
SupportTeam Report post Posted 03/24/2004 12:53 AM 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