[Asterisk-Users] Re: SIP, Sipura SPA-2000, and Voicemail2
Steve Rodgers
hwstar at cox.net
Sat Nov 8 22:09:09 MST 2003
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,srodgers at xxx.com
102 => yyyy,Karen Rodgers,krodgers at xxx.com
More information about the asterisk-users
mailing list