From 4173f43a343ed9d9de1b6bd489724672fab100c6 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 8 Dec 2020 19:59:04 +0000 Subject: [PATCH] echo test is working --- extensions.conf | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/extensions.conf b/extensions.conf index db4c215..28d84ac 100644 --- a/extensions.conf +++ b/extensions.conf @@ -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 " 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]