[asterisk-users] share mailbox Asterisk 1.8.22

motty cruz motty.cruz at gmail.com
Tue Jun 24 16:37:26 CDT 2014


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,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140624/18cacaa5/attachment.html>


More information about the asterisk-users mailing list