Hi guys,<br><br>To fix the std IMS extenstions, simply remove the Client_Ro module from Carsten&#39;s. This is a module we wrote which we gave to Carsten a while back. It requires some internals of the dialog module to be exposed via the API, like get_dlg, un/ref, etc. We are busy re-writing the Ro module based on a new dialog module that we have written. We are planning to start pushing all of our changes to a separate branch early next week.<br>
<br>However, in the meantime, it would probably be best to simply remove Client_Ro from Carsten&#39;s branch and use his branch. Our branch will be *very* different from the std. openimscore code. We set out to re-use existing functionality of the Kamailio platform, for example, dialog, usrloc, registrar, etc. So effectively, our branch will not be what you are used to, but would welcome testers and developers alike to jump into the branch once we push it, and hopefully we can get everything in before 3.3.0 :D<br>
<br>I don&#39;t think there will be much use for people to use our Client_Ro just yet anyway as you will need an OCS (online charging server), which is not part of the openimscore, so removing it from Carsten&#39;s branch to compile wont cost you any openimscore-specific functionality.<br>
<br>Hope this helps<br>Cheers<br>Jason<br><br><div class="gmail_quote">On Thu, Oct 13, 2011 at 11:54 PM, kamal koubaa <span dir="ltr">&lt;<a href="mailto:kamal.koubaa@gmail.com">kamal.koubaa@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hello all,<br>
<br>
Alexis, in an other topic in the mailing list : subject &quot;IMS branch&quot;,<br>
Jason said they&#39;ll release their last work in the few coming days, so<br>
we keep waiting.<br>
<br>
me too had the same errors when trying to compile kamailio with ims<br>
modules, these are the errors :<br>
CC (gcc) [M Client_Ro.so]               ccr.o<br>
CC (gcc) [M Client_Ro.so]               diameter_ro.o<br>
CC (gcc) [M Client_Ro.so]               ims_ro.o<br>
ims_ro.c: In function ‘send_ccr_interim’:<br>
ims_ro.c:594:42: error: ‘AVP_EPC_User_Equipment_Info_Type_MAC’<br>
undeclared (first use in this function)<br>
ims_ro.c:594:42: note: each undeclared identifier is reported only<br>
once for each function it appears in<br>
ims_ro.c: In function ‘send_ccr_stop’:<br>
ims_ro.c:749:42: error: ‘AVP_EPC_User_Equipment_Info_Type_MAC’<br>
undeclared (first use in this function)<br>
ims_ro.c: In function ‘Ro_Send_CCR’:<br>
ims_ro.c:831:17: error: ‘struct dlg_binds’ has no member named ‘get_dlg’<br>
ims_ro.c:835:15: error: ‘struct dlg_binds’ has no member named ‘unref_dlg’<br>
ims_ro.c:886:42: error: ‘AVP_EPC_User_Equipment_Info_Type_MAC’<br>
undeclared (first use in this function)<br>
make[1]: *** [ims_ro.o] Error 1<br>
make: *** [modules] Error 1<br>
<br>
<br>
<br>
<br>