Hello,
I'm getting this warning WARNING: <core> [core/dset.c:690]: print_dset(): no
r-uri or branches when working with async worker.
here is below the code used:
request_route {
if (is_method("INVITE")) {
append_to_reply("Contact: <sip:+1234;myparam=test@$si:$sp>\r\n");
send_reply("302", "Moved Temporarily");
exit;
}
}
Can you please help?