Hi,
I'm setting up Asterisk as a voicemail with SER. My problem is, when a caller that is not registered with asterisk (no username and password in sip.conf) it prompts "403, Forbidden" . I need all calls from outside of my network to reach asterisk for my users' voicemails, because anonymous users will surely reach voicemail of my users to leave messages. What do I need to do to make those anonymous callers to reach the voicemails of my users? here is my sip.conf.

[general]
port = 5060
bindaddr = 202.84.24.47
context = sip
disallow=all
allow=ulaw
allow=alow
;register=>me:[EMAIL PROTECTED]/1000

[sip.philonline.com]
type=friend
host=sip.philonline.com
fromuser=rpagquil
secret=test123
fromdomain=sip.philonline.com

[phone1]
type = friend
username = phone1
secret = test123
host = dynamic
context = sip
mailbox = 9999
callerid="Test1"

[acjeff]
type=friend
username=acjeff
host=dynamic
defaultip=10.0.1.236
nat=yes
context=sip
mailbox=9999
callerid="Test2"

[usser1]
type = friend
username = usser1
secret = test123
nat=yes
host = dynamic
context = sip
mailbox = 111
callerid="User1"

Thanks,

--
Ryan Pagquil
Infodyne Inc. - PhilOnline.com
3603 Antel Global Corporate Center
Doña Julia Vargas Ave.
Ortigas Center Pasig City
Tel: 687-0715
Web: www.philonline.com

_______________________________________________
--Bandwidth and Colocation sponsored by Easynews.com --

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

Reply via email to