[asterisk-bugs] [Asterisk 0018276]: [patch] streamplayer-like utility, but for anything that comes out of a shell pipe

Asterisk Bug Tracker noreply at bugs.digium.com
Tue Mar 1 01:37:51 CST 2011


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=18276 
====================================================================== 
Reported By:                malaiwah
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   18276
Category:                   Utilities/General
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     ready for testing
Asterisk Version:           1.6.2.13 
JIRA:                       SWP-2557 
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-08 10:40 CST
Last Modified:              2011-03-01 01:37 CST
====================================================================== 
Summary:                    [patch] streamplayer-like utility, but for anything
that comes out of a shell pipe
Description: 
streamplayer Asterisk utility can only be used for raw TCP streams.

I just adapted the utility to be useful with anything that comes from a
shell pipe and added it to my "pipe chain" for my streaming music-on-hold.
The utility takes input from stdin (in 2k blocks) and sends it to stdout
only if the write would not block. As explained in streamplayer, Asterisk
blocks writes to stdout when it does not need the MOH source, but streaming
mpg123/sox I use would still be outputting data.

This effectively gets rid of the error I had in my Asterisk at various
intervals depending on music-on-hold usage:

[Nov  8 09:31:17] NOTICE[24616] res_musiconhold.c: Request to schedule in
the past?!?!

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

---------------------------------------------------------------------- 
 (0132476) vmikhelson (reporter) - 2011-03-01 01:37
 https://issues.asterisk.org/view.php?id=18276#c132476 
---------------------------------------------------------------------- 
John,

Thank you for the reply.

I was just thinking it may fix this "Request to schedule in the past?!?!"
error message. The message is associated with a temporary streaming pause
which resolves itself after some period of silence.  At least this is what
I see in my environment.

I also needed to pre-load the res_musiconhold.so in modules.conf otherwise
streaming would not work.  This one is related to res_timing_dahdi.so.  It
has to be loaded after the res_musiconhold.so for streaming to work.

-Vladimir 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-03-01 01:37 vmikhelson     Note Added: 0132476                          
======================================================================




More information about the asterisk-bugs mailing list