]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
put a 5 packet pause between digits so you can hear the spaces
authorAnthony Minessale <anthony.minessale@gmail.com>
Mon, 14 Jan 2008 21:52:38 +0000 (21:52 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Mon, 14 Jan 2008 21:52:38 +0000 (21:52 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7224 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/mod_sofia.c

index 8129df33600c2f10de74f2d1be6f0031ec48382e..3453c4e464f10dbf5576eb1fd9854bca95daa2eb 100644 (file)
@@ -546,7 +546,7 @@ static switch_status_t sofia_read_frame(switch_core_session_t *session, switch_f
        tech_pvt = (private_object_t *) switch_core_session_get_private(session);
        switch_assert(tech_pvt != NULL);
 
-       if (0 && !(tech_pvt->profile->pflags & PFLAG_RUNNING)) {
+       if (!(tech_pvt->profile->pflags & PFLAG_RUNNING)) {
                switch_channel_hangup(tech_pvt->channel, SWITCH_CAUSE_NORMAL_CLEARING);
                return SWITCH_STATUS_FALSE;
        }