[asterisk-bugs] [Asterisk 0018314]: Playback() on a meetme/confbridge stutters/drops randomly
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Dec 6 13:25:24 CST 2010
The following issue requires your FEEDBACK.
======================================================================
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: major
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:25 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)
======================================================================
----------------------------------------------------------------------
(0129343) lmadsen (administrator) - 2010-12-06 13:25
https://issues.asterisk.org/view.php?id=18314#c129343
----------------------------------------------------------------------
I don't get how your dialplan shows the problem.
Also, please attach as a text file, the console output when this happens,
along with debug level logging.
Issue History
Date Modified Username Field Change
======================================================================
2010-12-06 13:25 lmadsen Note Added: 0129343
2010-12-06 13:25 lmadsen Status new => feedback
======================================================================
More information about the asterisk-bugs
mailing list