search for: tovm

Displaying 2 results from an estimated 2 matches for "tovm".

Did you mean: tom
2004 Jul 15
2
Cisco phones and Messages and Forward ToVM keys
...en => 8500,1,GoToIf($[X${RDNIS} = X]?2:102) exten => 8500,2,VoiceMailMain(s${CALLERIDNUM}) exten => 8500,3,Hangup exten => 8500,102,VoiceMail(u${RDNIS}) exten => 8500,103,Hangup ; you should now be able to press the "Messages" key and get Voicemail man, and press the "ToVM" key when you have an incoming call and have the call immediately forwarded to your voicemail with the unavailable greeting.
2004 Jun 04
1
Voicemail and Cisco phones: Dialplan example
Assume you have the messages button on your Cisco phone set to dial 3009. Here's an sample dialplan entry that will make the "DND" and "ToVM" and "Messages" button work as expected. This should work for both -stable and -head. exten => 3009,1,GoToIf($[X${RDNIS} != X]3009,4) exten => 3009,2,VoicemailMain() exten => 3009,3,Hangup exten => 3009,4,VoiceMail(u${RDNIS}) exten => 3009,5,Hangup -- Er...