mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 00:30:20 +00:00
Merge 'T' and other dialing enhancements
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1156 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user