We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fac2469 commit e3d6114Copy full SHA for e3d6114
src/Numbers/Number.php
@@ -43,6 +43,7 @@ class Number implements EntityInterface, JsonSerializableInterface, JsonUnserial
43
44
public const WEBHOOK_MESSAGE = 'moHttpUrl';
45
public const WEBHOOK_VOICE_STATUS = 'voiceStatusCallback';
46
+ public const WEBHOOK_VOICE_STATUS_URL = 'voiceStatusCallbackUrl';
47
48
public const ENDPOINT_SIP = 'sip';
49
public const ENDPOINT_TEL = 'tel';
0 commit comments