]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
mod_dialplan_xml: Add in the INFO log the caller id number when processing a request...
authorMarc Olivier Chouinard <mochouinard@mochouinard-laptop.(none)>
Fri, 13 Aug 2010 13:14:41 +0000 (09:14 -0400)
committerMarc Olivier Chouinard <mochouinard@mochouinard-laptop.(none)>
Fri, 13 Aug 2010 13:14:41 +0000 (09:14 -0400)
src/mod/dialplans/mod_dialplan_xml/mod_dialplan_xml.c

index 478b129f5a4f3565cf9668b70556daab7d6c1b13..4fc240dec25f10a9b7f37b17cdd3a6d4237662fb 100644 (file)
@@ -328,8 +328,8 @@ SWITCH_STANDARD_DIALPLAN(dialplan_hunt)
                caller_profile->context = "default";
        }
 
-       switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_INFO, "Processing %s->%s in context %s\n",
-                                         caller_profile->caller_id_name, caller_profile->destination_number, caller_profile->context);
+       switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_INFO, "Processing %s <%s>->%s in context %s\n",
+                                         caller_profile->caller_id_name, caller_profile->caller_id_number, caller_profile->destination_number, caller_profile->context);
 
        /* get our handle to the "dialplan" section of the config */