Bhrugu,<div><br></div><div>Its very similar to how you would write an autodialer in ast.</div><div><br></div><div>Open a Manager Control and Originate calls.</div><div><br></div><div>Same, open a FS Event Socket : <a href="http://wiki.freeswitch.org/wiki/Event_Socket">http://wiki.freeswitch.org/wiki/Event_Socket</a></div>

<div><br></div><div>I am not sure if you did any of your homework read the above page to know what you may need to write code to originate a call and control it.</div><div><br></div><div>Regards,</div><div>Mitul Limbani</div>

<div>Enterux Solutions,</div><div><a href="http://www.enterux.com">www.enterux.com</a></div><div><br><br><div class="gmail_quote">On Tue, Nov 15, 2011 at 10:43 AM, Bhrugu Mehta <span dir="ltr">&lt;<a href="mailto:bhrugumehta@gmail.com">bhrugumehta@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">ok thnks for reply for autodialer.<br><br>but how to create this in freeswitch. Any starting point of this matter.<br>

suggest me..<br><br>Regards,<br><br><div class="gmail_quote">2011/11/14  <span dir="ltr">&lt;<a href="mailto:freeswitch-dev-request@lists.freeswitch.org" target="_blank">freeswitch-dev-request@lists.freeswitch.org</a>&gt;</span><br>


<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">Send FreeSWITCH-dev mailing list submissions to<br>
        <a href="mailto:freeswitch-dev@lists.freeswitch.org" target="_blank">freeswitch-dev@lists.freeswitch.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:freeswitch-dev-request@lists.freeswitch.org" target="_blank">freeswitch-dev-request@lists.freeswitch.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:freeswitch-dev-owner@lists.freeswitch.org" target="_blank">freeswitch-dev-owner@lists.freeswitch.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of FreeSWITCH-dev digest...&quot;<br>
<br>Today&#39;s Topics:<br>
<br>
   1. Re: version numbers (Tom Parrott)<br>
   2. Re: version numbers (Anthony Minessale)<br>
   3. Re: version numbers (Anthony Minessale)<br>
   4. Re: G.729AB License (Szentesi Kriszti?n)<br>
   5. autodialer (Bhrugu Mehta)<br>
   6. Re: autodialer (Michael Collins)<br>
   7. How can I detect the cause of a potential memory  leak?<br>
      (Fran?ois Delawarde)<br>
   8. Re: How can I detect the cause of a potential     memory leak?<br>
      (Anthony Minessale)<br>
<br><br>---------- Forwarded message ----------<br>From: Tom Parrott &lt;<a href="mailto:tomp@tomp.co.uk" target="_blank">tomp@tomp.co.uk</a>&gt;<br>To: <a href="mailto:freeswitch-dev@lists.freeswitch.org" target="_blank">freeswitch-dev@lists.freeswitch.org</a><br>


Date: Sat, 12 Nov 2011 14:30:58 +0000<br>Subject: Re: [Freeswitch-dev] version numbers<br>Anthony,<br>
<br>
I would be interested to know how you and the other Freeswitch developers go about deploying new &#39;versions&#39; of the code.<br>
<br>
Traditionally Linux uses various flavours of package management, such as RPM and APT that takes an upstream source tarball, combines it with patches and any other vendor supplies changes and then makes a package that can be installed on multiple servers.<br>



<br>
At Infinity Tracking we have been using Freeswitch in production for over 6 months now and it has been extremely reliable.<br>
<br>
We run several servers in a cluster, so it is important that we can manage code deployments effectively.<br>
<br>
We use RPM and Puppet to ensure consistent package versions.<br>
<br>
With every other piece of software in the stack we use; MySQL, PHP, Apache, Nginx, Memcached, Redis to name a few they are released as tarballs or at least versioned tags in git/svn.<br>
<br>
This enables us to pull down either a tarball or extract a specific tag version and from there build a package with a version number.<br>
<br>
With Freeswitch we have to &#39;git pull&#39; the latest head, and then increment our build number, e.g. 1.0.7-12, however our version number of the package is internal to us, and so is of no use to other people for reporting bugs against.<br>



<br>
I understand your concerns about the rate of development and how you don&#39;t want to get people stuck on older versions, and we don&#39;t expect a tagged version to instantly deployable without internal testing ourselves, just like git head wouldn&#39;t be.<br>



