[Asterisk-cvs] asterisk/include/asterisk options.h,1.7,1.8

markster at lists.digium.com markster at lists.digium.com
Sat Mar 20 16:17:33 CST 2004


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

Modified Files:
	options.h 
Log Message:
Correctly handle call flow with outgoing queue, avoiding retries while call acti
ve (bug #1018)


Index: options.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/options.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- options.h	2 May 2003 15:37:34 -0000	1.7
+++ options.h	20 Mar 2004 21:13:12 -0000	1.8
@@ -29,6 +29,7 @@
 extern char defaultlanguage[];
 extern time_t ast_startuptime;
 extern time_t ast_lastreloadtime;
+extern int ast_mainpid;
 
 #define VERBOSE_PREFIX_1 " "
 #define VERBOSE_PREFIX_2 "  == "




More information about the svn-commits mailing list