<div dir="ltr">Hello Sherif,<br>You don't need to include any other configuration files unless you really know what you are doing. You can create profiles from vBilling interface. Navigate to FreeSWITCH -> New Profile and fill in the form. We are not using mod_cdr_csv. We are storing all the cdr(s) in the database using mod_xml_cdr. If you create your own profiles and gateways, I am afraid you won't be able to use vBilling.<br>
<br>For any vBilling issues, please post them to <a href="http://forum.vbilling.org/">http://forum.vbilling.org/</a> and someone would help you out.<br><br>Thanks.<br><br><div class="gmail_quote">On Sun, Jan 8, 2012 at 1:06 AM, Sherif Omran <span dir="ltr"><<a href="mailto:sherifomran2000@yahoo.com">sherifomran2000@yahoo.com</a>></span> wrote:<br>
<blockquote class="gmail_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">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>
<p class="MsoNormal"><span style="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>--><div class="im"><br><X-PRE-PROCESS cmd="set" data="vBilling_xml_curl_url=<a href="http://localhost/xmlcurl/index.php" target="_blank">http://localhost/xmlcurl/index.php</a>"/><br>
</div><X-PRE-PROCESS cmd="set" data="vBilling_xml_curl_binding=configuration|directory"/><div class="im"><br><X-PRE-PROCESS cmd="set" data="vBilling_xml_cdr_url=<a href="http://localhost/xmlcurl/index.php" target="_blank">http://localhost/xmlcurl/index.php</a>"/><br>
</div><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>
<p class="MsoNormal">In freeswitch.conf</p>
<p class="MsoNormal">Add the following line</p>
<p class="MsoNormal"><span>
</span><X-PRE-PROCESS cmd="include" data="vBilling.xml"/></p>
<p class="MsoNormal">after the line saying</p>
<p class="MsoNormal"><span> </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></td></tr></tbody></table></blockquote></div><br></div>