mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-29 01:51:32 +00:00
tweak message to be more clear its a context and not a domain
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9373 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
ef757144b7
commit
96b6bbb40c
@ -225,7 +225,7 @@ SWITCH_STANDARD_DIALPLAN(dialplan_hunt)
|
|||||||
caller_profile->context = "default";
|
caller_profile->context = "default";
|
||||||
}
|
}
|
||||||
|
|
||||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "Processing %s->%s@%s\n",
|
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "Processing %s->%s in context %s\n",
|
||||||
caller_profile->caller_id_name, caller_profile->destination_number, caller_profile->context);
|
caller_profile->caller_id_name, caller_profile->destination_number, caller_profile->context);
|
||||||
|
|
||||||
/* get our handle to the "dialplan" section of the config */
|
/* get our handle to the "dialplan" section of the config */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user