Hey,
On 14.10.2010 18:22, Nathan Angelacos wrote:
Actually, you want dlg_manage() to be called for every message, not just "INVITES"
route { dlg_manage(); }
[...]
Are you sure dlg_manage() is really required to be called on every message of the dialog (or supposed to be used that way)?
If you look at dialog.c, w_dlg_manage() simply call's dlg_handlers.c's dlg_new_dialog() which is also called for new INVITE messages when the flag is set. So AFAICS, it should set up dialog tracking quite similarly and have it work without any further interaction.
Cheers,
--Timo