This the error I receive when I try to record a GSM file -- Executing Record("SIP/67.98.37.220:5060", "intro|gsm") in new stack -- Playing 'beep' WARNING[15374]: File file.c, Line 602 (ast_writefile): No such format '' WARNING[15374]: File app_record.c, Line 143 (record_exec): Could not create file intro|gsm extension.conf exten => 9999,1,Record,intro|gsm Thanks _____ Michael K. Rodriguez DialMex LLC NOC Engineer 200 S. 10th Street Suite 1209 McAllen, TX 78501 (956) 994-0014 x107 office (956) 239-0627 mobile (956) 682-5821 fax michael@dialmex.net Escalation <http://www.dialmex.net/page> Procedure +++The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and destroy any copies of this document.+++ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030327/38670956/attachment.htm
You have to call record like this exten => 8000,1,Record,intro:gsm (read show application record) Martin On Thu, 27 Mar 2003, Michael K. Rodriguez wrote:> This the error I receive when I try to record a GSM file > > > > > > -- Executing Record("SIP/67.98.37.220:5060", "intro|gsm") in new > stack > > -- Playing 'beep' > > WARNING[15374]: File file.c, Line 602 (ast_writefile): No such format '' > > WARNING[15374]: File app_record.c, Line 143 (record_exec): Could not > create file intro|gsm > > > > > > extension.conf > > > > exten => 9999,1,Record,intro|gsm > > > > > > Thanks > > > > > > > > _____ > > > > Michael K. Rodriguez > > DialMex LLC > > NOC Engineer > > 200 S. 10th Street Suite 1209 > > McAllen, TX 78501 > > > > (956) 994-0014 x107 office > > (956) 239-0627 mobile > > (956) 682-5821 fax > > michael@dialmex.net > > > > Escalation <http://www.dialmex.net/page> Procedure > > +++The information transmitted is intended only for the person or entity > to which it is addressed and may contain confidential and/or privileged > material. Any review, retransmission, dissemination or other use of, or > taking of any action in reliance upon, this information by persons or > entities other than the intended recipient is prohibited. If you > received this in error, please contact the sender and destroy any copies > of this document.+++ > > > >
The separator on app_record was ':' instead of '|'. I've modified it to accept either one. Please try a cvs update. Mark On Thu, 27 Mar 2003, Michael K. Rodriguez wrote:> This the error I receive when I try to record a GSM file > > > > > > -- Executing Record("SIP/67.98.37.220:5060", "intro|gsm") in new > stack > > -- Playing 'beep' > > WARNING[15374]: File file.c, Line 602 (ast_writefile): No such format '' > > WARNING[15374]: File app_record.c, Line 143 (record_exec): Could not > create file intro|gsm > > > > > > extension.conf > > > > exten => 9999,1,Record,intro|gsm > > > > > > Thanks > > > > > > > > _____ > > > > Michael K. Rodriguez > > DialMex LLC > > NOC Engineer > > 200 S. 10th Street Suite 1209 > > McAllen, TX 78501 > > > > (956) 994-0014 x107 office > > (956) 239-0627 mobile > > (956) 682-5821 fax > > michael@dialmex.net > > > > Escalation <http://www.dialmex.net/page> Procedure > > +++The information transmitted is intended only for the person or entity > to which it is addressed and may contain confidential and/or privileged > material. Any review, retransmission, dissemination or other use of, or > taking of any action in reliance upon, this information by persons or > entities other than the intended recipient is prohibited. If you > received this in error, please contact the sender and destroy any copies > of this document.+++ > > > >
On Thursday 27 March 2003 13:23, Michael K. Rodriguez wrote:> This the error I receive when I try to record a GSM fileI don't know if this applies to your situation, but I get much better quality if I record using record (22k sampling) and then using sox to convert it to gsm. Here is my script: #!/bin/sh # convert wav recordings to gsm InFile=$1 sox -V $InFile.wav -w -r 8000 -g $InFile.gsm -- Steve Szmidt ___________________________________________________________ HTML in e-mail is not safe. It let's spammers know to spam you more, and sets you up for online attack through IE 4.x and above. Using HTML in e-mail only promotes it as safe to the uninitiated.