1
0
mirror of https://github.com/pierre42100/ComunicAPI synced 2025-07-13 05:18:08 +00:00

Automatically clean old calls

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

@ -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
*