Sample IVR to say IP address using CURL in Asterisk
Sample IVR to say IP address using CURL in Asterisk Installing the cURL Module Installing cURL is easy. If it
Read moreSample IVR to say IP address using CURL in Asterisk Installing the cURL Module Installing cURL is easy. If it
Read moreasterisk CURL function Asterisk’s ability to retrieve and store data to realtime backends is most commonly associated with relational databases.
Read moreAsterisk Internal Database Asterisk comes with a database that is used internally and made available for Asterisk programmers and administrators
Read moreSPEECH RECOGNITION WITH GOOGLE CLOUD API ON ASTERISK 15 In this article, we will try to explain the implementation of
Read moreAsterisk file and directory structure The directories used by Asterisk can be configured in the asterisk.conf configuration file. Here we’ll describe what
Read morePJSIP installation in asterisk 13 is now easier Asterisk 13.8.0 will come with a new option for enabling PJSIP
Read moreApplication Modules in Asterisk Dialplan applications are used in extensions.conf to define the various actions that can be applied to a call.
Read moremodules in asterisk Asterisk is built on modules. A module is a loadable component that provides a specific functionality, such as
Read moremysql between example : Get data between two dates
Read morecomparison operator between in mysql General Syntax – mostly used SELECT column_name(s) FROM table_name WHERE column_name BETWEEN value1 AND value2; expr BETWEEN min AND max If expr
Read more