[asterisk-commits] qwell: trunk r102262 - /trunk/configs/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Feb 4 08:37:13 CST 2008
Author: qwell
Date: Mon Feb 4 08:37:11 2008
New Revision: 102262
URL: http://svn.digium.com/view/asterisk?view=rev&rev=102262
Log:
Change examples to use G here also.
Closes issue #11875
Modified:
trunk/configs/extensions.ael.sample
trunk/configs/extensions.lua.sample
Modified: trunk/configs/extensions.ael.sample
URL: http://svn.digium.com/view/asterisk/trunk/configs/extensions.ael.sample?view=diff&rev=102262&r1=102261&r2=102262
==============================================================================
--- trunk/configs/extensions.ael.sample (original)
+++ trunk/configs/extensions.ael.sample Mon Feb 4 08:37:11 2008
@@ -24,9 +24,9 @@
//CONSOLE=Phone/phone0
IAXINFO=guest; // IAXtel username/password
//IAXINFO="myuser:mypass";
- TRUNK="Zap/g2"; // Trunk interface
- //
- // Note the 'g2' in the TRUNK variable above. It specifies which group (defined
+ TRUNK="Zap/G2"; // Trunk interface
+ //
+ // 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 @@
//
// 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 {
Modified: trunk/configs/extensions.lua.sample
URL: http://svn.digium.com/view/asterisk/trunk/configs/extensions.lua.sample?view=diff&rev=102262&r1=102261&r2=102262
==============================================================================
--- trunk/configs/extensions.lua.sample (original)
+++ trunk/configs/extensions.lua.sample Mon Feb 4 08:37:11 2008
@@ -7,7 +7,7 @@
IAXINFO = "guest" -- IAXtel username/password
--IAXINFO = "myuser:mypass"
-TRUNK = "Zap/g2"
+TRUNK = "Zap/G2"
TRUNKMSD = 1
-- TRUNK = "IAX2/user:pass at provider"
More information about the asterisk-commits
mailing list