[Asterisk-cvs] asterisk/channels chan_zap.c,1.172,1.173

jim at lists.digium.com jim at lists.digium.com
Tue Feb 10 01:15:29 CST 2004


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv12575/channels

Modified Files:
	chan_zap.c 
Log Message:
Fixed bug in FXOGS. Was not closing loop after starting.


Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -d -r1.172 -r1.173
--- chan_zap.c	8 Feb 2004 00:23:20 -0000	1.172
+++ chan_zap.c	10 Feb 2004 07:24:15 -0000	1.173
@@ -4794,6 +4794,7 @@
 		case SIG_FXOLS:
 		case SIG_FXOGS:
 		case SIG_FXOKS:
+		        zt_set_hook(i->subs[SUB_REAL].zfd, ZT_OFFHOOK);
 			if (i->cidspill) {
 				/* Cancel VMWI spill */
 				free(i->cidspill);




More information about the svn-commits mailing list