Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new features for DID Group resource #42

Merged
merged 1 commit into from
May 26, 2023
Merged

Conversation

Ivanov-Anton
Copy link
Collaborator

@Ivanov-Anton Ivanov-Anton commented May 19, 2023

According to the documentation, we have this list of features

 “voice_in”, “voice_out”, “t38”, “sms_in”, “sms_out”. 

https://doc.didww.com/api3/2022-05-10/coverage-resources/did-group/get-did-groups.html

So we have to update the DIDWW::Resource::DidGroup::FEATURES feature list to be up-to-date.

closes #33

CHANGELOG.md Outdated Show resolved Hide resolved
  * removed DidGroup::FEATURE_VOICE => in favor DidGroup::FEATURE_VOICE_IN and DidGroup::FEATURE_VOICE_OUT
  * removed DidGroup::FEATURE_SMS => in favor DidGroup::FEATURE_SMS_IN and DidGroup::FEATURE_SMS_OUT
@Ivanov-Anton Ivanov-Anton changed the title Add missing and rename voice & sms features for DID Group resource Add new features for DID Group resource May 24, 2023
@Ivanov-Anton Ivanov-Anton requested a review from gigorok May 24, 2023 11:12
@gigorok gigorok merged commit 60ccecb into didww:master May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add missing and rename voice & sms features for DID Group resource
2 participants