Hi Bogdan,<br><br>I went deeper in the analysis and I find out that the problem was that the SIP message is too long and makes Seas crash.<br><br>I found the parameter ENCODED_MSG_SIZE in &quot;seas.h&quot; that is set to 3200 by default. <br>
Setting this parameter to a larger value it seems that all is going fine.<br><br>What do you think about this issue? It seems not a good behavior that the OpenSips server crash with this kind of messages.<br>Is it possible to release a patch that fix this or for example makes the maximum size of the payload configurable from the opensips configuration file? <br>
<br>Thanks in advance,<br>Antonio<br><br><div class="gmail_quote">2009/1/15 Antonio Frongillo <span dir="ltr">&lt;<a href="mailto:antonio@frogweb.it">antonio@frogweb.it</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Bogdan,<br>I made a deeper analysis on the problem and I think that the error (the seg fault on SEAS module) is caused by incoming messages with a BIG Content.<br><br>Both 200 OK with big payload and NOTIFY makes OpenSips seas module to crash in different points (seeing the core generated) and randomly (it doesn&#39;t crash for each message, also identical messages some times works and other times crashes).<br>

<br>Could it be that when Seas try to read the BIG Content it wrongly manages the memory and write in an illegal memory address (so sometimes works and other times go in seg fault) ????<br><br>Below you can find the logs of OpenSips and a couple of core dump.<br>

<br>Jan 15 17:31:31 [31065] DBG:core:tcp_send: tcp connection found (0xb614d6a0), acquiring fd<br>Jan 15 17:31:31 [31065] DBG:core:tcp_send: c= 0xb614d6a0, n=8<br>Jan 15 17:31:31 [31061] DBG:core:handle_ser_child: read response= b614d6a0, 1, fd -1 from 1 (31042)<br>

Jan 15 17:31:31 [31065] DBG:core:tcp_send: after receive_fd: c= 0xb614d6a0 n=4 fd=13<br>Jan 15 17:31:31 [31065] DBG:core:tcp_send: sending...<br>Jan 15 17:31:31 [31065] DBG:core:tcp_send: after write: c= 0xb614d6a0 n=1915 fd=13<br>

Jan 15 17:31:31 [31065] DBG:core:tcp_send: buf=<br>SERVICE sip:max.ambrogi@hmcint.local:5060;transport=tcp SIP/2.0<br>Via: SIP/2.0/TCP 192.168.5.59;branch=z9hG4bKa21a.c42740c2.0<br>To: sip:max.ambrogi@hmcint.local:5060;transport=tcp<br>

From: sip:max.ambrogi@hmcint.local;transport=tcp;tag=AB62C6E82E8FD0E5FE0D61C590FF8064<br>CSeq: 1 SERVICE<br>Call-ID: <a href="mailto:2835F715D923D84438CD30BFCB886F6A@192.168.5.59" target="_blank">2835F715D923D84438CD30BFCB886F6A@192.168.5.59</a><br>

Content-Length: 1064<br>Max-Forwards: 70<br>Contact: &lt;sip:192.168.5.59:5060;transport=tcp;AppId=.sip2msipGW&gt;;methods=&quot;INVITE, MESSAGE, INFO, OPTIONS, BYE, CANCEL, NOTIFY, ACK, REFER&quot;;proxy=replace;+sip.instance=&quot;&lt;urn:uuid:8ceb9439-8543-4acd-8691-d2ef85926f22&gt;&quot;<br>

Proxy-Authorization: NTLM qop=&quot;auth&quot;,realm=&quot;SIP Communications Service&quot;,opaque=&quot;23E04879&quot;,crand=&quot;94867859&quot;,cnum=&quot;25&quot;,targetname=&quot;HMCINTOCS.HMCINT.LOCAL&quot;,response=&quot;01000000000000006A61B6F3C230F2DF&quot;<br>

Content-Type: application/msrtc-category-publish+xml<br><br>&lt;publish xmlns=&quot;<a href="http://schemas.microsoft.com/2006/09/sip/rich-presence" target="_blank">http://schemas.microsoft.com/2006/09/sip/rich-presence</a>&quot;&gt;&lt;publications uri=&quot;sip:max.ambrogi@hmcint.local&quot;&gt;&lt;publication categoryName=&quot;state&quot; instance=&quot;603979776&quot; container=&quot;3&quot; version=&quot;0&quot; expireType=&quot;time&quot; expires=&quot;0&quot;/&gt;&lt;publication categoryName=&quot;state&quot; instance=&quot;603979776&quot; container=&quot;2&quot; version=&quot;0&quot; expireType=&quot;time&quot; expires=&quot;0&quot;/&gt;&lt;publication categoryName=&quot;state&quot; instance=&quot;536870912&quot; container=&quot;3&quot; version=&quot;141&quot; expireType=&quot;static&quot;&gt;&lt;state xmlns=&quot;<a href="http://schemas.microsoft.com/2006/09/sip/state" target="_blank">http://schemas.microsoft.com/2006/09/sip/state</a>&quot; manual=&quot;true&quot; xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a>&quot; xsi:type=&quot;userState&quot;&gt;&lt;availability&gt;3500&lt;/availability&gt;&lt;endpointLocation&gt;&lt;/endpointLocation&gt;&lt;/state&gt;&lt;/publication&gt;&lt;publication categoryName=&quot;state&quot; instance=&quot;536870912&quot; container=&quot;2&quot; version=&quot;141&quot; expireType=&quot;static&quot;&gt;&lt;state xmlns=&quot;<a href="http://schemas.microsoft.com/2006/09/sip/state" target="_blank">http://schemas.microsoft.com/2006/09/sip/state</a>&quot; manual=&quot;true&quot; xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a>&quot; xsi:type=&quot;userState&quot;&gt;&lt;availability&gt;3500&lt;/availability&gt;&lt;endpointLocation&gt;&lt;/endpointLocation&gt;&lt;/state&gt;&lt;/publication&gt;&lt;/publications&gt;&lt;/publish&gt;<br>

Jan 15 17:31:31 [31065] DBG:tm:set_timer: relative timeout is 30<br>Jan 15 17:31:31 [31065] DBG:tm:insert_timer_unsafe: [0]: 0xb6160ed0 (230)<br>Jan 15 17:31:31 [31065] DBG:seas:process_input: (Action dispatched,buffer.len=0)<br>

Jan 15 17:31:31 [31053] DBG:core:tcp_read_req: content-length= 3935<br>Jan 15 17:31:31 [31053] DBG:core:parse_msg: SIP Reply&nbsp; (status):<br>Jan 15 17:31:31 [31053] DBG:core:parse_msg:&nbsp; version: &lt;SIP/2.0&gt;<br>Jan 15 17:31:31 [31053] DBG:core:parse_msg:&nbsp; status:&nbsp; &lt;200&gt;<br>

Jan 15 17:31:31 [31053] DBG:core:parse_msg:&nbsp; reason:&nbsp; &lt;OK&gt;<br>Jan 15 17:31:31 [31053] DBG:core:parse_headers: flags=2<br>Jan 15 17:31:31 [31053] DBG:core:get_hdr_field: content_length=3935<br>Jan 15 17:31:31 [31053] DBG:core:parse_to_param: transport=tcp<br>

Jan 15 17:31:31 [31053] DBG:core:parse_to_param: tag=F38CBA48BA483432B3C92CFD2033D7D1<br>Jan 15 17:31:31 [31053] DBG:core:parse_to: end of header reached, state=29<br>Jan 15 17:31:31 [31053] DBG:core:parse_to: display={}, ruri={sip:max.ambrogi@hmcint.local:5060}<br>

Jan 15 17:31:31 [31053] DBG:core:get_hdr_field: &lt;To&gt; [86]; uri=[sip:max.ambrogi@hmcint.local:5060]<br>Jan 15 17:31:31 [31053] DBG:core:get_hdr_field: to body [sip:max.ambrogi@hmcint.local:5060]<br>Jan 15 17:31:31 [31053] DBG:core:get_hdr_field: cseq &lt;CSeq&gt;: &lt;1&gt; &lt;SERVICE&gt;<br>

Jan 15 17:31:31 [31053] DBG:core:parse_via_param: found param type 232, &lt;branch&gt; = &lt;z9hG4bKa21a.c42740c2.0&gt;; state=6<br>Jan 15 17:31:31 [31053] DBG:core:parse_via_param: found param type 238, &lt;ms-received-port&gt; = &lt;44569&gt;; state=6<br>

Jan 15 17:31:31 [31053] DBG:core:parse_via_param: found param type 238, &lt;ms-received-cid&gt; = &lt;C700&gt;; state=16<br>Jan 15 17:31:31 [31053] DBG:core:parse_via: end of header reached, state=5<br>Jan 15 17:31:31 [31053] DBG:core:parse_headers: via found, flags=2<br>

Jan 15 17:31:31 [31053] DBG:core:parse_headers: this is the first via<br>Jan 15 17:31:31 [31053] DBG:core:receive_msg: After parse_msg...<br>Jan 15 17:31:31 [31053] DBG:core:comp_scriptvar: str 20 : 200<br>Jan 15 17:31:31 [31053] DBG:core:forward_reply: found module tm, passing reply to it<br>

Jan 15 17:31:31 [31053] DBG:tm:t_check: start=0xffffffff<br>Jan 15 17:31:31 [31053] DBG:core:parse_headers: flags=22<br>Jan 15 17:31:31 [31053] DBG:tm:t_reply_matching: hash 41258 label 738488908 branch 0<br>Jan 15 17:31:31 [31053] DBG:tm:t_reply_matching: REF_UNSAFE: after is 1<br>

Jan 15 17:31:31 [31053] DBG:tm:t_reply_matching: reply matched (T=0xb6160d68)!<br>Jan 15 17:31:31 [31053] DBG:tm:t_check: end=0xb6160d68<br>Jan 15 17:31:31 [31053] DBG:tm:reply_received: org. status uas=0, uac[0]=0 local=2 is_invite=0)<br>

