THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task is now closed:
FS#158 - Changing R-URI in dialog-info PUBLISH in event_route[tm:local-request]
User who did this - Daniel-Constantin Mierla (miconda)
Reason for closing: Fixed
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=158
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#158 - Changing R-URI in dialog-info PUBLISH in event_route[tm:local-request]
User who did this - Daniel-Constantin Mierla (miconda)
----------
Apparently the r-uri was added to the request only when some changes were done over headers or body. I committed a patch to master to rebuild the msg buffer in case only r-uri is changed.
----------
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=158#comment1607
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.
Module: sip-router
Branch: master
Commit: dbd8ea9b1fa216e59d4c36e2eb4b671202824259
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=dbd8ea9…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Mon Sep 1 23:36:25 2014 +0200
tm: rebuild the local request if uri was changed in event route
- rebuild was done only on changes over headers and body, with an
eventual new r-uri being used in that case
- no should work also when only r-uri is changed
- closes FS#158
---
modules/tm/uac.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/modules/tm/uac.c b/modules/tm/uac.c
index cf78a78..798fe9a 100644
--- a/modules/tm/uac.c
+++ b/modules/tm/uac.c
@@ -443,7 +443,8 @@ static inline int t_uac_prepare(uac_req_t *uac_r,
} else {
normal_update:
- if (unlikely(lreq.add_rm || lreq.body_lumps)) {
+ if (unlikely(lreq.add_rm || lreq.body_lumps
+ || lreq.new_uri.s)) {
LM_DBG("apply new updates without Via to sip msg\n");
buf1 = build_req_buf_from_sip_req(&lreq,
(unsigned int*)&buf_len1,
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task is now closed:
FS#194 - Record-Route and msg_apply_changes()
User who did this - Daniel-Constantin Mierla (miconda)
Reason for closing: Fixed
Additional comments about closing: mag_apply_changes() was updated a while ago to check if record_route() was used before and fail in that case.
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=194
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 is now closed:
FS#107 - UAC outgoing registration stability
User who did this - Daniel-Constantin Mierla (miconda)
Reason for closing: Implemented
Additional comments about closing: Reload implemented, cseq incremented.
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=107
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 is now closed:
FS#443 - db_unixodbc cannot load more than 1024 bytes from a database field (patch supplied)
User who did this - Daniel-Constantin Mierla (miconda)
Reason for closing: Implemented
Additional comments about closing: Patch pushed to master branch.
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=443
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 is now closed:
FS#462 - force_send_socket in event route tm:local-request
User who did this - Daniel-Constantin Mierla (miconda)
Reason for closing: Implemented
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=462
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#462 - force_send_socket in event route tm:local-request
User who did this - Daniel-Constantin Mierla (miconda)
----------
Thanks, patch applied with some extra comments and few adjustments.
----------
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=462#comment1606
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.