[Asterisk-Users] Voicemail and Cisco phones: Dialplan example

Eric Wieling eric at fnords.org
Fri Jun 4 14:59:32 MST 2004


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


-- 
          Eric Wieling * BTEL Consulting * 504-899-1387 x2111
"In a related story, the IRS has recently ruled that the cost of Windows
upgrades can NOT be deducted as a gambling loss."




More information about the asterisk-users mailing list