[Asterisk-cvs] asterisk/channels chan_zap.c,1.171.2.1,1.171.2.2

jim at lists.digium.com jim at lists.digium.com
Tue Feb 10 01:33:47 CST 2004


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

Modified Files:
      Tag: v1-0_stable
	chan_zap.c 
Log Message:
Fixed FXOGS. Would not close loop after starting.


Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.171.2.1
retrieving revision 1.171.2.2
diff -u -d -r1.171.2.1 -r1.171.2.2
--- chan_zap.c	8 Feb 2004 00:24:25 -0000	1.171.2.1
+++ chan_zap.c	10 Feb 2004 07:42:32 -0000	1.171.2.2
@@ -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