THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#282 - Dialog bugs
User who did this - Eduardo Lejarreta (lejarreta.e)
----------
--- dlg_handlers.c 2013-04-04 18:02:35.384044770 +0200
+++ dlg_handlersOriginal.c.bck 2013-04-04 16:12:07.479105753 +0200
@@ -1177,10 +1177,9 @@
&& new_state==DLG_STATE_CONFIRMED) {
timeout = get_dlg_timeout(req);
- //if (timeout!=default_timeout) {
+ if (timeout!=default_timeout) {
dlg->lifetime = timeout;
- //}
- //LM_INFO("PASO POR RE-INVITE dlg->lifetime: %u timeout: %u default_timeout: %u\n", dlg->lifetime, timeout, default_timeout);
+ }
if (update_dlg_timer( &dlg->tl, dlg->lifetime )==-1) {
LM_ERR("failed to update dialog lifetime\n");
}
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=282#comment855
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#288 - app_lua: added sr.xavp.get_keys function
User who did this - Víctor Seva (linuxmaniac)
----------
Functions sr.xavp.get_keys and sr.xavp.get documented in the wiki:
https://www.kamailio.org/wiki/embeddedapi/devel/lua
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=288#comment853
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.