<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Dear Guys,<br><br>I installed the vbilling sucessfully (no errors) in the freeswitch log. Here are my recommendations:<br><br>1- vBilling creates a file called freeswitch.xml by default auto-install script. If you want to use it you have to add the following line in between lines 176 and 177 because it does not load any profiles by default<br><br>
<style>
<!--
/* Font Definitions */
@font-face
        {font-family:Cambria;
        panose-1:2 4 5 3 5 4 6 3 2 4;
        mso-font-charset:0;
        mso-generic-font-family:auto;
        mso-font-pitch:variable;
        mso-font-signature:3 0 0 0 1 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {mso-style-parent:"";
        margin-top:0cm;
        margin-right:0cm;
        margin-bottom:10.0pt;
        margin-left:0cm;
        mso-pagination:widow-orphan;
        font-size:12.0pt;
        font-family:"Times New Roman";
        mso-ascii-font-family:Cambria;
        mso-ascii-theme-font:minor-latin;
        mso-fareast-font-family:Cambria;
        mso-fareast-theme-font:minor-latin;
        mso-hansi-font-family:Cambria;
        mso-hansi-theme-font:minor-latin;
        mso-bidi-font-family:"Times New Roman";
        mso-bidi-theme-font:minor-bidi;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;
        mso-header-margin:36.0pt;
        mso-footer-margin:36.0pt;
        mso-paper-source:0;}
div.Section1
        {page:Section1;}
-->
</style>
<p class="MsoNormal"><span style="font-family:Helvetica;mso-bidi-font-family:
Helvetica"><X-PRE-PROCESS cmd="include"
data="autoload_configs/*.xml"/></span></p>
<br>Alternatively: I would recommend to create a file called vBilling.xml with the following contents<br><br><br><br><include><br><br><!--<br>vBilling Custom Defines. START<br>--><br><X-PRE-PROCESS cmd="set" data="vBilling_xml_curl_url=http://localhost/xmlcurl/index.php"/><br><X-PRE-PROCESS cmd="set" data="vBilling_xml_curl_binding=configuration|directory"/><br><X-PRE-PROCESS cmd="set" data="vBilling_xml_cdr_url=http://localhost/xmlcurl/index.php"/><br><X-PRE-PROCESS cmd="set" data="event_socket_listen_ip=127.0.0.1"/><br><X-PRE-PROCESS cmd="set" data="event_socket_listen_port=8021"/><br><X-PRE-PROCESS cmd="set" data="event_socket_password=ClueCon"/><br><!--<br>vBilling Custom Defines. END<br>--><br><br><br><section name="configuration" description="Various Configuration"><br> <X-PRE-PROCESS cmd="include" data="autoload_configs/*.conf.xml"/><br><br><configuration
name="xml_curl.conf" description="cURL XML Gateway"><br><bindings><br><binding name="production"><br><param name="gateway-url" value="$${vBilling_xml_curl_url}" bindings="$${vBilling_xml_curl_binding}"/><br></binding><br></bindings><br></configuration><br></section><br><br><section name="dialplan" description="Regex/XML Dialplan"><br><context name="default"><br><extension name="vBilling"><br><condition field="destination_number" expression="^(\d+)$"><br><action application="lua" data="/usr/local/freeswitch/scripts/vBilling.luac"/><br><action application="bridge" data="${vBilling_bridge_data}"/><br></condition><br></extension><br></context><br></section><br></include><br><br><br>
<style>
<!--
/* Font Definitions */
@font-face
        {font-family:Cambria;
        panose-1:2 4 5 3 5 4 6 3 2 4;
        mso-font-charset:0;
        mso-generic-font-family:auto;
        mso-font-pitch:variable;
        mso-font-signature:3 0 0 0 1 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {mso-style-parent:"";
        margin-top:0cm;
        margin-right:0cm;
        margin-bottom:10.0pt;
        margin-left:0cm;
        mso-pagination:widow-orphan;
        font-size:12.0pt;
        font-family:"Times New Roman";
        mso-ascii-font-family:Cambria;
        mso-ascii-theme-font:minor-latin;
        mso-fareast-font-family:Cambria;
        mso-fareast-theme-font:minor-latin;
        mso-hansi-font-family:Cambria;
        mso-hansi-theme-font:minor-latin;
        mso-bidi-font-family:"Times New Roman";
        mso-bidi-theme-font:minor-bidi;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;
        mso-header-margin:36.0pt;
        mso-footer-margin:36.0pt;
        mso-paper-source:0;}
div.Section1
        {page:Section1;}
-->
</style>
<p class="MsoNormal">In freeswitch.conf</p>
<p class="MsoNormal">Add the following line</p>
<p class="MsoNormal"><span style="mso-spacerun: yes">
</span><X-PRE-PROCESS cmd="include" data="vBilling.xml"/></p>
<p class="MsoNormal">after the line saying</p>
<p class="MsoNormal"><span style="mso-spacerun: yes"> </span><section
name="configuration" description="Various
Configuration"></p>
<p class="MsoNormal">In Switch.conf</p>
<p class="MsoNormal"><param name="switchname" value="vBilling"/></p>
<p class="MsoNormal"><param name="dump-cores"
value="no"/></p>
<br>Now it should be correctly installed. If you run ./freeswitch -nonat <br>you should not find any errors. Then run sofia status and you should see your profiles loaded.<br><br><br>However, <br><br>1) in my case, when i do a call and i check it being registered in the log/cdr-csv/Master.csv , I still can not find it in the vBilling system? did i miss any configuration? Should I create a user first in vBilling system before testing a call? <br><br>2) ZRTP function stops?<br><br>any clue?<br><br>regards,<br>Sherif Omran<br><br><br><br><br><br><br><br>--- On <b>Wed, 1/4/12, nbhatti <i><nbhatti@gmail.com></i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: nbhatti <nbhatti@gmail.com><br>Subject: Re: [Freeswitch-users] vBilling Beta Program!! - Review<br>To: freeswitch-users@lists.freeswitch.org<br>Date: Wednesday, January 4, 2012, 9:14 PM<br><br><div
id="yiv1176406396"><div dir="ltr"><br>And you would also have to change .htaccess<br><br><div class="yiv1176406396gmail_quote">On Wed, Jan 4, 2012 at 4:08 AM, sherif omran [via freeswitch-users] <span dir="ltr"><<a rel="nofollow">[hidden email]</a>></span> wrote:<br>
<blockquote class="yiv1176406396gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
        <table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font:inherit;" valign="top"><div class="yiv1176406396im">Hi every body,<br><br>I had a chance 3 days to install vBilling manually, which was not so trivial and would like to share my experience with you.<br>
