<p><b>@miconda</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/kamailio/kamailio/pull/2177#discussion_r363398421">src/modules/keepalive/keepalive_rpc.c</a>:</p>
<pre style='color:#555'>> @@ -87,3 +100,137 @@ static void keepalive_rpc_list(rpc_t *rpc, void *ctx)
 
        return;
 }
+
+static void keepalive_rpc_add(rpc_t *rpc, void *ctx)
+{
+       str sip_adress = {0,0};
+       str table_name ={0,0};
+       int ret = 0;
+
+       ret = rpc->scan(ctx, "SS",&sip_adress,&table_name);
+
+       if (ret < 2) {
+               LM_ERR("not enough parameters - read so far: %d\n", ret);
</pre>
<p>I haven't changed this one. The C function name is printed in each log message, being suggestive enough, but if you want to make an update, you can push it to the repo.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/kamailio/kamailio/pull/2177?email_source=notifications&email_token=ABO7UZKRZLTJCQF6LVPUPETQ4NTMVA5CNFSM4J3IUNWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCQYWX4I#discussion_r363398421">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABO7UZLBMW3ZEXH4C4AAM2DQ4NTMVANCNFSM4J3IUNWA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/ABO7UZOV3NZ6PUC6M7BUV6DQ4NTMVA5CNFSM4J3IUNWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCQYWX4I.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/kamailio/kamailio/pull/2177?email_source=notifications\u0026email_token=ABO7UZKRZLTJCQF6LVPUPETQ4NTMVA5CNFSM4J3IUNWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCQYWX4I#discussion_r363398421",
"url": "https://github.com/kamailio/kamailio/pull/2177?email_source=notifications\u0026email_token=ABO7UZKRZLTJCQF6LVPUPETQ4NTMVA5CNFSM4J3IUNWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCQYWX4I#discussion_r363398421",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>