[Asterisk-cvs] asterisk/include/asterisk pbx.h,1.34,1.35

anthm at lists.digium.com anthm at lists.digium.com
Tue Nov 23 15:25:25 CST 2004


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

Modified Files:
	pbx.h 
Log Message:
fix inherited softhangup issue in ast_goto_if_exists()

Index: pbx.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/pbx.h,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- pbx.h	22 Nov 2004 22:11:10 -0000	1.34
+++ pbx.h	23 Nov 2004 20:25:02 -0000	1.35
@@ -581,6 +581,8 @@
 int ast_goto_if_exists(struct ast_channel *chan, char* context, char *exten, int priority);
 /* I can find neither parsable nor parseable at dictionary.com, but google gives me 169000 hits for parseable and only 49,800 for parsable */
 int ast_parseable_goto(struct ast_channel *chan, const char *goto_string);
+int ast_explicit_goto(struct ast_channel *chan, const char *context, const char *exten, int priority);
+int ast_async_goto_if_exists(struct ast_channel *chan, char* context, char *exten, int priority);
 #if defined(__cplusplus) || defined(c_plusplus)
 }
 #endif




More information about the svn-commits mailing list