[Asterisk-Users] Calls from web interface

Stefan Reuter asterisk at stefan.de
Wed Mar 16 04:14:32 MST 2005


> There was a thread some time back about making calls via * from a web
> interface...ie user clicks number on web page and call is made...

There are basically two ways to implement this.

The first one assumes that your webserver is running on the same machine
as Asterisk. Then your web application will have to create a .call file
in /var/spool/asterisk/outgoing.
Examples on how do this are available at
http://www.voip-info.org/wiki-Asterisk+auto-dial+out

The second option is to use the Manager API which allows you to trigger
a call via TCP/IP.
For more information see
http://www.voip-info.org/tiki-index.php?page=Asterisk+manager+dialout
http://www.voip-info.org/wiki-Asterisk+manager+api

=Stefan




More information about the asterisk-users mailing list