Hello, I want to share mailbox between two extensions
Ext. 101
Ext. 102

I want the messages to go to mailbox 101, when when checked mailbox from
extension 102 to be able to clear the bliking red light.

here is extensions.conf
exten => 102,hint,SIP/${EXTEN}
exten => 102,1,Dial(SIP/101&SIP/102,20,t)
exten => 102,2,Voicemail(101,u)
exten => 102,102,Voicemail(101,b)
exten => 102,103,Hangup

sip.conf
[102]
type=friend
context=sipphones
call-limit=99
callerid="Jo" <102>
disallow=all
allow=ulaw
allow=alaw
username=102
secret=xexpasswd
dtmfmode=rfc2833
host=dynamic
mailbox=101
nat=yes
canreinvite=no

this configuration work ok but, light msg keeps bilking after checking for
mesages.

Any suggestions?
Thanks,
-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to