Releases: team-telnyx/telnyx-php
Added Call Control Endpoints
This release adds the call control and conferences endpoints to the PHP SDK.
Endpoint Specifics
Call Control (/calls
)
Commands:
/actions/answer
/actions/bridge
/actions/fork_start
/actions/fork_stop
/actions/gather_using_audio
/actions/gather_using_speak
/actions/hangup
/actions/playback_start
/actions/playback_stop
/actions/record_start
/actions/record_stop
/actions/reject
/actions/send_dtmf
/actions/speak
/actions/transfer
Conferences (/conferences
)
Commands:
/actions/join
/actions/mute
/actions/unmute
/actions/hold
/actions/unhold
Added Connections Endpoints
This release adds the connections endpoint to the PHP SDK.
Endpoint specifics:
Connections (/connections
)
IP Connections (/ip_connections
)
IPs (/ips
)
FQDN Connections (/fqdn_connections
)
FQDNs (/fqdns
)
Credential Connections (/credential_connections
)
Added Phone Numbers Endpoint
This release adds the phone_numbers
endpoint to the PHP SDK.
Endpoint specifics:
Phone Numbers (/phone_numbers)
Voice Settings (/phone_numbers/voice)
Messaging Settings (/phone_numbers/messaging)
1.0.1
This release adds some new API endpoints to the PHP SDK.
Endpoints added:
- Billing Groups (/billing_groups)
- Regulatory Requirements (/regulatory_requirements)
- Phone Number Regulatory Requirements (/phone_number_regulatory_requirements)
- Number Order Documents (/number_order_documents)
1.0.0
This release introduces unit testing and code coverage reporting. The README.md has been written to reflect the new reporting features. PHP support back to 5.6 is supported in this release.