mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix sip status -> rescan, start, stop, restart and flush inbound registrations.
This commit is contained in:
@@ -70,6 +70,11 @@ else {
|
||||
unset($cmd);
|
||||
}
|
||||
|
||||
//sofia profile
|
||||
if (substr($cmd, 0, 17) == "api sofia profile") {
|
||||
$response = event_socket_request($fp, $cmd);
|
||||
}
|
||||
|
||||
//close the connection
|
||||
fclose($fp);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user