echo test is working
This commit is contained in:
@@ -665,7 +665,7 @@ exten => _X.,1,Macro(page,SIP/${EXTEN})
|
|||||||
; public context without authentication. In that case you want to
|
; public context without authentication. In that case you want to
|
||||||
; double check which services you offer to the world.
|
; double check which services you offer to the world.
|
||||||
;
|
;
|
||||||
include => demo
|
;include => demo
|
||||||
|
|
||||||
[default]
|
[default]
|
||||||
;
|
;
|
||||||
@@ -860,3 +860,15 @@ exten => _X.,n,Return()
|
|||||||
; "core show functions" will list all dialplan functions
|
; "core show functions" will list all dialplan functions
|
||||||
; "core show function <COMMAND>" will show you more information about
|
; "core show function <COMMAND>" will show you more information about
|
||||||
; one function. Remember that function names are UPPER CASE.
|
; one function. Remember that function names are UPPER CASE.
|
||||||
|
|
||||||
|
[from-eventphone]
|
||||||
|
exten => s,1,Answer()
|
||||||
|
same => n,Wait(1)
|
||||||
|
same => n,Playback(hello)
|
||||||
|
same => n,Playback(demo-echotest)
|
||||||
|
same => n,Echo()
|
||||||
|
same => n,Playback(demo-echodone)
|
||||||
|
same => n,Playback(vm-goodbye)
|
||||||
|
same => n,Hangup()
|
||||||
|
|
||||||
|
[local]
|
||||||
|
|||||||
Reference in New Issue
Block a user