[asterisk-users] Web based Click to Call Application

2012-11-09 Thread akhilesh chand
Dear All, I want to develop click to call(C2C) web based application.Is there any study material. I will really appreciate your help, thank you. Regards Akhilesh -- _ -- Bandwidth and Colocation Provided by

Re: [asterisk-users] Web based Click to Call Application

2012-11-09 Thread Binan AL Halabi
Hi, Here is a starting point (WebRTC): https://wiki.asterisk.org/wiki/display/AST/Asterisk+WebRTC+Support Regards. // Binan. Från: akhilesh chand omakhileshch...@gmail.com Till: Asterisk Users Mailing List - Non-Commercial Discussion

Re: [asterisk-users] Web based Click to Call Application

2012-11-09 Thread A J Stiles
On Friday 09 November 2012, akhilesh chand wrote: Dear All, I want to develop click to call(C2C) web based application.Is there any study material. I will really appreciate your help, thank you. Look into call files. Basically, you inject a file into the folder

Re: [asterisk-users] Web based Click to Call Application

2012-11-09 Thread OCEANET - Cédric BASSAGET
Or use a php socket and the AMI. Cédric Le 09/11/2012 11:39, A J Stiles a écrit : On Friday 09 November 2012, akhilesh chand wrote: Dear All, I want to develop click to call(C2C) web based application.Is there any study material. I will really appreciate your help, thank you. Look into

Re: [asterisk-users] Web based Click to Call Application

2012-11-09 Thread akhilesh chand
On Fri, Nov 9, 2012 at 4:11 PM, OCEANET - Cédric BASSAGET ced...@oceanet.com wrote: Or use a php socket and the AMI. Cédric Le 09/11/2012 11:39, A J Stiles a écrit : On Friday 09 November 2012, akhilesh chand wrote: Dear All, I want to develop click to call(C2C) web based

Re: [asterisk-users] Web based Click to Call Application

2012-11-09 Thread Danny Nicholas
If you want to have a good level of control, AMI is the way to go. If you just want simple and quick, .call files is going to do it. I posted some PERL code a few months back that uses the Asterisk::Manager module to make and monitor calls. From: asterisk-users-boun...@lists.digium.com

Re: [asterisk-users] forwarding all calls to cells

2012-11-09 Thread Noam Birnbaum
Yes, the cells could be used as SIP softphones; do you see a benefit to doing that? The reason the client wants to do this is to avoid spending money on Ethernet cabling and VoIP desk phones. noam On Nov 6, 2012, at 4:59 PM, Gerardo Barajas wrote: Can the cells be used as SIP Softphones?

Re: [asterisk-users] forwarding all calls to cells

2012-11-09 Thread Jared Baxley
Exactly what Carlos said... properly qualify the clients need, not the System they want On Nov 9, 2012 1:02 PM, Noam Birnbaum n...@maccentricsolutions.com wrote: Yes, the cells could be used as SIP softphones; do you see a benefit to doing that? The reason the client wants to do this is to

[asterisk-users] Asterisk 1.8.16 Monitoring tools

2012-11-09 Thread motty.cruz
Hello, I want to monitor my Asterisk 1.8, inbound, outbound, status calls, queue call? Any suggestions? I found Monast, I'm having issues configurating. Thanks, -- _ -- Bandwidth and Colocation Provided by

Re: [asterisk-users] Asterisk 1.8.16 Monitoring tools

2012-11-09 Thread Danny Nicholas
You want live monitoring or after the fact? The hard way to do live monitoring would be an active tail of /var/log/asterisk/full. After the fact you could read /var/log/asterisk/cdr-csv/Master.csv. In realtime I think these have database equivalents. -Original Message- From:

Re: [asterisk-users] Asterisk 1.8.16 Monitoring tools

2012-11-09 Thread Jonathan Rose
Danny Nicholas wrote: You want live monitoring or after the fact? The hard way to do live monitoring would be an active tail of /var/log/asterisk/full. After the fact you could read /var/log/asterisk/cdr-csv/Master.csv. In realtime I think these have database equivalents. I would