]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tweak
authorAnthony Minessale <anthony.minessale@gmail.com>
Tue, 9 Sep 2008 19:17:38 +0000 (19:17 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Tue, 9 Sep 2008 19:17:38 +0000 (19:17 +0000)
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@549 a93c3328-9c30-0410-af19-c9cd2b2d52af

libs/openzap/mod_openzap/mod_openzap.c

index 86a16f72d394c4ab04df66fe471a2733ef5fa327..a74d3a26f65d95e2b5583317e99e32f697c57d75 100644 (file)
@@ -163,7 +163,7 @@ static void stop_hold(switch_core_session_t *session_a, const char *uuid)
                        switch_channel_clear_flag(channel_a, CF_HOLD);
                } else {
                        switch_channel_stop_broadcast(channel);
-                       switch_channel_wait_for_flag(channel, CF_BROADCAST, SWITCH_FALSE, 2000);
+                       switch_channel_wait_for_flag(channel, CF_BROADCAST, SWITCH_FALSE, 2000, NULL);
                }
 
                switch_core_session_rwunlock(session);