add page for calls

This commit is contained in:
osaajani 2021-03-24 00:22:17 +01:00
parent 41c3b3b86e
commit c63f3bebba
9 changed files with 323 additions and 45 deletions

View file

@ -149,12 +149,12 @@ namespace adapters;
public static function meta_support_inbound_call_callback(): bool
{
return false;
return true;
}
public static function meta_support_end_call_callback(): bool
{
return false;
return true;
}
public function send(string $destination, string $text, bool $flash = false, bool $mms = false, array $medias = []) : array