[Asterisk-cvs] asterisk/include/asterisk pbx.h,1.24,1.25

markster at lists.digium.com markster at lists.digium.com
Sat Aug 21 15:09:34 CDT 2004


Update of /usr/cvsroot/asterisk/include/asterisk
In directory localhost.localdomain:/tmp/cvs-serv5678/include/asterisk

Modified Files:
	pbx.h 
Log Message:
Save CID and switches in "save dialplan" command (bug #2279)


Index: pbx.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/pbx.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- pbx.h	6 Apr 2004 22:17:32 -0000	1.24
+++ pbx.h	21 Aug 2004 18:55:39 -0000	1.25
@@ -503,6 +503,8 @@
 
 /* Other extension stuff */
 int ast_get_extension_priority(struct ast_exten *exten);
+int ast_get_extension_matchcid(struct ast_exten *e);
+char *ast_get_extension_cidmatch(struct ast_exten *e);
 char *ast_get_extension_app(struct ast_exten *e);
 void *ast_get_extension_app_data(struct ast_exten *e);
 




More information about the svn-commits mailing list