@xkaraman commented on this pull request.
@@ -825,6 +837,16 @@ int usrloc_dmq_send_contact(
srjson_AddNumberToObject(&jdoc, jdoc.root, "reg_id",
ptr->reg_id);
srjson_AddNumberToObject(&jdoc, jdoc.root, "server_id",
ptr->server_id);
+ /* Loop through Χavp attributes of the contact and and create a json object */
+ srjson_t *jdoc_xavp = srjson_CreateObject(&jdoc);
Fixed on some other variables too on the newly static functions.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3679#discussion_r1434085417
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3679/review/1792983481(a)github.com>