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 more

Good IVR for your Call Center

In the call center industry where customer satisfaction and retention is essential for success, it is an all-important task to

Read more

Asterisk : Creating a Simple IVR Menu

[demo-menu] exten => s,1,Answer(500)    same => n(loop),Background(press-1&or&press-2)    same => n,WaitExten() exten => 1,1,Playback(you-entered)    same => n,SayNumber(1)    same => n,Goto(s,loop) exten

Read more

How to Develop CRUD Application from PHP MySQL

Today, We will see the example of Developing a CRUD Application from PHP MySQL. Download Source Code What is CRUD

Read more