Bartek Kania wrote: > There has been talk of replacing the dialplan with something good and > beautiful. > > What features do we want/need in the dialplan and how should they > work? And, do we have anyone who wants to code it?
Take a look at how FreeSwitch have incorporated JavaScript in the dialplan. I think it's possible to build some fairly powerful behaviour, with only a small handful of primitive functions (such as opening an RTP stream, recording a file, playing a file, detecting DTMF etc). A lot of what is implemented as dialplan apps or functions in Asterisk/OpenPBX will be native features of most languages (such as string handling, conditional branching, date/time functions). _______________________________________________ Openpbx-dev mailing list [email protected] http://lists.openpbx.org/mailman/listinfo/openpbx-dev
