On May 29, 2007, at 11:56 PM, Franz Wu wrote:

3. per codec VAD/CNG config, like codec=[priority],[codec],options, example
        codec=10,g729,p40|vad
        codec=20,gsm,p20|novad

the future config file syntax is formally defined here:

http://www.callweaver.org/browse/callweaver/branches/benjk/ opbx_plist_syntax.txt

which would give you something along the lines of ...

codecs = {

g729 = {
   enable=yes;
   priority=10;
   packets=40;
   VAD=yes;
}; // g729

// more codecs

}; // codecs

_______________________________________________
Callweaver-dev mailing list
[email protected]
http://lists.callweaver.org/mailman/listinfo/callweaver-dev

Reply via email to