aboutsummaryrefslogtreecommitdiffstats
path: root/configs/extensions.conf.sample
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-05 03:41:48 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-05 03:41:48 +0000
commit6a2201238e3ba07b8b323db8c531679c3d6868bf (patch)
treeac75d6b4c77a8aacffc6b79df6b2805ba0bb1015 /configs/extensions.conf.sample
parentaa0050194759e411b2f9f39713330dae0bb138af (diff)
Remove no longer present CLI commands from sample extensions.conf. (issue #9193 reported by junky)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@57772 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/extensions.conf.sample')
-rw-r--r--configs/extensions.conf.sample8
1 files changed, 4 insertions, 4 deletions
diff --git a/configs/extensions.conf.sample b/configs/extensions.conf.sample
index dd6ba1329..2ac69964f 100644
--- a/configs/extensions.conf.sample
+++ b/configs/extensions.conf.sample
@@ -561,11 +561,11 @@ include => demo
;
;exten = 8700,1,Dial(${MARK},30,A(/path/to/my/announcemsg))
;
-; For more information on applications, just type "show applications" at your
+; For more information on applications, just type "core show applications" at your
; friendly Asterisk CLI prompt.
;
-; 'show application <command>' will show details of how you
+; 'core show application <command>' will show details of how you
; use that particular application in this file, the dial plan.
-; 'show functions" will list all dialplan functions
-; 'show function <COMMAND>' will show you more information about
+; '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.