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
