[SR-Users] Dialog Module - how???

Ovidiu Sas osas at voipembedded.com
Thu Oct 14 19:00:41 CEST 2010


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 <nangel at nothome.org> wrote:
> Actually, you want dlg_manage() to be called for every message, not just
> "INVITES"
>
>  route {
>        dlg_manage();
>        }



More information about the sr-users mailing list