Archive for the ‘Applications’ Category
Application modules in Asterisk.
Wednesday, January 23rd, 2008
Now, app_meetme read "meetme.conf" file for each MeetMe() execution, this is an issue when using Static Realtime for meetme as I reported here:http://bugs.digium.com/view.php?id=11786Note that this report has been quickly closed as "no change required" because:"You're right, the reason that this happens is because meetme.conf gets re-read at every execution of ...
Posted in MeetMe | No Comments »
Monday, January 14th, 2008
The background and speechbackground APIs currently support only a sound filename. In order to support text to speech voice prompts (using something like app_swift) I'd like both background and speechbackground to be extended to be able to take an application instead of just a sound file. That would ...
Posted in Applications | No Comments »
Monday, January 14th, 2008
Instead of hard-coded voicemail navigation menus, implement a system with a simple text or xml file for each platform to be emulated. This invites non-programmers to contribute as well. I imagine something like this:
<event="newmessages"><key-sequence="1-0"><soundfile="newmessages.wav">
Posted in Voicemail | 1 Comment »
Sunday, January 6th, 2008
With the number of options to dial() growing by leaps and bounds, I would like to be able to configure a few dial profiles in a configuration file, dial.conf, and use these for dialling. Example:
[sip-outbound]
macro=dumptest
timeout=20
absolutetimeout=360
musicclass=abba
transfer=caller
hangup=none
I think this would make it easier to handle the dialplan. What do you think?
Posted in dial | 3 Comments »