At 11:02 AM 12/15/04, you wrote:
Your sip_buddies table should have 2 columns, "allow" and "disallow". You
should be able to:

INSERT INTO sip_buddies (allow,disallow) VALUES ("g729;g726;gsm","g711");

to give the equiv of:

allow=g729
allow=g726
allow=gsm
disallow=g711

-Matthew

I have the sip in 2 tables, the general section is loaded in the ast_config table while each sip extension is defined in sip_buddies. The allow and disallow statements are in the ast_config table and not in the sip_buddies table. Is this wrong?

Greg

_______________________________________________
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