mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-10 06:49:40 +00:00
automerge commit
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@43280 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -6534,7 +6534,7 @@ static int cb_extensionstate(char *context, char* exten, int state, void *data)
|
||||
}
|
||||
transmit_state_notify(p, state, 1, 1);
|
||||
|
||||
if (option_debug > 1)
|
||||
if (option_verbose > 1)
|
||||
ast_verbose(VERBOSE_PREFIX_1 "Extension Changed %s new state %s for Notify User %s\n", exten, ast_extension_state2str(state), p->username);
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user