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 2997c0a8f1
commit 336acc33bc
1 changed files with 5 additions and 0 deletions

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