mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
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. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@101219 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -87,9 +87,9 @@ CONSOLE=Console/dsp ; Console interface for demo
|
|||||||
;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:
|
||||||
;
|
;
|
||||||
@@ -224,8 +224,8 @@ TRUNKMSD=1 ; MSD digits to strip (usually 1 or 0)
|
|||||||
;
|
;
|
||||||
; If you are freely delivering calls to the PSTN, list them here
|
; 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 => _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 => _1256325XXXX,1,Dial(Zap/G2/${EXTEN:7}) ; Ditto for 256-325
|
||||||
|
|
||||||
[dundi-e164-local]
|
[dundi-e164-local]
|
||||||
;
|
;
|
||||||
|
Reference in New Issue
Block a user