- Original Message -
From: "Steve Edwards"
To: "Asterisk Users Mailing List - Non-Commercial Discussion"
Sent: Friday, 2 July, 2010 5:08:14 PM
Subject: Re: [asterisk-users] Voiceprompts i.e. voicemail and conferencing in
multiple codecs
On Fri, 2 Jul 2010, Kenny
On Fri, 2 Jul 2010, Kenny Watson wrote:
> for i in `ls -R /var/lib/asterisk/sounds/uk/*wav`; # do recursive ls and
> only list wav files and loop through each one
> do # start do loop
> CONV=`echo $i|sed 's/.wav/.g729/g'` # set CONV variable as filename with
> wav swapped for G729
>
- Original Message -
From: "Paul Belanger"
To: "Asterisk Users Mailing List - Non-Commercial Discussion"
Sent: Tuesday, 29 June, 2010 10:22:18 PM
Subject: Re: [asterisk-users] Voiceprompts i.e. voicemail and conferencing
in multiple codecs
On Tue, Jun 29, 201
On Tue, Jun 29, 2010 at 12:51 PM, Kenny Watson
wrote:
> Is it simply a case of converting the prompts into other codecs and asterisk
> will pick these up?
>
Yes, install both g729 and ulaw/alaw prompts to avoid trans-coding altogether.
--
Paul Belanger | dCAP
Polybeacon | Consultant
Jabber: paul
Hi, I am running asterisk 1.6.1.6 with a howler screamer card.
I have g729 and alaw trunks from a pbx /sip providers.
The howler screamer will only transcode from g729 to alaw / ulaw but my voice
prompts are in SLIN and throws errors when i try and access these applications.
Is it simply