[asterisk-bugs] [Asterisk 0018321]: Playback() on a meetme/confbridge stutters/drops randomly

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Dec 6 13:43:20 CST 2010


The following issue has been UPDATED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=18321 
====================================================================== 
Reported By:                mfortini
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   18321
Category:                   Applications/app_playback
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     closed
Asterisk Version:           1.6.2.14 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
Resolution:                 duplicate
Duplicate:                  0
Fixed in Version:           
====================================================================== 
Date Submitted:             2010-11-17 07:55 CST
Last Modified:              2010-12-06 13:43 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
----------------------------------------------------------------------
duplicate of        0018314 Playback() on a meetme/confbridge stutt...
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-12-06 13:43 lmadsen        Status                   new => closed       
2010-12-06 13:43 lmadsen        Resolution               open => duplicate   
======================================================================




More information about the asterisk-bugs mailing list