Jan 15 17:31:31 [31053] DBG:tm:t_should_relay_response: T_code=0, new_code=200<br>Jan 15 17:31:31 [31053] DBG:tm:local_reply: branch=0, save=0, winner=0<br>Jan 15 17:31:31 [31053] DBG:tm:local_reply: local transaction completed<br>

Jan 15 17:31:31 [31053] DBG:tm:run_trans_callbacks: trans=0xb6160d68, callback type 256, id 0 entered<br>Jan 15 17:31:31 [31053] DBG:seas:uac_cb: reply to UAC Transaction for AS:shootist code: 200<br>Jan 15 17:31:31 [31053] DBG:seas:uac_cb: transaction 0xb6160d68 Nr_of_outgoings:1 is_Local:y<br>

Jan 15 17:31:31 [31053] DBG:seas:uac_cb: UAC[0].last_received=200<br>Jan 15 17:31:31 [31053] DBG:core:parse_headers: flags=ffffffffffffffff<br>Jan 15 17:31:31 [31053] DBG:core:get_hdr_field: found end of header<br>Jan 15 17:31:31 [31053] DBG:core:parse_headers: flags=ffffffffffffffff<br>

Jan 15 17:31:31 [31053] DBG:core:parse_to_param: transport=tcp<br>Jan 15 17:31:31 [31053] DBG:core:parse_to_param: tag=AB62C6E82E8FD0E5FE0D61C590FF8064<br>Jan 15 17:31:31 [31053] DBG:core:parse_to: end of header reached, state=29<br>

Jan 15 17:31:31 [31053] DBG:core:parse_to: display={&quot;Max Ambrogi&quot;}, ruri={sip:max.ambrogi@hmcint.local}<br>Jan 15 17:31:31 [31053] DBG:seas:encode_msg: msglen = 4605,msg starts at 154<br>Jan 15 17:31:31 [31053] DBG:tm:cleanup_uac_timers: RETR/FR timers reset<br>

Jan 15 17:31:31 [31053] DBG:tm:insert_timer_unsafe: [2]: 0xb6160db0 (205)<br>Jan 15 17:31:31 [31053] DBG:tm:t_unref: UNREF_UNSAFE: after is 0<br>Jan 15 17:31:31 [31053] DBG:core:destroy_avp_list: destroying list (nil)<br>

Jan 15 17:31:31 [31053] DBG:core:receive_msg: cleaning up<br>Jan 15 17:31:31 [-1241746112] DBG:seas:dispatch_relay: Event relaied to shootist AS<br>Jan 15 17:31:31 [-1241746112] DBG:seas:dispatch_relay: Event type UAC_REQ<br>

Jan 15 17:31:31 [-1241746112] DBG:seas:dispatcher_main_loop: Scanning data from 1 AS<br>Jan 15 17:31:31 [-1241746112] DBG:seas:dispatcher_main_loop: Scanning data from 0 uncomplete AS<br>Jan 15 17:31:31 [-1241746112] INFO:seas:dispatcher_main_loop: polling [2 ServSock] [1 pipe] [1 App Servers] [0 Uncomplete AS]<br>

Jan 15 17:31:35 [31051] DBG:tm:timer_routine: timer routine:2,tl=0xb615ff60 next=0xb6160db0, timeout=205<br>Jan 15 17:31:35 [31051] DBG:tm:wait_handler: removing 0xb615ff18 from table<br>Jan 15 17:31:35 [31051] DBG:tm:delete_cell: delete transaction 0xb615ff18<br>

Jan 15 17:31:36 [31041] INFO:core:handle_sigs: child process 31051 exited by a signal 11<br>Jan 15 17:31:36 [31041] INFO:core:handle_sigs: core was generated<br>Jan 15 17:31:36 [31041] INFO:core:handle_sigs: terminating due to SIGCHLD<br>

Jan 15 17:31:36 [-1241746112] INFO:seas:seas_sighandler: INFO: signal 15 received<br>Jan 15 17:31:36 [31042] heap size= 1048576<br>&nbsp;used= 52968, used+overhead=72856, free=975720<br>&nbsp;max used (+overhead)= 72856<br>dumpingJan 15 17:31:36 [31044] INFO:core:sig_usr: signal 15 received<br>

Memory status (pkg):<br>fm_status (0x8194f20):<br>&nbsp;heap size= 1048576<br>&nbsp;used= 49024, used+overhead=68904, free=979672<br>&nbsp;max used (+overhead)= 68904<br>dumping free list:<br>hash =&nbsp;&nbsp; 1 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 1, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8)<br>hash =&nbsp; 42 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 1, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 336 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 336 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 336)<br>hash =&nbsp; 53 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 1, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 424 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 424 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 424)<br>hash =&nbsp; 56 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 1, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 448 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 448 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 448)<br>hash = 2054 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 1, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp; 524288 -&nbsp;&nbsp; 1048576 (first&nbsp;&nbsp;&nbsp; 978496)<br>TOTAL:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5 free fragments = 979712 free bytes<br>-----------------------------<br>ping free list:<br>hash =&nbsp;&nbsp; 1 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 1, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket sJan 15 17:31:36 [31049] INFO:core:sig_usr: signal 15 received<br>Memory status (pkg):<br>fm_status (0x8194f20):<br>&nbsp;heap size= 1048576<br>&nbsp;used= 49024, used+overhead=68904, free=979672<br>&nbsp;max used (+overhead)= 68904<br>

