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]