]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
oops
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 17 Dec 2010 21:28:19 +0000 (15:28 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 17 Dec 2010 21:28:19 +0000 (15:28 -0600)
src/mod/endpoints/mod_sofia/mod_sofia.c

index 884e5bf9f5db0ad8bb72d508ccc63bf679554e80..07e125ad6c105acdbeea4ebf3f2e5bc9f22fd3f7 100644 (file)
@@ -4065,8 +4065,6 @@ static switch_call_cause_t sofia_outgoing_channel(switch_core_session_t *session
                switch_channel_set_variable(nchannel, "sip_invite_params", "intercom=true");
        }
 
-       DUMP_EVENT(var_event);
-
        if (((hval = switch_event_get_header(var_event, "effective_callee_id_name")) ||
                 (hval = switch_event_get_header(var_event, "sip_callee_id_name"))) && !zstr(hval)) {
                caller_profile->callee_id_name = switch_core_strdup(caller_profile->pool, hval);