mirror of
https://github.com/pierre42100/ComunicAPI
synced 2024-11-23 13:59:29 +00:00
Automatically clean old calls
This commit is contained in:
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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user