dlg_manage() is to be called _only_ for initial INVITEs.  Once the
dialog is created, all the subsequent in-dialog requests will be
automatically handled:
http://www.kamailio.org/docs/modules/3.1.x/modules_k/dialog.html#id2715451

Calling dlg_manage() on requests that are not generating a SIP dialog
or for requests that are already part of an existing dialog is useless
(it's a noop).


Regards,
Ovidiu Sas

On Thu, Oct 14, 2010 at 12:22 PM, Nathan Angelacos <nan...@nothome.org> wrote:
> Actually, you want dlg_manage() to be called for every message, not just
> "INVITES"
>
>  route {
>        dlg_manage();
>        }

_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Reply via email to