dumping free list:<br>hash =&nbsp;&nbsp; 1 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 1, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8)<br>hash =&nbsp; 42 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 1, Jan 15 17:31:36 [31052] INFO:core:sig_usr: signal 15 received<br>

Memory status (pkg):<br>fm_status (0x8194f20Jan 15 17:31:36 [31054] INFO:core:sig_usr: signal 15 received<br>Memory status (pkg):<br>fm_status (0x8194f20):<br>&nbsp;heap size= 1048576<br>&nbsp;used= 99160, used+overhead=119056, free=929520<br>

&nbsp;max used (+overhead)= 119056<br>dumping free list:<br>hash =&nbsp;&nbsp; 1 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 1, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8)<br>hash =&nbsp;&nbsp; 7 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 1, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 56 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 56 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 56)<br>hash =&nbsp; 42 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 1, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 336 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 336 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 336)<br>hash =&nbsp; 53 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 1, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 424 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Jan 15 17:31:36 [31059] INFO:core:sig_usr: signal 15 received<br>Memory status (pkg):<br>fm_status (0x8194f20):<br>&nbsp;heap size= 1048576<br>&nbsp;used= 99160, used+overhead=119056, free=929520<br>

&nbsp;max used (+overhead)= 119056<br>dumping free list:<br>hash =&nbsp;&nbsp; 1 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 1, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8)<br>hashJan 15 17:31:36 [31065] INFO:seas:seas_sighandler: INFO: signal 15 received<br>

fm_status (0x8194f20)hash =&nbsp;&nbsp; 1 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 1, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8)<br>hash =&nbsp;&nbsp; 7 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 1, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 56 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 56 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 56)<br>

hash =&nbsp; 42 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 1, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 336 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 336 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 336)<br>hash =&nbsp; 53 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 1, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 424 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 424 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 424)<br>

hash =&nbsp; 56 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 1, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 448 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 448 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 448)<br>hash = 2054 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 1, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp; 524288 -&nbsp;&nbsp; 1048576 (first&nbsp;&nbsp;&nbsp; 928288)<br>

TOTAL:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 6 free fragments = 929560 free bytes<br>-----------------------------<br>Jan 15 17:31:36 [-1241746112] INFO:seas:seas_sighandler: Child stopped or terminated<br>Jan 15 17:31:36 [31041] DBG:xlog:destroy: destroy module...<br>

Jan 15 17:31:36 [31041] DBG:tm:tm_shutdown: tm_shutdown : start<br>Jan 15 17:31:36 [31041] DBG:tm:unlink_timer_lists: emptying DELETE list<br>Jan 15 17:31:36 [31041] DBG:tm:tm_shutdown: emptying hash table<br>Jan 15 17:31:36 [31041] DBG:tm:run_trans_callbacks: trans=0xb6160d68, callback type 2048, id 1 entered<br>

Jan 15 17:31:36 [31041] DBG:tm:tm_shutdown: releasing timers<br>Jan 15 17:31:36 [31041] DBG:tm:tm_shutdown: removing semaphores<br>Jan 15 17:31:36 [31041] DBG:tm:tm_shutdown: destroying callback lists<br>Jan 15 17:31:36 [31041] DBG:tm:tm_shutdown: tm_shutdown : done<br>

Jan 15 17:31:36 [31041] DBG:core:destroy_tls: entered<br>Memory status (pkg):<br>fm_status (0x8194f20):<br>&nbsp;heap size= 1048576<br>&nbsp;used= 33728, used+overhead=53600, free=994976<br>&nbsp;max used (+overhead)= 60648<br>dumping free list:<br>

hash =&nbsp;&nbsp; 1 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 2, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8)<br>hash =&nbsp;&nbsp; 2 fragments no.:&nbsp;&nbsp;&nbsp; 17, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 16 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 16 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 16)<br>

hash =&nbsp;&nbsp; 3 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 2, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 24 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 24 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 24)<br>hash =&nbsp;&nbsp; 5 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 4, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 40 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 40 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 40)<br>

hash =&nbsp;&nbsp; 7 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 1, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 56 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 56 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 56)<br>hash =&nbsp; 10 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 2, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 80 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 80 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 80)<br>

hash =&nbsp; 42 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 1, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 336 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 336 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 336)<br>hash =&nbsp; 53 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 1, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 424 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 424 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 424)<br>

hash =&nbsp; 56 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 1, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 448 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 448 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 448)<br>hash = 800 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 1, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 6400 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 6400 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 6400)<br>

hash = 2054 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 1, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp; 524288 -&nbsp;&nbsp; 1048576 (first&nbsp;&nbsp;&nbsp; 986696)<br>TOTAL:&nbsp;&nbsp;&nbsp;&nbsp; 33 free fragments = 995016 free bytes<br>-----------------------------<br>Memory status (shm):<br>

fm_status (0xb5fc1000):<br>&nbsp;heap size= 33554432<br>&nbsp;used= 2593372002, used+overhead=2593389770, free=1735131958<br>&nbsp;max used (+overhead)= 1714504<br>dumping free list:<br>hash =&nbsp;&nbsp; 0 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 2, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0)<br>hash =&nbsp;&nbsp; 1 fragments no.:&nbsp;&nbsp;&nbsp; 48, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8)<br>hash =&nbsp;&nbsp; 2 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 7, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 16 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 16 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 16)<br>hash =&nbsp;&nbsp; 3 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 6, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 24 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 24 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 24)<br>hash =&nbsp;&nbsp; 4 fragments no.:&nbsp;&nbsp;&nbsp; 46, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 32 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 32 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 32)<br>hash =&nbsp;&nbsp; 5 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 4, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 40 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 40 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 40)<br>hash =&nbsp;&nbsp; 6 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 4, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 48 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 48 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 48)<br>hash =&nbsp;&nbsp; 8 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 2, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 64 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 64 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 64)<br>hash =&nbsp; 16 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 1, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 128 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 128 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 128)<br>hash =&nbsp; 18 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 1, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 144 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 144 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 144)<br>hash =&nbsp; 64 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 1, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 512 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 512 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 512)<br><br>[root@OCS log]# less opensips.log<br>[root@OCS log]# less opensips.log<br>hash =&nbsp; 56 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 1, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 448 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 448 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 448)<br>

hash = 800 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 1, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 6400 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 6400 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 6400)<br>hash = 2054 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 1, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp; 524288 -&nbsp;&nbsp; 1048576 (first&nbsp;&nbsp;&nbsp; 986696)<br>

TOTAL:&nbsp;&nbsp;&nbsp;&nbsp; 33 free fragments = 995016 free bytes<br>-----------------------------<br>Memory status (shm):<br>fm_status (0xb5fc1000):<br>&nbsp;heap size= 33554432<br>&nbsp;used= 2593372002, used+overhead=2593389770, free=1735131958<br>

