AJAX Application Question

Hi,

I’ve just discovered Asterisk and don’t know much about its features.

I was wondering if I want to develop a web based VoIP application with Python and AJAX, is it better to call Asterisk Manager Interface with AJAM or to use AGI from python and then process python result in AJAX?

Thank you in advance.

The asterisk GUI is a good example.

It is a completely clientside web interface using the asterisk manager interface (which has tools for manipulating asterisk through a web interface)

svn.digium.com/svn/asterisk-gui/ … sterisknow

-bk