├── .gitmodules ├── LICENSE ├── README.md ├── dialplan └── extensions_custom.conf ├── out.php └── telnyx.php /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simontelephonics/freepbx-telnyx-sms/HEAD/.gitmodules -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simontelephonics/freepbx-telnyx-sms/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simontelephonics/freepbx-telnyx-sms/HEAD/README.md -------------------------------------------------------------------------------- /dialplan/extensions_custom.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simontelephonics/freepbx-telnyx-sms/HEAD/dialplan/extensions_custom.conf -------------------------------------------------------------------------------- /out.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simontelephonics/freepbx-telnyx-sms/HEAD/out.php -------------------------------------------------------------------------------- /telnyx.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simontelephonics/freepbx-telnyx-sms/HEAD/telnyx.php --------------------------------------------------------------------------------