[svn-commits] moy: branch moy/dahdi-tap-1.6.2 r257024 - /team/moy/dahdi-tap-1.6.2/channels/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Apr 13 09:15:14 CDT 2010


Author: moy
Date: Tue Apr 13 09:15:09 2010
New Revision: 257024

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=257024
Log:
add some more pri capabilities ( it may not work though )

Modified:
    team/moy/dahdi-tap-1.6.2/channels/chan_dahdi.c

Modified: team/moy/dahdi-tap-1.6.2/channels/chan_dahdi.c
URL: http://svnview.digium.com/svn/asterisk/team/moy/dahdi-tap-1.6.2/channels/chan_dahdi.c?view=diff&rev=257024&r1=257023&r2=257024
==============================================================================
--- team/moy/dahdi-tap-1.6.2/channels/chan_dahdi.c (original)
+++ team/moy/dahdi-tap-1.6.2/channels/chan_dahdi.c Tue Apr 13 09:15:09 2010
@@ -12520,7 +12520,8 @@
 			ast_log(LOG_NOTICE, "Not monitoring call with unsupported layer 1 format %d\n", layer1);
 			break;
 		}
-		if (transcap != PRI_TRANS_CAP_SPEECH) {
+		
+		if (transcap != PRI_TRANS_CAP_SPEECH || transcap != PRI_TRANS_CAP_3_1K_AUDIO || transcap != PRI_TRANS_CAP_7K_AUDIO) {
 			ast_log(LOG_NOTICE, "Not monitoring call with unsupported capability %d\n", transcap);
 			break;
 		}




More information about the svn-commits mailing list