mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 07:18:15 +00:00
via 10206, I have added an option (e) to Dial to allow the h exten to get run on peer. Had to upgrade ast_flag stuff to 64 bits to do this.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@75400 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -86,8 +86,8 @@ struct ast_module {
|
||||
int usecount; /* the number of 'users' currently in this module */
|
||||
struct module_user_list users; /* the list of users in the module */
|
||||
struct {
|
||||
unsigned int running:1;
|
||||
unsigned int declined:1;
|
||||
uint64_t running:1;
|
||||
uint64_t declined:1;
|
||||
} flags;
|
||||
AST_LIST_ENTRY(ast_module) entry;
|
||||
char resource[0];
|
||||
|
||||
Reference in New Issue
Block a user