<br><br><div class="gmail_quote">On Mon, Aug 24, 2009 at 3:51 PM, Bogdan-Andrei Iancu <span dir="ltr">&lt;<a href="mailto:bogdan@voice-system.ro">bogdan@voice-system.ro</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;">
Hi Urmi,<br>
<br>
I see you are using the DB_MODE 1 (REALTIME), so once the call is<br>
established, you should have the record into the DB.<br>
<br>
So, the question is -  were your dialog established (via 200 OK) -<br>
because otherwise you will not get any record in DB.<br>
</blockquote><div>


        <meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8"><title></title><meta name="GENERATOR" content="OpenOffice.org 2.3  (Unix)">
        
        
        <style type="text/css">
        <!--
                @page { size: 8.5in 11in; margin: 0.79in }
                P { margin-bottom: 0.08in }
        -->
        </style>

<p style="margin-bottom: 0in;">My dialog is established jst after
INVITE msg. U can see, when I am printing the Dialog status it gives me 1 (i.e after INVITE ).<br></p>
 </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
BTW, to eliminate any confusion: the dialog module does not log CDR for<br>
the dialogs, but keeps in DB records only about on going call - once the<br>
call was ended, the record is removed from DB.<br>
<br>
Regards,<br>
Bogdan<br>
<div class="im"><br>
urmi lakkad wrote:<br>
&gt;<br>
&gt; Hello,<br>
&gt;<br>
&gt; I am using OpenSIPs-1.5.1 version. And I want to use DIALOG module<br>
&gt; functionality.<br>
&gt; I have gone through the module documentations, and did the configuration.<br>
&gt;<br>
&gt; When I make a call, the dialog should be created and the dialog entry<br>
&gt; should be inserted into the database. My call is *working* fine. I<br>
&gt; have tested with SIPp as well as with Grandsteam phones.<br>
&gt; But the *dialog details is not inserted in my database*. Here in log I<br>
&gt; can see, that the dialog is created and then *destroyed* as well.<br>
&gt; Again its created and destroyed.<br>
&gt;<br>
&gt; At the time of making a call, I have started the wireshark, to see<br>
&gt; whether there is any error msg or not !! (something 400 ...) But there<br>
&gt; also, no error.<br>
&gt;<br>
&gt; Can you please suggest me the solution of this ?<br>
&gt;<br>
&gt; Below is my opensips.cfg file and opensips Log details.<br>
&gt;<br>
&gt; Opensips.cfg<br>
&gt; ****************<br>
&gt;<br>
&gt; loadmodule &quot;dialog.so&quot;<br>
&gt; modparam(&quot;dialog&quot;, &quot;dlg_flag&quot;,1 )<br>
&gt; modparam(&quot;dialog&quot;, &quot;enable_stats&quot;, 1)<br>
&gt; modparam(&quot;dialog&quot;, &quot;bye_on_timeout_flag&quot;, 6 )<br>
&gt; modparam(&quot;dialog&quot;, &quot;dlg_match_mode&quot;, 1)<br>
&gt;<br>
&gt; modparam(&quot;dialog&quot;, &quot;db_url&quot;,<br>
&gt; &quot;mysql://<a href="http://opensips:opensipsrw@127.0.0.1/opensips" target="_blank">opensips:opensipsrw@127.0.0.1/opensips</a><br>
</div>&gt; &lt;<a href="http://opensips:opensipsrw@127.0.0.1/opensips" target="_blank">http://opensips:opensipsrw@127.0.0.1/opensips</a>&gt;&quot;)<br>
<div class="im">&gt; modparam(&quot;dialog&quot;, &quot;db_mode&quot;,1)<br>
&gt; modparam(&quot;dialog&quot;, &quot;table_name&quot;, &quot;dialog&quot;)<br>
&gt; modparam(&quot;dialog&quot;, &quot;from_uri_column&quot;, &quot;from_uri&quot;)<br>
&gt; modparam(&quot;dialog&quot;, &quot;from_tag_column&quot;, &quot;from_tag&quot;)<br>
&gt; modparam(&quot;dialog&quot;, &quot;to_uri_column&quot;, &quot;to_uri&quot;)<br>
&gt; modparam(&quot;dialog&quot;, &quot;to_tag_column&quot;, &quot;to_tag&quot;)<br>
&gt; modparam(&quot;dialog&quot;, &quot;h_id_column&quot;, &quot;hash_id&quot;)<br>
&gt; modparam(&quot;dialog&quot;, &quot;state_column&quot;, &quot;state&quot;)<br>
&gt;<br>
&gt; route<br>
&gt; {<br>
&gt; if (is_method(&quot;INVITE&quot;))<br>
&gt; {<br>
&gt; xdbg(&quot;\n\n---- Invite ----\n\n&quot;);<br>
&gt; setflag(4);<br>
&gt; if( (create_dialog()))<br>
&gt; {<br>
&gt; # set_dlg_profile(&quot;caller&quot;);<br>
&gt; xlog(&quot;L_INFO&quot;, &quot; ------------------------------------------\n&quot;);<br>
&gt; xlog(&quot;L_INFO&quot;, &quot;\n Dialog status :: $DLG_status \n&quot;);<br>
&gt; xlog(&quot;L_INFO&quot;, &quot;\n Dialog count :: $DLG_count \n&quot;);<br>
&gt; xlog(&quot;L_INFO&quot;, &quot;\n---- successfully created the dialog ----\n\n&quot;);<br>
&gt; xlog(&quot;L_INFO&quot;, &quot;\n------------------------------------------\n\n&quot;);<br>
&gt; }<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Opensips LOG<br>
&gt; ******************<br>
&gt; Aug 24 12:58:57 [3590] DBG:dialog:build_new_dlg: new dialog<br>
&gt; 0x2aaaad54d240 (c=<a href="mailto:f66285722c9082d6dda627f748f1d7c3@192.168.1.23">f66285722c9082d6dda627f748f1d7c3@192.168.1.23</a><br>
</div>&gt; &lt;mailto:<a href="mailto:f66285722c9082d6dda627f748f1d7c3@192.168.1.23">f66285722c9082d6dda627f748f1d7c3@192.168.1.23</a>&gt;,f=<a href="http://sip:10000@192.168.1.30:3300" target="_blank">sip:10000@192.168.1.30:3300</a><br>

&gt; &lt;<a href="http://sip:10000@192.168.1.30:3300" target="_blank">http://sip:10000@192.168.1.30:3300</a>&gt;,t=<a href="http://sip:2222@192.168.1.30:3300" target="_blank">sip:2222@192.168.1.30:3300</a><br>
&gt; &lt;<a href="http://sip:2222@192.168.1.30:3300" target="_blank">http://sip:2222@192.168.1.30:3300</a>&gt;,ft=66d7b491a6e6a760) on hash 2315<br>
<div class="im">&gt; Aug 24 12:58:57 [3590] DBG:core:parse_headers: flags=400<br>
&gt; Aug 24 12:58:57 [3590] DBG:dialog:populate_leg_info: route_set ,<br>
&gt; contact <a href="http://sip:10000@192.168.1.23:5062" target="_blank">sip:10000@192.168.1.23:5062</a><br>
</div>&gt; &lt;<a href="http://sip:10000@192.168.1.23:5062" target="_blank">http://sip:10000@192.168.1.23:5062</a>&gt;, cseq 4182 andbind_addr<br>
&gt; udp:<a href="http://192.168.1.30:3300" target="_blank">192.168.1.30:3300</a> &lt;<a href="http://192.168.1.30:3300" target="_blank">http://192.168.1.30:3300</a>&gt;<br>
<div class="im">&gt; Aug 24 12:58:57 [3590] DBG:dialog:dlg_set_leg_info: set leg 0 for<br>
&gt; 0x2aaaad54d240: tag=&lt;66d7b491a6e6a760&gt; rr=&lt;&gt;<br>
</div>&gt; ct=&lt;<a href="http://sip:10000@192.168.1.23:5062" target="_blank">sip:10000@192.168.1.23:5062</a> &lt;<a href="http://sip:10000@192.168.1.23:5062" target="_blank">http://sip:10000@192.168.1.23:5062</a>&gt;&gt;<br>

<div><div></div><div class="h5">&gt; cseq=&lt;4182&gt;<br>
&gt; Aug 24 12:58:57 [3590] DBG:dialog:link_dlg: ref dlg 0x2aaaad54d240<br>
&gt; with 3 -&gt; 3<br>
&gt; Aug 24 12:58:57 [3590] DBG:rr:add_rr_param: adding (;did=b09.97872922)<br>
&gt; 0x7817f8<br>
&gt; ------------------------------------------<br>
&gt;<br>
&gt; Dialog status :: 1<br>
&gt; Dialog count :: 0<br>
&gt; ---- successfully created the dialog ----<br>
&gt; ------------------------------------------<br>
&gt;<br>
&gt; .<br>
&gt;<br>
&gt; Aug 24 12:58:57 [3590] DBG:core:forward_request: orig. len=1294,<br>
&gt; new_len=1442, proto=1<br>
&gt; Aug 24 12:58:57 [3590] DBG:dialog:unref_dlg: unref dlg 0x2aaaad54d240<br>
&gt; with 1 -&gt; 2<br>
&gt; Aug 24 12:58:57 [3590] DBG:dialog:next_state_dlg: unref dlg<br>
&gt; 0x2aaaad54d240 with 1 -&gt; 1<br>
&gt; Aug 24 12:58:57 [3590] DBG:dialog:next_state_dlg: dialog<br>
&gt; 0x2aaaad54d240 changed from state 1 to state 5, due event 1<br>
&gt; Aug 24 12:58:57 [3590] DBG:dialog:dlg_onreply: dialog 0x2aaaad54d240<br>
&gt; failed (negative reply)<br>
&gt; Aug 24 12:58:57 [3590] DBG:dialog:unref_dlg: unref dlg 0x2aaaad54d240<br>
&gt; with 1 -&gt; 0<br>
&gt; Aug 24 12:58:57 [3590] DBG:dialog:unref_dlg: ref &lt;=0 for dialog<br>
&gt; 0x2aaaad54d240<br>
&gt; Aug 24 12:58:57 [3590] DBG:dialog:destroy_dlg: destroing dialog<br>
&gt; 0x2aaaad54d240<br>
&gt; Aug 24 12:58:57 [3590] DBG:dialog:destroy_dlg: dlg expired or not in<br>
&gt; list - dlg 0x2aaaad54d240 [2315:580024441] with clid<br>
&gt; &#39;<a href="mailto:f66285722c9082d6dda627f748f1d7c3@192.168.1.23">f66285722c9082d6dda627f748f1d7c3@192.168.1.23</a><br>
</div></div>&gt; &lt;mailto:<a href="mailto:f66285722c9082d6dda627f748f1d7c3@192.168.1.23">f66285722c9082d6dda627f748f1d7c3@192.168.1.23</a>&gt;&#39; and tags<br>
<div class="im">&gt; &#39;66d7b491a6e6a760&#39; &#39;&#39;<br>
&gt;<br>
&gt; Thank you for your attention.<br>
&gt;<br>
&gt; -Urmi<br>
&gt;<br>
&gt;<br>
</div>&gt; ------------------------------------------------------------------------<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
&gt; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
&gt;<br>
<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</blockquote></div><br>