Solution: The context used in voicemail.conf has to match the default context 
in sip.conf.


Sip.conf:


[general]
port=5060
bindaddr=192.168.17.2
tos=lowdelay
disallow=all
allow=ulaw
context=default ; Note: this must match voicemail.conf

;
                                                                                       
           
; SIP Entry for sipura line 1
; This phone is allowed to dial extensions and local phone numbers
;
[101]
type=friend
host=dynamic
context=house-toll
reinvite=no
canreinvite=no
qualify=300
secret=xxxxx
callerid="Sipura Line 1" <101>
username=101
mailbox=101
nat=0
                                                                                       
           
; Sample for sipura line 2
; This phone is allowed to dial extensions and local phone numbers
;
[102]
type=friend
host=dynamic
context=house-toll
reinvite=no
canreinvite=no
qualify=300
secret=yyyyy
callerid="Sipura Line 2" <102>
username=102


Voicemail.conf:


[general]
                                                                                       
                
format=wav
maxmessage=180
                                                                                       
                
[default] ; Note: this was [local]
                                                                                       
                
;
; format: password, name, email address for attached voicemail msgs
;
                                                                                       
                
101 => xxxx,Steve Rodgers,[EMAIL PROTECTED]
102 => yyyy,Karen Rodgers,[EMAIL PROTECTED]



_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to