[Asterisk-Users] MWI bug ?

Lee Goodman lee.goodman at comcast.net
Thu Aug 7 08:33:56 MST 2003


Thanks, that fixed it.

Now, the problem would be if you wanted to keep voicemail in different
directories for a mulit tenant asterisk server. Anyway of making MWI use a
different directory (on a per user basis)?

Lee Goodman


----- Original Message -----
From: "Brian West" <brian at bkw.org>
To: <asterisk-users at lists.digium.com>
Sent: Thursday, August 07, 2003 10:56 AM
Subject: Re: [Asterisk-Users] MWI bug ?


> put your mailboxes under [default] that you want mwi on... I made that
> mistake also.
>
> bkw
>
> On Thu, 7 Aug 2003, Lee Goodman wrote:
>
> > Hi
> > I don't know if this is a bug or a configuration issue. I have Cisco
7960
> > phones off of my *.
> > Voicemail works fine, but I can't get the MWI light to work correctly. I
> > have the phones deposit the VM in a VM directory that is not the default
one
> > (directory called "sip"). If I push VM files into the VM directory
called
> > "default" the MWI light works fine.
> >
> > Is there a bug that the MWI part of the Voicemail app only looks in the
> > directory called "default", or is there a way to make MWI look in
another VM
> > directory.
> >
> > thanks
> >
> > lee goodman
> >
> >
> > voicemail.conf
> > [general]
> > format=wav
> > maxmessage=180
> > [sip]
> > 1000 => 1000,LG,xxxx at comcast.net
> > 1001 => 1001,TG,yyyyy at comcast.net
> > 1002 => 1002,BG,zzzzz at comcast.net
> >
> > extensions.conf
> >
> > [incoming]
> > exten => s,1,Background(goodmanmenu)
> > exten => s,2,DigitTimeout,5
> > exten => s,3,responsetimeout,10
> > exten => 1000,1,Goto(sip,1000,1)
> > exten => 1001,1,Goto(sip,1001,1)
> > exten => 1002,1,Goto(sip,1002,1)
> > exten => 8500,1,Goto(sip,8500,1)
> > [sip]
> > exten => _X.,1,Dial,Zap/1/${EXTEN}
> > exten => 8500,1,Wait,1
> > exten => 8500,2,VoiceMailMain2(${CALLERIDNUM})
> > exten => 8500,3,Hangup
> > exten => 1000,1,Dial(SIP/1000,20)
> > exten => 1000,2,Voicemail2(u1000)
> > exten => 1000,102,Voicemail2(b1000)
> > exten => 1000,103,Hangup
> > exten => 1001,1,Dial(SIP/1001,20)
> > exten => 1001,2,Voicemail2(u1001)
> > exten => 1001,102,Voicemail2(b1001)
> > exten => 1001,103,Hangup
> > exten => 1002,1,Dial(SIP/1002,20)
> > exten => 1002,2,Voicemail2(u1002)
> > exten => 1002,102,Voicemail2(b1002)
> > exten => 1002,103,Hangup
> >
> > sip.conf
> >
> > [1000]
> > type=friend
> > insecure=np
> > username=1000
> > secret=secret
> > nat=no
> > host=dynamic
> > canreinvite=no
> > context=sip
> > mailbox=1000
> >
> >
> >
> > [1001]
> > type=friend
> > insecure=no
> > username=1001
> > secret=secret
> > nat=no
> > host=dynamic
> > canreinvite=no
> > context=sip
> > mailbox=1001
> >
> > [1002]
> > type=friend
> > insecure=no
> > username=1002
> > secret=secret
> > nat=no
> > host=dynamic
> > canreinvite=no
> > context=sip
> > mailbox=1002
> >
> >
> > _______________________________________________
> > Asterisk-Users mailing list
> > Asterisk-Users at lists.digium.com
> > http://lists.digium.com/mailman/listinfo/asterisk-users
> >
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users




More information about the asterisk-users mailing list