[Asterisk-cvs] asterisk/pbx pbx_spool.c,1.7,1.8

markster at lists.digium.com markster at lists.digium.com
Wed Mar 31 03:01:52 CST 2004


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

Modified Files:
	pbx_spool.c 
Log Message:
Leave retry time alone, handle "opaque" stuff in message.


Index: pbx_spool.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx/pbx_spool.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- pbx_spool.c	20 Mar 2004 21:13:12 -0000	1.7
+++ pbx_spool.c	31 Mar 2004 08:00:26 -0000	1.8
@@ -182,9 +182,6 @@
 		}
 	}
 	strncpy(o->fn, fn, sizeof(o->fn) - 1);
-	/* Check sanity of times */
-	if (o->retrytime < o->waittime + 5)
-		o->retrytime = o->waittime + 5;
 	if (!strlen(o->tech) || !strlen(o->dest) || (!strlen(o->app) && !strlen(o->exten))) {
 		ast_log(LOG_WARNING, "At least one of app or extension must be specified, along with tech and dest in file %s\n", fn);
 		return -1;




More information about the svn-commits mailing list