[Asterisk-cvs] zaptel fxstest.c,1.4,1.4.2.1

russell at lists.digium.com russell at lists.digium.com
Thu Dec 30 15:17:36 CST 2004


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

Modified Files:
      Tag: v1-0
	fxstest.c 
Log Message:
sleep after ringing (bug #3172)


Index: fxstest.c
===================================================================
RCS file: /usr/cvsroot/zaptel/fxstest.c,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -d -r1.4 -r1.4.2.1
--- fxstest.c	25 Feb 2004 15:35:13 -0000	1.4
+++ fxstest.c	30 Dec 2004 20:12:17 -0000	1.4.2.1
@@ -44,6 +44,7 @@
 			fprintf(stderr, "Unable to ring phone...\n");
 		} else {
 			fprintf(stderr, "Phone is ringing...\n");
+			sleep(2);
 		}
 	} else if (!strcasecmp(argv[2], "tones")) {
 		int x = 0;




More information about the svn-commits mailing list