* You are viewing Posts Tagged ‘astcomments’

Asterisk to support Dialogic Cards

Hi Team,

Is there any way for Asterisk to support Dialogic Cards, I have done lot of search but could find any useful information.

Starting things off without a Dial Tone

Is it possible to make Asterisk jump into action and play a sound file as soon as a handset is lifted, instead of providing a Dial Tone and waiting for the user to dial an extension.

With analog phones (chan_dahdi) – you just have to set ‘immediate = yes’ in chan_dahdi.conf , with a SIP phone: that’s something to configure the handset for, as it only sends out a call once you “dialed”.

 

Thanks to: Tzafrir Cohen

 

Speech recognition in Asterisk using Google Voice API

I’m exited to announce that Lefteris Zafiris has written an agi script that uses Google Voice API for voice recognition.

As the author says, “the script records from the current channel untill the pound key (#) is pressed or the timeout (15 seconds) is reached. The recording is send over to google speech recognition service and the returned text string is assigned to a channel variable.”

More info and dialplan examples can be found in the README file:
https://raw.github.com/zaf/asterisk-speech-recog/master/README

The script is available here:
https://github.com/zaf/asterisk-speech-recog

The author reports that the code is still young and not roughly tested so comments, suggestions and bug reports are more than welcome.

Enjoy this code jewel and please provide feedback/comments to the author.

Astcanary

Hello,

I notice that the following process is running :

astcanary /var/run/asterisk/alt.asterisk.canary.tweet.tweet.tweet 1527

What is this ??