Skip to content

Commit

Permalink
Documented vGSM huntgroups
Browse files Browse the repository at this point in the history
  • Loading branch information
vihai committed Apr 19, 2007
1 parent 8854af0 commit 8eebaa1
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion samples/vgsm.conf
Expand Up @@ -12,6 +12,19 @@
; The name will be used in Dial() application parameters to select the outbound
; module.
;
; Alternatively, if prefixed by 'hungroup:' an entry describes a huntgroup.
; The hunting method is specified by:
;
; mode = sequential
; (sequential | rotary)
; Type of hunting to perform in the hungroup
;
; members = ""
; List the members (interface names) belonging to the huntgroup.
; The order is preserved in the hunting process.
;
; Here follows the configuration directives available in [global] and
; module-specific sections.
;
; sms_spooler =
; This parameter specifies the pathname of the script which will handle
Expand Down Expand Up @@ -122,6 +135,10 @@ amr_enabled = true
gsm_hr_enabled = true
gsm_preferred = fr

[huntgroup:vodafone]
mode = sequential
members = vodafone, vodafone2

[tim]
device = /dev/vgsm/me0
pin =
Expand All @@ -137,7 +154,7 @@ device = /dev/vgsm2
pin = 4911
context = vgsm_vodafone_in

[blu]
[vodafone2]
device = /dev/vgsm3
pin =
context = vgsm_blu_in

0 comments on commit 8eebaa1

Please sign in to comment.