Automatically clean old calls

This commit is contained in:
Pierre HUBERT 2019-02-23 13:24:32 +01:00
parent e32fbc6355
commit 6a4683e6a8

View File

@ -18,6 +18,16 @@ class CallsController {
CallMemberInformation::USER_HANG_UP => "hang_up"
);
/**
* Public constructor
*/
public function __construct(){
//Clean calls
components()->calls->cleanCalls();
}
/**
* Get call configuration
*