THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#187 - Error in generating Publush with state confirmed at recived 200OK package.
User who did this - Tomek Kotecki (koteckit)
----------
We noticed the problem in the function of the switch and applied the patch:
+--- kamailio-3.2.1/modules_k/pua_dialoginfo/pua_dialoginfo.c 2011-12-01
14:31:12.000000000 +0000
++++ kamailio-3.2.1-new/modules_k/pua_dialoginfo/pua_dialoginfo.c 2011-12-27
13:28:26.970458641 +0000
+@@ -230,6 +230,7 @@
+ break;
+ case DLGCB_CONFIRMED:
+ case DLGCB_REQ_WITHIN:
++ case DLGCB_CONFIRMED_NA:
+ LM_DBG("dialog confirmed, from=%.*s\n",
dlginfo->from_uri.len, dlginfo->from_uri.s);
+ dialog_publish("confirmed", &(dlginfo->from_uri),
&uri, &(dlginfo->callid), 1, dlginfo->lifetime, 0, 0,
&(dlginfo->from_contact), &target);
+ dialog_publish("confirmed", &uri,
&(dlginfo->from_uri), &(dlginfo->callid), 0, dlginfo->lifetime, 0, 0,
&target, &(dlginfo->from_contact));
Patch solves the problem.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=187#comment4…
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.