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."

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to