Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add OnVoximplantCallEnd event
Signed-off-by: mesilov <[email protected]>
  • Loading branch information
mesilov committed Nov 23, 2022
commit b41b1772e7874fc8f3d23d7e50559d4a9dd206b5
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ class CallData extends AbstractItem
public function __get($offset)
{
switch ($offset) {
case 'CALL_ID':
return (string)$this->data[$offset];
case 'CALL_START_DATE':
return new \DateTimeImmutable((string)$this->data[$offset]);
case 'CALL_TYPE':
Expand Down