<div dir="ltr">Thanks Daniel!</div><br><div class="gmail_quote"><div dir="ltr">On Thu, 15 Sep 2016 at 12:34 Daniel-Constantin Mierla <<a href="mailto:miconda@gmail.com">miconda@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
fyi: I renamed the API structure exported by the ims_dialog module<br>
because it was using same name as the dialog module, but they were no<br>
longer compatible, given the changes since ims_dialog was forked from<br>
dialog module. That exposed the risk of modules compiled to use the<br>
dialog api module to mistakenly load ims_module api at runtime and<br>
access pointers in the structure which were no longer at the same<br>
position and with the same meaning.<br>
<br>
I think I updated all the other modules depending on ims_module api, if<br>
you discover some troubles, reportem them.<br>
<br>
In short: the old 'struct dlg_binds' is replaced by type 'ims_dlg_api_t'<br>
(or 'struct ims_dlg_bind') and load_dlg_api() function was replaced by<br>
load_ims_dlg_api().<br>
<br>
Cheers,<br>
Daniel<br>
<br>
--<br>
Daniel-Constantin Mierla<br>
<a href="http://www.asipto.com" rel="noreferrer" target="_blank">http://www.asipto.com</a> - <a href="http://www.kamailio.org" rel="noreferrer" target="_blank">http://www.kamailio.org</a><br>
<a href="http://twitter.com/#!/miconda" rel="noreferrer" target="_blank">http://twitter.com/#!/miconda</a> - <a href="http://www.linkedin.com/in/miconda" rel="noreferrer" target="_blank">http://www.linkedin.com/in/miconda</a><br>
<br>
<br>
_______________________________________________<br>
sr-dev mailing list<br>
<a href="mailto:sr-dev@lists.sip-router.org" target="_blank">sr-dev@lists.sip-router.org</a><br>
<a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev" rel="noreferrer" target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev</a><br>
</blockquote></div>