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

Asterisk Bug Tracker noreply at bugs.digium.com
Wed Nov 17 07:55:59 CST 2010


The following issue has been SUBMITTED. 
====================================================================== 
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:                     new
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:              
====================================================================== 
Date Submitted:             2010-11-17 07:55 CST
Last Modified:              2010-11-17 07:55 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)

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-11-17 07:55 mfortini       New Issue                                    
2010-11-17 07:55 mfortini       Asterisk Version          => 1.6.2.14        
2010-11-17 07:55 mfortini       Regression                => No              
2010-11-17 07:55 mfortini       SVN Branch (only for SVN checkouts, not tarball
releases) => N/A             
======================================================================




More information about the asterisk-bugs mailing list