Re: [asterisk-users] rawplayer in asterisk 1.0.0

2010-02-16 Thread Rob Hillis
On 02/17/10 05:01, Steve Howes wrote:
> On 16 Feb 2010, at 17:36, Arjan Kroon | Mobillion wrote:
>   
>> We are using asterisk version 1.0.0.
>> 
> Wow.
>   
Yeah, that about sums it up.  A little googling reveals that Asterisk
1.0 was announced on January 14th, 2005 - over five years ago.

I would have thought that even if upgrading to 1.2 or 1.4 wasn't an
option that upgrading to a bugfixed release of 1.0 would have gone a
long way towards resolving this kind of problem.  After all, Asterisk
was a much less mature product at that stage - and common wisdom has
/always/ been to avoid the first two or three releases of a new version.
(though with Asterisk 1.0, there wasn't another stable version to run -
everything up to that point was developmental)

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] rawplayer in asterisk 1.0.0

2010-02-16 Thread Steve Howes

On 16 Feb 2010, at 17:36, Arjan Kroon | Mobillion wrote:
> We are using asterisk version 1.0.0.

Wow.

S

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] rawplayer in asterisk 1.0.0

2010-02-16 Thread Arjan Kroon | Mobillion
 

Hi,

 

We are using asterisk version 1.0.0.

 

For queue'ing we use the rawplayer script to play a music file in the
background.

 

Now we see that after a while all the sessions on our Linux environment
will be taken by the rawplayer process.

An example of such a session is (done with ps -ax|grep rawplayer)

24785 ?Z  0:00 [rawplayer ]

 8415 ?Z  0:00 [rawplayer ]

13821 ?Z  0:00 [rawplayer ]

18868 ?Z  0:00 [rawplayer ]

22950 ?Z  0:00 [rawplayer ]

 

The only thing to get rid of these sessions is to restart asterisk and
then kill all rawplayer sessions

 

Does anybody have the same problem with this problem.

 

A way is to upgrade asterisk, but this is not now the solution for us.

 

The code for the rawplayer is: /usr/bin/rawplayer

#!/bin/sh

for name in $@; do

 cat $name ;

done

 

 

Regards,

 

Arjan Kroon

Mobillion BV

 

 

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users