On Wednesday 29 August 2012, Carlos Alvarez wrote:
> For any of you doing hosted PBX service on Asterisk, do you have a reliable
> and secure click to dial solution? Particularly for Outlook, but since
> about 20% of our customers use Mac OS, I'd love to hear about some that
> work on that too.
T
risk-users-boun...@lists.digium.com] On Behalf Of Carlos Alvarez
Sent: Thursday, 30 August 2012 3:17 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] Click-to-call software in a hosted environment
For any of you doing hosted PBX service on Asterisk, do
For any of you doing hosted PBX service on Asterisk, do you have a reliable
and secure click to dial solution? Particularly for Outlook, but since
about 20% of our customers use Mac OS, I'd love to hear about some that
work on that too.
--
Carlos Alvarez
TelEvolve
602-889-3003
--
___
On 12-07-11 11:50 AM, A J Stiles wrote:
> Yes indeed. Note the 192.168 address I used in my other example --
the Asterisk server here is on the LAN side of the > router, and there
is no firewall rule anywhere forwarding to its port 80. If for some
reason you have to run Asterisk on > a box faci
On Wednesday 11 July 2012, Mike wrote:
> On 12-07-11 10:46 AM, A J Stiles wrote:
> > Then a GET request to /cgi-bin/place_call?tel=018118055&ext=101 will
> > place a call from extension 101 to telephone number 018118055 in
> > context outgoing.
>
> Hopefully it doesn't need to be said, but if you
On 12-07-11 10:46 AM, A J Stiles wrote:
Then a GET request to /cgi-bin/place_call?tel=018118055&ext=101 will
place a call from extension 101 to telephone number 018118055 in
context outgoing.
Hopefully it doesn't need to be said, but if you are going to put this
solution in place, please pro
On Wednesday 11 July 2012, alok srivastava wrote:
> dear
> is there any study material for implementing click to call in asterisk.
> plz help.
>
> thanks
> regards
Dead simple! You need to install Apache on the Asterisk server if you haven't
already. Then use a CGI script like this;
#
On the subject of click to call - admittedly not necessarily what the OP
was after - I had some marketing blurb from VMware about Zimbra 8 this
morning. Apparently one of the new shiny features is integrated C2C (and
other unified comms stuff).
Has anyone had a chance to play with the SDK as y
risk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of alok
srivastava
Sent: Wednesday, July 11, 2012 2:36 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] click to call
dear
is there any study material for implementing c
dear
is there any study material for implementing click to call in asterisk.
plz help.
thanks
regards
--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webi
On Fri, Jun 17, 2011 at 05:20:39PM +, salaheddine elharit wrote:
>i want to use sip 223 in order to call phone number
Is that meant to be the originator or the destination?
Channel: gets the originator; Extension: gets the destination.
Roger
--
__
hello list
i need to create a call files in order to do a click to call with
asterisk1.4
i want to use sip 223 in order to call phone number
i have created a file.call in var/spool/asterisk/tmp and i move it to
var/spool/asterisk/outgoing
but there is no call
please tell me if there i
thanks a lot for your advice i really appreciate it :)
2011/5/20 Mark Deneen
>
>
> On Fri, May 20, 2011 at 4:38 AM, Ishfaq Malik wrote:
>
>> If you are going to use call files don't write them directly to
>>
>> /var/spool/asterisk/outgoing/
>>
>> write them in some temp directory and then move
On Fri, May 20, 2011 at 4:38 AM, Ishfaq Malik wrote:
> If you are going to use call files don't write them directly to
>
> /var/spool/asterisk/outgoing/
>
> write them in some temp directory and then move them to
>
> /var/spool/asterisk/outgoing/
>
> Ish
>
>
Make sure that your temp file is on t
thanks a lot for your help and support
2011/5/20 A J Stiles
> On Friday 20 May 2011, salaheddine elharit wrote:
> > Ok thank you so much for all advice
>
> This might help you a bit, too:
>
> $spool = "/var/spool/asterisk/outgoing/"; # outgoing callfile folder
>
> $filename = "asterisk-" . date
On Friday 20 May 2011, salaheddine elharit wrote:
> Ok thank you so much for all advice
This might help you a bit, too:
--
AJS
Answers come *after* questions.
--
_
-- Bandwidth and Colocation Provided by http://www.api-digit
Ok thank you so much for all advice
2011/5/20 A J Stiles
> On Friday 20 May 2011, Dovid Bender wrote:
> > I had issue with call files. They would lock up the system (this was 5
> > years ago so maybe things have changed.)
>
> Whenever you open a file for writing, a link is created in the con
On Friday 20 May 2011, Dovid Bender wrote:
> I had issue with call files. They would lock up the system (this was 5
> years ago so maybe things have changed.)
Whenever you open a file for writing, a link is created in the containing
folder's directory (which says where on the disk the file i
If you are going to use call files don't write them directly to
/var/spool/asterisk/outgoing/
write them in some temp directory and then move them to
/var/spool/asterisk/outgoing/
Ish
On Thu, 2011-05-19 at 10:58 -0600, Alejandro Mejia Evertsz wrote:
> You only need to tell your PHP script to
isk-users@lists.digium.com
> *Sent:* Thursday, May 19, 2011 19:58
> *Subject:* Re: [asterisk-users] click to call with php
>
> You only need to tell your PHP script to write a .call file on
> /var/spool/asterisk/outgoing/ directory using the syntax described here:
> http://www.vo
I had issue with call files. They would lock up the system (this was 5 years
ago so maybe things have changed.)
- Original Message -
From: Alejandro Mejia Evertsz
To: asterisk-users@lists.digium.com
Sent: Thursday, May 19, 2011 19:58
Subject: Re: [asterisk-users] click
ok thank you i will test this solution and i will update you :)
2011/5/19 Alejandro Mejia Evertsz
> You only need to tell your PHP script to write a .call file on
> /var/spool/asterisk/outgoing/ directory using the syntax described here:
> http://www.voip-info.org/wiki/view/Asterisk+auto-dial+ou
You only need to tell your PHP script to write a .call file on
/var/spool/asterisk/outgoing/ directory using the syntax described here:
http://www.voip-info.org/wiki/view/Asterisk+auto-dial+out
I'm not a PHP programmer, so the PHP part is up to you hehe.
There are other methods like using manag
Hello,
i have asterisk 1.4 installed and i want to use click to call in order to do
an outbound call
if there is any php code in order to do this operation
thanks and regards
--
_
-- Bandwidth and Colocation Provided by ht
You can try the click-to-call from www.videoreps.net... it is asterisk
based. The sample provides you with an actual pc-to-pstn call... of
course calls to internal extensions are easier.
There is click-to-call, and there is click-to-call-with-video
CS
>>>somebody knows some application web
Make one using phpagi:
http://phpagi.sourceforge.net/
The AGI_AsteriskManager class should let you interface directly with
Asterisk Manager. It is fairly simple if you know PHP and AMI.
On Thu, 2008-04-03 at 20:39 -0600, troxlinux wrote:
> somebody knows some application web that allows me to
somebody knows some application web that allows me to call to my
internal extensions of my asterisk, example click to call.
I was proving the click to call of this example but it doesn't work
http://www.voipjots.com/2006/02/click-to-call-with-your-asteriskhome.html
greeting
rickygm
__
On Sun, 3 Jun 2007, Anton Krall wrote:
Hi Gordon
So, mexuar solution was that java softphone that you talked about?
Yes.
Any other small softphone type solution around, something on the same lines
of what you described, something that the user could download but could be
preconfigured or pa
On 4 Jun 2007, at 08:14, Tzafrir Cohen wrote:
On Sun, Jun 03, 2007 at 11:29:57PM -0500, Anton Krall wrote:
True, maybe I didnt make myself clear on that point, what i meant
was, Im
not looking for an app that would let people click a sip: URL
type to
make a call using their already inst
] click to call
-Original Message-
From: [EMAIL PROTECTED]
[mailto:asterisk-users-
[EMAIL PROTECTED] On Behalf Of Steve Totaro
Sent: Saturday, 2 June 2007 9:41 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [asterisk-users] click to call
Then there is
On Sun, Jun 03, 2007 at 11:29:57PM -0500, Anton Krall wrote:
> True, maybe I didnt make myself clear on that point, what i meant was, Im
> not looking for an app that would let people click a sip: URL type to
> make a call using their already installed softphone but rather allow any
> user that
o:asterisk-users-
> [EMAIL PROTECTED] On Behalf Of Joseph Bajin
> Sent: Saturday, 2 June 2007 12:02 PM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: Re: [asterisk-users] click to call
>
> You shouldn't need a softphone to do Click to Call.. The
List - Non-Commercial Discussion
Subject: RE: [asterisk-users] click to call
> So far for what I've seen, there is some misconception of the terms..
> click
> to dial can mean if you see a number on a webpage, click on it and
your
> softphone will dial it.. but can also mean click
with
settings.
Regards
AK
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gordon
Henderson
Sent: Sábado, 02 de Junio de 2007 03:09 a.m.
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [asterisk-users] click to call
On Fri, 1
On Sat, 2 Jun 2007, Dean Collins wrote:
> Hi Nick,
> Totally disagree with you. We the prevalence of skype, im and MP3's
> You'd be surprised how many users have headsets.
Well, I'm probably one of the geekiest guys in this geographic area. I've
been online since 1986, been on the internet si
Nick
You made a very good point.
Best regards,
Al Bochter
Bochter Services
Did you check your US Greenbacks for GOLD Today?
http://www.bochterservices.com/?t=USbill_email
Nick Seraphin wrote:
On Sat, 2 Jun 2007, Steve Totaro wrote:
That is a totally different concept than we have bee
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:asterisk-users-
> [EMAIL PROTECTED] On Behalf Of Dean Collins
> Sent: Saturday, June 02, 2007 10:04 PM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: RE: [asterisk-users] click to call
&g
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:asterisk-users-
> [EMAIL PROTECTED] On Behalf Of Steve Totaro
> Sent: Saturday, 2 June 2007 9:41 PM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: RE: [asterisk-users] click to call
>
ay, June 02, 2007 8:05 PM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: RE: [asterisk-users] click to call
>
> Hi Nick,
> Totally disagree with you. We the prevalence of skype, im and MP3's
> You'd be surprised how many users have headsets
[EMAIL PROTECTED] [mailto:asterisk-users-
> [EMAIL PROTECTED] On Behalf Of Nick Seraphin
> Sent: Saturday, 2 June 2007 8:00 PM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: RE: [asterisk-users] click to call
>
>
> The problem is, the only people who will be able to
On Sat, 2 Jun 2007, Steve Totaro wrote:
> That is a totally different concept than we have been discussing. You
> are talking about actual phones and the person clicking, then entering
> their phone number having to pick up a physical phone. This is as
> trivial as generating a .call file and
> Steve Totaro
> > http://www.asteriskhelpdesk.com
> > KB3OPB
> >
> >
> > > -Original Message-
> > > From: [EMAIL PROTECTED] [mailto:asterisk-users-
> > > [EMAIL PROTECTED] On Behalf Of Gordon Henderson
> > > Sent: Sat
--
> From: [EMAIL PROTECTED] [mailto:asterisk-users-
> [EMAIL PROTECTED] On Behalf Of Joseph Bajin
> Sent: Saturday, 2 June 2007 12:02 PM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: Re: [asterisk-users] click to call
>
> You shouldn't need a
TECTED] [mailto:asterisk-users-
> [EMAIL PROTECTED] On Behalf Of Joseph Bajin
> Sent: Saturday, June 02, 2007 12:02 PM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: Re: [asterisk-users] click to call
>
> You shouldn't need a softphone to do Click to Call.. The idea
ginal Message-
> From: [EMAIL PROTECTED] [mailto:asterisk-users-
> [EMAIL PROTECTED] On Behalf Of Gordon Henderson
> Sent: Saturday, June 02, 2007 4:09 AM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: RE: [asterisk-users] click to call
>
> On Fri,
Gordon Henderson
> Sent: Saturday, June 02, 2007 4:09 AM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: RE: [asterisk-users] click to call
>
> On Fri, 1 Jun 2007, Anton Krall wrote:
>
> > So Guys, no go on this topic?
>
> I trialled a clic
khelpdesk.com
KB3OPB
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:asterisk-users-
> [EMAIL PROTECTED] On Behalf Of Anton Krall
> Sent: Friday, June 01, 2007 10:53 PM
> To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
> Subject: RE: [aste
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of mail-lists
Sent: Jueves, 31 de Mayo de 2007 10:18 a.m.
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] click to call
Anton Krall wrote:
I have been looking around
So Guys, no go on this topic?
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Anton Krall
Sent: Jueves, 31 de Mayo de 2007 10:58 a.m.
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: RE: [asterisk-users] click to call
The
Jueves, 31 de Mayo de 2007 10:18 a.m.
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] click to call
Anton Krall wrote:
> I have been looking around for examples or code on making a click to call
> application for web sites... has anybody had any luck o
Anton Krall wrote:
I have been looking around for examples or code on making a click to call
application for web sites... has anybody had any luck on this topic? Is
there any open source code out ther that could do this?
What we have done in the past is created url's like this : sip:4044565941.
I have been looking around for examples or code on making a click to call
application for web sites... has anybody had any luck on this topic? Is
there any open source code out ther that could do this?
Regards
AK
___
--Bandwidth and Colocation provide
ssage-> > From: Sharon Lim [mailto:
[EMAIL PROTECTED]]> > Sent: Friday, June 09, 2006 6:37 AM> > To: Asterisk Users Mailing List - Non-Commercial Discussion> > Subject: [Asterisk-Users] click to call features on asterisk
> >> > Hi there,> >> &
m and click on Contact >
Call Us Online. I can post the .asp and .fla somewhere if someone is
interested in it.
>
>
> -Original Message-
> From: Sharon Lim [mailto:[EMAIL PROTECTED]
> Sent: Friday, June 09, 2006 6:37 AM
> To: Asterisk Users Mailing List - Non-Commercial
ne. I can post the .asp and .fla somewhere
if someone is interested in it.
-Original Message-From: Sharon Lim
[mailto:[EMAIL PROTECTED]]Sent: Friday, June 09, 2006 6:37
AMTo: Asterisk Users Mailing List - Non-Commercial
DiscussionSubject: [Asterisk-Users] click to call fe
09, 2006 6:37
AMTo: Asterisk Users Mailing List - Non-Commercial
DiscussionSubject: [Asterisk-Users] click to call features on
asteriskHi there,anyone in the community has
manage to configure click to call features? Care to share.I have tried
on this manual , seem got some software er
Hi there,anyone in the community has manage to configure click to call features? Care to share.I have tried on this manual , seem got some software error like
http://www.voip-info.org/wiki/view/Asterisk+click+to+callSoftware error:
Unable to determine call statusMessage: Originate with 'Exten' requ
, August 10, 2004 1:21 AM
(BTo: [EMAIL PROTECTED]
(BSubject: RE: [Asterisk-Users] Click to Call
(B
(B
(BHi, Ed Guy,
(B
(BDo you find interesting issue when getting CDR?
(BIt has two billing leg on "click to call". One is origination leg and the
(Bother is termination leg. After call
al Message-
(BFrom: [EMAIL PROTECTED]
(B[mailto:[EMAIL PROTECTED] On Behalf Of Ed Guy
(BSent: 2004$BG/(B8$B7n(B10$BF|(B 4:35
(BTo: [EMAIL PROTECTED]
(BSubject: RE: [Asterisk-Users] Click to Call
(B
(BAndrei,
(B
(BIt is an activeX control and it no longer needs
(Bto have the security lev
riority: 1
XXX
mv $TMPFILE /var/spool/asterisk/outgoing/
#
# end
Best Regards,
Ed Guy @ pulver.com
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Steven
> Critchfield
> Sent: Monday, August 09, 2004 2:44 PM
> To: [EMAI
Steven Critchfield wrote:
> On Mon, 2004-08-09 at 13:26, Andrew Thompson wrote:
>> Glen Hinkle wrote:
>>> Just write a CGI script that places a file in in the outgoing calls
>>> directory. /var/spool/asterisk/outgoing, I believe. This will
>>> accomplish what you're wanting.
> As a seperate op
Steven Critchfield wrote:
.
As a seperate option, the CGI solution above kind of gets a similar
functionality. No it doesn't use the web browser, but it would allow you
to collect a phone number and issue a call out to the person requesting
the call. You then could select when and how to connect.
On Mon, 2004-08-09 at 13:26, Andrew Thompson wrote:
> Glen Hinkle wrote:
> > Just write a CGI script that places a file in in the outgoing calls
> > directory. /var/spool/asterisk/outgoing, I believe. This will
> > accomplish what you're wanting.
>
> Did you even click the link?
>
> >>> I saw
Glen Hinkle wrote:
> Just write a CGI script that places a file in in the outgoing calls
> directory. /var/spool/asterisk/outgoing, I believe. This will
> accomplish what you're wanting.
Did you even click the link?
>>> I saw in FWD site a phone on the web.. (click 612 link)
>>> http://www.fr
Just write a CGI script that places a file in in the outgoing calls
directory. /var/spool/asterisk/outgoing, I believe. This will
accomplish what you're wanting.
-g
On Mon, 2004-08-09 at 11:45, Andrew Thompson wrote:
> Andrei Goncalves wrote:
> > Hello !!
> >
> > I saw in FWD site a phone o
Andrei Goncalves wrote:
> Hello !!
>
> I saw in FWD site a phone on the web.. (click 612 link)
> http://www.freeworlddialup.com/advanced/beta_programs
>
> I´d like to have this application in my intranet.. click on my name,
> than
> calls my number..
> I´d also like to see that phone on the web
Hello !!
I saw in FWD site a phone on the web.. (click 612 link)
http://www.freeworlddialup.com/advanced/beta_programs
I´d like to have this application in my intranet.. click on my name, than
calls my number..
I´d also like to see that phone on the web... as an option
How can I do that ?
Is it p
I've hacked up a little "click to call" web CGI in Perl using the
Asterisk Manager Interface and Net::Telnet. I've called it TACI -
Trivial Asterisk Call-generator Interface.
http://www.azxws.com/asterisk/
This is far from perfect or finished, but it should be a start for
anyone looking to mak
68 matches
Mail list logo