File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,17 @@ class HooksConstants {
16
16
public const EVENT_TYPE_ALL = 'all ' ;
17
17
public const EVENT_TYPE_SMS_INBOUND = 'sms_mo ' ;
18
18
public const EVENT_TYPE_SMS_STATUS = 'dlr ' ;
19
- public const EVENT_TYPE_VOICE_STATUS = 'voice_status ' ;
20
19
public const EVENT_TYPE_TRACKING = 'tracking ' ;
20
+ public const EVENT_TYPE_VOICE_CALL = 'voice_call ' ;
21
+ public const EVENT_TYPE_VOICE_STATUS = 'voice_status ' ;
21
22
22
23
public const EVENT_TYPES = [
23
24
self ::EVENT_TYPE_ALL ,
24
25
self ::EVENT_TYPE_SMS_INBOUND ,
25
26
self ::EVENT_TYPE_SMS_STATUS ,
26
- self ::EVENT_TYPE_VOICE_STATUS ,
27
27
self ::EVENT_TYPE_TRACKING ,
28
+ self ::EVENT_TYPE_VOICE_CALL ,
29
+ self ::EVENT_TYPE_VOICE_STATUS ,
28
30
];
29
31
30
32
public const REQUEST_METHOD_GET = 'GET ' ;
You can’t perform that action at this time.
0 commit comments