- closer to 'classic' AQuA parameters
This commit is contained in:
parent
297dfefeac
commit
84d13da22b
|
|
@ -337,19 +337,19 @@ void AgentImpl::processStartSession(JsonCpp::Value& request, JsonCpp::Value& ans
|
||||||
|
|
||||||
sevana::aqua::config config = {
|
sevana::aqua::config config = {
|
||||||
{"avlp", "off"},
|
{"avlp", "off"},
|
||||||
{"smtnrm", "on"},
|
{"smtnrm", "off"},
|
||||||
{"decor", "off"},
|
{"decor", "off"},
|
||||||
{"mprio", "off"},
|
{"mprio", "off"},
|
||||||
//{"acr", "auto"},
|
|
||||||
{"miter", "1"},
|
|
||||||
{"npnt", "auto"},
|
{"npnt", "auto"},
|
||||||
{ "enorm", "rms" },
|
|
||||||
{"voip", "on"},
|
{"voip", "on"},
|
||||||
|
{"enorm", "rms"},
|
||||||
{"g711", "off"},
|
{"g711", "off"},
|
||||||
{"spfrcor", "on"},
|
{"spfrcor", "on"},
|
||||||
{"grad", "off"},
|
{"grad", "off"},
|
||||||
|
{"tmc", "on"},
|
||||||
|
{"miter", "1"},
|
||||||
{ "ratem", "%m" },
|
{ "ratem", "%m" },
|
||||||
{ "trim", "r 10" },
|
{ "trim", "a 10" },
|
||||||
{ "output", "json" },
|
{ "output", "json" },
|
||||||
{ "fau", path_faults},
|
{ "fau", path_faults},
|
||||||
{ "specp", "32"}
|
{ "specp", "32"}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue