Eric Wieling
2004-Jun-04 14:59 UTC
[Asterisk-Users] 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 -- 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."
Maveric
2004-Jun-04 16:16 UTC
[Asterisk-Users] Voicemail and Cisco phones: Dialplan example
What type of cisco phones? i'm using 7960's and i know they don't have a to voice mail button. That annoys me. At 02:59 PM 6/4/2004, you wrote:>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 >Asterisk-Users@lists.digium.com >http://lists.digium.com/mailman/listinfo/asterisk-users >To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users