<div dir="auto">Hello Everybody,<br>
In during developing new module in Kamailio, I encountered with strange thing. I used htable module instead of linked list for save some temporary data during call process.dependencies module to save some information. the skeleton of my code is like thus:<br>
<br>
if (SIP_REQUEST &METHOD_INVITE) {<div dir="auto">          insert_data_htable("some data");</div><div dir="auto">          other_process(msg);<br>}else if(SIP_REPLY){</div><div dir="auto">         get_data_htable("some data");</div><div dir="auto">         other_process(msg);</div><div dir="auto">}</div><div dir="auto">In other_process function i have some changes in msg's body with message lump.</div><div dir="auto">But after i make first call in kamailio. The kamailio was crashed.What is it's problem?</div><div dir="auto">In additional if i comment either insert/get_data_htable function or othet_process function, i dont have this issue.</div><div dir="auto">With best regards.<br>
<br>
-- <br>
--Mojtaba Esfandiari.S<br></div></div>