Skip to content

Commit

Permalink
Re-add generic-reload sip Notify
Browse files Browse the repository at this point in the history
  • Loading branch information
Stell0 committed Aug 28, 2023
1 parent 3a5fb3a commit 44947cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions functions.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ function nethcti3_get_config($engine) {
}
}
}
/* Add generic reload SIP NOTIFY */
if (isset($core_conf) && (method_exists($core_conf, 'addSipNotify'))) {
$core_conf->addSipNotify('generic-reload', array('Event' => 'check-sync\;reboot=false', 'Content-Length' => '0'));
}
break;
}
}
Expand Down

0 comments on commit 44947cc

Please sign in to comment.