summaryrefslogtreecommitdiff
path: root/include/asterisk/pbx.h
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-08-25 22:40:14 +0000
committerMark Spencer <markster@digium.com>2003-08-25 22:40:14 +0000
commitaaf83cc86fc9bde43a4d245ca12eeadd8b2c8d05 (patch)
treecc6845886cf0d56a8f1d419cae349539f0ce978b /include/asterisk/pbx.h
parent1434714b5836c3a9421a4dbc74c38d1a8e8bd0fa (diff)
Merge james's patch (bug #7)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1432 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/pbx.h')
-rwxr-xr-xinclude/asterisk/pbx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/pbx.h b/include/asterisk/pbx.h
index ae45e5e73..c2c4878b9 100755
--- a/include/asterisk/pbx.h
+++ b/include/asterisk/pbx.h
@@ -484,7 +484,7 @@ int ast_pbx_outgoing_exten(char *type, int format, void *data, int timeout, char
/* Synchronously or asynchronously make an outbound call and send it to a
particular application with given extension */
-int ast_pbx_outgoing_app(char *type, int format, void *data, int timeout, char *app, char *appdata, int *reason, int sync, char *callerid);
+int ast_pbx_outgoing_app(char *type, int format, void *data, int timeout, char *app, char *appdata, int *reason, int sync, char *callerid, char *variable);
/* Functions for returning values from structures */
char *ast_get_context_name(struct ast_context *con);