diff options
| author | Peter Kozak <spag@golwen.net> | 2013-06-12 13:59:43 +0200 |
|---|---|---|
| committer | Peter Kozak <spag@golwen.net> | 2013-06-12 13:59:43 +0200 |
| commit | d8dce422831675d0aca7b9a640b20bb5a5e947ab (patch) | |
| tree | e35ea7dcf7f2171a87a039b02cb260c04b05af06 | |
| parent | 30545005cbb228a5f009eec859739af3a0655cfd (diff) | |
log line removed
| -rw-r--r-- | misc/freeswitch/scripts/dialplan/sip_call.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/freeswitch/scripts/dialplan/sip_call.lua b/misc/freeswitch/scripts/dialplan/sip_call.lua index 7e3cddc..256508a 100644 --- a/misc/freeswitch/scripts/dialplan/sip_call.lua +++ b/misc/freeswitch/scripts/dialplan/sip_call.lua @@ -181,8 +181,6 @@ function SipCall.fork(self, destinations, arg ) local caller_id_name = destination.caller_id_name or self.caller.caller_id_name; local from_uri = common.array.expand_variables(gateway.settings.from, destination, self.caller, { gateway = gateway }); - self.log:devel('DESTINATION: ', destination); - if gateway.settings.asserted_identity then local identity = common.array.expand_variables(gateway.settings.asserted_identity, destination, self.caller, { gateway = gateway }) |
