<br><br><div class="gmail_quote">On Wed, May 12, 2010 at 3:47 PM, Phillip Jones <span dir="ltr">&lt;<a href="mailto:pjintheusa@gmail.com">pjintheusa@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Since you are on a Windows platform anyway - you could also look at mod_managed, that would allow you build the application code in C#. The access to your existing DB would potentially remain the same. It would be quite easy to spin a monitor thread in C# and monitor a DB for new calls and dispatch those calls etc.<div>

<br></div><div>We currently use Dialogic HMP in a Windows environment and our app has ported well with out any change to the backend non telephony code.<div><div></div><div class="h5"><br></div></div></div></blockquote><div>
This is indeed one of the advantages of ESL and the event socket. If you can abstract away the heavy lifting of the phone calls and handling from the db/logic/etc. then it is much easier to port and to maintain. <br><br>In any case, use whatever language supports the event socket and is familiar to you. In all honestly, I just use Perl. It is freakishly good at this sort of thing, at least for me. ( <a href="http://xkcd.com/224/">http://xkcd.com/224/</a> )<br>
<br>-MC<br></div></div><br>