We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e6105 commit ccbbf9cCopy full SHA for ccbbf9c
src/Voice/Webhook/Event.php
@@ -31,7 +31,7 @@ class Event
31
public const STATUS_HUMAN = 'human';
32
public const STATUS_MACHINE = 'machine';
33
public const STATUS_TIMEOUT = 'timeout';
34
- public const STATUS_COMPLETED = 'timeout';
+ public const STATUS_COMPLETED = 'completed';
35
36
/**
37
* @var string
0 commit comments