<br>
I was wondering is there any possibility of having something like a &#39;nightly&#39; build version that is tagged in git that people could use as a common reference point?<br>
<br>
Thanks<br>
Tom<br>
<br>
<br>
<br>
<br>
<br>
<br><br>---------- Forwarded message ----------<br>From: Anthony Minessale &lt;<a href="mailto:anthony.minessale@gmail.com" target="_blank">anthony.minessale@gmail.com</a>&gt;<br>To: <a href="mailto:freeswitch-dev@lists.freeswitch.org" target="_blank">freeswitch-dev@lists.freeswitch.org</a><br>


Date: Sat, 12 Nov 2011 11:52:26 -0600<br>Subject: Re: [Freeswitch-dev] version numbers<br><br><br><div class="gmail_quote">On Sat, Nov 12, 2011 at 12:45 AM, Dalei Liu <span dir="ltr">&lt;<a href="mailto:daleiliu@gmail.com" target="_blank">daleiliu@gmail.com</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">
Sound great.  As everything is planned, do you have a rough estimate<br>
of the code need to be done before freeze v1.0?  And what&#39;s feature<br>
list of project dragon?  Any target release date for both projects?<br>
<div><div></div><div><br></div></div></blockquote><div><br></div><div>We don&#39;t really plan too far ahead so far.  It&#39;s probably a good idea to get into at some point but we haven&#39;t thus far.</div><div>
The one major architecture idea we have been considering for a while is a new kind of controller module, something that could plug into the concept of using signalling on a controller box to command the media resources on another but that&#39;s been an idea for years now ;)</div>



<div><br></div><div><br></div><div> </div></div>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>



Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a><br><br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com" target="_blank">MSN:anthony_minessale@hotmail.com</a><br>


GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com" target="_blank">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org" target="_blank">sip:888@conference.freeswitch.org</a><br>


<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org" target="_blank">googletalk:conf+888@conference.freeswitch.org</a><br>
pstn:<a href="tel:%2B19193869900" value="+19193869900" target="_blank">+19193869900</a><br>
<br><br>---------- Forwarded message ----------<br>From: Anthony Minessale &lt;<a href="mailto:anthony.minessale@gmail.com" target="_blank">anthony.minessale@gmail.com</a>&gt;<br>To: <a href="mailto:freeswitch-dev@lists.freeswitch.org" target="_blank">freeswitch-dev@lists.freeswitch.org</a><br>


Date: Sat, 12 Nov 2011 11:55:24 -0600<br>Subject: Re: [Freeswitch-dev] version numbers<br><br><br><div class="gmail_quote">On Sat, Nov 12, 2011 at 8:30 AM, Tom Parrott <span dir="ltr">&lt;<a href="mailto:tomp@tomp.co.uk" target="_blank">tomp@tomp.co.uk</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">
Anthony,<br>
<br>
I would be interested to know how you and the other Freeswitch<br>
developers go about deploying new &#39;versions&#39; of the code.<br>
<br><div><div><br></div></div></blockquote></div><div><br></div><div><br></div><div>Right now we make a new version every time we commit and that&#39;s about it.</div><div>We currently have a policy to never intentionally leave our git HEAD in an unusable state.</div>



<div><br></div><div>This is hard to do naturally so that&#39;s why we have the idea to create 2 branches where one is only updated with important changes etc.</div><div><br></div><div>None if this is written in stone, I am just waiting for it all to fall into place the most sensible way so we can keep things moving.</div>



<div><br></div><div>I will say a new release is eminent, I just need to find the resources to pull everything together.</div><div> </div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div>-- <br>Anthony Minessale II<br>



<br>FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a><br>



<br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com" target="_blank">MSN:anthony_minessale@hotmail.com</a><br>GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com" target="_blank">PAYPAL:anthony.minessale@gmail.com</a><br>



IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org" target="_blank">sip:888@conference.freeswitch.org</a><br>


<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org" target="_blank">googletalk:conf+888@conference.freeswitch.org</a><br>
pstn:<a href="tel:%2B19193869900" value="+19193869900" target="_blank">+19193869900</a><br>
<br><br>---------- Forwarded message ----------<br>From: &quot;Szentesi Krisztián&quot; &lt;<a href="mailto:sz.krisz@freemail.hu" target="_blank">sz.krisz@freemail.hu</a>&gt;<br>To: <a href="mailto:freeswitch-dev@lists.freeswitch.org" target="_blank">freeswitch-dev@lists.freeswitch.org</a><br>


