]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
take out 101 dialing
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 9 May 2012 00:44:39 +0000 (19:44 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 9 May 2012 00:44:39 +0000 (19:44 -0500)
src/mod/endpoints/mod_sofia/mod_sofia.c

index 620030164cd6d0e39fb4724b087be0d18b9c506d..cf095386e5257ae9bc530c0f8cbb9716d670247e 100644 (file)
@@ -91,10 +91,6 @@ static switch_status_t sofia_on_init(switch_core_session_t *session)
                sofia_set_flag(tech_pvt, TFLAG_RECOVERED);
        }
 
-       if (switch_channel_direction(tech_pvt->channel) == SWITCH_CALL_DIRECTION_INBOUND) {
-               nua_respond(tech_pvt->nh, 101, "Dialing", TAG_END());
-       }
-
        if (sofia_test_flag(tech_pvt, TFLAG_OUTBOUND) || sofia_test_flag(tech_pvt, TFLAG_RECOVERING)) {
                const char *var;