diff --git a/samples/vgsm.conf b/samples/vgsm.conf index a56cdbf8..aafe01d1 100644 --- a/samples/vgsm.conf +++ b/samples/vgsm.conf @@ -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 @@ -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 = @@ -137,7 +154,7 @@ device = /dev/vgsm2 pin = 4911 context = vgsm_vodafone_in -[blu] +[vodafone2] device = /dev/vgsm3 pin = context = vgsm_blu_in