aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/parking.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-07-02 14:06:12 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-07-02 14:06:12 +0000
commit2adf57b4a0e84197464d39c902ac6e1c94562897 (patch)
treee0db2ef95c0adeb25c39c836ffd3bd639270819e /include/asterisk/parking.h
parent830a66d97f7564980c522c410fae75ce38534117 (diff)
Merge 'T' and other dialing enhancements
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1156 f38db490-d61c-443f-a65b-d21fe96a405b
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);