Date: Sat, 12 Nov 2011 16:56:24 +0100 (CET)<br>Subject: Re: [Freeswitch-dev] G.729AB License<br><div>
        Hello,<br>
        <br>
        any news with the windows version of G.729 transcoder? Any support needed for that?<br>
        <br>
        Thanks,<br>
        Krisztian<br>
        <br>
        -----Original Message-----<br>
        From: <a href="mailto:freeswitch-dev-bounces@lists.freeswitch.org" target="_blank">freeswitch-dev-bounces@lists.freeswitch.org</a><br>
        [mailto:<a href="mailto:freeswitch-dev-bounces@lists.freeswitch.org" target="_blank">freeswitch-dev-bounces@lists.freeswitch.org</a>] On Behalf Of Michael Jerris<br>
        Sent: Friday, June 18, 2010 8:14 PM<br>
        To: <a href="mailto:freeswitch-dev@lists.freeswitch.org" target="_blank">freeswitch-dev@lists.freeswitch.org</a><br>
        Subject: Re: [Freeswitch-dev] G.729AB License<br>
        <br>
        I am going to try to work on that a bit this weekend.  Drop me a line directly next week, and we&#39;ll see if we can test this out.<br>
        <br>
        Mike<br>
        <br>
        On Jun 17, 2010, at 4:53 PM, Bob Coleman wrote:<br>
        <br>
        &gt; Hi,<br>
        &gt;<br>
        &gt; Any news on the windows version? Progress?<br>
        &gt;<br>
        <br>
        <br>
        _______________________________________________<br>
        FreeSWITCH-dev mailing list<br>
        <a href="mailto:FreeSWITCH-dev@lists.freeswitch.org" target="_blank">FreeSWITCH-dev@lists.freeswitch.org</a><br>
        <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
        UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
        <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a></div>
<br><br>---------- Forwarded message ----------<br>From: Bhrugu Mehta &lt;<a href="mailto:bhrugumehta@gmail.com" target="_blank">bhrugumehta@gmail.com</a>&gt;<br>To: <a href="mailto:freeswitch-dev@lists.freeswitch.org" target="_blank">freeswitch-dev@lists.freeswitch.org</a><br>


Date: Mon, 14 Nov 2011 11:48:12 +0530<br>Subject: [Freeswitch-dev] autodialer<br>HI, all<br><br>Is there any way to create autodialer in freeswitch. I am new to freeswitch.<br><br>Thanks and regards,<br clear="all"><br>-- <br>


Bhrugu Mehta <br>Sr. S/W Engineer<br>VOIP,Telephony Team (Asterisk, Opensips, Zaptel etc.)<br>
India<br><br>
<br><br>---------- Forwarded message ----------<br>From: Michael Collins &lt;<a href="mailto:msc@freeswitch.org" target="_blank">msc@freeswitch.org</a>&gt;<br>To: <a href="mailto:freeswitch-dev@lists.freeswitch.org" target="_blank">freeswitch-dev@lists.freeswitch.org</a><br>


Date: Mon, 14 Nov 2011 09:10:49 -0800<br>Subject: Re: [Freeswitch-dev] autodialer<br><br><br><div class="gmail_quote">On Sun, Nov 13, 2011 at 10:18 PM, Bhrugu Mehta <span dir="ltr">&lt;<a href="mailto:bhrugumehta@gmail.com" target="_blank">bhrugumehta@gmail.com</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">
HI, all<br><br>Is there any way to create autodialer in freeswitch. I am new to freeswitch.<br></blockquote><div>Yes, there is. ;)</div><div>-MC<br> </div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">



<br>Thanks and regards,<br clear="all"><font color="#888888"><br>-- <br>Bhrugu Mehta <br>Sr. S/W Engineer<br>VOIP,Telephony Team (Asterisk, Opensips, Zaptel etc.)<br>
India<br><br>
</font><br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-dev mailing list<br>
<a href="mailto:FreeSWITCH-dev@lists.freeswitch.org" target="_blank">FreeSWITCH-dev@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br>
<br><br>---------- Forwarded message ----------<br>From: François Delawarde &lt;<a href="mailto:fdelawarde@wirelessmundi.com" target="_blank">fdelawarde@wirelessmundi.com</a>&gt;<br>To: <a href="mailto:freeswitch-dev@lists.freeswitch.org" target="_blank">freeswitch-dev@lists.freeswitch.org</a><br>


