From 64c8b78bbf5880c2b8948cf7588ffe7d0a843357 Mon Sep 17 00:00:00 2001 From: spag Date: Mon, 14 Jan 2013 17:15:02 +0100 Subject: display contacht host --- misc/freeswitch/scripts/dialplan_default.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/freeswitch') diff --git a/misc/freeswitch/scripts/dialplan_default.lua b/misc/freeswitch/scripts/dialplan_default.lua index 91ad4e4..1c0a52e 100644 --- a/misc/freeswitch/scripts/dialplan_default.lua +++ b/misc/freeswitch/scripts/dialplan_default.lua @@ -42,7 +42,7 @@ start_caller:init_channel_variables(); -- session:execute('info','notice'); if not start_dialplan:check_auth() then - log:debug('AUTHENTICATION_REQUIRED - domain: ', start_dialplan.domain); + log:debug('AUTHENTICATION_REQUIRED - host: ' , start_caller.sip_contact_host, ', domain: ', start_dialplan.domain); start_dialplan:hangup(407, start_dialplan.domain); return false; end -- cgit v1.2.3