Randy Bush
2004-Jul-05 08:11 UTC
[Asterisk-Users] dialing # on a crisco (was: Divert to arbitrary number)
> On a related note, how do you get a Cisco 7940 to dial numbers with a > hash in them, instead of just using the hash as a dial key. For > example, I have *#21# to check diverts, but the phone will just dial > "*" as soon as you type the # after it.<DIALTEMPLATE> <TEMPLATE MATCH="#..." Timeout="5" User="Phone" /> <TEMPLATE MATCH="*" Timeout="5" User="Phone" /> </DIALTEMPLATE> randy
ghost@silcon.com
2004-Jul-05 13:52 UTC
[Asterisk-Users] dialing # on a crisco (was: Divert to arbitrary number)
Is it possible to have a speed dial on a cisco 7960 which dials the voice mail number and then dials the extention and password so a user can just push a single button to get their voicemail? This is a no brainer on a regular analog phone where you can do something like 8500p100p1234 where p is a pause that most analog phones let you place in a speeddial, but on a sip phone how is this done? Mark>> On a related note, how do you get a Cisco 7940 to dial numbers with a >> hash in them, instead of just using the hash as a dial key. For >> example, I have *#21# to check diverts, but the phone will just dial >> "*" as soon as you type the # after it. > > <DIALTEMPLATE> > <TEMPLATE MATCH="#..." Timeout="5" User="Phone" /> > <TEMPLATE MATCH="*" Timeout="5" User="Phone" /> > </DIALTEMPLATE> > > randy > > _______________________________________________ > 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 >
Philipp von Klitzing
2004-Jul-05 15:16 UTC
[Asterisk-Users] dialing # on a crisco (was: Divert to arbitrary number)
Hi!> Is it possible to have a speed dial on a cisco 7960 which dials the voice > mail number and then dials the extention and password so a user can > just push a single button to get their voicemail? This is a no brainer > on a regular analog phone where you can do something like 8500p100p1234 > where p is a pause that most analog phones let you place in a speeddial, > but on a sip phone how is this done?You do that on Asterisk in extensions.conf, not on the phone itself. Either you simply do not set a pw in voicemail.conf, or you check the caller ID of the phone and then decide if you allow or reject access to a special extension that calls VoiceMailMain with the 's' option. See: http://www.voip-info.org/wiki-Asterisk+cmd+VoiceMailMain Cheers, Philipp
Randy Bush
2004-Jul-05 18:46 UTC
[Asterisk-Users] Re: dialing # on a crisco (was: Divert to arbitrary number)
> Is it possible to have a speed dial on a cisco 7960 which dials the voice > mail number and then dials the extention and password so a user can > just push a single button to get their voicemail?see Message Button under http://www.voip-info.org/wiki-Asterisk+phone+cisco+79xx