Date: Mon, 14 Nov 2011 18:30:27 +0100<br>Subject: [Freeswitch-dev] How can I detect the cause of a potential memory leak?<br>Hello,<br>
<br>
I&#39;m experiencing what I think is a memory leak in a production system<br>
with a recent git (2-Nov), with FS consuming &gt;5GB and increasing after a<br>
few days with never more than 10 calls at once.<br>
<br>
While the users are not experiencing problems so far, I&#39;m a bit worried.<br>
So I have a few questions:<br>
<br>
- How can I be sure it&#39;s a leak and not some memory pool thing that FS<br>
would free when the system needs (system has 10GB total)?<br>
<br>
- If I unload modules one by one, is the memory used by this module<br>
freed immediately?<br>
<br>
- What would be a &quot;good&quot; way to try and narrow down the cause? Is<br>
valgrind a good tool for that?<br>
<br>
Of course I&#39;ll try with GIT HEAD and try my best to find the cause<br>
before considering to add a new Jira issue, otherwise it&#39;s quite<br>
useless.<br>
<br>
<br>
Thanks,<br>
François.<br>
<br>
<br>
<br>
<br><br>---------- Forwarded message ----------<br>From: Anthony Minessale &lt;<a href="mailto:anthony.minessale@gmail.com" target="_blank">anthony.minessale@gmail.com</a>&gt;<br>To: <a href="mailto:freeswitch-dev@lists.freeswitch.org" target="_blank">freeswitch-dev@lists.freeswitch.org</a><br>


Date: Mon, 14 Nov 2011 11:41:07 -0600<br>Subject: Re: [Freeswitch-dev] How can I detect the cause of a potential memory leak?<br>







<p>valgrind is your best bet:</p><p>valgrind --tool=memcheck --log-file=vg.log --leak-check=full --leak-resolution=high --show-reachable=yes /usr/local/freeswitch/bin/freeswitch -vg</p><p>
<br></p><p>run this on normal traffic for a while and get the log file.</p><p><br></p><p>if you unload mods it would not help with a leak but it would with a swelling pool.</p><p>
<br></p><br><div class="gmail_quote">On Mon, Nov 14, 2011 at 11:30 AM, François Delawarde <span dir="ltr">&lt;<a href="mailto:fdelawarde@wirelessmundi.com" target="_blank">fdelawarde@wirelessmundi.com</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">
Hello,<br>
<br>
I&#39;m experiencing what I think is a memory leak in a production system<br>
with a recent git (2-Nov), with FS consuming &gt;5GB and increasing after a<br>
few days with never more than 10 calls at once.<br>
<br>
While the users are not experiencing problems so far, I&#39;m a bit worried.<br>
So I have a few questions:<br>
<br>
- How can I be sure it&#39;s a leak and not some memory pool thing that FS<br>
would free when the system needs (system has 10GB total)?<br>
<br>
- If I unload modules one by one, is the memory used by this module<br>
freed immediately?<br>
<br>
- What would be a &quot;good&quot; way to try and narrow down the cause? Is<br>
valgrind a good tool for that?<br>
<br>
Of course I&#39;ll try with GIT HEAD and try my best to find the cause<br>
before considering to add a new Jira issue, otherwise it&#39;s quite<br>
useless.<br>
<br>
<br>
Thanks,<br>
François.<br>
<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-dev mailing list<br>
<a href="mailto:FreeSWITCH-dev@lists.freeswitch.org" target="_blank">FreeSWITCH-dev@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>



Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a><br><br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com" target="_blank">MSN:anthony_minessale@hotmail.com</a><br>


GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com" target="_blank">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org" target="_blank">sip:888@conference.freeswitch.org</a><br>


<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org" target="_blank">googletalk:conf+888@conference.freeswitch.org</a><br>
pstn:<a href="tel:%2B19193869900" value="+19193869900" target="_blank">+19193869900</a><br>
<br>_______________________________________________<br>
FreeSWITCH-dev mailing list<br>
<a href="mailto:FreeSWITCH-dev@lists.freeswitch.org" target="_blank">FreeSWITCH-dev@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><span class="HOEnZb"><font color="#888888"><br><br clear="all"><br>-- <br>Bhrugu Mehta <br>Sr. S/W Engineer<br>VOIP,Telephony Team (Asterisk, Opensips, Zaptel etc.)<br>India<br><br>
</font></span><br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-dev mailing list<br>
<a href="mailto:FreeSWITCH-dev@lists.freeswitch.org">FreeSWITCH-dev@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div>