Re: [Asterisk-Users] I got "403", "Forbidden"... please help

2005-09-27 Thread Ryan Pagquil

Hi Harry,
  I tried your suggestion and it worked. But I don't  hear any 
voice from the anonymous user. I don't hear the voice prompt? What 
should I do?


Thanks,
Ryan
harry gaillac wrote:


Hello,

Try insecure=very in  [sip.philonline.com]

Harry
--- Ryan Pagquil <[EMAIL PROTECTED]> a écrit :

 


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 = 
callerid="Test1"

[acjeff]
type=friend
username=acjeff
host=dynamic
defaultip=10.0.1.236
nat=yes
context=sip
mailbox=
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
 









___ 
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger 
Téléchargez cette version sur http://fr.messenger.yahoo.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


 




--
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


RE: [Asterisk-Users] I got "403", "Forbidden"... please help

2005-09-22 Thread harry gaillac
Hello,

Try insecure=very in  [sip.philonline.com]

Harry
--- Ryan Pagquil <[EMAIL PROTECTED]> a écrit :

> 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 = 
> callerid="Test1"
> 
> [acjeff]
> type=friend
> username=acjeff
> host=dynamic
> defaultip=10.0.1.236
> nat=yes
> context=sip
> mailbox=
> 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
> 







___ 
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger 
Téléchargez cette version sur http://fr.messenger.yahoo.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


[Asterisk-Users] I got "403", "Forbidden"... please help

2005-09-21 Thread Ryan Pagquil

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 = 
callerid="Test1"

[acjeff]
type=friend
username=acjeff
host=dynamic
defaultip=10.0.1.236
nat=yes
context=sip
mailbox=
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