Hi<br><br>
We are in the process of developing a branch for Kamailio IMS extensions held at <b>jason.penton/kamailio_ims_extensions </b>branch in the GIT repository.  This branch largely originates from the Open IMS Core project and Carsten 
Block&#39;s Kamailio IMS branch with the 
intention of using core, tried and tested Kamailio modules (dialog, 
registrar, tm, usrloc, etc.) in place of the custom defined functionality in the
 Open
 IMS Core project.<br>
<br>
In the coming weeks we will push modules and cfg files to this branch to implement basic xCSCF functionality, so watch this space.<br>
<br>
Right now the branch includes stock standard Kamailio 3.3.x with an overhauled dialog2 module which is central to the functionality of the xCSCFs; and a slightly modified rr module (one additional method exposed to add mo/mt to the record-route). <br>


<br>
The dialog2 module implements the new dialog design according to: <a href="http://www.kamailio.org/dokuwiki/doku.php/modules-new-design:dialog-module-design" target="_blank">http://www.kamailio.org/dokuwiki/doku.php/modules-new-design:dialog-module-design</a>. This allows for forked calls, concurrently confirmed calls and proxy 
initiated dialog termination for early and confirmed dialogs.<br>
<ul><li>For 
each dialog there is now a dlg_cell structure with one or more dlg_out 
cell structures.  <br>
  </li><li>Forked calls have multiple dlg_out structures; once a 
call is confirmed all other dlg_out structures are removed except for 
the confirmed one.</li><li>Concurrent calls are allowed where multiple dialogs are confirmed at the
 same time - in this case a dlg_cell structure is created for each 
confirmed dialog.  <br>
  </li><li>Dialog&#39;s can be terminated as in the 
previous dialog module from mi, api and cfg; but this now also caters for terminating early 
state / unconfirmed dialogs.<br>
  </li></ul>


Still TO DO: Integrate old dialog functionality for dialog transfer, 
dialog database management, statistics and RPC functions and general bug fixes as they come up.<br>
API changes: Two new exposed methods <i>get_current_dialog</i> and <i>terminate_dlg_with_id</i><br>
<br>
We want to get as many eyes on the code as possible to get it integrated into the master branch ASAP. <br>
<br>
Regards<br>
Richard.