aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/pbx.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-08-25 22:40:14 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-08-25 22:40:14 +0000
commit49a8ca06962e0a27858fd84ebd69c0c103560650 (patch)
treecc6845886cf0d56a8f1d419cae349539f0ce978b /include/asterisk/pbx.h
parent78b836de556b1de0b7b2937d005997a6302ba6a3 (diff)
Merge james's patch (bug #7)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1432 f38db490-d61c-443f-a65b-d21fe96a405b
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);