Hi all, I installed a new Cisco 7960 running SIP. I can make/receive calls to/from other extensions and leave voicemails. The LED on the handset turned RED, indicating voicemail for 7960. When I pressed the message button, 7960 gave me a dial tone only. What should I do to configure 7960 for voicemail retrieval?? Thanks. Ben -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040330/517047f6/attachment.htm
You need to setup the 7960 message button with an uri. SIPXXXXXXXXXXXX.cnf: messages_uri: "8599" extensions.conf: exten => 8599,1,VoicemailMain2(${CALLERIDNUM}) exten => 8599,2,Hangup -Heison On Wed, Mar 31, 2004 at 12:38:33PM +0800, Radius wrote:> Hi all, > > I installed a new Cisco 7960 running SIP. I can make/receive calls to/from other extensions and leave voicemails. The LED on the handset turned RED, indicating voicemail for 7960. When I pressed the message button, 7960 gave me a dial tone only. What should I do to configure 7960 for voicemail retrieval?? > > Thanks. > > Ben >
Add the following line to the sip.conf definition of this phone: mailbox=xxxx ; (where xxxx is the voicemailbox). Then add the following line to your SIPDefault.cnf file: messages_uri: xxxx ; (where xxxx is the number you call to access voicemail as defined in extensions.conf) That should do it. -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Radius Sent: Tuesday, March 30, 2004 10:39 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Voicemail retrieval from Cisco 7960 Hi all, I installed a new Cisco 7960 running SIP. I can make/receive calls to/from other extensions and leave voicemails. The LED on the handset turned RED, indicating voicemail for 7960. When I pressed the message button, 7960 gave me a dial tone only. What should I do to configure 7960 for voicemail retrieval?? Thanks. Ben --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.645 / Virus Database: 413 - Release Date: 3/28/2004 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040331/9c2fbd2c/attachment.htm