aboutsummaryrefslogtreecommitdiffstats
path: root/rtp.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-27 05:06:32 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-27 05:06:32 +0000
commit552aa79c7811a40b9702b97705d00a9fc1639a61 (patch)
tree825cd627b59d9044ea7d1db957f2c9b8a06eaf74 /rtp.c
parentd3390e3f5a354d053011bae38b11c5fe4da32ac0 (diff)
Doc fix for controlplayback, get rid of 500ms wait in rtp.c (bug #1589)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3090 f38db490-d61c-443f-a65b-d21fe96a405b
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;