[Asterisk-cvs] zaptel ztdynamic.c,1.13,1.14

kpfleming kpfleming
Tue Oct 4 20:07:07 CDT 2005


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

Modified Files:
	ztdynamic.c 
Log Message:
make dynamic spans show that they suppport DACS/RBS mode (issue #5359)


Index: ztdynamic.c
===================================================================
RCS file: /usr/cvsroot/zaptel/ztdynamic.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- ztdynamic.c	31 Aug 2005 21:41:37 -0000	1.13
+++ ztdynamic.c	5 Oct 2005 00:02:54 -0000	1.14
@@ -600,7 +600,7 @@
 		sprintf(z->chans[x].name, "ZTD/%s/%s/%d", zds->driver, zds->addr, x+1);
 		z->chans[x].sigcap = ZT_SIG_EM | ZT_SIG_CLEAR | ZT_SIG_FXSLS |
 				     ZT_SIG_FXSKS | ZT_SIG_FXSGS | ZT_SIG_FXOLS |
-				     ZT_SIG_FXOKS | ZT_SIG_FXOGS | ZT_SIG_SF;
+				     ZT_SIG_FXOKS | ZT_SIG_FXOGS | ZT_SIG_SF | ZT_SIG_DACS_RBS;
 		z->chans[x].chanpos = x + 1;
 		z->chans[x].pvt = z;
 	}




More information about the svn-commits mailing list