<br>Installation script is clearly written, any developer with some linux experience can follow it and do the required changes. In fact, I did not use the installation script because I have custom modules enabled. Also, I use the freeswitch xml tree, which is different that what the script do. Additionally, I have BlueBox installed and they should work together.<br>
<br>The installation script creates a custom freeswitch.xml file with the required modules. If these freeswitch modules were not previously installed, you have to install them manually. No need to reinstall freeswitch again using (make install)<br>
<br>enable them in the freeswitch source and compile using<br>make
modulename-install<br><br>Regarding the installation path:<br>I used Centos 6 Server<br><br>The software uses the /var/www/html/ folder as the base path. However, since i have bluebox installed, I tried to do the required changes in (freeswitch.xml) and install vBilling in /var/www/html/vBilling. However, after contacting Muhammed, he recommended to enabled mod-rewrite for the apache server. After checking out, I found that it was already enabled for centos using the .htaccess file. I could log to the front page but 404 error pops, if i enter the password leading to another path. I checked the login php function and corrected the path. At least i could see that after login click, it was trying to call a page from the correct subfolder. However, I would not recommend to install it in a subfolder because it will not work properly. May be this needs some additional investement. When i placed it in the root web server folder, and made the required
adjustments it worked fine.<br><br>During the installation, I had to create a database using the given script, however I changed the username and password in the mysql tag. It returned that i could not login to the frontpage, since the password in encrypted. I had then to install phpmyadmin to revert the changes and change the password from the frontpage.<br>
<br>It is now running fine. However, I still did not start playing with its reporting functions or any call log but it looks very promising.<br><br>If i install some script, I usually check for spying functions such as sending back precious information without a permission to the author. However, the software is really clean. I did not find any spying functions or backholes. I checked the PHP files as well.<br>
<br><br>Finally, i would like to thank Muhammed Bhatti for sharing this nice software with us. <br><br>kind regards,<br>Sherif
Omran<br><br>+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br>Sherif Omran Dr. sc. nat. <br>(Title from University of Zurich)<br>Signal and Image Processing, Acoustics, Artificial Intelligence Engineer and Neural Scientist. Design, Modeling and Simulation. Expert in Biomedical devices and Cochlear Implants. Telecommunication Consultant and ERICSSON Certified Engineer.<br>
Munich - Germany<br></div>e-mail: <a rel="nofollow" target="_blank" href="http://user/SendEmail.jtp?type=node&node=7148890&i=0">[hidden email]</a> <br>+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br>
<br><br>--- On <b>Tue, 1/3/12, Muhammad Naseer Bhatti <i><<a rel="nofollow" target="_blank" href="http://user/SendEmail.jtp?type=node&node=7148890&i=1">[hidden email]</a>></i></b> wrote:<br>
<blockquote style="border-left:2px solid #cccccc;padding:0 1em;">
<br>From: Muhammad Naseer Bhatti <<a rel="nofollow" target="_blank" href="http://user/SendEmail.jtp?type=node&node=7148890&i=2">[hidden email]</a>><div class="yiv1176406396im"><br>Subject: Re: [Freeswitch-users] vBilling Beta Program!!<br>
</div>To: "FreeSWITCH Users Help" <<a rel="nofollow" target="_blank" href="http://user/SendEmail.jtp?type=node&node=7148890&i=3">[hidden email]</a>><div class="yiv1176406396im"><br>Date: Tuesday, January 3, 2012,
8:16 PM<br><br></div><div><div dir="ltr"><div class="yiv1176406396im"><br>Sherif, have you installed manually? If so, you would have to enable mod_rewrite in your apache configuration.<br><br><br></div><div><div class="yiv1176406396im">On Tue, Jan 3, 2012 at 9:08 PM, Sherif Omran <span dir="ltr"><<a rel="nofollow" target="_blank" href="http://mc/compose?to=sherifomran2000@yahoo.com">sherifomran2000@...</a>></span> wrote:<br>
</div><blockquote style="border-left:2px solid #cccccc;padding:0 1em;"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font:inherit;" valign="top"><div class="yiv1176406396im">Can you give more details how it does not work? I have the same situation.<br>
I can reach the frontpage and when i give the username i get 404.<br><br>Is this the case you have?<br><br>Do you have Centos or Redhat ?<br><br><br>regards,<br>Sherif<br><br><br></div>--- On <b>Tue, 1/3/12, Zenny <i><<a rel="nofollow" target="_blank" href="http://mc/compose?to=garbytrash@gmail.com">garbytrash@...</a>></i></b> wrote:<br>
<blockquote style="border-left:2px solid #cccccc;padding:0 1em;"><br>From: Zenny <<a rel="nofollow" target="_blank" href="http://mc/compose?to=garbytrash@gmail.com">garbytrash@...</a>><div class="yiv1176406396im">
<br>Subject: Re: [Freeswitch-users] vBilling Beta Program!!<br></div>
To: "FreeSWITCH Users Help" <<a rel="nofollow" target="_blank" href="http://mc/compose?to=freeswitch-users@lists.freeswitch.org">freeswitch-users@...</a>><div class="yiv1176406396im"><br>Date: Tuesday, January 3, 2012, 11:18 AM</div>
<div><div>
<br><br><div><div class="yiv1176406396im">looks promising, but the user login does not work.<br><br>Best of luck, Mr. Bhatti and Happy New Year 2012, though belated to<br>all freeswitchers!<br><br></div><div class="yiv1176406396im">On 1/3/12, nbhatti <<a rel="nofollow" target="_blank" href="http://mc/compose?to=nbhatti@gmail.com">nbhatti@...</a>> wrote:<br>
> Yes, it will support prepaid calling card and many more features soon.<br>><br>> On Tue, Jan 3, 2012 at 3:17 AM, dfretes [via freeswitch-users]<br></div><div class="yiv1176406396im">> <ml-node+<a rel="nofollow" target="_blank" href="http://mc/compose?to=s2379917n7145235h43@n2.nabble.com">s2379917n7145235h43@...</a>> wrote:<br>
>> It looks great!<br>>><br>>> Will vBilling support batch user/prepaid calling card creation?<br>>><br>>> ________________________________<br>>> If you reply to this email, your message will be added to the discussion<br>
>> below:<br>>> <a rel="nofollow" target="_blank" href="http://freeswitch-users.2379917.n2.nabble.com/vBilling-Beta-Program-tp6760999p7145235.html">http://freeswitch-users.2379917.n2.nabble.com/vBilling-Beta-Program-tp6760999p7145235.html</a><br>
>> To
unsubscribe from vBilling Beta Program!!, click here.<br>>> NAML<br>><br>><br>> --<br>> View this message in context:<br>> <a rel="nofollow" target="_blank" href="http://freeswitch-users.2379917.n2.nabble.com/vBilling-Beta-Program-tp6760999p7145871.html">http://freeswitch-users.2379917.n2.nabble.com/vBilling-Beta-Program-tp6760999p7145871.html</a><br>
> Sent from the freeswitch-users mailing list archive at Nabble.com.<br><br>_________________________________________________________________________<br>Professional FreeSWITCH Consulting Services:<br></div><a rel="nofollow" target="_blank" href="http://mc/compose?to=consulting@freeswitch.org">consulting@...</a><div class="yiv1176406396im">
<br>
<a rel="nofollow" target="_blank" href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><br><br>FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br><a rel="nofollow" target="_blank" href="http://www.cudatel.com">http://www.cudatel.com</a><br>
<br>Official FreeSWITCH
Sites<br><a rel="nofollow" target="_blank" href="http://www.freeswitch.org">http://www.freeswitch.org</a><br><a rel="nofollow" target="_blank" href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a><br>
<a rel="nofollow" target="_blank" href="http://www.cluecon.com">http://www.cluecon.com</a><br>
<br>FreeSWITCH-users mailing list<br></div><a rel="nofollow" target="_blank" href="http://mc/compose?to=FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@...</a><div class="yiv1176406396im"><br><a rel="nofollow" target="_blank" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a rel="nofollow" target="_blank" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br><a rel="nofollow" target="_blank" href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
</div></div></div></div></blockquote></td></tr></tbody></table><div class="yiv1176406396im"><br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
</div><a rel="nofollow" target="_blank" href="http://mc/compose?to=consulting@freeswitch.org">consulting@...</a><div class="yiv1176406396im"><br>
<a rel="nofollow" target="_blank" href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a rel="nofollow" target="_blank" href="http://www.cudatel.com">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a rel="nofollow" target="_blank" href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
<a rel="nofollow" target="_blank" href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a><br>
<a rel="nofollow" target="_blank" href="http://www.cluecon.com">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
</div><a rel="nofollow" target="_blank" href="http://mc/compose?to=FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@...</a><div class="yiv1176406396im"><br>
<a rel="nofollow" target="_blank" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a rel="nofollow" target="_blank" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a rel="nofollow" target="_blank" href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
<br></div></blockquote></div><br></div>
</div><br>-----Inline Attachment Follows-----<br><br><div><div class="yiv1176406396im">_________________________________________________________________________<br>Professional FreeSWITCH Consulting Services:<br></div><a rel="nofollow" target="_blank" href="http://mc/compose?to=consulting@freeswitch.org">consulting@...</a><div class="yiv1176406396im">
<br><a rel="nofollow" target="_blank" href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><br><br>FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br><a rel="nofollow" target="_blank" href="http://www.cudatel.com">http://www.cudatel.com</a><br>
<br>Official FreeSWITCH Sites<br><a rel="nofollow" target="_blank" href="http://www.freeswitch.org">http://www.freeswitch.org</a><br><a rel="nofollow" target="_blank" href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a><br>
<a rel="nofollow" target="_blank" href="http://www.cluecon.com">http://www.cluecon.com</a><br><br>FreeSWITCH-users mailing list<br></div><a rel="nofollow" target="_blank" href="http://mc/compose?to=FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@...</a><div class="yiv1176406396im">
<br><a rel="nofollow" target="_blank" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>UNSUBSCRIBE:<a rel="nofollow" target="_blank" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a rel="nofollow" target="_blank" href="http://www.freeswitch.org">http://www.freeswitch.org</a><br></div></div></blockquote></td></tr></tbody></table><div class="yiv1176406396im"><br>_________________________________________________________________________
<br>Professional FreeSWITCH Consulting Services:
<br></div><a rel="nofollow" target="_blank" href="http://user/SendEmail.jtp?type=node&node=7148890&i=4">[hidden email]</a>
<br><div class="yiv1176406396im"><a rel="nofollow" target="_blank" href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><br><br>FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<br><a rel="nofollow" target="_blank" href="http://www.cudatel.com">http://www.cudatel.com</a><br><br>Official FreeSWITCH Sites
<br><a rel="nofollow" target="_blank" href="http://www.freeswitch.org">http://www.freeswitch.org</a><br><a rel="nofollow" target="_blank" href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a><br>
<a rel="nofollow" target="_blank" href="http://www.cluecon.com">http://www.cluecon.com</a><br><br>FreeSWITCH-users mailing list
<br></div><a rel="nofollow" target="_blank" href="http://user/SendEmail.jtp?type=node&node=7148890&i=5">[hidden email]</a>
<br><div class="yiv1176406396im"><a rel="nofollow" target="_blank" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>UNSUBSCRIBE:<a rel="nofollow" target="_blank" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a rel="nofollow" target="_blank" href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
        
        <br>
        <br>
        </div><hr color="#cccccc" noshade="noshade" size="1">
        <div style="color:#444;font:12px tahoma, geneva, helvetica, arial, sans-serif;"><div class="yiv1176406396im">
                <div style="font-weight:bold;">If you reply to this email, your message will be added to the discussion below:</div>
                </div><a rel="nofollow" target="_blank" href="http://freeswitch-users.2379917.n2.nabble.com/vBilling-Beta-Program-tp6760999p7148890.html">http://freeswitch-users.2379917.n2.nabble.com/vBilling-Beta-Program-tp6760999p7148890.html</a>
        </div><div class="yiv1176406396HOEnZb"><div class="yiv1176406396h5">
        <div style="color:#666;font:11px tahoma, geneva, helvetica, arial, sans-serif;margin-top:.4em;line-height:1.5em;">
                
                To unsubscribe from vBilling Beta Program!!, <a rel="nofollow">click here</a>.<br>
                <a rel="nofollow" target="_blank" href="http://freeswitch-users.2379917.n2.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.InstantMailNamespace&breadcrumbs=instant+emails%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml" style="font:9px serif;">NAML</a>
        </div></div></div></blockquote></div><br></div>
        
<br><hr align="left" width="300">
View this message in context: <a rel="nofollow" target="_blank" href="http://freeswitch-users.2379917.n2.nabble.com/vBilling-Beta-Program-tp6760999p7151552.html">Re: vBilling Beta Program!! - Review</a><br>
Sent from the <a rel="nofollow" target="_blank" href="http://freeswitch-users.2379917.n2.nabble.com/">freeswitch-users mailing list archive</a> at Nabble.com.<br></div><br>-----Inline Attachment Follows-----<br><br><div class="plainMail">_________________________________________________________________________<br>Professional FreeSWITCH Consulting Services:<br><a ymailto="mailto:consulting@freeswitch.org" href="/mc/compose?to=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-users mailing list<br><a ymailto="mailto:FreeSWITCH-users@lists.freeswitch.org" href="/mc/compose?to=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></div></blockquote></td></tr></table>