@grumvalski approved this pull request.
@@ -22,7 +22,7 @@
#ifndef _TS_APPEND_H
#define _TS_APPEND_H
-int ts_append(struct sip_msg* msg, str *ruri, char *table);
-int ts_append_to(struct sip_msg* msg, int tindex, int tlabel, char *table, str *uri);
+int ts_append(struct sip_msg* msg, str *ruri, str *contact, char *table);
Any specific reason to have the contact arg inserted between ruri and table args, while in
ts_append_to is put at the end?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/2931#pullrequestreview-809532675