adhearsion / punchblock

Telephony middleware library for Ruby
adhearsion.com/punchblock
MIT License
40 stars 34 forks source link

Exposing execute methods for FreeSWITCH #113

Closed lpradovera closed 10 years ago

lpradovera commented 12 years ago

Some sort of low-level app execution functionality is needed on FreeSWITCH, similar to AGI/AMI commands for Asterisk, to enable building of more abstracted functionality that still works at the single command level.

One example would be being able to fine-tune http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_say usage.

An obvious alternative is to build SSML parsing into the translator, though that might be a lot of work. The low level method would be needed in any case, by the way.

benlangfeld commented 10 years ago

This needs specification effort at https://github.com/rayo/xmpp/blob/rayo/extensions/inbox/rayo-platform-apps.xml. Closing this until a viable spec emerges there.