Yes thanks, that solved the problem. Jan
On Sat, Sep 29, 2018 at 9:00 AM Federico Cabiddu <[email protected]> wrote: > Hi, > This is the standard behavior of dialog module. If you don't want the > timer to be reset when an in-dialog message is received, you have to use > the timeout_noreset param > http://www.kamailio.org/docs/modules/devel/modules/dialog.html#dialog.p.timeout_noreset > . > > Best regards, > > Federico > > On Sat, 29 Sep 2018, 08:44 , <[email protected]> wrote: > >> Hello, >> >> I have a issue with setting the dialog timeout for a call. It works fine >> until i receive a re-INVITE. The re-INVITE seems to reset the dialog >> timeout back to the default value configured in the module parameters >> (7200 in my case). >> >> I use "dlg_set_timeout("900");" to set the timeout to 900 seconds. When >> i receive a re-INVITE i see the following in the debug logs: >> >> DEBUG: dialog [dlg_handlers.c:647]: get_dlg_timeout(): invalid AVP >> value, using default timeout >> >> >> This happens even with the "timeout_avp" module parameter disabled. I'm >> running kamailio 5.1.3. >> >> >> >> Thanks, >> >> Jan >> >> _______________________________________________ >> Kamailio (SER) - Users Mailing List >> [email protected] >> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users >> > _______________________________________________ > Kamailio (SER) - Users Mailing List > [email protected] > https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users >
_______________________________________________ Kamailio (SER) - Users Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
