[asterisk-bugs] [Asterisk 0018314]: Playback() on a meetme/confbridge stutters/drops randomly
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Dec 6 13:42:59 CST 2010
The issue 0018321 has been set as DUPLICATE OF the following issue.
======================================================================
https://issues.asterisk.org/view.php?id=18314
======================================================================
Reported By: mfortini
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 18314
Category: Applications/app_playback
Reproducibility: random
Severity: minor
Priority: normal
Status: feedback
Asterisk Version: Older 1.6.2 - please test a newer version
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-11-16 03:39 CST
Last Modified: 2010-12-06 13:42 CST
======================================================================
Summary: Playback() on a meetme/confbridge stutters/drops
randomly
Description:
If I have an extension which does Playback() of a file into a MeetMe or
ConfBridge conference, the playback sound is stuttering or suddenly
stopping randomly.
Capturing the RTP stream, there are no errors like lost or out of order
packets, it's just silence packets.
If I talk on the SIP/somephone which I call on the other extension, the
sound is played back and I can see it on the RTP stream.
I tried it with A* on more than one machine, of varying processing power.
Here's a sample dialplan which triggers the problem:
[default]
exten => 100,1,NoOp()
same => n,Page(SIP/101&SIP/102)
same => n,Hangup()
exten => 101,1,NoOp()
same => n,Dial(SIP/somephone)
same => n,Hangup()
exten => 102,1,NoOp()
same => n,Answer(100)
same => n,Playback(Somelongfile)
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
has duplicate 0018321 Playback() on a meetme/confbridge stutt...
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-12-06 13:42 lmadsen Relationship added has duplicate 0018321
======================================================================
More information about the asterisk-bugs
mailing list