[asterisk-scf-commits] asterisk-scf/integration/slice.git branch "udptl" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Wed Sep 21 06:36:18 CDT 2011


branch "udptl" has been updated
       via  ded292faa0b073a2665e2700bce7663dfecb5dc5 (commit)
      from  9a8fcba6797d0d3a2b776791c352cc8a27d02b62 (commit)

Summary of changes:
 slice/AsteriskSCF/Media/Formats/T38UdptlFormat.ice |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)


- Log -----------------------------------------------------------------
commit ded292faa0b073a2665e2700bce7663dfecb5dc5
Author: Joshua Colp <jcolp at digium.com>
Date:   Wed Sep 21 08:28:16 2011 -0300

    Tweak default parameters.

diff --git a/slice/AsteriskSCF/Media/Formats/T38UdptlFormat.ice b/slice/AsteriskSCF/Media/Formats/T38UdptlFormat.ice
index 0b7957d..0df9f50 100644
--- a/slice/AsteriskSCF/Media/Formats/T38UdptlFormat.ice
+++ b/slice/AsteriskSCF/Media/Formats/T38UdptlFormat.ice
@@ -42,6 +42,7 @@ module V1
      */
     enum Rate
     {
+        RATE_UNSPECIFIED,
         RATE_2400,
         RATE_4800,
         RATE_7200,
@@ -55,6 +56,7 @@ module V1
      */
     enum RateManagement
     {
+        UNSPECIFIED_TCF,
         TRANSFERRED_TCF,
         LOCAL_TCF,
     };
@@ -67,27 +69,27 @@ module V1
         /**
          * T.38 version
          */
-        int version = 1;
+        int version = 0;
 
         /**
          * Maximum datagram size
          */
-        int maxDatagram = 1400;
+        int maxDatagram = 0;
 
         /**
          * Maximum rate
          */
-        Rate faxRate = RATE_9600;
+        Rate faxRate = RATE_UNSPECIFIED;
 
         /**
          * Rate management option
          */
-        RateManagement faxRateManagement = TRANSFERRED_TCF;
+        RateManagement faxRateManagement = UNSPECIFIED_TCF;
 
         /**
          * Error correction scheme setting
          */
-        AsteriskSCF::Media::UDPTL::V1::ErrorCorrectionScheme errorCorrection = AsteriskSCF::Media::UDPTL::V1::FEC;
+        AsteriskSCF::Media::UDPTL::V1::ErrorCorrectionScheme errorCorrection = AsteriskSCF::Media::UDPTL::V1::NONE;
 
         /**
          * Whether fill bit removal is enabled.

-----------------------------------------------------------------------


-- 
asterisk-scf/integration/slice.git



More information about the asterisk-scf-commits mailing list