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

Calendaring Dialplan Asterisk Calendaring

A common business PBX scenario is would be executing dialplan logic based on when the business is open and the

Read more