aboutsummaryrefslogtreecommitdiffstats
path: root/configs/extensions.lua.sample
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-04 14:37:11 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-04 14:37:11 +0000
commit5a7b398023650f34b1ba87b362f840b5c1850eac (patch)
tree6c1e9d298c34609a2a88cdca6477757883d7349c /configs/extensions.lua.sample
parented36de6492c370ca24cce550c967011a8e7a9322 (diff)
Change examples to use G here also.
Closes issue #11875 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@102262 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/extensions.lua.sample')
-rw-r--r--configs/extensions.lua.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/extensions.lua.sample b/configs/extensions.lua.sample
index 691e461fb..a6ae60ca6 100644
--- a/configs/extensions.lua.sample
+++ b/configs/extensions.lua.sample
@@ -7,7 +7,7 @@ CONSOLE = "Console/dsp" -- Console interface for demo
IAXINFO = "guest" -- IAXtel username/password
--IAXINFO = "myuser:mypass"
-TRUNK = "Zap/g2"
+TRUNK = "Zap/G2"
TRUNKMSD = 1
-- TRUNK = "IAX2/user:pass@provider"