diff --git a/app/sip_status/cmd.php b/app/sip_status/cmd.php index 696af66684..990812c84c 100644 --- a/app/sip_status/cmd.php +++ b/app/sip_status/cmd.php @@ -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); }