aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk')
-rwxr-xr-xinclude/asterisk/parking.h2
-rwxr-xr-xinclude/asterisk/pbx.h1
2 files changed, 2 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);
diff --git a/include/asterisk/pbx.h b/include/asterisk/pbx.h
index f86793e92..1a1ab65f5 100755
--- a/include/asterisk/pbx.h
+++ b/include/asterisk/pbx.h
@@ -28,6 +28,7 @@ extern "C" {
//! Special return values from applications to the PBX
#define AST_PBX_KEEPALIVE 10 /* Destroy the thread, but don't hang up the channel */
+#define AST_PBX_NO_HANGUP_PEER 11
//! Special Priority for an hint
#define PRIORITY_HINT -1