[sr-dev] git:master:e5254795: presence: update record_route in database

lazedo luis.azedo at factorlusitano.com
Sat Dec 9 12:34:18 CET 2017


Module: kamailio
Branch: master
Commit: e52547956462ad53032be95ff5f2701785dfdd2a
URL: https://github.com/kamailio/kamailio/commit/e52547956462ad53032be95ff5f2701785dfdd2a

Author: lazedo <luis.azedo at factorlusitano.com>
Committer: lazedo <luis.azedo at factorlusitano.com>
Date: 2017-12-09T11:34:13Z

presence: update record_route in database

---

Modified: src/modules/presence/subscribe.c

---

Diff:  https://github.com/kamailio/kamailio/commit/e52547956462ad53032be95ff5f2701785dfdd2a.diff
Patch: https://github.com/kamailio/kamailio/commit/e52547956462ad53032be95ff5f2701785dfdd2a.patch

---

diff --git a/src/modules/presence/subscribe.c b/src/modules/presence/subscribe.c
index 3ba9cc4c15..36329ab198 100644
--- a/src/modules/presence/subscribe.c
+++ b/src/modules/presence/subscribe.c
@@ -427,6 +427,12 @@ int update_subs_db(subs_t* subs, int type)
 		update_vals[n_update_cols].val.str_val = subs->contact;
 		n_update_cols++;
 
+		update_keys[n_update_cols] = &str_record_route_col;
+		update_vals[n_update_cols].type = DB1_STR;
+		update_vals[n_update_cols].nul = 0;
+		update_vals[n_update_cols].val.str_val = subs->record_route;
+		n_update_cols++;
+
 	}
 	if(type & LOCAL_TYPE)
 	{




More information about the sr-dev mailing list