&nbsp;max used (+overhead)= 1714504<br>dumping free list:<br>hash =&nbsp;&nbsp; 0 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 2, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0)<br>hash =&nbsp;&nbsp; 1 fragments no.:&nbsp;&nbsp;&nbsp; 48, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8)<br>hash =&nbsp;&nbsp; 2 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 7, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 16 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 16 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 16)<br>hash =&nbsp;&nbsp; 3 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 6, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 24 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 24 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 24)<br>hash =&nbsp;&nbsp; 4 fragments no.:&nbsp;&nbsp;&nbsp; 46, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 32 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 32 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 32)<br>hash =&nbsp;&nbsp; 5 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 4, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 40 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 40 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 40)<br>hash =&nbsp;&nbsp; 6 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 4, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 48 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 48 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 48)<br>hash =&nbsp;&nbsp; 8 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 2, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 64 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 64 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 64)<br>hash =&nbsp; 16 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 1, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 128 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 128 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 128)<br>hash =&nbsp; 18 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 1, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bucket size:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 144 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 144 (first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 144)<br>hash =&nbsp; 64 fragments no.:&nbsp;&nbsp;&nbsp;&nbsp; 1, unused:&nbsp;&nbsp;&nbsp;&nbsp; 0<br><br><br>CORE DUMP 1:<br><br>#0&nbsp; 0x006edf21 in run_trans_callbacks (type=2048, trans=0xb615ff18, req=0x0, rpl=0x0, code=0) at t_hooks.c:204<br>

