Hi all,
I am attempting to handle NOTIFY within my script but
there is a definite error in my syntax. I believe it has to do with
$hdr(Event).
Anyone know how I should re-write this?
if (is_method("NOTIFY") &&
is_domain_local("$rd") && $hdr(Event) =~
"keep-alive" )
{
sl_send_reply("200",
"OK - keep-alive");
exit;
}
TIA