From 2e4e95c02e20701c62f1a9229439651e829de7e7 Mon Sep 17 00:00:00 2001 From: lazedo Date: Fri, 10 Feb 2017 00:05:21 +0000 Subject: [PATCH] fix typo --- kamailio/presence_notify_sync-role.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kamailio/presence_notify_sync-role.cfg b/kamailio/presence_notify_sync-role.cfg index 1728e03..23db64b 100644 --- a/kamailio/presence_notify_sync-role.cfg +++ b/kamailio/presence_notify_sync-role.cfg @@ -65,7 +65,7 @@ event_route[presence:notify-reply] $xavp(pres=>delete_subscription) = 0; if($notify_reply($rs) == 200) { - sht(notify=>$ci) = $null; + $sht(notify=>$ci) = $null; xlog("L_INFO", "$ci|end|notified $subs(watcher_username)@$subs(watcher_domain) on behalf of $subs(pres_uri)\n"); } else if($notify_reply($rs) == 481 && $subs(reason) == "timeout") { xlog("L_INFO","$ci|end|sent subscription $hdr(Subscription-State)\n");