[Asterisk-Users] Codecs and RealTime
Greg - Cirelle Enterprises
gcirino at cirelle.com
Wed Dec 15 12:02:43 MST 2004
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
More information about the asterisk-users
mailing list