Hey, <br><br>U can use these docs in the meantime - <a href="http://kamailio.org/docs/modules/stable/modules_k/dialog.html">http://kamailio.org/docs/modules/stable/modules_k/dialog.html</a><br><br>Cheers<br>Jason<br><br><div class="gmail_quote">
On Fri, Oct 28, 2011 at 11:36 AM, Timo Reimann <span dir="ltr">&lt;<a href="mailto:sr@foo-lounge.de">sr@foo-lounge.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hey,<br>
<br>
<br>
Am 28.10.2011 um 07:29 schrieb Austin Einter:<br>
<div class="im">&gt; I did change kamailio.cfg as below and getting some error.<br>
<br>
</div>[snip]<br>
<div class="im"><br>
<br>
&gt; When I start the kamailio proxy I get below error.<br>
&gt;<br>
&gt; [root@www1 kamailio]#<br>
&gt; [root@www1 kamailio]# kamailio -T -E -n 1 -l 174.37.8.178 -l 127.0.0.1 -W epoll_et -l udp:<a href="http://174.37.8.178:26588" target="_blank">174.37.8.178:26588</a><br>
&gt; loading modules under /usr/local/lib/kamailio/modules_k/:/usr/local/lib/kamailio/modules/<br>
&gt; Listening on<br>
&gt;              udp: <a href="http://174.37.8.178:26588" target="_blank">174.37.8.178:26588</a><br>
&gt;              udp: <a href="http://127.0.0.1:26588" target="_blank">127.0.0.1:26588</a><br>
&gt; Aliases:<br>
&gt;              udp: localhost:26588<br>
&gt;              udp: localhost.localdomain:26588<br>
&gt;              udp: <a href="http://174.37.8.178-static.reverse.softlayer.com:26588" target="_blank">174.37.8.178-static.reverse.softlayer.com:26588</a><br>
&gt;  0(26959) INFO: usrloc [hslot.c:53]: locks array size 512<br>
&gt;  0(26959) ERROR: dialog [dialog.c:435]: no dlg flag set!!<br>
&gt;  0(26959) ERROR: &lt;core&gt; [sr_module.c:875]: init_mod(): Error while initializing module dialog (/usr/local/lib/kamailio/modules_k/dialog.so)<br>
&gt; ERROR: error while initializing modules<br>
&gt; [root@www1 kamailio]#<br>
&gt; [root@www1 kamailio]#<br>
&gt;<br>
&gt; It looks , dialog module facing problem during initialization.<br>
&gt;<br>
&gt; I am bit new to this, not getting any clue . Kindly let me know whats going wrong.<br>
<br>
</div>&quot;no dlg flag set&quot;<br>
<br>
Using the dialog module requires either one of the following for each dialog you wish to track:<br>
<br>
- Set a certain flag. This tells the dialog module to start tracking. It only works for INVITE requests though and requires specifying the desired dialog flag as a modparam.<br>
- Call dlg_manage(). This also tells the dialog module to start tracking but may be called from non-INVITE requests too (at least theoretically; I never tried).<br>
<br>
Unfortunately, the wiki docs regarding the dialog module seem to be broken right now, so I cannot point you at the specific syntax.<br>
<br>
<br>
HTH,<br>
<font color="#888888"><br>
--Timo<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list<br>
<a href="mailto:sr-users@lists.sip-router.org">sr-users@lists.sip-router.org</a><br>
<a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users" target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a><br>
</div></div></blockquote></div><br>