summaryrefslogtreecommitdiff
path: root/rtp.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-05-27 05:06:32 +0000
committerMark Spencer <markster@digium.com>2004-05-27 05:06:32 +0000
commitb820fd0075b596bf249265c1962b6cdab449d659 (patch)
tree825cd627b59d9044ea7d1db957f2c9b8a06eaf74 /rtp.c
parentcf57ba2310bdee914168291207ef08026e72d3f4 (diff)
Doc fix for controlplayback, get rid of 500ms wait in rtp.c (bug #1589)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3090 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'rtp.c')
-rwxr-xr-xrtp.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/rtp.c b/rtp.c
index 12658cfe8..90c7d6022 100755
--- a/rtp.c
+++ b/rtp.c
@@ -1264,14 +1264,6 @@ int ast_rtp_bridge(struct ast_channel *c0, struct ast_channel *c1, int flags, st
memset(&vac0, 0, sizeof(vac0));
memset(&vac1, 0, sizeof(vac1));
- /* XXX Wait a half a second for things to settle up
- this really should be fixed XXX */
- ast_autoservice_start(c0);
- ast_autoservice_start(c1);
- usleep(500000);
- ast_autoservice_stop(c0);
- ast_autoservice_stop(c1);
-
/* if need DTMF, cant native bridge */
if (flags & (AST_BRIDGE_DTMF_CHANNEL_0 | AST_BRIDGE_DTMF_CHANNEL_1))
return -2;