Vonage / vonage-php-sdk-core

Vonage REST API client for PHP. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
https://developer.vonage.com/
Apache License 2.0
916 stars 180 forks source link

[Feature Request] Filter by multiple status values #258

Open rafallyczkowski opened 3 years ago

rafallyczkowski commented 3 years ago

I think we are missing filtering calls by array of status values.

Proposed invocation:

$client->voice()->search((new VoiceFilter())->setStatus([VoiceFilter::STATUS_ANSWERED, VoiceFilter::STATUS_BUSY])

SecondeJK commented 1 month ago

Feature request passed on to Voice API product/engineering for review