204&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if ( (cbp-&gt;types)&amp;type ) {<br>(gdb) bt<br>#0&nbsp; 0x006edf21 in run_trans_callbacks (type=2048, trans=0xb615ff18, req=0x0, rpl=0x0, code=0) at t_hooks.c:204<br>#1&nbsp; 0x006db1ad in free_cell (dead_cell=0xb615ff18) at h_table.c:124<br>

#2&nbsp; 0x006f0464 in delete_cell (p_cell=0xb615ff18, unlock=1) at timer.c:239<br>#3&nbsp; 0x006f1479 in timer_routine (ticks=205, attr=0x0) at timer.c:409<br>#4&nbsp; 0x080c5a41 in start_timer_processes () at timer.c:280<br>#5&nbsp; 0x0806ba43 in main (argc=2, argv=0xbfea9784) at main.c:815<br>

<br><br>CORE DUMP 2:<br><br>#0&nbsp; 0x080d578e in fm_status (qm=0xb5fc1000) at mem/f_malloc.c:512<br>512&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; for (f=qm-&gt;free_hash[h].first,j=0; f;<br>(gdb) bt<br>#0&nbsp; 0x080d578e in fm_status (qm=0xb5fc1000) at mem/f_malloc.c:512<br>

#1&nbsp; 0x08067018 in cleanup (show_status=1) at main.c:352<br>#2&nbsp; 0x08067a18 in handle_sigs () at main.c:519<br>#3&nbsp; 0x0806bb6e in main (argc=2, argv=0xbfea9784) at main.c:861<div><div></div><div class="Wj3C7c"><br><br><br><br>
<br><br><div class="gmail_quote">2009/1/15 Bogdan-Andrei Iancu <span dir="ltr">&lt;<a href="mailto:bogdan@voice-system.ro" target="_blank">bogdan@voice-system.ro</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Antonio,<br>
<br>
There is a SEG FAULT happening:<div><br>
 &nbsp; INFO:seas:dispatcher_main_loop: child process 20783 exited by a signal 11<br>
<br></div>
I guess 20783 is a SEAS specific module - could you check in the logs what are the last messages from this processes ? or do you have &nbsp;a core file from it?<div><br>
<br>
Regards,<br>
Bogdan<br>
<br>
Antonio Frongillo wrote:<br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
2009/1/15 Antonio Frongillo &lt;<a href="mailto:antonio@frogweb.it" target="_blank">antonio@frogweb.it</a> &lt;mailto:<a href="mailto:antonio@frogweb.it" target="_blank">antonio@frogweb.it</a>&gt;&gt;<div><div></div><div>

<br>
<br>
 &nbsp; &nbsp;I&#39;m trying to use OpenSips (configured with WeSip) to communicate<br>
 &nbsp; &nbsp;with Microsoft OCS 2007.<br>
 &nbsp; &nbsp;I&#39;m able to sends REGISTER and SUBSCRIBE to OCS from a Sip Servlet<br>
 &nbsp; &nbsp;without any problem.<br>
 &nbsp; &nbsp;Randomly (or at least it seems) the 200 OK returned by the<br>
 &nbsp; &nbsp;SUBSCRIBE, or one of the NOTIFYs sent by OCS after the<br>
 &nbsp; &nbsp;subscription makes OpenSips to crash:<br>
<br>
 &nbsp; &nbsp;Jan 15 11:33:42 [1933272943] INFO:seas:seas_sighandler: Child<br>
 &nbsp; &nbsp;stopped or terminated<br>
 &nbsp; &nbsp;Jan 15 11:33:42 [1933272943] INFO:seas:dispatcher_main_loop: child<br>
 &nbsp; &nbsp;process 20783 exited by a signal 11<br>
 &nbsp; &nbsp;Jan 15 11:33:42 [1933272943] WARNING:seas:dispatcher_main_loop:<br>
 &nbsp; &nbsp;client [shootist] leaving (Action Dispatcher Process died !)<br>
 &nbsp; &nbsp;Jan 15 11:33:42 [1933272943] INFO:seas:dispatcher_main_loop:<br>
 &nbsp; &nbsp;polling [2 ServSock] [1 pipe] [0 App Servers] [0 Uncomplete AS]<br>
 &nbsp; &nbsp;Jan 15 11:33:43 [20779] DBG:core:handle_tcp_child: dead tcp child<br>
 &nbsp; &nbsp;0 (pid 20771, no 0) (shutting down?)<br>
 &nbsp; &nbsp;Jan 15 11:33:43 [20779] DBG:core:io_watch_del: io_watch_del<br>
 &nbsp; &nbsp;(0x8174e80, 15, -1, 0x0) fd_no=16 called<br>
 &nbsp; &nbsp;Jan 15 11:33:43 [20779] CRITICAL:core:receive_fd: EOF on 17<br>
 &nbsp; &nbsp;Jan 15 11:33:43 [20779] DBG:core:handle_ser_child: dead child 7,<br>
 &nbsp; &nbsp;pid 20771 (shutting down?)<br>
 &nbsp; &nbsp;Jan 15 11:33:43 [20779] DBG:core:io_watch_del: io_watch_del<br>
 &nbsp; &nbsp;(0x8174e80, 17, -1, 0x0) fd_no=15 called<br>
<br>
<br>
 &nbsp; &nbsp;The SUBSCRIBE from OCS returns this 200 OK:<br>
<br>
 &nbsp; &nbsp;SIP/2.0 200 OK<br>
 &nbsp; &nbsp;Contact:<br>
 &nbsp; &nbsp;&lt;sip:OCSPool01.HMCINT.LOCAL;transport=tcp;ms-fe=HMCINTOCS.HMCINT.LOCAL&gt;<br>
 &nbsp; &nbsp;Authentication-Info: NTLM<br>
 &nbsp; &nbsp;rspauth=&quot;0100000070B14E017817E85DC230F2DF&quot;, srand=&quot;B91383E2&quot;,<br>
 &nbsp; &nbsp;snum=&quot;2&quot;, opaque=&quot;0FFEF1C7&quot;, qop=&quot;auth&quot;,<br>
 &nbsp; &nbsp;targetname=&quot;HMCINTOCS.HMCINT.LOCAL&quot;, realm=&quot;SIP Communications<br>
 &nbsp; &nbsp;Service&quot;<br>
 &nbsp; &nbsp;Content-Length: 8452<br>
 &nbsp; &nbsp;From: &quot;Uma<br>
 &nbsp; &nbsp;Thurman&quot;&lt;sip:uma.thurman@hmcint.local&gt;;transport=tcp;tag=D7DE4E07A70DEB0AF902F3F3ABBBA6D1<br>
 &nbsp; &nbsp;To: sip:uma.thurman@hmcint.local:5060;transport=tcp;tag=33280080<br>
 &nbsp; &nbsp;Call-ID: A19293DAF5E2116DE5D31992A298736<br>
 &nbsp; &nbsp;CSeq: 1 SUBSCRIBE<br>
 &nbsp; &nbsp;Via: SIP/2.0/TCP<br>
 &nbsp; &nbsp;10.107.109.108;branch=z9hG4bK398e.5338e871.0;ms-received-port=54613;ms-received-cid=6E00<br>
 &nbsp; &nbsp;Expires: 43200<br>
 &nbsp; &nbsp;Require: eventlist<br>
 &nbsp; &nbsp;Content-Type: application/vnd-microsoft-roaming-self+xml<br>
 &nbsp; &nbsp;Event: vnd-microsoft-roaming-self<br>
 &nbsp; &nbsp;subscription-state: active;expires=43200<br>
 &nbsp; &nbsp;ms-piggyback-cseq: 1<br>
 &nbsp; &nbsp;Supported: ms-benotify, ms-piggyback-first-notify<br>
<br>
 &nbsp; &nbsp;&lt;roamingData<br>
 &nbsp; &nbsp;xmlns=&quot;<a href="http://schemas.microsoft.com/2006/09/sip/roaming-self" target="_blank">http://schemas.microsoft.com/2006/09/sip/roaming-self</a>&quot;<br>
 &nbsp; &nbsp;xmlns:cat=&quot;<a href="http://schemas.microsoft.com/2006/09/sip/categories" target="_blank">http://schemas.microsoft.com/2006/09/sip/categories</a>&quot;<br>
 &nbsp; &nbsp;xmlns:con=&quot;<a href="http://schemas.microsoft.com/2006/09/sip/containers" target="_blank">http://schemas.microsoft.com/2006/09/sip/containers</a>&quot;<br>
 &nbsp; &nbsp;xmlns:sub=&quot;<a href="http://schemas.microsoft.com/2006/09/sip/presence-subscribers" target="_blank">http://schemas.microsoft.com/2006/09/sip/presence-subscribers</a>&quot;&gt;<br>
 &nbsp; &nbsp;&lt;categories<br>
 &nbsp; &nbsp;xmlns=&quot;<a href="http://schemas.microsoft.com/2006/09/sip/categories" target="_blank">http://schemas.microsoft.com/2006/09/sip/categories</a>&quot;<br>
 &nbsp; &nbsp;uri=&quot;sip:uma.thurman@hmcint.local&quot;&gt;<br>
 &nbsp; &nbsp;&lt;category name=&quot;calendarData&quot; instance=&quot;0&quot;<br>
 &nbsp; &nbsp;publishTime=&quot;2008-12-03T13:19:10.797&quot; container=&quot;32000&quot;<br>
 &nbsp; &nbsp;version=&quot;1&quot; expireType=&quot;static&quot;/&gt;<br>
 &nbsp; &nbsp;&lt;category name=&quot;calendarData&quot; instance=&quot;0&quot;<br>
 &nbsp; &nbsp;publishTime=&quot;2008-12-03T13:19:10.797&quot; container=&quot;100&quot; version=&quot;1&quot;<br>
 &nbsp; &nbsp;expireType=&quot;static&quot;/&gt;<br>
 &nbsp; &nbsp;&lt;category name=&quot;contactCard&quot; instance=&quot;0&quot;<br>
 &nbsp; &nbsp;publishTime=&quot;2008-12-03T13:18:55.133&quot; container=&quot;32000&quot;<br>
 &nbsp; &nbsp;version=&quot;4&quot; expireType=&quot;static&quot;&gt;<br>
 &nbsp; &nbsp;&lt;contactCard<br>
 &nbsp; &nbsp;xmlns=&quot;<a href="http://schemas.microsoft.com/2006/09/sip/contactcard" target="_blank">http://schemas.microsoft.com/2006/09/sip/contactcard</a>&quot; &gt;<br>
 &nbsp; &nbsp;&lt;identity &gt;<br>
 &nbsp; &nbsp;&lt;name &gt;<br>
 &nbsp; &nbsp;&lt;displayName &gt;<br>
 &nbsp; &nbsp;Uma Thurman&lt;/displayName&gt;<br>
 &nbsp; &nbsp;&lt;/name&gt;<br>
 &nbsp; &nbsp;&lt;email &gt;<br>
 &nbsp; &nbsp;uma.thurman@hmcint.local&lt;/email&gt;<br>
 &nbsp; &nbsp;&lt;/identity&gt;<br>
 &nbsp; &nbsp;&lt;/contactCard&gt;<br>
 &nbsp; &nbsp;&lt;/category&gt;<br>
 &nbsp; &nbsp;&lt;category name=&quot;contactCard&quot; instance=&quot;0&quot;<br>
 &nbsp; &nbsp;publishTime=&quot;2008-12-03T13:18:55.133&quot; container=&quot;400&quot; version=&quot;4&quot;<br>
 &nbsp; &nbsp;expireType=&quot;static&quot;&gt;<br>
 &nbsp; &nbsp;&lt;contactCard<br>
 &nbsp; &nbsp;xmlns=&quot;<a href="http://schemas.microsoft.com/2006/09/sip/contactcard" target="_blank">http://schemas.microsoft.com/2006/09/sip/contactcard</a>&quot; &gt;<br>
 &nbsp; &nbsp;&lt;identity &gt;<br>
 &nbsp; &nbsp;&lt;name &gt;<br>
 &nbsp; &nbsp;&lt;displayName &gt;<br>
 &nbsp; &nbsp;Uma Thurman&lt;/displayName&gt;<br>
 &nbsp; &nbsp;&lt;/name&gt;<br>
 &nbsp; &nbsp;&lt;email &gt;<br>
 &nbsp; &nbsp;uma.thurman@hmcint.local&lt;/email&gt;<br>
 &nbsp; &nbsp;&lt;/identity&gt;<br>
 &nbsp; &nbsp;&lt;/contactCard&gt;<br>
 &nbsp; &nbsp;&lt;/category&gt;<br>
 &nbsp; &nbsp;&lt;category name=&quot;contactCard&quot; instance=&quot;0&quot;<br>
 &nbsp; &nbsp;publishTime=&quot;2008-12-03T13:18:55.133&quot; container=&quot;300&quot; version=&quot;4&quot;<br>
 &nbsp; &nbsp;expireType=&quot;static&quot;&gt;<br>
 &nbsp; &nbsp;&lt;contactCard<br>
 &nbsp; &nbsp;xmlns=&quot;<a href="http://schemas.microsoft.com/2006/09/sip/contactcard" target="_blank">http://schemas.microsoft.com/2006/09/sip/contactcard</a>&quot; &gt;<br>
 &nbsp; &nbsp;&lt;identity &gt;<br>
 &nbsp; &nbsp;&lt;name &gt;<br>
 &nbsp; &nbsp;&lt;displayName &gt;<br>
 &nbsp; &nbsp;Uma Thurman&lt;/displayName&gt;<br>
 &nbsp; &nbsp;&lt;/name&gt;<br>
 &nbsp; &nbsp;&lt;email &gt;<br>
 &nbsp; &nbsp;uma.thurman@hmcint.local&lt;/email&gt;<br>
 &nbsp; &nbsp;&lt;/identity&gt;<br>
 &nbsp; &nbsp;&lt;/contactCard&gt;<br>
 &nbsp; &nbsp;&lt;/category&gt;<br>
 &nbsp; &nbsp;&lt;category name=&quot;contactCard&quot; instance=&quot;0&quot;<br>
 &nbsp; &nbsp;publishTime=&quot;2008-12-03T13:18:55.133&quot; container=&quot;200&quot; version=&quot;4&quot;<br>
 &nbsp; &nbsp;expireType=&quot;static&quot;&gt;<br>
 &nbsp; &nbsp;&lt;contactCard<br>
 &nbsp; &nbsp;xmlns=&quot;<a href="http://schemas.microsoft.com/2006/09/sip/contactcard" target="_blank">http://schemas.microsoft.com/2006/09/sip/contactcard</a>&quot; &gt;<br>
 &nbsp; &nbsp;&lt;identity &gt;<br>
 &nbsp; &nbsp;&lt;name &gt;<br>
 &nbsp; &nbsp;&lt;displayName &gt;<br>
 &nbsp; &nbsp;Uma Thurman&lt;/displayName&gt;<br>
 &nbsp; &nbsp;&lt;/name&gt;<br>
 &nbsp; &nbsp;&lt;email &gt;<br>
 &nbsp; &nbsp;uma.thurman@hmcint.local&lt;/email&gt;<br>
 &nbsp; &nbsp;&lt;/identity&gt;<br>
 &nbsp; &nbsp;&lt;/contactCard&gt;<br>
 &nbsp; &nbsp;&lt;/category&gt;<br>
 &nbsp; &nbsp;&lt;category name=&quot;contactCard&quot; instance=&quot;0&quot;<br>
 &nbsp; &nbsp;publishTime=&quot;2008-12-03T13:18:55.133&quot; container=&quot;100&quot; version=&quot;4&quot;<br>
 &nbsp; &nbsp;expireType=&quot;static&quot;&gt;<br>
 &nbsp; &nbsp;&lt;contactCard<br>
 &nbsp; &nbsp;xmlns=&quot;<a href="http://schemas.microsoft.com/2006/09/sip/contactcard" target="_blank">http://schemas.microsoft.com/2006/09/sip/contactcard</a>&quot; &gt;<br>
 &nbsp; &nbsp;&lt;identity &gt;<br>
 &nbsp; &nbsp;&lt;name &gt;<br>
 &nbsp; &nbsp;&lt;displayName &gt;<br>
 &nbsp; &nbsp;Uma Thurman&lt;/displayName&gt;<br>
 &nbsp; &nbsp;&lt;/name&gt;<br>
 &nbsp; &nbsp;&lt;email &gt;<br>
 &nbsp; &nbsp;uma.thurman@hmcint.local&lt;/email&gt;<br>
 &nbsp; &nbsp;&lt;/identity&gt;<br>
 &nbsp; &nbsp;&lt;/contactCard&gt;<br>
 &nbsp; &nbsp;&lt;/category&gt;<br>
 &nbsp; &nbsp;&lt;category name=&quot;contactCard&quot; instance=&quot;0&quot;<br>
 &nbsp; &nbsp;publishTime=&quot;2008-12-03T13:18:55.133&quot; container=&quot;0&quot; version=&quot;4&quot;<br>
 &nbsp; &nbsp;expireType=&quot;static&quot;&gt;<br>
 &nbsp; &nbsp;&lt;contactCard<br>
 &nbsp; &nbsp;xmlns=&quot;<a href="http://schemas.microsoft.com/2006/09/sip/contactcard" target="_blank">http://schemas.microsoft.com/2006/09/sip/contactcard</a>&quot; &gt;<br>
 &nbsp; &nbsp;&lt;identity &gt;<br>
 &nbsp; &nbsp;&lt;name &gt;<br>
 &nbsp; &nbsp;&lt;displayName &gt;<br>
 &nbsp; &nbsp;Uma Thurman&lt;/displayName&gt;<br>
 &nbsp; &nbsp;&lt;/name&gt;<br>
 &nbsp; &nbsp;&lt;email &gt;<br>
 &nbsp; &nbsp;uma.thurman@hmcint.local&lt;/email&gt;<br>
 &nbsp; &nbsp;&lt;/identity&gt;<br>
 &nbsp; &nbsp;&lt;/contactCard&gt;<br>
 &nbsp; &nbsp;&lt;/category&gt;<br>
 &nbsp; &nbsp;&lt;category name=&quot;note&quot; instance=&quot;0&quot;<br>
 &nbsp; &nbsp;publishTime=&quot;2008-12-03T13:19:10.797&quot; container=&quot;32000&quot;<br>
 &nbsp; &nbsp;version=&quot;1&quot; expireType=&quot;static&quot;/&gt;<br>
 &nbsp; &nbsp;&lt;category name=&quot;note&quot; instance=&quot;0&quot;<br>
 &nbsp; &nbsp;publishTime=&quot;2008-12-03T13:19:10.797&quot; container=&quot;100&quot; version=&quot;1&quot;<br>
 &nbsp; &nbsp;expireType=&quot;static&quot;/&gt;<br>
 &nbsp; &nbsp;&lt;category name=&quot;state&quot; instance=&quot;0&quot;<br>
 &nbsp; &nbsp;publishTime=&quot;2008-12-03T13:19:10.797&quot; container=&quot;32000&quot;<br>
 &nbsp; &nbsp;version=&quot;1&quot; expireType=&quot;static&quot;&gt;<br>
 &nbsp; &nbsp;&lt;state xmlns=&quot;<a href="http://schemas.microsoft.com/2006/09/sip/state" target="_blank">http://schemas.microsoft.com/2006/09/sip/state</a>&quot;<br>
 &nbsp; &nbsp;xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a>&quot;<br>
 &nbsp; &nbsp;manual=&quot;false&quot; xsi:type=&quot;aggregateState&quot; &gt;&lt;availability<br>
 &nbsp; &nbsp;&gt;18500&lt;/availability&gt;&lt;endpointLocation &gt;&lt;/endpointLocation&gt;&lt;/state&gt;<br>
 &nbsp; &nbsp;&lt;/category&gt;<br>
 &nbsp; &nbsp;&lt;category name=&quot;state&quot; instance=&quot;0&quot;<br>
 &nbsp; &nbsp;publishTime=&quot;2009-01-14T15:06:10.723&quot; container=&quot;400&quot; version=&quot;1&quot;<br>
 &nbsp; &nbsp;expireType=&quot;static&quot;&gt;<br>
 &nbsp; &nbsp;&lt;state xsi:type=&quot;aggregateState&quot; lastActive=&quot;2009-01-14T15:06:10&quot;<br>
 &nbsp; &nbsp;xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a>&quot;<br>
 &nbsp; &nbsp;xmlns=&quot;<a href="http://schemas.microsoft.com/2006/09/sip/state" target="_blank">http://schemas.microsoft.com/2006/09/sip/state</a>&quot;&gt;&lt;availability&gt;18000&lt;/availability&gt;&lt;/state&gt;<br>
 &nbsp; &nbsp;&lt;/category&gt;<br>
 &nbsp; &nbsp;&lt;category name=&quot;state&quot; instance=&quot;0&quot;<br>
 &nbsp; &nbsp;publishTime=&quot;2009-01-14T15:06:10.723&quot; container=&quot;300&quot; version=&quot;1&quot;<br>
 &nbsp; &nbsp;expireType=&quot;static&quot;&gt;<br>
 &nbsp; &nbsp;&lt;state xsi:type=&quot;aggregateState&quot; lastActive=&quot;2009-01-14T15:06:10&quot;<br>
 &nbsp; &nbsp;xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a>&quot;<br>
 &nbsp; &nbsp;xmlns=&quot;<a href="http://schemas.microsoft.com/2006/09/sip/state" target="_blank">http://schemas.microsoft.com/2006/09/sip/state</a>&quot;&gt;&lt;availability&gt;18000&lt;/availability&gt;&lt;/state&gt;<br>
 &nbsp; &nbsp;&lt;/category&gt;<br>
 &nbsp; &nbsp;&lt;category name=&quot;state&quot; instance=&quot;0&quot;<br>
 &nbsp; &nbsp;publishTime=&quot;2009-01-14T15:06:10.723&quot; container=&quot;200&quot; version=&quot;1&quot;<br>
 &nbsp; &nbsp;expireType=&quot;static&quot;&gt;<br>
 &nbsp; &nbsp;&lt;state xsi:type=&quot;aggregateState&quot;<br>
 &nbsp; &nbsp;xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a>&quot;<br>
 &nbsp; &nbsp;xmlns=&quot;<a href="http://schemas.microsoft.com/2006/09/sip/state" target="_blank">http://schemas.microsoft.com/2006/09/sip/state</a>&quot;&gt;&lt;availability&gt;18000&lt;/availability&gt;&lt;/state&gt;<br>
 &nbsp; &nbsp;&lt;/category&gt;<br>
 &nbsp; &nbsp;&lt;category name=&quot;state&quot; instance=&quot;0&quot;<br>
 &nbsp; &nbsp;publishTime=&quot;2009-01-14T15:06:10.723&quot; container=&quot;100&quot; version=&quot;1&quot;<br>
 &nbsp; &nbsp;expireType=&quot;static&quot;&gt;<br>
 &nbsp; &nbsp;&lt;state xsi:type=&quot;aggregateState&quot;<br>
 &nbsp; &nbsp;xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a>&quot;<br>
 &nbsp; &nbsp;xmlns=&quot;<a href="http://schemas.microsoft.com/2006/09/sip/state" target="_blank">http://schemas.microsoft.com/2006/09/sip/state</a>&quot;&gt;&lt;availability&gt;18000&lt;/availability&gt;&lt;/state&gt;<br>
 &nbsp; &nbsp;&lt;/category&gt;<br>
 &nbsp; &nbsp;&lt;category name=&quot;state&quot; instance=&quot;0&quot;<br>
 &nbsp; &nbsp;publishTime=&quot;2009-01-14T15:06:10.723&quot; container=&quot;3&quot; version=&quot;1&quot;<br>
 &nbsp; &nbsp;expireType=&quot;static&quot;&gt;<br>
 &nbsp; &nbsp;&lt;state xsi:type=&quot;aggregateState&quot; lastActive=&quot;2009-01-14T15:06:10&quot;<br>
 &nbsp; &nbsp;xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a>&quot;<br>
 &nbsp; &nbsp;xmlns=&quot;<a href="http://schemas.microsoft.com/2006/09/sip/state" target="_blank">http://schemas.microsoft.com/2006/09/sip/state</a>&quot;&gt;&lt;availability&gt;18000&lt;/availability&gt;&lt;/state&gt;<br>
 &nbsp; &nbsp;&lt;/category&gt;<br>
 &nbsp; &nbsp;&lt;category name=&quot;state&quot; instance=&quot;0&quot;<br>
 &nbsp; &nbsp;publishTime=&quot;2009-01-14T15:06:10.723&quot; container=&quot;2&quot; version=&quot;1&quot;<br>
 &nbsp; &nbsp;expireType=&quot;static&quot;&gt;<br>
 &nbsp; &nbsp;&lt;state xsi:type=&quot;aggregateState&quot; lastActive=&quot;2009-01-14T15:06:10&quot;<br>
 &nbsp; &nbsp;xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a>&quot;<br>
 &nbsp; &nbsp;xmlns=&quot;<a href="http://schemas.microsoft.com/2006/09/sip/state" target="_blank">http://schemas.microsoft.com/2006/09/sip/state</a>&quot;&gt;&lt;availability&gt;18000&lt;/availability&gt;&lt;/state&gt;<br>
 &nbsp; &nbsp;&lt;/category&gt;<br>
 &nbsp; &nbsp;&lt;category name=&quot;routing&quot; instance=&quot;0&quot;<br>
 &nbsp; &nbsp;publishTime=&quot;2008-12-03T13:19:10.707&quot; container=&quot;32000&quot;<br>
 &nbsp; &nbsp;version=&quot;1&quot; expireType=&quot;static&quot;&gt;<br>
 &nbsp; &nbsp;&lt;routing xmlns=&quot;<a href="http://schemas.microsoft.com/02/2006/sip/routing" target="_blank">http://schemas.microsoft.com/02/2006/sip/routing</a>&quot;<br>
 &nbsp; &nbsp;name=&quot;rtcdefault&quot; version=&quot;1&quot; &gt;&lt;preamble &gt;&lt;flags<br>
 &nbsp; &nbsp;name=&quot;clientflags&quot; value=&quot;block&quot; &gt;&lt;/flags&gt;&lt;/preamble&gt;&lt;/routing&gt;<br>
 &nbsp; &nbsp;&lt;/category&gt;<br>
 &nbsp; &nbsp;&lt;category name=&quot;legacyInterop&quot; instance=&quot;0&quot;<br>
 &nbsp; &nbsp;publishTime=&quot;2008-12-03T13:18:55.133&quot; container=&quot;32000&quot;<br>
 &nbsp; &nbsp;version=&quot;4&quot; expireType=&quot;static&quot;&gt;<br>
 &nbsp; &nbsp;&lt;legacyInterop availability=&quot;18500&quot; /&gt;<br>
 &nbsp; &nbsp;&lt;/category&gt;<br>
 &nbsp; &nbsp;&lt;category name=&quot;legacyInterop&quot; instance=&quot;0&quot;<br>
 &nbsp; &nbsp;publishTime=&quot;2009-01-14T15:06:10.723&quot; container=&quot;400&quot; version=&quot;1&quot;<br>
 &nbsp; &nbsp;expireType=&quot;static&quot;&gt;<br>
 &nbsp; &nbsp;&lt;legacyInterop availability=&quot;18000&quot; /&gt;<br>
 &nbsp; &nbsp;&lt;/category&gt;<br>
 &nbsp; &nbsp;&lt;category name=&quot;legacyInterop&quot; instance=&quot;0&quot;<br>
 &nbsp; &nbsp;publishTime=&quot;2009-01-14T15:06:10.723&quot; container=&quot;300&quot; version=&quot;1&quot;<br>
 &nbsp; &nbsp;expireType=&quot;static&quot;&gt;<br>
 &nbsp; &nbsp;&lt;legacyInterop availability=&quot;18000&quot; /&gt;<br>
 &nbsp; &nbsp;&lt;/category&gt;<br>
 &nbsp; &nbsp;&lt;category name=&quot;legacyInterop&quot; instance=&quot;0&quot;<br>
 &nbsp; &nbsp;publishTime=&quot;2009-01-14T15:06:10.723&quot; container=&quot;200&quot; version=&quot;1&quot;<br>
 &nbsp; &nbsp;expireType=&quot;static&quot;&gt;<br>
 &nbsp; &nbsp;&lt;legacyInterop availability=&quot;18000&quot; /&gt;<br>
 &nbsp; &nbsp;&lt;/category&gt;<br>
 &nbsp; &nbsp;&lt;category name=&quot;legacyInterop&quot; instance=&quot;0&quot;<br>
 &nbsp; &nbsp;publishTime=&quot;2009-01-14T15:06:10.723&quot; container=&quot;100&quot; version=&quot;1&quot;<br>
 &nbsp; &nbsp;expireType=&quot;static&quot;&gt;<br>
 &nbsp; &nbsp;&lt;legacyInterop availability=&quot;18000&quot; /&gt;<br>
 &nbsp; &nbsp;&lt;/category&gt;<br>
 &nbsp; &nbsp;&lt;category name=&quot;services&quot; instance=&quot;0&quot;<br>
 &nbsp; &nbsp;publishTime=&quot;2008-12-03T13:19:10.797&quot; container=&quot;32000&quot;<br>
 &nbsp; &nbsp;version=&quot;1&quot; expireType=&quot;static&quot;&gt;<br>
 &nbsp; &nbsp;&lt;services xmlns=&quot;<a href="http://schemas.microsoft.com/2006/09/sip/service" target="_blank">http://schemas.microsoft.com/2006/09/sip/service</a>&quot;<br>
 &nbsp; &nbsp;&gt;&lt;/services&gt;<br>
 &nbsp; &nbsp;&lt;/category&gt;<br>
 &nbsp; &nbsp;&lt;category name=&quot;userInformation&quot; instance=&quot;0&quot;<br>
 &nbsp; &nbsp;publishTime=&quot;2008-12-10T10:12:32.427&quot; container=&quot;1&quot; version=&quot;1&quot;<br>
 &nbsp; &nbsp;expireType=&quot;static&quot;&gt;<br>
 &nbsp; &nbsp;&lt;userInformation<br>
 &nbsp; &nbsp;xmlns=&quot;<a href="http://schemas.microsoft.com/2006/09/sip/options/userInformation" target="_blank">http://schemas.microsoft.com/2006/09/sip/options/userInformation</a>&quot;<br>
 &nbsp; &nbsp;&gt;&lt;phones &gt;&lt;phone type=&quot;work&quot; &gt;&lt;readOnly<br>
 &nbsp; &nbsp;&gt;true&lt;/readOnly&gt;&lt;displayString &gt;306&lt;/displayString&gt;&lt;uri<br>
 &nbsp; &nbsp;&gt;tel:306;phone-context=dialstring&lt;/uri&gt;&lt;/phone&gt;&lt;phone<br>
 &nbsp; &nbsp;type=&quot;mobile&quot; &gt;&lt;/phone&gt;&lt;phone type=&quot;home&quot; &gt;&lt;/phone&gt;&lt;phone<br>
 &nbsp; &nbsp;type=&quot;other&quot; &gt;&lt;/phone&gt;&lt;/phones&gt;&lt;/userInformation&gt;<br>
 &nbsp; &nbsp;&lt;/category&gt;<br>
 &nbsp; &nbsp;&lt;category name=&quot;userProperties&quot; instance=&quot;0&quot;<br>
 &nbsp; &nbsp;publishTime=&quot;2008-12-03T13:18:55.133&quot; container=&quot;1&quot; version=&quot;4&quot;<br>
 &nbsp; &nbsp;expireType=&quot;static&quot;&gt;<br>
 &nbsp; &nbsp;&lt;userProperties &gt;<br>
 &nbsp; &nbsp;&lt;lines &gt;<br>
 &nbsp; &nbsp;&lt;line lineType=&quot;Uc&quot; &gt;<br>
 &nbsp; &nbsp;tel:306&lt;/line&gt;<br>
 &nbsp; &nbsp;&lt;/lines&gt;<br>
 &nbsp; &nbsp;&lt;telephonyMode &gt;<br>
 &nbsp; &nbsp;Uc&lt;/telephonyMode&gt;<br>
 &nbsp; &nbsp;&lt;/userProperties&gt;<br>
 &nbsp; &nbsp;&lt;/category&gt;<br>
 &nbsp; &nbsp;&lt;/categories&gt;<br>
 &nbsp; &nbsp;&lt;containers<br>
 &nbsp; &nbsp;xmlns=&quot;<a href="http://schemas.microsoft.com/2006/09/sip/containers" target="_blank">http://schemas.microsoft.com/2006/09/sip/containers</a>&quot;&gt;<br>
 &nbsp; &nbsp;&lt;container id=&quot;32000&quot; version=&quot;0&quot;/&gt;<br>
 &nbsp; &nbsp;&lt;container id=&quot;400&quot; version=&quot;0&quot;/&gt;<br>
 &nbsp; &nbsp;&lt;container id=&quot;300&quot; version=&quot;0&quot;/&gt;<br>
 &nbsp; &nbsp;&lt;container id=&quot;200&quot; version=&quot;1&quot;&gt;<br>
 &nbsp; &nbsp;&lt;member type=&quot;sameEnterprise&quot;/&gt;<br>
 &nbsp; &nbsp;&lt;/container&gt;<br>
 &nbsp; &nbsp;&lt;container id=&quot;100&quot; version=&quot;1&quot;&gt;<br>
 &nbsp; &nbsp;&lt;member type=&quot;federated&quot;/&gt;<br>
 &nbsp; &nbsp;&lt;/container&gt;<br>
 &nbsp; &nbsp;&lt;container id=&quot;3&quot; version=&quot;0&quot;/&gt;<br>
 &nbsp; &nbsp;&lt;container id=&quot;2&quot; version=&quot;0&quot;/&gt;<br>
 &nbsp; &nbsp;&lt;container id=&quot;1&quot; version=&quot;0&quot;/&gt;<br>
 &nbsp; &nbsp;&lt;container id=&quot;0&quot; version=&quot;0&quot;&gt;<br>
 &nbsp; &nbsp;&lt;member type=&quot;everyone&quot;/&gt;<br>
 &nbsp; &nbsp;&lt;/container&gt;<br>
 &nbsp; &nbsp;&lt;/containers&gt;<br>
 &nbsp; &nbsp;&lt;subscribers<br>
 &nbsp; &nbsp;xmlns=&quot;<a href="http://schemas.microsoft.com/2006/09/sip/presence-subscribers" target="_blank">http://schemas.microsoft.com/2006/09/sip/presence-subscribers</a>&quot;/&gt;<br>
 &nbsp; &nbsp;&lt;/roamingData&gt;<br>
<br>
<br>
<br>
<br>
 &nbsp; &nbsp;This message makes OpenSips crash on<br>
<br>
 &nbsp; &nbsp;2009/1/15 Bogdan-Andrei Iancu &lt;<a href="mailto:bogdan@voice-system.ro" target="_blank">bogdan@voice-system.ro</a><br></div></div>
 &nbsp; &nbsp;&lt;mailto:<a href="mailto:bogdan@voice-system.ro" target="_blank">bogdan@voice-system.ro</a>&gt;&gt;<div><br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Hi Antonio,<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Could you detail a bit please ? who is receiving the 200 OK<br>
 &nbsp; &nbsp; &nbsp; &nbsp;and from where... What is the actual error? Also please<br>
 &nbsp; &nbsp; &nbsp; &nbsp;describe your scenario.<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Regards,<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Bogdan<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Antonio Frongillo wrote:<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Hi,<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;I&#39;m experiencing an error in receiving 200 OK of REGISTER<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;requests where are set several Contact Header.<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;According to Sip Servlet specification it should be<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;possible to receive messages with more than one Contact<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Header, actually I saw that with 8 Contact Header OpenSips<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;crash always, with 2-3 Contact Header it seems to be stable.<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Could it be a bug or I&#39;m missing something?<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Thanks in advance<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Antonio<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;------------------------------------------------------------------------<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;_______________________________________________<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Users mailing list<br></div>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a> &lt;mailto:<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a>&gt;<div>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br>
<br>
<br>
<br>
------------------------------------------------------------------------<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org" target="_blank">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>
 &nbsp;<br>
</div></blockquote>
<br>
</blockquote></div><br>
</div></div></blockquote></div><br>