Nagalenoj,<br><br>This is definitely possible to do with FreeSWITCH. However, it is not exactly simple. You have some learning to do. My recommendation is to learn about event socket. Most likely you&#39;ll need to use outbound event socket. (Read about event socket and ESL, the event socket library, on the wiki.)<br>
<br>I also recommend that you look at some of the example scripts in src/libs/esl/perl/ which show some of the ways to handle calls with a script. You&#39;ve already done a good job of breaking down the steps, now experiment with handling each of these steps with a script. We don&#39;t have extensive Perl script examples which means we would love to see your code when you have it all figured out! :)<br>
<br>-MC<br><br><div class="gmail_quote">On Thu, Aug 27, 2009 at 11:44 PM, Nagalenoj <span dir="ltr">&lt;<a href="mailto:nagalenoj@gmail.com">nagalenoj@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;">
<br>
Dear friends,<br>
    I am using freeswitch for the last one month and trying to write perl<br>
scripts to do some tasks.<br>
I am trying a new thing, which is something that I don&#39;t how to do it and I<br>
don&#39;t whether it can be done with freeswitch.   my requirement is as<br>
follows,<br>
             A calls B[This extension has to execute a script].<br>
             The script has to do the following,<br>
              * Cut the call and callback to the number.<br>
              * Get a phone number[DTMF] from A.<br>
              * Dial the number(C) and bridge A and C.<br>
              * When C cuts the call, the control has to comeback to script.<br>
              * Ask another number to A to dial out, get another phone<br>
number[DTMF] from A.<br>
              * Dial the number(D) and bridge A and D.<br>
<br>
Please, help me to do this. Is there any other documentation to read about<br>
the perl freeswitch functions.<br>
--<br>
View this message in context: <a href="http://www.nabble.com/How-can-it-be-done-with-freeswitch--tp25184845p25184845.html" target="_blank">http://www.nabble.com/How-can-it-be-done-with-freeswitch--tp25184845p25184845.html</a><br>

Sent from the Freeswitch-users mailing list archive at Nabble.com.<br>
<br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br>