Archives : June-2016

;This context is used to handle all outbound calls. [test-outbound] exten => 56782,1,Answer() exten => 56782,n,Playback(hello-world) exten => 56782,n,Goto(outbound-allroutes,${EXTEN},1) ;This context is used to handle all inbound calls. [test-inbound] exten => 56782,1,Answer() exten => 56782,n,Playback(hello-world) exten => 56782,n,Goto(ext-did,${EXTEN},1)   ============== IVR Script =====================   ;This context is used to handle all outbound calls. [test-outbound] exten ..

Read more

Call Management   SLNO Command Description Command Functions Notes 1 Answer Answer() 2 Hangup Hangup() 3 Dial Dial() 4 SoftHangup SoftHangup() 5 Busy Busy() 6 Congestion Congestion() 7 Ringing Ringing() 8 Transfer Transfer(?) 9 Wait Wait() Time Interval 10 WaitExten WaitExten(?) 11 WaitForRing WaitForRing(?) 12 WaitForSilence WaitForSilence() GotoIf($[“${WAITSTATUS}” = “TIMEOUT”]?<e0>:) 13 MusicOnHold MusicOnHold(,) 14 ChanIsAvail ..

Read more

Here is a list of all the commands that you can use in your Dialplan(extensions.conf). Obtaining a list of available applications in the CLI Asterisk 1.4 or earlier: Type “show applications” or “show application <name>” Asterisk 1.6 or later: Type “core show applications” or “core show application <name>” Page Contents General commands Billing Call management ..

Read more