[asterisk-commits] qwell: trunk r101220 - in /trunk: ./ configs/extensions.conf.sample
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jan 30 09:35:29 CST 2008
Author: qwell
Date: Wed Jan 30 09:35:28 2008
New Revision: 101220
URL: http://svn.digium.com/view/asterisk?view=rev&rev=101220
Log:
Merged revisions 101219 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
(closes issue #11875)
........
r101219 | qwell | 2008-01-30 09:34:37 -0600 (Wed, 30 Jan 2008) | 5 lines
Change default config to use descending channel order of groups, rather than ascending.
Fixes a potential source of confusion in glare-type situations.
Issue 11875, reported by JimVanM.
........
Modified:
trunk/ (props changed)
trunk/configs/extensions.conf.sample
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/configs/extensions.conf.sample
URL: http://svn.digium.com/view/asterisk/trunk/configs/extensions.conf.sample?view=diff&rev=101220&r1=101219&r2=101220
==============================================================================
--- trunk/configs/extensions.conf.sample (original)
+++ trunk/configs/extensions.conf.sample Wed Jan 30 09:35:28 2008
@@ -120,9 +120,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:
;
@@ -224,8 +224,8 @@
;
; If you are freely delivering calls to the PSTN, list them here
;
-;exten => _1256428XXXX,1,Dial(Zap/g2/${EXTEN:7}) ; Expose all of 256-428
-;exten => _1256325XXXX,1,Dial(Zap/g2/${EXTEN:7}) ; Ditto for 256-325
+;exten => _1256428XXXX,1,Dial(Zap/G2/${EXTEN:7}) ; Expose all of 256-428
+;exten => _1256325XXXX,1,Dial(Zap/G2/${EXTEN:7}) ; Ditto for 256-325
[dundi-e164-local]
;
More information about the asterisk-commits
mailing list