Fix sip status -> rescan, start, stop, restart and flush inbound registrations.
This commit is contained in:
parent
2997c0a8f1
commit
336acc33bc
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue