dect
/
asterisk
Archived
13
0
Fork 0

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
This commit is contained in:
qwell 2008-02-04 14:37:11 +00:00
parent ed36de6492
commit 5a7b398023
2 changed files with 5 additions and 5 deletions

View File

@ -24,9 +24,9 @@ globals {
//CONSOLE=Phone/phone0 //CONSOLE=Phone/phone0
IAXINFO=guest; // IAXtel username/password IAXINFO=guest; // IAXtel username/password
//IAXINFO="myuser:mypass"; //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 // 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: // 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 // If you are freely delivering calls to the PSTN, list them here
// //
//_1256428XXXX => Dial(Zap/g2/${EXTEN:7}); // Expose all of 256-428 //_1256428XXXX => Dial(Zap/G2/${EXTEN:7}); // Expose all of 256-428
//_1256325XXXX => Dial(Zap/g2/${EXTEN:7}); // Ditto for 256-325 //_1256325XXXX => Dial(Zap/G2/${EXTEN:7}); // Ditto for 256-325
}; };
context ael-dundi-e164-local { context ael-dundi-e164-local {

View File

@ -7,7 +7,7 @@ CONSOLE = "Console/dsp" -- Console interface for demo
IAXINFO = "guest" -- IAXtel username/password IAXINFO = "guest" -- IAXtel username/password
--IAXINFO = "myuser:mypass" --IAXINFO = "myuser:mypass"
TRUNK = "Zap/g2" TRUNK = "Zap/G2"
TRUNKMSD = 1 TRUNKMSD = 1
-- TRUNK = "IAX2/user:pass@provider" -- TRUNK = "IAX2/user:pass@provider"