summaryrefslogtreecommitdiff
path: root/include/asterisk/parking.h
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-07-02 14:06:12 +0000
committerMark Spencer <markster@digium.com>2003-07-02 14:06:12 +0000
commit1b473c2ef06535b8b2992eecee595824d0096fd7 (patch)
treee0db2ef95c0adeb25c39c836ffd3bd639270819e /include/asterisk/parking.h
parent72d36d9c270077da8c0cf83295928db305688e19 (diff)
Merge 'T' and other dialing enhancements
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1156 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/parking.h')
-rwxr-xr-xinclude/asterisk/parking.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/parking.h b/include/asterisk/parking.h
index 24bb6826f..785153696 100755
--- a/include/asterisk/parking.h
+++ b/include/asterisk/parking.h
@@ -46,7 +46,7 @@ extern char *ast_pickup_ext(void);
//! Bridge a call, optionally allowing redirection
-extern int ast_bridge_call(struct ast_channel *chan, struct ast_channel *peer, int allowredirect, int allowdisconnect);
+extern int ast_bridge_call(struct ast_channel *chan, struct ast_channel *peer, int allowredirect_in, int allowredirect_out, int allowdisconnect);
extern unsigned int ast_get_group(char *s);