OK ... Here goes another I&#39;m doing this with AST &nbsp;... but I want to move it to FS. &nbsp;Searched via google site:<a href="http://lists.freeswitch.org">lists.freeswitch.org</a> auto dialer and others ... nothing useful.<div>
<br></div><div>Today I have a platform for auto dialing with AST (centrally managed ... about 10 machines) and we do this:</div><div>&nbsp;&nbsp;-- Remote machines query central DB for numbers to call based on certain configs</div>
<div>&nbsp;&nbsp;-- Use AMI to generate the call</div><div>&nbsp;&nbsp;-- If call gets answered, extension info queried via rta (central db again)</div><div><br class="webkit-block-placeholder"></div><div>The nice thing about all of this is it&#39;s relatively easy to manage (through one central web interface we built) and it works ... the bad part is reporting ... as anyone knows on this list that has used AST for auto dialing in this way (via .call or AMI) every call looks like it fails instead of showing a real cause code.</div>
<div><br class="webkit-block-placeholder"></div><div>So ... conceptually I&#39;m trying to accomplish the same thing ...&nbsp;</div><div><br class="webkit-block-placeholder"></div><div>Today we use FS a lot for termination of VoIP traffic ... all done via XML_CURL ... which is awesome!</div>
<div><br class="webkit-block-placeholder"></div><div>Would like to do something like:</div><div>&nbsp;&nbsp;-- originate request</div><div>&nbsp;&nbsp;-- on answer XML_CURL posts info</div><div><br class="webkit-block-placeholder"></div>