Tim Connolly
2005-Dec-18 10:24 UTC
[Asterisk-Users] New voicemail alert options for Cisco 7960 SIP phones
I'm looking for ideas on how to implement voicemail notification on Cisco 7960 SIP phones. Something like a light on the legacy pbx-phone would be perfect. Even maybe go so far as a quick ring to the extension every 15 minutes or so, but then that would increment the on-screen missed call count. How about a debug-test call where we telnet into the users phones, open a test call on speakerphone back to some extension which simply plays a soundfile like "You've got mail". Any suggestions? Is there any simple way to check the voicemail application to see which mailboxes have new messages waiting? Is there simple way to notify users on phones like the Ciscos ? Thanks Tim
Kerry Garrison
2005-Dec-18 12:11 UTC
[Asterisk-Users] New voicemail alert options for Cisco 7960 SIPphones
I just converted 5 7960's to the latest SIP firmware, used the Cisco example configuration files, and nothing custom within Asterisk and my message lights work fine. Kerry Garrison Publisher - GeekGazette.com - VOIPSpek.net (949) 502-7819 x200 - kerryg@techdatapros.com http://www.techdatapros.com -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Tim Connolly Sent: Sunday, December 18, 2005 9:25 AM To: Asterisk-Users Subject: [Asterisk-Users] New voicemail alert options for Cisco 7960 SIPphones I'm looking for ideas on how to implement voicemail notification on Cisco 7960 SIP phones. Something like a light on the legacy pbx-phone would be perfect. Even maybe go so far as a quick ring to the extension every 15 minutes or so, but then that would increment the on-screen missed call count. How about a debug-test call where we telnet into the users phones, open a test call on speakerphone back to some extension which simply plays a soundfile like "You've got mail". Any suggestions? Is there any simple way to check the voicemail application to see which mailboxes have new messages waiting? Is there simple way to notify users on phones like the Ciscos ? Thanks Tim _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
C F
2005-Dec-19 20:14 UTC
[Asterisk-Users] New voicemail alert options for Cisco 7960 SIP phones
In sip.conf make sure that the account for the cisco phone has mailbox=mbnumber@context set On 12/18/05, Tim Connolly <tim@timsnet.com> wrote:> I'm looking for ideas on how to implement voicemail notification on > Cisco 7960 SIP phones. Something like a light on the legacy pbx-phone > would be perfect. Even maybe go so far as a quick ring to the extension > every 15 minutes or so, but then that would increment the on-screen > missed call count. How about a debug-test call where we telnet into the > users phones, open a test call on speakerphone back to some extension > which simply plays a soundfile like "You've got mail". > > Any suggestions? Is there any simple way to check the voicemail > application to see which mailboxes have new messages waiting? Is there > simple way to notify users on phones like the Ciscos ? > > Thanks > Tim > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
Ben Buxton
2005-Dec-20 05:12 UTC
[Asterisk-Users] Re: New voicemail alert options for Cisco 7960 SIP phones
Tim Connolly <tim@timsnet.com> uttered the following thing:> I'm looking for ideas on how to implement voicemail notification on > Cisco 7960 SIP phones. Something like a light on the legacy pbx-phone > would be perfect. Even maybe go so far as a quick ring to the extension > every 15 minutes or so, but then that would increment the on-screen > missed call count. How about a debug-test call where we telnet into the > users phones, open a test call on speakerphone back to some extension > which simply plays a soundfile like "You've got mail".It's already got a message-waiting light which Asterisk fully supports. Just make sure you've got a line of the form "mailbox=<blah>" in the sip.conf file for the phone. Then you can also program the 'message' button to go to your voicemail check number. Any new messages in that voicemailbox will cause the light to come on (and automatically extinguish once checked). BB