[Asterisk-cvs] zaptel zaptel.c,1.73,1.74

markster at lists.digium.com markster at lists.digium.com
Tue May 4 00:38:11 CDT 2004


Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv25828

Modified Files:
	zaptel.c 
Log Message:
Don't print silly message


Index: zaptel.c
===================================================================
RCS file: /usr/cvsroot/zaptel/zaptel.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -d -r1.73 -r1.74
--- zaptel.c	4 May 2004 03:20:08 -0000	1.73
+++ zaptel.c	4 May 2004 04:46:18 -0000	1.74
@@ -1793,6 +1793,9 @@
 			txsig, chan->name, chan->span->name);
 		return;
 	}
+	/* Don't do anything for RBS */
+	if (chan->sig == ZT_SIG_DACS_RBS)
+		return;
 	chan->txstate = txstate;
 	
 	/* if tone signalling */




More information about the svn-commits mailing list