diff options
author | spag <spag@golwen.net> | 2012-12-24 15:10:03 +0100 |
---|---|---|
committer | spag <spag@golwen.net> | 2012-12-24 15:10:03 +0100 |
commit | 98fe29192d3fb3f79ad8913b73c89b6e7f234eb4 (patch) | |
tree | b02b51c073f81e180186f62a1aa24221fb1298ea /misc/freeswitch/scripts/dialplan | |
parent | 644af185f879b957d94b7e0207fdeff1d3132767 (diff) |
typo
Diffstat (limited to 'misc/freeswitch/scripts/dialplan')
-rw-r--r-- | misc/freeswitch/scripts/dialplan/dialplan.lua | 2 |
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; |