Skip to content

Commit

Permalink
Added key for URL (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
SecondeJK authored Nov 11, 2024
1 parent fac2469 commit e3d6114
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Numbers/Number.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class Number implements EntityInterface, JsonSerializableInterface, JsonUnserial

public const WEBHOOK_MESSAGE = 'moHttpUrl';
public const WEBHOOK_VOICE_STATUS = 'voiceStatusCallback';
public const WEBHOOK_VOICE_STATUS_URL = 'voiceStatusCallbackUrl';

public const ENDPOINT_SIP = 'sip';
public const ENDPOINT_TEL = 'tel';
Expand Down

0 comments on commit e3d6114

Please sign in to comment.