[Asterisk-cvs] libpri-matt pritest.c,1.5,1.6

mattf at lists.digium.com mattf at lists.digium.com
Wed Jan 12 20:22:02 CST 2005


Update of /usr/cvsroot/libpri-matt
In directory mongoose.digium.com:/tmp/cvs-serv16363

Modified Files:
	pritest.c 
Log Message:
More little changes


Index: pritest.c
===================================================================
RCS file: /usr/cvsroot/libpri-matt/pritest.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- pritest.c	13 Jan 2005 01:58:05 -0000	1.5
+++ pritest.c	13 Jan 2005 02:26:02 -0000	1.6
@@ -251,12 +251,9 @@
 static void handle_pri_event(struct pri *pri, pri_event *e)
 {
 	static q931_call *call = NULL;
-	int sleepfor = 30;
 	switch(e->e) {
 	case PRI_EVENT_DCHAN_UP:
 		printf("-- D-Channel is now up!  :-)\n");
-		printf("Sleeping for %d seconds\n", sleepfor);
-		sleep(sleepfor);
 		call = pri_new_call(pri);
 		if (!call) {
 			perror("pri_new_call");




More information about the svn-commits mailing list