Ok, I'm pretty much a Linux newb and I don't know if this has anything to do with your problem, but in your "allow=" lines, you use a semi-colon (;) to separate your list. I thought the semi-colon noted a comment. Therefore, everything after the semi-colon would be ignored. In your case, the only allowed codec is g729. Sorry if I am wrong.

At 10:36 PM 7/21/2005, you wrote:
Hi,

I have been trying to configure one Asterisk to use a Sip provider.

My sip.conf is:

register => user:[EMAIL PROTECTED]

[www.xxx.yyy.zzz]
type=friend
secret=passwd
username=user
host=www.xxx.yyy.zzz
insecure=very
disallow=all
allow=g729;gsm;ulaw;alaw
reinvite=no

[sipphone]
;dtmfmode=info
host=dynamic
language=es
nat=yes
secret=mysecret
type=friend
username=sipphone
allow=g729;ilbc;gsm;ulaw;alaw
regseconds=0
cancallforward=yes

_______________________________________________
Asterisk-Users mailing list
[email protected]
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