Ishfaq Malik
2014-Jan-23 13:38 UTC
[asterisk-users] Change the preferred audio playback format
Hi Is there any way to change the preferred audio playback format in asterisk (I'm using 1.8.25.0) i.e. first check for gsm, if doesn't exits then check for slin? Regards Ish -- Ishfaq Malik Department: VOIP Support Company: Packnet Limited t: +44 (0)845 004 4994 f: +44 (0)161 660 9825 e: ish at pack-net.co.uk w: http://www.pack-net.co.uk Registered Address: PACKNET LIMITED, Duplex 2, Ducie House 37 Ducie Street Manchester, M1 2JW COMPANY REG NO. 04920552 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140123/95f0f8c8/attachment.html>
Gareth Blades
2014-Jan-23 13:55 UTC
[asterisk-users] Change the preferred audio playback format
On 23/01/14 13:38, Ishfaq Malik wrote:> Hi > > Is there any way to change the preferred audio playback format in > asterisk (I'm using 1.8.25.0) > i.e. first check for gsm, if doesn't exits then check for slin?It should pick whichever source format requires the least cpu to transcode into the desired output format. So generally that means if there is a source available in the same format as the output then it will use it otherwise it will use slin etc...