Re: [Asterisk-Users] Dial from php

2006-04-15 Thread Wayne
Tom Vile wrote: Here is one that was made for [EMAIL PROTECTED] but you should be able to use it. http://www.voipjots.com/2006/02/click-to-call-with-your-asteriskhome.html Hiya, I've given this a go - and got it working - in a fashion. My web server is on a different box to my asterisk bo

Re: [Asterisk-Users] Dial from php

2006-03-31 Thread Nicolás Gudiño
> 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

RE: [Asterisk-Users] Dial from php

2006-03-31 Thread Andrew Kirch
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 runn

Re: [Asterisk-Users] Dial from php

2006-03-31 Thread Mojo with Horan & Company, LLC
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. Linu

Re: [Asterisk-Users] Dial from php

2006-03-31 Thread Tom Vile
Here is one that was made for [EMAIL PROTECTED] 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 <[EMAIL PROTECTED]> wrote: > Hi all, > >Here is the situation. Linux workstation access a web

RE: [Asterisk-Users] Dial from php

2006-03-31 Thread Alexander Lopez
webserver talking to the manager on the Asterisk server. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Andre Courchesne - Consultant > Sent: Friday, March 31, 2006 12:58 PM > To: asterisk-users@lists.digium.com > Subject: [Asterisk

[Asterisk-Users] Dial from php

2006-03-31 Thread Andre Courchesne - Consultant
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 i