Please, try exten => 99,1,Wait,1 exten => 99,2,Record,/tmp/pcmfile:pcm exten => 99,3,Wait,1 exten => 99,4,Playback,/tmp/pcmfile exten => 99,5,Wait,1 exten => 99,6,Record,/tmp/voxfile:vox exten => 99,7,Wait,1 exten => 99,8,Playback,/tmp/voxfile (put your own extension). Pcm recording is OK, playback is OK. Adpcm recording is noticeably worse. Adpcm playback is very bad/unusable. Is it just us (all our servers with T400P and TE410P), or it's a common adpcm codec problem? Thank you. Alex Zarubin Webley Systems, Inc. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030918/17258caf/attachment.htm
I am one of those trying to use old dialogic hardware with *. I have the following error when loading the driver: [chan_dialogic.so] => (Dialogic Global Call API Support) dlopen of libicapi.so failed: dlerror=/usr/dialogic/lib/libicapi.so: undefined symbol: gcdb_InsertLinedev WARNING[1024]: File chan_dialogic.c, Line 832 (load_module): Failed to start Global Call (GC) WARNING[1024]: File loader.c, Line 299 (ast_load_resource): chan_dialogic.so: load_module failed, returning -1 WARNING[1024]: File loader.c, Line 394 (load_modules): Loading module chan_dialogic.so failed! Indeed, gcdb_InsertLinedev is not defined in libicapi. It is defined in libgc, which is linked to chan_dialogic. Anyone has seen this before? [], pedro
Need to have chan_dialogic.so => yes in the [globals] Mark On Thu, 18 Sep 2003, pedro bulach gapski wrote:> I am one of those trying to use old dialogic hardware with *. I have the > following error when loading the driver: > [chan_dialogic.so] => (Dialogic Global Call API Support) > dlopen of libicapi.so failed: dlerror=/usr/dialogic/lib/libicapi.so: > undefined symbol: gcdb_InsertLinedev > WARNING[1024]: File chan_dialogic.c, Line 832 (load_module): Failed to > start Global Call (GC) > WARNING[1024]: File loader.c, Line 299 (ast_load_resource): > chan_dialogic.so: load_module failed, returning -1 > WARNING[1024]: File loader.c, Line 394 (load_modules): Loading module > chan_dialogic.so failed! > > Indeed, gcdb_InsertLinedev is not defined in libicapi. It is defined in > libgc, which is linked to chan_dialogic. > > Anyone has seen this before? > > [], > > pedro > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >