From 49a8ca06962e0a27858fd84ebd69c0c103560650 Mon Sep 17 00:00:00 2001 From: markster Date: Mon, 25 Aug 2003 22:40:14 +0000 Subject: Merge james's patch (bug #7) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1432 f38db490-d61c-443f-a65b-d21fe96a405b --- include/asterisk/pbx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/asterisk') 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); -- cgit v1.2.3