Tony

That was a quick reply  ( it came in before the copy of my message )

This is what i just did

sox file.wav -r 8000 -c 1 -t ul - rate | ./makering.pl ring1.bin

Then got 

: bad interpreter: No such file or directory

Ta

Simon

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Tony
Mountifield
Sent: 08 June 2004 09:53
To: [EMAIL PROTECTED]
Subject: [Asterisk-Users] Re: makering.pl


In article <[EMAIL PROTECTED]>,
Simon <[EMAIL PROTECTED]> wrote:
> Anyone used this ?
> 
> I am having a bit of trouble got the right perms on makering.pl .
> Should that file be somewhere in particular ?
> 
> use the reccommended command 
> sox inputfile -r 8000 -c 1 -t ul - rate | makering.pl ring1.bin
> 
> but i get 
> bash: makering.pl: command not found

Hi Simon, yes, it's my prog. :-)

The command assumes that makering.pl is in your PATH. If it is just
in the current directory, and "." is not in your path (as it shouldn't
be, for security), then you need to say ./makering.pl

You also need to make sure makering.pl has the x bit turned on, wherever
the file is located.

Cheers
Tony
-- 
Tony Mountifield
Work: [EMAIL PROTECTED] - http://www.softins.co.uk
Play: [EMAIL PROTECTED] - http://tony.mountifield.org
_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users



_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to