<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Message</TITLE>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2800.1528" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=822010314-17012006>Paul,</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=822010314-17012006></SPAN></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=822010314-17012006>Can
you give us the details on this:</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=822010314-17012006></SPAN></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=822010314-17012006>"<FONT
face="Times New Roman" color=#000000 size=3>a .call file is sent to asterisk,
which then calls you, detects pickup, and then calls the remote
party. "</FONT></SPAN></FONT></DIV>
<DIV><FONT face="Times New Roman" color=#000000 size=3><SPAN
class=822010314-17012006></SPAN></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=822010314-17012006>I am
interested in making this work.</SPAN></FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>Thank you.</FONT></DIV>
<P><U><B><I><FONT face=Arial color=#000080 size=4>Phil Menico</FONT></I></B></U>
</P>
<P><FONT face=Arial>XTEND Communications</FONT> <BR><FONT face=Tahoma><FONT
size=2><SPAN class=822010314-17012006><FONT face=Arial
color=#0000ff> </FONT></SPAN></FONT></FONT></P>
<P><FONT face=Tahoma><FONT size=2><SPAN
class=822010314-17012006> </SPAN>-----Original Message-----<BR><B>From:</B>
asterisk-dev-bounces@lists.digium.com
[mailto:asterisk-dev-bounces@lists.digium.com] <B>On Behalf Of </B>Paul
Davidson<BR><B>Sent:</B> Tuesday, January 17, 2006 7:45 AM<BR><B>To:</B>
asterisk-dev@lists.digium.com<BR><B>Subject:</B> [Asterisk-Dev] Re:
click-to-call cleint<BR><BR></P></FONT></FONT>
<BLOCKQUOTE style="MARGIN-RIGHT: 0px">
<DIV>
<DIV>Matt-<BR><BR>I have implemented such a thing- but you need to first
define your scope a little better (or perhaps you have, and simply haven't
articulated it fully here). From your posting, I could read your
requirements one of two ways- either you're looking for a VoIP capable Web
based softphone that you want to use, or you're simply looking to have a call
initiate from a web page. Incidentally, both are off-topic for the
asterisk-dev list, as neither have to do with the development of the Asterisk
project itself- you may have more luck on the asterisk-users list. <BR><BR>If
what you're looking for is a web based VoIP client, you may be out of
luck. There's been rumors of such things, but most have been tied up
with licensing issues, or simply don't work. Java is one way to go on
this- you'd be looking at cracking the books on it, and I'd hope you'd
contribute it back to the community- but I'd expect to hear back from you in a
few years. <BR><BR>If you're looking for the ability to click on a link and
have a call initiate- then this is well within the realm of possibility- I've
implemented this before. The secret is defining your two devices- the
clickee's device (softphone that's already running, or hardphone you can
identify in advance), and the clicked party's device (most likely a number on
the PSTN or at least external to you). The latter is handled through
dialplan- no magic there. The former is really up to you- the softphone
client has no restrictions, find one you like. You can potentially feed
a dialstring to the softphone from the Web client- DIAX allows for that,
amoung others- and that's by far the simplest manner. My app uses
dialback- you click, a .call file is sent to asterisk, which then calls you,
detects pickup, and then calls the remote party. Clients love it- no
more calling cards, their home Asterisk server can call them at cheap LD rates
(or better), and the call is set up to their cell phone- in the US, there's a
lot of 'incoming minutes are free' plans, so the costs are very
attractive. But.. no javascript is required- I wrote my app in PHP, but
you could write one in any client-side scripting language. <BR><BR>-Paul
Davidson<BR> PlanCommunications, LLC<BR> </DIV><BR>
<BLOCKQUOTE class=gmail_quote
style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">Date:
Tue, 17 Jan 2006 02:22:15 -0800 <BR>From: "Matt" <<A
href="mailto:mattl@xgforce.com">mattl@xgforce.com</A>><BR>Subject:
[Asterisk-Dev] click-to-call cleint<BR>To: "Asterisk Developers Mailing
List" <<A href="mailto:asterisk-dev@lists.digium.com">
asterisk-dev@lists.digium.com</A>><BR>Message-ID:
<002f01c61b4f$e5479d80$0301a8c0@bbzlsgmfs2be6y><BR>Content-Type:
text/plain; charset="iso-8859-1"<BR><BR>hi guys:<BR><BR>i need to write a
click-to-call client so that user visit website and click on a link, will
initial a call to a * exten or a zap phone, but the user needn't to install
any client software to be able to start the click to call. <BR><BR>This
seams that it has to be written as a java applet? any pointers,
suggestions?<BR><BR>Thanks in Advance!<BR><BR>Best
Regards<BR><BR>Matt<BR>-------------- next part --------------<BR>An HTML
attachment was scrubbed... <BR>URL: <A
href="http://lists.digium.com/pipermail/asterisk-dev/attachments/20060117/a663fdb8/attachment-0001.htm">http://lists.digium.com/pipermail/asterisk-dev/attachments/20060117/a663fdb8/attachment-0001.htm</A><BR><BR></BLOCKQUOTE></DIV><BR></BLOCKQUOTE></BODY></HTML>