mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Allow each logging destination and console to have its own notion of the verbosity level.
Review: https://reviewboard.asterisk.org/r/1599 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@346391 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3322,7 +3322,7 @@ static struct ast_frame *fax_detect_framehook(struct ast_channel *chan, struct a
|
||||
if (ast_exists_extension(chan, target_context, "fax", 1,
|
||||
S_COR(chan->caller.id.number.valid, chan->caller.id.number.str, NULL))) {
|
||||
ast_channel_lock(chan);
|
||||
ast_verbose(VERBOSE_PREFIX_2 "Redirecting '%s' to fax extension due to %s detection\n",
|
||||
ast_verb(2, "Redirecting '%s' to fax extension due to %s detection\n",
|
||||
chan->name, (result == 'f') ? "CNG" : "T38");
|
||||
pbx_builtin_setvar_helper(chan, "FAXEXTEN", chan->exten);
|
||||
if (ast_async_goto(chan, target_context, "fax", 1)) {
|
||||
|
Reference in New Issue
Block a user