Paul, this might be a hack but the -3 takes the extension number from the caller id name that I have set in the sip.conf file. I'm using this info for other logic. In this case "callerid=Brian GRC Development 300 <xxxxxxxxxx>" in the sip.conf in the [brian] section passes the caller id name to 8500 which takes on the extension part to log right into voicemail from the persons phone. I use other parts of that callerid in other places.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Mahler Sent: Wednesday, February 11, 2004 11:35 AM To: [EMAIL PROTECTED] Subject: RE: [Asterisk-Users] Cisco 7960 - how to enable "messages" key Why do you have the :-3 do in CALLERIDNAME:-3? Thanks! Paul Mahler mail:[EMAIL PROTECTED] phone: 650.207.9855 fax: 877.408.0105 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Pollack Sent: Wednesday, February 11, 2004 7:25 AM To: [EMAIL PROTECTED] Subject: RE: [Asterisk-Users] Cisco 7960 - how to enable "messages" key Paul, this is how I made it work: SIPDefault.cnf:messages_uri: "8500" extensions.conf:exten => 8500,1,VoicemailMain,s${CALLERIDNAME:-3} extensions.conf:exten => 8500,2,VoicemailMain extensions.conf:exten => 8500,3,Hangup Sip.conf for each user I have callerid=Brian 300 <xxx-xxx-xxxx> callerid=John 310 <xxx-xxx-xxxx> I'm sure there is a better way to work with callerid but I use this for other things as well. Brian -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Mahler Sent: Wednesday, February 11, 2004 7:45 AM To: [EMAIL PROTECTED] Subject: RE: [Asterisk-Users] Cisco 7960 - how to enable "messages" key Thanks! I looked for this SIP option in the cisco docs, but couldn't find it. Paul Paul Mahler mail:[EMAIL PROTECTED] phone: 650.207.9855 fax: 877.408.0105 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Low, Adam Sent: Wednesday, February 11, 2004 1:33 AM To: '[EMAIL PROTECTED] ' Subject: RE: [Asterisk-Users] Cisco 7960 - how to enable "messages" key Hmmm did you read any of the docs on cisco.com ? You need to set the 'message_uri' option to the extension that you run VoiceMailMain on into the configuration file (SIP000XXXXXXX.cnf) for the phone. -----Original Message----- From: John Fraizer To: [EMAIL PROTECTED] Sent: 11-2-04 6:22 Subject: Re: [Asterisk-Users] Cisco 7960 - how to enable "messages" key Um, tell it what to do? I don't remember exactly what I did but, it was intuitive enough that when I got my 7960 a week ago, it only took one try to get it right. Paul Mahler wrote: > Does anyone know how to make the 7960 "messages" key dial voicemail? SIP > 6.0. > _______________________________________________ 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 ********* DISCLAIMER ********* This message and any attachment are confidential and may be privileged or otherwise protected from disclosure and may include proprietary information. If you are not the intended recipient, please telephone or email the sender and delete this message and any attachment from your system. If you are not the intended recipient you must not copy this message or attachment or disclose the contents to any other person _______________________________________________ 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 _______________________________________________ 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 _______________________________________________ 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 _______________________________________________ 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 _______________________________________________ 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
