One thing to do is write a script that will check your dialogs and how long they have been active. If they are older than X then delete the dialogs. You can use the "opensipsctl fifo dlg_end_dlg" to kill the dialogs.
<br />
<br />On Mar 30, 2011 11:24am, Brett Nemeroff <brett@nemeroff.com> wrote:
<br />> Hello All,I've seen some incompatibilities pop up from time to time that leave dialogs in the invalid "CONFIRMED NO ACK" state. In general I'd like to end dialogs that stay in this state for more than X seconds. The idea is, either become confirmed, or die.
<br />>
<br />>
<br />>
<br />>
<br />>
<br />>
<br />>
<br />>
<br />> I can't figure out how to do this. Originally I was going to use dialog timeouts. Set a short timeout (60 seconds) until the dialog becomes confirmed, but then change the dialog timeout to a long timeout (2 hours) once confirmed. But it doesn't seem like I can do that since the dialog timeout_avp can only be changed during a REQUEST (per docs).
<br />>
<br />>
<br />>
<br />>
<br />>
<br />>
<br />>
<br />>
<br />> Any ideas?
<br />>
<br />> Thanks,
<br />> Brett
<br />>
<br />>
<br />>
<br />>
<br />>