Skip to content

Commit e6f84b8

Browse files
committed
add HooksConstants::EVENT_TYPE_VOICE_CALL
1 parent 3ec6f3b commit e6f84b8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Constant/HooksConstants.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,17 @@ class HooksConstants {
1616
public const EVENT_TYPE_ALL = 'all';
1717
public const EVENT_TYPE_SMS_INBOUND = 'sms_mo';
1818
public const EVENT_TYPE_SMS_STATUS = 'dlr';
19-
public const EVENT_TYPE_VOICE_STATUS = 'voice_status';
2019
public const EVENT_TYPE_TRACKING = 'tracking';
20+
public const EVENT_TYPE_VOICE_CALL = 'voice_call';
21+
public const EVENT_TYPE_VOICE_STATUS = 'voice_status';
2122

2223
public const EVENT_TYPES = [
2324
self::EVENT_TYPE_ALL,
2425
self::EVENT_TYPE_SMS_INBOUND,
2526
self::EVENT_TYPE_SMS_STATUS,
26-
self::EVENT_TYPE_VOICE_STATUS,
2727
self::EVENT_TYPE_TRACKING,
28+
self::EVENT_TYPE_VOICE_CALL,
29+
self::EVENT_TYPE_VOICE_STATUS,
2830
];
2931

3032
public const REQUEST_METHOD_GET = 'GET';

0 commit comments

Comments
 (0)