On Thursday 07 July 2011, Roberto Fichera wrote:
Do you know what does means the warning below? [..] 68.2.50 Jul 6 11:54:17 roberto /usr/sbin/kamailio[20457]: WARNING: dialog [dlg_handlers.c:884]: unable to find dialog for NOTIFY with route param '7d2.14447fc4' [727:1291273281]
This means that the module can't find an existing (stored) dialog for the routed message in question, in this case a NOTIFY.
Does this depends by the fact of own the dlg_bridge() works? And in case, how can I solve that problem?
Hi Roberto,
I'm not 100% sure, I'm not the expert for dlg_bridge.. To be more specific (after discussion with Timo..) - the warning is emmited if the module can't find the dialog with the ID added as a route parameter to the respective message. One particiular reason is (if you don't store the dialogs in a database) a simple kamailio restart, then all existing dialog information is lost.
Best regards,
Henning