<span class="Apple-style-span" style="border-collapse: collapse; "><div>Sorry for the double post ... actually hit send too early ...</div><div><br class="webkit-block-placeholder"></div>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" target="_blank" style="color: rgb(66, 99, 171); ">lists.freeswitch.org</a>&nbsp;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></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 ...&nbsp;</div>
<div><br class="webkit-block-placeholder"></div><div>So ... conceptually I&#39;m trying to accomplish the same thing ...&nbsp;</div><div><br></div><div>Today we use FS a lot for termination of VoIP traffic ... all done via XML_CURL ... which is awesome &nbsp;(not to xml cdr ... and the &quot;proxying&quot; of media) ...&nbsp;</div>
<div><br></div><div>Would like to do something like:</div><div>&nbsp;&nbsp;-- originate request (looks simple enough)</div><div>&nbsp;&nbsp;-- on answer XML_CURL posts info</div><div><br class="webkit-block-placeholder"></div><div>But for the life of me I can&#39;t figure out how to translate this into the xml response ...</div>
<div><br class="webkit-block-placeholder"></div><div>[campaign]</div><div>exten =&gt; 100,1,ANSWER()</div><div>exten =&gt; 100,n,WAIT(2)</div><div>exten =&gt; 100,n,BACKGROUND(${SOUND_DIR}/somefile)</div><div>exten =&gt; 100,n,WAITEXTEN(10)</div>
<div>exten =&gt; 100,n,HANGUP()</div><div><br class="webkit-block-placeholder"></div><div>exten =&gt; 1,1,PLAYBACK(goodbye)</div><div>.... and so on ...</div><div><br class="webkit-block-placeholder"></div><div>I&#39;ve looked at the ivr.conf stuff but it&#39;s all static and all of this has to be manageable via a web interface .... meaning dumping into a DB and returning an XML response seems reasonable ... but trying to stick or modify static text files from the web interface is too much text parsing and bad things will happen ...</div>
<div><br class="webkit-block-placeholder"></div><div>Any thoughts or pointing me in the right direction would be appreciated.</div><div><br class="webkit-block-placeholder"></div><div>Shelby</div><div><br class="webkit-block-placeholder">
</div><div><br class="webkit-block-placeholder"></div><div><br class="webkit-block-placeholder"></div></span>