Steven Critchfield
2003-Oct-27 23:06 UTC
[Asterisk-Users] Another Segmentation Fault (Recording sound)
On Tue, 2003-10-28 at 04:43, Alexandru Coseru wrote:> == Parsing '/etc/asterisk/adsi.conf': Found > -- Accepting call from '890003' to '185' on channel 27, span 1 > -- Executing Answer("Zap/27-1", "") in new stack > -- Executing Record("Zap/27-1", "soundexampless:mp3") in new stack > -- Playing 'beep' > WARNING[360468]: File translate.c, Line 128 > (ast_translator_build_path): No translator path from UNKN to ULAW > WARNING[360468]: File file.c, Line 218 (ast_writestream): Unable to > translate to format mp3, source format ALAW > WARNING[360468]: File app_record.c, Line 166 (record_exec): Problem > writing frame > Segmentation fault > > I guess this is pretty explanatory.While segfaulting isn't a good thing, I'm pretty sure mp3 recording is not supported. -- Steven Critchfield <critch@basesys.com>
Alexandru Coseru
2003-Oct-28 03:43 UTC
[Asterisk-Users] Another Segmentation Fault (Recording sound)
== Parsing '/etc/asterisk/adsi.conf': Found -- Accepting call from '890003' to '185' on channel 27, span 1 -- Executing Answer("Zap/27-1", "") in new stack -- Executing Record("Zap/27-1", "soundexampless:mp3") in new stack -- Playing 'beep' WARNING[360468]: File translate.c, Line 128 (ast_translator_build_path): No translator path from UNKN to ULAW WARNING[360468]: File file.c, Line 218 (ast_writestream): Unable to translate to format mp3, source format ALAW WARNING[360468]: File app_record.c, Line 166 (record_exec): Problem writing frame Segmentation fault I guess this is pretty explanatory. Regards Alex -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031028/e771aeac/attachment.htm
Mark Spencer
2003-Oct-28 06:38 UTC
[Asterisk-Users] Another Segmentation Fault (Recording sound)
This was triggered by the lack of an mp3 encoder. Without a backtrace there's no way to know it's fixed for sure, but if you cvs update it should at least fail cleanly and if not please place a bug in the bug tracker. Mark On Tue, 28 Oct 2003, Alexandru Coseru wrote:> == Parsing '/etc/asterisk/adsi.conf': Found > -- Accepting call from '890003' to '185' on channel 27, span 1 > -- Executing Answer("Zap/27-1", "") in new stack > -- Executing Record("Zap/27-1", "soundexampless:mp3") in new stack > -- Playing 'beep' > WARNING[360468]: File translate.c, Line 128 (ast_translator_build_path): No translator path from UNKN to ULAW > WARNING[360468]: File file.c, Line 218 (ast_writestream): Unable to translate to format mp3, source format ALAW > WARNING[360468]: File app_record.c, Line 166 (record_exec): Problem writing frame > Segmentation fault > > > > > > I guess this is pretty explanatory. > > Regards > Alex