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
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: [EMAIL PROTECTED] [mailto:asterisk-users- > [EMAIL PROTECTED] On Behalf Of

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
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