Hi all, Here is the situation. Linux workstation access a web page on a web server (not the one running Asterisk). From that web page, we need to initiate a dial-out on the Asterisk server and once the call is connected, it must ring on the agent's hard phone. Any pointers about how to initiale an Asterisk call from a remove web server? Thanks, Andre Courchesne http://www.net-forces.com
You can use a manager event, search on Google for click to dial applications. The nice thing about the manager is that it DOES NOT REQUIRE that you on the same machine. As long as your access list in the manager.conf are setup correctly you can have the php, perl, ruby, ETC. script on the webserver talking to the manager on the Asterisk server.> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > Andre Courchesne - Consultant > Sent: Friday, March 31, 2006 12:58 PM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] Dial from php > > Hi all, > > Here is the situation. Linux workstation access a web page > on a web server (not the one running Asterisk). From that web > page, we need to initiate a dial-out on the Asterisk server > and once the call is connected, it must ring on the agent's > hard phone. > > Any pointers about how to initiale an Asterisk call from a > remove web server? > > Thanks, > > Andre Courchesne > http://www.net-forces.com > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
Here is one that was made for Asterisk@home but you should be able to use it. http://www.voipjots.com/2006/02/click-to-call-with-your-asteriskhome.html On 3/31/06, Andre Courchesne - Consultant <courchea@net-forces.com> wrote:> Hi all, > > Here is the situation. Linux workstation access a web page on a web > server (not the one running Asterisk). From that web page, we need to > initiate a dial-out on the Asterisk server and once the call is > connected, it must ring on the agent's hard phone. > > Any pointers about how to initiale an Asterisk call from a remove web > server? > > Thanks, > > Andre Courchesne > http://www.net-forces.com > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- Tom Vile Baldwin Technology Solutions, Inc Consulting - Web Design - VoIP Telephony www.baldwintechsolutions.com Phone: 518-631-2855 x205 Fax: 518-631-2856
Flash Operator Panel already has similar functionality, just create a CID entry drag and drop. There may of course be other (better) ways to do this but this is one option/alternative.> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > bounces@lists.digium.com] On Behalf Of Andre Courchesne - Consultant > Sent: Friday, March 31, 2006 12:58 PM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] Dial from php > > Hi all, > > Here is the situation. Linux workstation access a web page on a web > server (not the one running Asterisk). From that web page, we need to > initiate a dial-out on the Asterisk server and once the call is > connected, it must ring on the agent's hard phone. > > Any pointers about how to initiale an Asterisk call from a removeweb> server? > > Thanks, > > Andre Courchesne > http://www.net-forces.com > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
use the manager interface to communicate with asterisk from php, there are great examples at http://www.voip-info.org/wiki/index.php?page=Asterisk+manager+Example%3A+PHP You'll want to use the "Originate" Action. Moj Andre Courchesne - Consultant wrote:> Hi all, > > Here is the situation. Linux workstation access a web page on a web > server (not the one running Asterisk). From that web page, we need to > initiate a dial-out on the Asterisk server and once the call is > connected, it must ring on the agent's hard phone. > > Any pointers about how to initiale an Asterisk call from a remove web > server? > > Thanks, > > Andre Courchesne > http://www.net-forces.com > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- Mojo <mojo@horanappraisals.com> Office Manger, Horan & Company, LLC (907) 747-6666 x112
> Flash Operator Panel already has similar functionality, just create a > CID entry drag and drop. There may of course be other (better) ways to > do this but this is one option/alternative.You can also use FOP and javascript to initiate a call to the number entered on a text input box, an href link, etc. -- Nicol?s Gudi?o Buenos Aires - Argentina