<HTML>
<HEAD>
<TITLE>Re: [Freeswitch-users] Fwd: Freeswitch Dialer using SIPml5</TITLE>
</HEAD>
<BODY>
<FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'>why use webrtc2sip? FreeSWITCH supports webrtc natively via either mod_verto and its associated js client, or via mod_sofia using something like sip.js (prefered) or sipml5 or jssip on the client side.<BR>
<BR>
<BR>
Calling the agent and parking the call can be handled with something like mod_fifo or mod_callcenter (both offer similar auto call distribution functionality, but work differently)<BR>
<BR>
Dialing customers on the other hand would most likely require either an external program (script) connected to the ESL, or you would have to roll up your sleeves and dive into some C to write a call generator that links to your DB...<BR>
<BR>
While it is possible to do the external controls like this in PHP, that&#8217;s probably not the most optimal language for doing so<BR>
<BR>
You could also checkout Newfies Dialer which is a supported open source dialer<BR>
<BR>
<BR>
On 8/14/14 3:28 AM, &quot;sami sakly&quot; &lt;<a href="it.samisakly@gmail.com">it.samisakly@gmail.com</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'><BR>
<BR>
---------- Forwarded message ----------<BR>
From: <B>sami sakly</B> &lt;<a href="it.samisakly@gmail.com">it.samisakly@gmail.com</a>&gt;<BR>
Date: 2014-08-13 22:56 GMT+02:00<BR>
Subject: Freeswitch Dialer using SIPml5<BR>
To: <a href="freeswitch-dev@lists.freeswitch.org">freeswitch-dev@lists.freeswitch.org</a><BR>
<BR>
<BR>
As it appears from the thread title I'm new to Freeswitch and Voip solution. So please excuse my ignorance if I didn't get you from the first time. I'm building a Dialer as solution for small compaign based on freeswitch. The main idea is that when agent are present : I'm not sure they call fs server or it calls them and starting dialing customers from a database and whenever a client pick up the phone : it's automatically bridged to one of the free agent (already parked and waiting).<BR>
<BR>
What I have now ? :<BR>
<BR>
*Freeswitch &amp; webrtc2sip working on my server.<BR>
<BR>
*SIPml5 Client issuing calls and working<BR>
<BR>
I tried also to write some php script to run from a client host , that calls 2 sip client and do the bridging.<BR>
<BR>
What I want to do now ? : I'm looking for a way to apply my business model automatically :<BR>
<BR>
1- Calling agent and parking<BR>
<BR>
2- Dialling customers and whenever it's picked up bridge to a free agent<BR>
<BR>
My questions :<BR>
<BR>
will it be possible to do this with only dialplans or I need to have some external script ?<BR>
<BR>
Where exactly I can use fs events ? I will need them on the php app to create control on dialling client parameters and for bridging.<BR>
<BR>
That seems a lot but I hope I will not be disappointed =)<BR>
<BR>
Thank you,<BR>
<BR>
<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></SPAN></FONT><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'>_________________________________________________________________________<BR>
Professional FreeSWITCH Consulting Services:<BR>
<a href="consulting@freeswitch.org">consulting@freeswitch.org</a><BR>
<a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><BR>
<BR>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<BR>
<a href="http://www.cudatel.com">http://www.cudatel.com</a><BR>
<BR>
Official FreeSWITCH Sites<BR>
<a href="http://www.freeswitch.org">http://www.freeswitch.org</a><BR>
<a href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a><BR>
<a href="http://www.cluecon.com">http://www.cluecon.com</a><BR>
<BR>
FreeSWITCH-users mailing list<BR>
<a href="FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><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>
</SPAN></FONT></FONT></BLOCKQUOTE><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'><BR>
</SPAN></FONT></FONT><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'>-- <BR>
Ken<BR>
<FONT COLOR="#0000FF"><U><a href="http://www.FreeSWITCH.org">http://www.FreeSWITCH.org</a><BR>
<a href="http://www.ClueCon.com">http://www.ClueCon.com</a><BR>
<a href="http://www.OSTAG.org">http://www.OSTAG.org</a><BR>
</U></FONT>irc.freenode.net #freeswitch<BR>
Twitter: @FreeSWITCH<BR>
<BR>
</SPAN></FONT>
</BODY>
</HTML>