Do you use DB persistence for dialogs ? Do you see the dialogs as being 
restored after OpenSIPS restart ?
The pua_dialoginfo module is registering a callback ( __dialog_loaded() ) for 
the DLGCB_LOADED event (when a dialog is loaded from DB) - and in this callback 
the module restores the callback on the dialog (the dlg values are 
automatically restored by the dialog module).
With some simple debug logs, please check if the __dialog_loaded() callback is 
triggered on load and if, sequentially, the rest of the dialog related 
callbacks ( __dialog_sendpublish() ) are triggered in the module.

Thanks, Bogdan

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/240#issuecomment-44552265
_______________________________________________
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Reply via email to