[asterisk-commits] irroot: branch irroot/t38gateway-1.8 r319017 - in /team/irroot/t38gateway-1.8...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Sun May 15 04:40:48 CDT 2011


Author: irroot
Date: Sun May 15 04:40:44 2011
New Revision: 319017

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=319017
Log:
There do not need dsp processing for voice frames if channel is in t.38 mode.


Modified:
    team/irroot/t38gateway-1.8/   (props changed)
    team/irroot/t38gateway-1.8/addons/chan_ooh323.c
    team/irroot/t38gateway-1.8/cel/cel_odbc.c   (props changed)
    team/irroot/t38gateway-1.8/configs/cel_odbc.conf.sample   (props changed)
    team/irroot/t38gateway-1.8/contrib/realtime/mysql/iaxfriends.sql   (props changed)
    team/irroot/t38gateway-1.8/contrib/realtime/mysql/meetme.sql   (props changed)
    team/irroot/t38gateway-1.8/contrib/realtime/mysql/sipfriends.sql   (props changed)
    team/irroot/t38gateway-1.8/contrib/realtime/mysql/voicemail.sql   (props changed)
    team/irroot/t38gateway-1.8/contrib/realtime/postgresql/realtime.sql   (props changed)
    team/irroot/t38gateway-1.8/sounds/Makefile   (props changed)

Propchange: team/irroot/t38gateway-1.8/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sun May 15 04:40:44 2011
@@ -1,1 +1,2 @@
 /be/branches/C.3:256426
+/team/irroot/t38gateway-trunk:318977-319016

Modified: team/irroot/t38gateway-1.8/addons/chan_ooh323.c
URL: http://svnview.digium.com/svn/asterisk/team/irroot/t38gateway-1.8/addons/chan_ooh323.c?view=diff&rev=319017&r1=319016&r2=319017
==============================================================================
--- team/irroot/t38gateway-1.8/addons/chan_ooh323.c (original)
+++ team/irroot/t38gateway-1.8/addons/chan_ooh323.c Sun May 15 04:40:44 2011
@@ -4440,7 +4440,7 @@
 		f = &null_frame;
 	}
 
-	if (p->owner && (f->frametype == AST_FRAME_VOICE)) {
+	if (p->owner && !p->faxmode && (f->frametype == AST_FRAME_VOICE)) {
 		/* We already hold the channel lock */
 		if (f->subclass.codec != p->owner->nativeformats) {
 			ast_debug(1, "Oooh, voice format changed to %s\n", ast_getformatname(f->subclass.codec));

Propchange: team/irroot/t38gateway-1.8/cel/cel_odbc.c
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sun May 15 04:40:44 2011
@@ -1,1 +1,2 @@
 /be/branches/C.3/cel/cel_adaptive_odbc.c:256426
+/team/irroot/t38gateway-trunk/cel/cel_odbc.c:318977-319016

Propchange: team/irroot/t38gateway-1.8/configs/cel_odbc.conf.sample
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sun May 15 04:40:44 2011
@@ -1,1 +1,2 @@
 /be/branches/C.3/configs/cel_adaptive_odbc.conf.sample:256426
+/team/irroot/t38gateway-trunk/configs/cel_odbc.conf.sample:318977-319016

Propchange: team/irroot/t38gateway-1.8/contrib/realtime/mysql/iaxfriends.sql
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sun May 15 04:40:44 2011
@@ -1,0 +1,1 @@
+/team/irroot/t38gateway-trunk/contrib/realtime/mysql/iaxfriends.sql:318977-319016

Propchange: team/irroot/t38gateway-1.8/contrib/realtime/mysql/meetme.sql
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sun May 15 04:40:44 2011
@@ -1,0 +1,1 @@
+/team/irroot/t38gateway-trunk/contrib/realtime/mysql/meetme.sql:318977-319016

Propchange: team/irroot/t38gateway-1.8/contrib/realtime/mysql/sipfriends.sql
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sun May 15 04:40:44 2011
@@ -1,0 +1,1 @@
+/team/irroot/t38gateway-trunk/contrib/realtime/mysql/sipfriends.sql:318977-319016

Propchange: team/irroot/t38gateway-1.8/contrib/realtime/mysql/voicemail.sql
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sun May 15 04:40:44 2011
@@ -1,0 +1,1 @@
+/team/irroot/t38gateway-trunk/contrib/realtime/mysql/voicemail.sql:318977-319016

Propchange: team/irroot/t38gateway-1.8/contrib/realtime/postgresql/realtime.sql
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sun May 15 04:40:44 2011
@@ -1,0 +1,1 @@
+/team/irroot/t38gateway-trunk/contrib/realtime/postgresql/realtime.sql:318977-319016

Propchange: team/irroot/t38gateway-1.8/sounds/Makefile
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sun May 15 04:40:44 2011
@@ -1,2 +1,3 @@
 /be/branches/C.3/sounds/Makefile:256426
+/team/irroot/t38gateway-trunk/sounds/Makefile:318977-319016
 /trunk/sounds/Makefile:270974




More information about the asterisk-commits mailing list