Skip to content

Commit e3d6114

Browse files
authored
Added key for URL (#523)
1 parent fac2469 commit e3d6114

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Numbers/Number.php

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class Number implements EntityInterface, JsonSerializableInterface, JsonUnserial
4343

4444
public const WEBHOOK_MESSAGE = 'moHttpUrl';
4545
public const WEBHOOK_VOICE_STATUS = 'voiceStatusCallback';
46+
public const WEBHOOK_VOICE_STATUS_URL = 'voiceStatusCallbackUrl';
4647

4748
public const ENDPOINT_SIP = 'sip';
4849
public const ENDPOINT_TEL = 'tel';

0 commit comments

Comments
 (0)