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

<hr>

<p>In <a href="https://github.com/kamailio/kamailio/pull/2177#discussion_r362507854">src/modules/keepalive/keepalive_rpc.c</a>:</p>
<pre style='color:#555'>> +
+static void keepalive_rpc_del(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);
+               rpc->fault(ctx, 500, "Not enough parameters or wrong format");
+               return;
+       }
+
+       LM_DBG(" keepalive deletes [%.*s]\n", sip_adress.len , sip_adress.s);
</pre>
<p>s /deletes/delete/</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=ABO7UZLDBEMLX3TRYUW4LXDQ3YAHDA5CNFSM4J3IUNWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCQQPBWA#pullrequestreview-337703128">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABO7UZO3TCLKCOUDUL4R3JTQ3YAHDANCNFSM4J3IUNWA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/ABO7UZMDYTGPNZOJRDITX33Q3YAHDA5CNFSM4J3IUNWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCQQPBWA.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=ABO7UZLDBEMLX3TRYUW4LXDQ3YAHDA5CNFSM4J3IUNWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCQQPBWA#pullrequestreview-337703128",
"url": "https://github.com/kamailio/kamailio/pull/2177?email_source=notifications\u0026email_token=ABO7UZLDBEMLX3TRYUW4LXDQ3YAHDA5CNFSM4J3IUNWKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCQQPBWA#pullrequestreview-337703128",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>