Fix sip status -> rescan, start, stop, restart and flush inbound registrations.

This commit is contained in:
Mark Crane
2013-11-29 19:32:09 +00:00
parent cb8279e085
commit dc9a20766b

View File

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