Browse Source

fix typo

4.1
lazedo 9 years ago
committed by GitHub
parent
commit
2e4e95c02e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kamailio/presence_notify_sync-role.cfg

+ 1
- 1
kamailio/presence_notify_sync-role.cfg View File

@ -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");


Loading…
Cancel
Save