Skip to content

Releases: team-telnyx/telnyx-php

Added Call Control Endpoints

09 Mar 17:05
5b74483
Compare
Choose a tag to compare

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

06 Mar 22:23
Compare
Choose a tag to compare

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

05 Mar 19:09
Compare
Choose a tag to compare

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

20 Dec 06:21
7ab410a
Compare
Choose a tag to compare

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

12 Dec 03:31
359bf25
Compare
Choose a tag to compare

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.