<HTML>
<HEAD>
<TITLE>Re: [Freeswitch-users] Click-to-call and click-to-dial</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>John,<BR>
<BR>
To do a click to call in FS you need to have some app that connects to the ESL or Event Socket Layer and runs one of the calls diagramed here ...<BR>
<BR>
<a href="http://wiki.freeswitch.org/wiki/Mod_commands#originate">http://wiki.freeswitch.org/wiki/Mod_commands#originate</a><BR>
<BR>
For use with the ESL just prepend api in front of the originate so your call looks something like:<BR>
<BR>
$command = 'api originate user@domain &amp;bridge(user@domain)';<BR>
<BR>
As for programs able to do that from a Microsoft Product, &nbsp;That I am not sure of.<BR>
<BR>
Jonathan Pitcher<BR>
<BR>
<BR>
<BR>
On 12/16/09 9:59 AM, &quot;John Platts&quot; &lt;john_platts@hotmail.com&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'><BR>
<BR>
How can I perform click-to-call or click-to-dial in FreeSWITCH?<BR>
<BR>
Do you have any recommendations on programs capable of click-to-call or click-to-dial from Microsoft Outlook or Microsoft Excel?<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>
_________________________________________________________________<BR>
Your E-mail and More On-the-Go. Get Windows Live Hotmail Free.<BR>
<a href="http://clk.atdmt.com/GBL/go/171222985/direct/01/">http://clk.atdmt.com/GBL/go/171222985/direct/01/</a><BR>
_______________________________________________<BR>
FreeSWITCH-users mailing list<BR>
FreeSWITCH-users@lists.freeswitch.org<BR>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><BR>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><BR>
<a href="http://www.freeswitch.org">http://www.freeswitch.org</a><BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'><BR>
</SPAN></FONT>
</BODY>
</HTML>