summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspag <spag@golwen.net>2012-12-24 15:10:03 +0100
committerspag <spag@golwen.net>2012-12-24 15:10:03 +0100
commit98fe29192d3fb3f79ad8913b73c89b6e7f234eb4 (patch)
treeb02b51c073f81e180186f62a1aa24221fb1298ea
parent644af185f879b957d94b7e0207fdeff1d3132767 (diff)
typo
-rw-r--r--misc/freeswitch/scripts/dialplan/dialplan.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/freeswitch/scripts/dialplan/dialplan.lua b/misc/freeswitch/scripts/dialplan/dialplan.lua
index 70edaa1..bb4ad9f 100644
--- a/misc/freeswitch/scripts/dialplan/dialplan.lua
+++ b/misc/freeswitch/scripts/dialplan/dialplan.lua
@@ -905,7 +905,7 @@ function Dialplan.run(self, destination)
end
end
- self.log:info('DIALPLAN start - caller_id: ',self.caller.caller_id_number, ' "', self.caller.caller_id_name, ', number: ', destination.number);
+ self.log:info('DIALPLAN start - caller_id: ',self.caller.caller_id_number, ' "', self.caller.caller_id_name, '" , number: ', destination.number);
local result = { continue = false };
local loop = self.caller.loop_count;