]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
cannot send call state about state destroy, this is an internal state and the session...
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 10 Feb 2015 04:34:04 +0000 (22:34 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 10 Feb 2015 04:34:04 +0000 (22:34 -0600)
src/mod/endpoints/mod_rtmp/mod_rtmp.c

index 9e29601b4f35e6b95138c1f7ac505a10dbe64dd9..2ec48628ae2a4973be38900cfb3df889705bcc95 100644 (file)
@@ -222,9 +222,6 @@ switch_status_t rtmp_on_destroy(switch_core_session_t *session)
        tech_pvt = switch_core_session_get_private(session);
 
        if (tech_pvt) {
-
-               rtmp_notify_call_state(session);
-
                if (switch_core_codec_ready(&tech_pvt->read_codec)) {
                        switch_core_codec_destroy(&tech_pvt->read_codec);
                }