<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<tt>Hi Khaled,<br>
<br>
Load the "dialog" module too and do "create_dialog()" for the
initial INVITEs.<br>
<br>
Regards,<br>
</tt>
<pre class="moz-signature" cols="72">Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
<a class="moz-txt-link-freetext" href="http://www.opensips-solutions.com">http://www.opensips-solutions.com</a></pre>
<br>
On 04/03/2013 06:48 PM, M.Khaled W Chehab wrote:
<blockquote cite="mid:00ea01ce3082$b5552160$1fff6420$@icucall.com"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<meta name="Generator" content="Microsoft Word 14 (filtered
medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";
        color:black;}
tt
        {mso-style-priority:99;
        font-family:"Courier New";}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";
        color:black;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:Consolas;
        color:black;}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
span.EmailStyle22
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.EmailStyle23
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div class="WordSection1">
<p class="MsoNormal"><span style="color: rgb(31, 73, 125);">Hello,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color: rgb(31, 73, 125);"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color: rgb(31, 73, 125);">I
already add the below config to my script and no call can
be found in cdrs table <o:p></o:p></span></p>
<p class="MsoNormal" style=""><span style="font-size: 9pt;
font-family: "Courier New"; color: windowtext;">
modparam("acc", "db_flag", 1)<o:p></o:p></span></p>
<p class="MsoNormal" style=""><span style="font-size: 9pt;
font-family: "Courier New"; color: windowtext;">
modparam("acc", "db_missed_flag", 2)<o:p></o:p></span></p>
<p class="MsoNormal" style=""><span style="font-size: 9pt;
font-family: "Courier New"; color: windowtext;">
modparam("acc", "log_missed_flag", 2)<o:p></o:p></span></p>
<p class="MsoNormal" style=""><span style="font-size: 9pt;
font-family: "Courier New"; color: windowtext;">
modparam("acc", "failed_transaction_flag", 3)<o:p></o:p></span></p>
<p class="MsoNormal" style=""><span style="font-size: 9pt;
font-family: "Courier New"; color: windowtext;">
modparam("acc", "cdr_flag", 4)<o:p></o:p></span></p>
<p class="MsoNormal" style=""><span style="font-size: 9pt;
font-family: "Courier New"; color: windowtext;">
<o:p></o:p></span></p>
<p class="MsoNormal" style=""><span style="font-size: 9pt;
font-family: "Courier New"; color: windowtext;">
if (!has_totag() &&is_method("INVITE")) {<o:p></o:p></span></p>
<p class="MsoNormal" style=""><span style="font-size: 9pt;
font-family: "Courier New"; color: windowtext;">
setflag(1); # do accounting<o:p></o:p></span></p>
<p class="MsoNormal" style=""><span style="font-size: 9pt;
font-family: "Courier New"; color: windowtext;">
setflag(2); #Missed calls<o:p></o:p></span></p>
<p class="MsoNormal" style=""><span style="font-size: 9pt;
font-family: "Courier New"; color: windowtext;">
#setflag(3); #transaction falis<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 9pt; font-family:
"Courier New"; color: windowtext;">
setflag(4); #CDR flag<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 9pt; font-family:
"Courier New"; color: windowtext;">whats missing ?<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 9pt; font-family:
"Courier New"; color: windowtext;"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size: 9pt; font-family:
"Courier New"; color: windowtext;">Regards<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 9pt; font-family:
"Courier New"; color: windowtext;">Khaled<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 9pt; font-family:
"Courier New"; color: windowtext;"><o:p> </o:p></span></p>
<div>
<div style="border-right: medium none; border-width: 1pt
medium medium; border-style: solid none none; border-color:
rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color;
padding: 3pt 0in 0in;">
<p class="MsoNormal"><b><span style="font-size: 10pt;
font-family:
"Tahoma","sans-serif"; color:
windowtext;">From:</span></b><span style="font-size:
10pt; font-family:
"Tahoma","sans-serif"; color:
windowtext;"> Bogdan-Andrei Iancu
[<a class="moz-txt-link-freetext" href="mailto:bogdan@opensips.org">mailto:bogdan@opensips.org</a>] <br>
<b>Sent:</b> Wednesday, April 03, 2013 6:25 PM<br>
<b>To:</b> OpenSIPS users mailling list<br>
<b>Cc:</b> M.Khaled W Chehab<br>
<b>Subject:</b> Re: [OpenSIPS-Users] ACC CDR<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><tt><span style="font-size: 10pt;">Hello,</span></tt><span
style="font-size: 10pt; font-family: "Courier
New";"><br>
<br>
<tt>Use the ACC module together with DIALOG module and set
the cdr_flag option in ACC (see <a moz-do-not-send="true"
href="http://www.opensips.org/html/docs/modules/1.9.x/acc.html#id294245">http://www.opensips.org/html/docs/modules/1.9.x/acc.html#id294245</a>)
- you need to set this flag at at INVITE time only (plus
one of the acc flags).</tt><br>
<br>
<tt>Regards,</tt><br>
<br>
</span><o:p></o:p></p>
<pre>Bogdan-Andrei Iancu<o:p></o:p></pre>
<pre>OpenSIPS Founder and Developer<o:p></o:p></pre>
<pre><a moz-do-not-send="true" href="http://www.opensips-solutions.com">http://www.opensips-solutions.com</a><o:p></o:p></pre>
<p class="MsoNormal"><br>
On 04/03/2013 04:55 PM, M.Khaled W Chehab wrote: <o:p></o:p></p>
<p class="MsoNormal">Dears ,<o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal">Is there a way to right directly to CDRS
table in mysql .<o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal">Regards<o:p></o:p></p>
<pre><o:p> </o:p></pre>
<pre><o:p> </o:p></pre>
<pre>_______________________________________________<o:p></o:p></pre>
<pre>Users mailing list<o:p></o:p></pre>
<pre><a moz-do-not-send="true" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><o:p></o:p></pre>
<pre><a moz-do-not-send="true" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><o:p></o:p></pre>
</div>
</blockquote>
</body>
</html>