echo test is working

This commit is contained in:
Your Name
2020-12-08 19:59:04 +00:00
parent 9629223360
commit 4173f43a34

View File

@@ -665,7 +665,7 @@ exten => _X.,1,Macro(page,SIP/${EXTEN})
; public context without authentication. In that case you want to
; double check which services you offer to the world.
;
include => demo
;include => demo
[default]
;
@@ -860,3 +860,15 @@ exten => _X.,n,Return()
; "core show functions" will list all dialplan functions
; "core show function <COMMAND>" will show you more information about
; 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]