summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraalatchm <aalatchm@jamailca.com>2011-07-13 13:28:46 +0000
committerTed Trask <ttrask01@yahoo.com>2011-07-13 10:25:17 -0400
commit1b77f008775e8dd155f57a833044d7872f896d38 (patch)
tree1c483be4a3049eaf2e3d3f0efa625f14fcaa61cb
parentc7ac043f5a02a1d13bd89255cea62c1703dcf946 (diff)
downloadacf-provisioning-1b77f008775e8dd155f57a833044d7872f896d38.tar.bz2
acf-provisioning-1b77f008775e8dd155f57a833044d7872f896d38.tar.xz
Adjust codec preference in Linksys for more consistent interoperability.
-rw-r--r--templates/linksysata-template.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/linksysata-template.lua b/templates/linksysata-template.lua
index e668170..0e5f9e0 100644
--- a/templates/linksysata-template.lua
+++ b/templates/linksysata-template.lua
@@ -296,11 +296,11 @@ http://<% io.write(web_server) %>/Linksys/$MA.xml
<Preferred_Codec_1_ ua="na">G711u</Preferred_Codec_1_>
-<Silence_Supp_Enable_1_ ua="na">No</Silence_Supp_Enable_1_>
-<Use_Pref_Codec_Only_1_ ua="na">No</Use_Pref_Codec_Only_1_>
+<Silence_Supp_Enable_1_ ua="na">Yes</Silence_Supp_Enable_1_>
+<Use_Pref_Codec_Only_1_ ua="na">Yes</Use_Pref_Codec_Only_1_>
<Silence_Threshold_1_ ua="na">medium</Silence_Threshold_1_>
<Echo_Canc_Enable_1_ ua="na">Yes</Echo_Canc_Enable_1_>
-<G729a_Enable_1_ ua="na">Yes</G729a_Enable_1_>
+<G729a_Enable_1_ ua="na">No</G729a_Enable_1_>
<Echo_Canc_Adapt_Enable_1_ ua="na">Yes</Echo_Canc_Adapt_Enable_1_>
<G723_Enable_1_ ua="na">No</G723_Enable_1_>
<Echo_Supp_Enable_1_ ua="na">Yes</Echo_Supp_Enable_1_>