Greetings, If somebody knows how to concatenate several .gsm files in one or create a macro and use with background() please reply.
exten=> X,1,Background(nameoffile) exten=> X,2,Background(nameoffile1) For a macro, you need to be passing arguments... what are you trying to pass? You can also use audacity to concat .gsm files but you have to import it from raw data. You will then have to downsample it from 41000 to 8000 hz. -Christian Jensen On Oct 30, 2006, at 6:54 PM, Vitalie Apostu wrote:> Greetings, > > If somebody knows how to concatenate several .gsm files in one or > create a > macro and use with background() please reply. > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
On Mon, Oct 30, 2006 at 06:54:40PM -0500, Vitalie Apostu wrote:> Greetings, > > If somebody knows how to concatenate several .gsm files in one or create a > macro and use with background() please reply.As simple as: cat file1.gsm file2.gsm > both.gsm -- Tzafrir Cohen icq#16849755 jabber:tzafrir@jabber.org +972-50-7952406 mailto:tzafrir.cohen@xorcom.com http://www.xorcom.com iax:guest@local.xorcom.com/tzafrir
Hi, Is there any possibility to have md5 encoded passwords in the IAX users database? I notice the "secret" AND/OR "md5secret" columns always have to contain the password in plain text even when you set the "auth" column value to md5?!? Am I missing out something? Any ideas on how to correct this? Having plain text passwords in the realtime database is not very suitable for me and poses a security vulnerability. Thanks, Pedros
Hi, Is there any possibility to have md5 encoded passwords in the IAX users database? I notice the "secret" AND/OR "md5secret" columns always have to contain the password in plain text even when you set the "auth" column value to md5?!? Am I missing out something? Any ideas on how to correct this? Having plain text passwords in the realtime database is not very suitable for me and poses a security vulnerability. Thanks, Pedros