From f910cb5cb92855d64650ddc21bf65bc25d640c1c Mon Sep 17 00:00:00 2001
From: Jason Parker <jparker@digium.com>
Date: Mon, 4 Feb 2008 14:37:11 +0000
Subject: [PATCH] Change examples to use G here also.

Closes issue #11875


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@102262 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 configs/extensions.ael.sample | 8 ++++----
 configs/extensions.lua.sample | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/configs/extensions.ael.sample b/configs/extensions.ael.sample
index 89436dc218..3bc16a3158 100644
--- a/configs/extensions.ael.sample
+++ b/configs/extensions.ael.sample
@@ -24,9 +24,9 @@ globals {
 	//CONSOLE=Phone/phone0
 	IAXINFO=guest;				// IAXtel username/password
 	//IAXINFO="myuser:mypass";
-	TRUNK="Zap/g2";					// Trunk interface
+	TRUNK="Zap/G2";					// Trunk interface
 	//
-	// Note the 'g2' in the TRUNK variable above. It specifies which group (defined
+	// Note the 'G2' in the TRUNK variable above. It specifies which group (defined
 	// in zapata.conf) to dial, i.e. group 2, and how to choose a channel to use in
 	// the specified group. The four possible options are:
 	//
@@ -129,8 +129,8 @@ context ael-dundi-e164-via-pstn {
 	//
 	// If you are freely delivering calls to the PSTN, list them here
 	//
-	//_1256428XXXX => Dial(Zap/g2/${EXTEN:7}); // Expose all of 256-428 
-	//_1256325XXXX => Dial(Zap/g2/${EXTEN:7}); // Ditto for 256-325
+	//_1256428XXXX => Dial(Zap/G2/${EXTEN:7}); // Expose all of 256-428 
+	//_1256325XXXX => Dial(Zap/G2/${EXTEN:7}); // Ditto for 256-325
 };
 
 context ael-dundi-e164-local {
diff --git a/configs/extensions.lua.sample b/configs/extensions.lua.sample
index 691e461fbd..a6ae60ca68 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"
 
-- 
GitLab