]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-477 fix inappropriate firing of timeout after call proceeds --resolve
authorNathan Neulinger <nneul@neulinger.org>
Tue, 17 Jun 2014 19:56:21 +0000 (14:56 -0500)
committerNathan Neulinger <nneul@neulinger.org>
Tue, 17 Jun 2014 19:56:21 +0000 (14:56 -0500)
src/mod/endpoints/mod_skinny/mod_skinny.c

index 10c1fede9a42e050e3bb8006f8ff108e4b12cf79..6cd46fc49ac0cb1cba6b8c1b5c9eb84bdaec1c01 100644 (file)
@@ -773,6 +773,9 @@ switch_status_t channel_on_routing(switch_core_session_t *session)
                                                        switch_channel_get_variable(channel, "skinny_device_name"), switch_channel_get_variable(channel, "skinny_device_instance"),
                                                        switch_channel_get_name(channel));
                                }
+                               /* clear digit timeout time */
+                               listener->digit_timeout_time = 0;
+
                                /* Future bridge should go straight */
                                switch_set_flag_locked(tech_pvt, TFLAG_FORCE_ROUTE);
                                break;