Tony Ok got it to work now , thanks.
I have put ring1.bin in the tftpboot folder on my tftp server and rebooted the phone but it has not taken the file. Do i need to do anything special with the phone etc ? Thanks 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
