> 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 _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users