Hi all,<div><br></div><div>I want to end dialog (Kamailio sends BYE to both parties) that is lasting longer then some defined time. everything is working fine when using old fix_nated_contact function, but when using new add_contact_alias function kamailio sends BYE to private addresses. </div>
<div><br></div><div><div>1. &quot;kamctl fifo dlg_list&quot; output when using fix_nated_contact():<br></div><div><br></div><div><div> caller_contact:: sip:bob@PUBLIC_IP:50784</div><div> callee_contact:: sip:alice@PUBLIC_IP:64472</div>
</div></div><div><br></div><div>2. &quot;kamctl fifo dlg_list&quot; output when using add_contact_alias():<br></div><div><div><br></div><div>caller_contact:: <a href="http://sip:bob@10.2.5.206:10000">sip:bob@10.2.5.206:10000</a></div>
<div>callee_contact:: <a href="http://sip:alice@10.2.5.205:20000">sip:alice@10.2.5.205:20000</a></div></div><div><br></div><div><br></div><div>dlg_manag() doesn&#39;t store contact alias for caller and callee so Kamailio is sending BYE to private addresses. Am I doing something wrong or I can&#39;t use possibility of ending dialog with contact aliases?</div>
<div><br></div><div>Thank you </div><div><br></div><div>Pavel</div>