Displaying 2 results from an estimated 2 matches for "psiderov".
Did you mean:
siderov
2006 Nov 13
4
Asterisk IVR functionality
Hi
i have an application developed with bayonne.
Recentely i'm experiencing some problems and i am planning to migrate
to asterisk.
I would like to know if i can do these things whit asterisk:
- IVR integration with database (mysql, insert,delete,update,select)
- TTS
- record exploration (for example, check if some resources are
available in the database, and list them to the user (via
2012 Sep 05
6
Async AGI
Hi,
Is there a way to execute next priority in the dialplan if you have called
agi:async? I want to play warning message if adhearsion is down. Currently
I wasn't able to make it work. The dialplan execution ends after the first
priority.
[incomming]
exten => _X.,1,AGI(agi:async)
exten => _X.,2,Answer
exten => _X.,3,Playback(some-message)
exten => _X.,4,Hangup
Regards,
Pavel