Displaying 7 results from an estimated 7 matches for "dmsessions".
2010 Oct 23
3
Cepstral voice quality not good
Hello list,
I have been using Cepstral's 8KHz voices for my text-to-speech service for
some time now, and have been noticing that the voice quality is really poor,
doesn't matter what phrase I give it to convert. None of the other 8KHz
voices I have ever used were this bad. It doesn't seem good enough system to
be used in a commercial system. Is there any better quality text-to-voice
2008 Sep 09
2
SIP to IAX?
Hi all!
I am looking for some software that would work as a proxy between a SIP
device (SIP phones and ATA boxes) and the Asterisk system running IAX. The
reason is that I can only get IAX trow the firewalls, and can't change the
settings.
One solution I am using are getting several Asterisk system communicate trow
IAX bout in this case would I rater have every persons computer act as a
proxy
2008 Aug 21
3
After Dial execution, using DIALEDTIME, ANSWEREDTIME
Hi,
I noticed that when dial terminates it does not return to the dialplan,
and therefore can not execute any entry after Dial().
Is there any trick to overcome this limitation ?
How I am supposed to handle the returned vales DIALEDTIME, ANSWEREDTIME if
I can not execute anything after Dial()?
I made a workaround with DeadAGI (below) but it is unreliable: if 2 calls
end
2011 Dec 15
0
app_swift tts module - new home.
...should be too surprised - 'nuf said there.
As far as the app_swift project is concerned, with the exception of
moving things around as far as location, it is business as usual.
The app_swift code for *all* the different versions of Asterisk is now
being hosted on GitHub at https://github.com/dmsessions/app_swift .
This is a good thing and will make life easier.
btw, I love git. If you don't yet, you will . . someday soon . .
Individual tar files for each of the different versions of app_swift,
which is what 99% of people are going to want, are all available for
download on my website at htt...
2008 Aug 22
4
set callerid with plus sign
Hi,
Is it possible to assign a plus sign on the callerid(num) ?
currently this is what i do CALLERID(num)=+6523450017
but telco is denying calls, coz they said they are seeing "bs523450017"
instead of +6523450017.
i tried putting it inside double quotes CALLERID(num)="+6523450017"
telco says the same thing.
is this possible? thank you
Regards,
nhadie
2010 Jun 17
0
app_swift v2.0 released
Hi all,
Thought I'd mention that the new version of the app_swift text-to-speech module for Asterisk 1.2, 1.4, and 1.6 has been released at it's new home on the Asterisk Forge.
http://forge.asterisk.org/gf/project/app_swift/
For those that are unaware, app_swift provides a direct interface with the Cepstral text-to-speech engine so instead of having to call the Cepstral engine and write
2010 Oct 18
0
app_swift for Asterisk 1.8
Just thought I'd let everyone know I've got a new beta version of app_swift up for Asterisk 1.8 on http://forge.asterisk.org.
- Darren