<br><br><div class="gmail_quote">On Sun, Sep 6, 2009 at 6:43 AM, tom <span dir="ltr">&lt;<a href="mailto:tomabroad@gmail.com">tomabroad@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
hi,<br><br>is this scenario doable? let the system call people , they talk do an ivr, and can dependend on their selection end up in a real call-queue. <br>1) how would i tell FS to call xyz-people from the databse?<br>thx<br>

<br>
<br></blockquote><div>You have some learning to do. Most likely you will need to build an application that can connect to FS via the event socket and issue &quot;originate&quot; commands. If you just need to &quot;fire and forget&quot; then it won&#39;t be too hard. You&#39;ll need to come up with a way to build dialstrings, i.e. &quot;originate sofia/gateway/mygw/1234567890 XXXX&quot; as well as a dialplan to handle the call flow. Then there&#39;s the matter of what to do with busy/no answer/invalid/hangup in mid-process/message machines/etc. <br>
<br>Start by searching <a href="http://wiki.freeswitch.org">wiki.freeswitch.org</a> for these concepts:<br>originate command<br>event socket (and ESL - the event socket layer)<br>bridge application<br>mod_fifo (for queue)<br>
<br>Also, look at the demo IVR in the source tree because it has some handy examples of how to do things.<br>-MC<br><br></div></div>