Babak Pasdar
2003-Oct-03 11:01 UTC
[Asterisk-Users] Message Waiting on Cisco 7940 does not work
I have a cisco 7940 with the following sip.conf config: [Desk1.1] type=friend secret=****** defaultip=192.168.1.14 insecure=no mailbox=102 callerid="Desk1.1" qualify=500 canreinvite=no context=extensions host=dynamic group=2 I do not get message waiting indicator (mwi) on this phone. Is the another .conf file invilved in configuring this function other than the mailbox=xxx in the sip.conf? Thanks for any assistance. Babak
Jared Smith
2003-Oct-03 11:12 UTC
[Asterisk-Users] Message Waiting on Cisco 7940 does not work
I think you need mailbox=102@voicemailcontext, where voicemailcontext is your voice mail context. (I'm assuming you're using VoiceMail2.) Hope that helps... Jared Smith On Fri, 2003-10-03 at 12:01, Babak Pasdar wrote:> I have a cisco 7940 with the following sip.conf config: > > [Desk1.1] > type=friend > secret=****** > defaultip=192.168.1.14 > insecure=no > mailbox=102 > callerid="Desk1.1" > qualify=500 > canreinvite=no > context=extensions > host=dynamic > group=2 > > I do not get message waiting indicator (mwi) on this phone. Is the > another .conf file invilved in configuring this function other than the > mailbox=xxx in the sip.conf? > > Thanks for any assistance. > > Babak > > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users
Use in your sip.conf: Mailbox=8991@demo You need to use a the @context with voicemail2 Kevin, -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Juan J. Sierralta P. Sent: Monday, October 06, 2003 6:58 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Message Waiting on Cisco 7960 On Fri, 2003-10-03 at 14:53, Babak Pasdar wrote:> This issue was resolved by adding the @context in the voicemail.conf > file for the extension to the mailbox=XXX command. > > mailbox=102@bell > > Thanks so much for your help.Is there anything special I need to configure on the Cisco phone to get MWI ? Because a I have a 7960 hanging from asterisk and I have followed all the suggestions here and I have not MWI on the phone. Here are my confs: ------- extensions.conf ------------- [demo] exten => 8991,1,Dial(SIP/8991,20) exten => 8991,2,Voicemail2(u8991@demo) exten => 8991,102,Voicemail2(b8991@demo) exten => 8991,103,Hangup -------- voicemail.conf ------------- [demo] 8991 => 8991,Juanjo,juanjo@localhost ------- sip.conf -------------------- [8991] type=friend username=8991 secret=**** nat=no ; This phone may be natted host=dynamic canreinvite=no ; Cisco poops on reinvite sometimes qualify=500 ; Qualify peer is no more than 200ms away ;defaultip=192.168.0.15 context=demo voicemail=8991@demo Any sugestions will be appreciated. -- Juanjo sin .sig _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users
Jaun, In your sip.conf try changing the voicemail=8991@demo to mailbox=8991@demo. My MWI works rock solid now almost instantaneously coming on and off. Babak Juan J. Sierralta P. wrote:> On Fri, 2003-10-03 at 14:53, Babak Pasdar wrote: > > This issue was resolved by adding the @context in the voicemail.conf > > file for the extension to the mailbox=XXX command. > > > > mailbox=102@bell > > > > Thanks so much for your help. > > Is there anything special I need to configure on the Cisco phone to get > MWI ? > Because a I have a 7960 hanging from asterisk and I have followed all > the suggestions here and I have not MWI on the phone. > Here are my confs: > > ------- extensions.conf ------------- > [demo] > exten => 8991,1,Dial(SIP/8991,20) > exten => 8991,2,Voicemail2(u8991@demo) > exten => 8991,102,Voicemail2(b8991@demo) > exten => 8991,103,Hangup > > -------- voicemail.conf ------------- > > [demo] > 8991 => 8991,Juanjo,juanjo@localhost > > ------- sip.conf -------------------- > > [8991] > type=friend > username=8991 > secret=**** > nat=no ; This phone may be natted > host=dynamic > canreinvite=no ; Cisco poops on reinvite sometimes > qualify=500 ; Qualify peer is no more than 200ms > away > ;defaultip=192.168.0.15 > context=demo > voicemail=8991@demo > > Any sugestions will be appreciated. > > -- > Juanjo sin .sig > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users