<br><br><div class="gmail_quote">On Sun, Sep 6, 2009 at 6:43 AM, tom <span dir="ltr"><<a href="mailto:tomabroad@gmail.com">tomabroad@gmail.com</a>></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 "originate" commands. If you just need to "fire and forget" then it won't be too hard. You'll need to come up with a way to build dialstrings, i.e. "originate sofia/gateway/mygw/1234567890 XXXX" as well as a dialplan to handle the call flow. Then there'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>