Implement call pickup on SIP, override context if appropriate

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@791 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2003-04-09 04:00:43 +00:00
parent be1d78a3ea
commit 43604eb770
9 changed files with 168 additions and 112 deletions

View File

@@ -186,6 +186,9 @@ struct ast_channel {
/* A linked list for variables */
struct ast_var_t *vars;
AST_LIST_HEAD(varshead,ast_var_t) varshead;
unsigned int callgroup;
unsigned int pickupgroup;
/*! For easy linking */
struct ast_channel *next;