Hello, I'd like to program my Cisco phones to authenticate themselves to voicemail upon hitting the right button on my 7940/60's Ideally the voicemail app will detect which extension the call is coming from and drop the user straight into the menu. Is this possible? Many thanks ~sm -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050421/ef838853/attachment.htm
Alexander Lopez
2005-Apr-21 12:58 UTC
[Asterisk-Users] One touch voicemail on Cisco 7940/60
Program your messages key to 'voicemail; with: messages_uri: "voicemail" in your SIP(MACADDRESS).cfg config file... And in extensions.conf: Exten => voicemail,1,Wait(1) ; Wait a minute to make sure audio is up Exten => voicemail,2, VoiceMailMain(${CALLERIDNUM}@default) ; Change default to whatever your vm context is. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Morris, Simon Sent: Thursday, April 21, 2005 3:23 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] One touch voicemail on Cisco 7940/60 Hello, I'd like to program my Cisco phones to authenticate themselves to voicemail upon hitting the right button on my 7940/60's Ideally the voicemail app will detect which extension the call is coming from and drop the user straight into the menu. Is this possible? Many thanks ~sm -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050421/f6864bb4/attachment.htm
One touch voicemail on Cisco 7940/60Yes it is possible. Just setup and extension that logs into voicemailmain without asking for username or passcode. Then set the messages configuration to that extension in the appropriate config file on the 7960. ----- Original Message ----- From: Morris, Simon To: asterisk-users@lists.digium.com Sent: Thursday, April 21, 2005 2:23 PM Subject: [Asterisk-Users] One touch voicemail on Cisco 7940/60 Hello, I'd like to program my Cisco phones to authenticate themselves to voicemail upon hitting the right button on my 7940/60's Ideally the voicemail app will detect which extension the call is coming from and drop the user straight into the menu. Is this possible? Many thanks ~sm ------------------------------------------------------------------------------ _______________________________________________ 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050421/27932a7f/attachment.htm
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Morris, Simon wrote:> Hello, > > I'd like to program my Cisco phones to authenticate themselves to > voicemail upon hitting the right button on my 7940/60's > > Ideally the voicemail app will detect which extension the call is coming > from and drop the user straight into the menu. > > Is this possible? > > Many thanks > > > ~smYes this is possible. In your extensions.conf: exten => _8501,1,Answer() exten => _8501,2,VoicemailMain(s${CALLERIDNUM}) exten => _8501,3,Hangup() then program the messages button to dial 8501 either via settings, SIP Settings, Messages URI (set to 8501) or in the SIPDefault.cnf file - -- Ron Wellsted http://www.wellsted.org.uk ron@wellsted.org.uk FWD:519961 Gossiptel:9309811 N 52.567623, W 2.137621 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iQEVAwUBQmgOy0tP/KMNOfRbAQJKuQf9FrHimntsQmRuCLEgrCgzlor44bG13/+n yznufFLYHNRC29GS63Df8wG4Bi2QAKS54MTFT1vWgIeqvELYaMklt4ErvwM0MbcD El4vMfIfqerX139Q60mh0XXD2LbMQZRGC3p0rxRkwURVXRm0BypwPoHsXsgsX2O8 rQiFG4GIAMBscZ8KHCTECbpCUCmr3Du1BPhvT5A34GNN/pcl2274wwr05aHvvUJj pZTeMAEunHnVTuR5SEMkRzqjsZLnPVTSG2bRgs8hktNhQQQe7kSPkDYLrcO7P183 HT+lp0Xi69vBGH3jaiJHDU+9JTRzrsPbDSwC+ag+U8DON6ZiVqnDvw==hGW4 -----END PGP SIGNATURE-----
Wondering if it is possible or if something already exist to setup * to offer Internet Call Waiting. For those that do not know what it is, it's a small application that runs on a users computer that will pop up a window letting them know they have a incoming call and who it is from then they can choose to take the call which will disconnect their dialup modem and ring their phone or send the call to voice mail. Thanks, Gary