mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-02 02:18:31 +00:00
automerge commit
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@16233 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -569,6 +569,9 @@ int ast_pbx_outgoing_exten(const char *type, int format, void *data, int timeout
|
||||
particular application with given extension */
|
||||
int ast_pbx_outgoing_app(const char *type, int format, void *data, int timeout, const char *app, const char *appdata, int *reason, int sync, const char *cid_num, const char *cid_name, struct ast_variable *vars, const char *account, struct ast_channel **locked_channel);
|
||||
|
||||
/* Evaluate a condition for non-falseness and return a boolean */
|
||||
int pbx_checkcondition(char *condition);
|
||||
|
||||
/* Functions for returning values from structures */
|
||||
const char *ast_get_context_name(struct ast_context *con);
|
||||
const char *ast_get_extension_name(struct ast_exten *exten);
|
||||
|
Reference in New Issue
Block a user