summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey C. Ollie <jeff@ocjtech.us>2009-10-12 22:54:13 -0500
committerJeffrey C. Ollie <jeff@ocjtech.us>2009-10-12 22:54:13 -0500
commit7ec6acb6cb3ab5b3740d02a66146a8cf1925bd8a (patch)
treeddc37bcc1237bbe67dd88c26b192349349d5b5ed
downloadftalk-asterisk-configs-master.tar.gz
ftalk-asterisk-configs-master.tar.xz
ftalk-asterisk-configs-master.zip
Sanitized configs from Fedora TalkHEADmaster
-rw-r--r--adsi.conf8
-rw-r--r--adtranvofr.conf39
-rw-r--r--agents.conf107
-rw-r--r--alarmreceiver.conf80
-rw-r--r--amd.conf18
-rw-r--r--asterisk.adsi159
-rw-r--r--asterisk.conf44
-rw-r--r--cdr.conf148
-rw-r--r--cdr_custom.conf10
-rw-r--r--cdr_manager.conf6
-rw-r--r--codecs.conf65
-rw-r--r--dnsmgr.conf5
-rw-r--r--dundi.conf239
-rw-r--r--enum.conf22
-rw-r--r--extconfig.conf58
-rw-r--r--extensions.ael448
-rw-r--r--extensions.conf188
-rw-r--r--features.conf98
-rw-r--r--followme.conf86
-rw-r--r--h323.conf193
-rw-r--r--http.conf40
-rw-r--r--iax.conf76
-rw-r--r--iaxprov.conf81
-rw-r--r--indications.conf733
-rw-r--r--logger.conf70
-rw-r--r--manager.conf21
-rw-r--r--mgcp.conf104
-rw-r--r--modules.conf59
-rw-r--r--musiconhold.conf66
-rw-r--r--muted.conf39
-rw-r--r--osp.conf72
-rw-r--r--phone.conf49
-rw-r--r--privacy.conf3
-rw-r--r--queues.conf311
-rw-r--r--rpt.conf193
-rw-r--r--rtp.conf22
-rw-r--r--say.conf171
-rw-r--r--sip.conf57
-rw-r--r--sip_notify.conf22
-rw-r--r--sla.conf140
-rw-r--r--smdi.conf75
-rw-r--r--telcordia-1.adsi83
-rw-r--r--udptl.conf30
-rw-r--r--users.conf12528
-rw-r--r--voicemail.conf142
-rw-r--r--vpb.conf108
46 files changed, 17316 insertions, 0 deletions
diff --git a/adsi.conf b/adsi.conf
new file mode 100644
index 0000000..0f36f80
--- /dev/null
+++ b/adsi.conf
@@ -0,0 +1,8 @@
+;
+; Sample ADSI Configuration file
+;
+[intro]
+alignment = center
+greeting => Welcome to the
+greeting => Asterisk
+greeting => Open Source PBX
diff --git a/adtranvofr.conf b/adtranvofr.conf
new file mode 100644
index 0000000..dc7bcfc
--- /dev/null
+++ b/adtranvofr.conf
@@ -0,0 +1,39 @@
+;
+; Voice over Frame Relay (Adtran style)
+;
+; Configuration file
+
+[interfaces]
+;
+; Default language
+;
+;language=en
+;
+; Lines for which we are the user termination. They accept incoming
+; and outgoing calls. We use the default context on the first 8 lines
+; used by internal phones.
+;
+context=default
+;user => voice00
+;user => voice01
+;user => voice02
+;user => voice03
+;user => voice04
+;user => voice05
+;user => voice06
+;user => voice07
+; Calls on 16 and 17 come from the outside world, so they get
+; a little bit special treatment
+context=remote
+;user => voice16
+;user => voice17
+;
+; Next we have lines which we only accept calls on, and typically
+; do not send outgoing calls on (i.e. these are where we are the
+; network termination)
+;
+;network => voice08
+;network => voice09
+;network => voice10
+;network => voice11
+;network => voice12
diff --git a/agents.conf b/agents.conf
new file mode 100644
index 0000000..e07a420
--- /dev/null
+++ b/agents.conf
@@ -0,0 +1,107 @@
+;
+; Agent configuration
+;
+
+[general]
+;
+; Define whether callbacklogins should be stored in astdb for
+; persistence. Persistent logins will be reloaded after
+; Asterisk restarts.
+;
+persistentagents=yes
+
+; Enable or disable a single extension from logging in as multiple agents.
+; The default value is "yes".
+;multiplelogin=yes
+
+[agents]
+;
+; Define maxlogintries to allow agent to try max logins before
+; failed.
+; default to 3
+;
+;maxlogintries=5
+;
+;
+; Define autologoff times if appropriate. This is how long
+; the phone has to ring with no answer before the agent is
+; automatically logged off (in seconds)
+;
+;autologoff=15
+;
+; Define autologoffunavail to have agents automatically logged
+; out when the extension that they are at returns a CHANUNAVAIL
+; status when a call is attempted to be sent there.
+; Default is "no".
+;
+;autologoffunavail=yes
+;
+; Define ackcall to require an acknowledgement by '#' when
+; an agent logs in using agentcallbacklogin. Default is "no".
+; Can also be set to "always", which will also require AgentLogin
+; agents to acknowledge calls by pressing '#'.
+;
+;ackcall=no
+;
+; Define endcall to allow an agent to hangup a call by '*'.
+; Default is "yes". Set this to "no" to ignore '*'.
+;
+;endcall=yes
+;
+; Define wrapuptime. This is the minimum amount of time when
+; after disconnecting before the caller can receive a new call
+; note this is in milliseconds.
+;
+;wrapuptime=5000
+;
+; Define the default musiconhold for agents
+; musiconhold => music_class
+;
+;musiconhold => default
+;
+; Define the default good bye sound file for agents
+; default to vm-goodbye
+;
+;agentgoodbye => goodbye_file
+;
+; Define updatecdr. This is whether or not to change the source
+; channel in the CDR record for this call to agent/agent_id so
+; that we know which agent generates the call
+;
+;updatecdr=no
+;
+; Group memberships for agents (may change in mid-file)
+;
+;group=3
+;group=1,2
+;group=
+;
+; --------------------------------------------------
+; This section is devoted to recording agent's calls
+; The keywords are global to the chan_agent channel driver
+;
+; Enable recording calls addressed to agents. It's turned off by default.
+;recordagentcalls=yes
+;
+; The format to be used to record the calls: wav, gsm, wav49.
+; By default its "wav".
+;recordformat=gsm
+;
+; The text to be added to the name of the recording. Allows forming a url link.
+;urlprefix=http://localhost/calls/
+;
+; The optional directory to save the conversations in. The default is
+; /var/spool/asterisk/monitor
+;savecallsin=/var/calls
+;
+; An optional custom beep sound file to play to always-connected agents.
+;custom_beep=beep
+;
+; --------------------------------------------------
+;
+; This section contains the agent definitions, in the form:
+;
+; agent => agentid,agentpassword,name
+;
+;agent => 1001,4321,Mark Spencer
+;agent => 1002,4321,Will Meadows
diff --git a/alarmreceiver.conf b/alarmreceiver.conf
new file mode 100644
index 0000000..bf767de
--- /dev/null
+++ b/alarmreceiver.conf
@@ -0,0 +1,80 @@
+;
+; alarmreceiver.conf
+;
+; Sample configuration file for the Asterisk alarm receiver application.
+;
+
+
+[general]
+
+;
+; Specify a timestamp format for the metadata section of the event files
+; Default is %a %b %d, %Y @ %H:%M:%S %Z
+
+timestampformat = %a %b %d, %Y @ %H:%M:%S %Z
+
+;
+; Specify a command to execute when the caller hangs up
+;
+; Default is none
+;
+
+;eventcmd = yourprogram -yourargs ...
+
+;
+; Specify a spool directory for the event files. This setting is required
+; if you want the app to be useful. Event files written to the spool
+; directory will be of the template event-XXXXXX, where XXXXXX is a random
+; and unique alphanumeric string.
+;
+; Default is none, and the events will be dropped on the floor.
+;
+
+eventspooldir = /tmp
+
+;
+; The alarmreceiver app can either log the events one-at-a-time to individual
+; files in the spool directory, or it can store them until the caller
+; disconnects and write them all to one file.
+;
+; The default setting for logindividualevents is no.
+;
+
+logindividualevents = no
+
+;
+; The timeout for receiving the first DTMF digit is adjustable from 1000 msec.
+; to 10000 msec. The default is 2000 msec. Note: if you wish to test the
+; receiver by entering digits manually, set this to a reasonable time out
+; like 10000 milliseconds.
+
+fdtimeout = 2000
+
+;
+; The timeout for receiving subsequent DTMF digits is adjustable from
+; 110 msec. to 4000 msec. The default is 200 msec. Note: if you wish to test
+; the receiver by entering digits manually, set this to a reasonable time out
+; like 4000 milliseconds.
+;
+
+sdtimeout = 200
+
+;
+; The loudness of the ACK and Kissoff tones is adjustable from 100 to 8192.
+; The default is 8192. This shouldn't need to be messed with, but is included
+; just in case there are problems with signal levels.
+;
+
+loudness = 8192
+
+;
+; The db-family setting allows the user to capture statistics on the number of
+; calls, and the errors the alarm receiver sees. The default is for no
+; db-family name to be defined and the database logging to be turned off.
+;
+
+;db-family = yourfamily:
+
+;
+; End of alarmreceiver.conf
+;
diff --git a/amd.conf b/amd.conf
new file mode 100644
index 0000000..ce4808a
--- /dev/null
+++ b/amd.conf
@@ -0,0 +1,18 @@
+;
+; Answering Machine Detection Configuration
+;
+
+[general]
+initial_silence = 2500 ; Maximum silence duration before the greeting.
+ ; If exceeded then MACHINE.
+greeting = 1500 ; Maximum length of a greeting. If exceeded then MACHINE.
+after_greeting_silence = 800 ; Silence after detecting a greeting.
+ ; If exceeded then HUMAN
+total_analysis_time = 5000 ; Maximum time allowed for the algorithm to decide
+ ; on a HUMAN or MACHINE
+min_word_length = 100 ; Minimum duration of Voice to considered as a word
+between_words_silence = 50 ; Minimum duration of silence after a word to consider
+ ; the audio what follows as a new word
+maximum_number_of_words = 3 ; Maximum number of words in the greeting.
+ ; If exceeded then MACHINE
+silence_threshold = 256
diff --git a/asterisk.adsi b/asterisk.adsi
new file mode 100644
index 0000000..a275502
--- /dev/null
+++ b/asterisk.adsi
@@ -0,0 +1,159 @@
+;
+; Asterisk default ADSI script
+;
+;
+; Begin with the preamble requirements
+;
+DESCRIPTION "Asterisk PBX" ; Name of vendor
+VERSION 0x00 ; Version of stuff
+;SECURITY "_AST" ; Security code
+SECURITY 0X9BDBF7AC ; Security code
+FDN 0x0000000F ; Descriptor number
+
+;
+; Flags
+;
+FLAG "nocallwaiting"
+
+;
+; Predefined strings
+;
+DISPLAY "titles" IS "** Asterisk PBX **"
+DISPLAY "talkingto" IS "Call active." JUSTIFY LEFT
+DISPLAY "callname" IS "$Call1p" JUSTIFY LEFT
+DISPLAY "callnum" IS "$Call1s" JUSTIFY LEFT
+DISPLAY "incoming" IS "Incoming call!" JUSTIFY LEFT
+DISPLAY "ringing" IS "Calling... " JUSTIFY LEFT
+DISPLAY "callended" IS "Call ended." JUSTIFY LEFT
+DISPLAY "missedcall" IS "Missed call." JUSTIFY LEFT
+DISPLAY "busy" IS "Busy." JUSTIFY LEFT
+DISPLAY "reorder" IS "Reorder." JUSTIFY LEFT
+DISPLAY "cwdisabled" IS "Callwait disabled"
+DISPLAY "empty" IS "asdf"
+
+;
+; Begin soft key definitions
+;
+KEY "callfwd" IS "CallFwd" OR "Call Forward"
+ OFFHOOK
+ VOICEMODE
+ WAITDIALTONE
+ SENDDTMF "*60"
+ GOTO "offHook"
+ENDKEY
+
+KEY "vmail_OH" IS "VMail" OR "Voicemail"
+ OFFHOOK
+ VOICEMODE
+ WAITDIALTONE
+ SENDDTMF "8500"
+ENDKEY
+
+KEY "vmail" IS "VMail" OR "Voicemail"
+ SENDDTMF "8500"
+ENDKEY
+
+KEY "backspace" IS "BackSpc" OR "Backspace"
+ BACKSPACE
+ENDKEY
+
+KEY "cwdisable" IS "CWDsble" OR "Disable Call Wait"
+ SENDDTMF "*70"
+ SETFLAG "nocallwaiting"
+ SHOWDISPLAY "cwdisabled" AT 4
+ TIMERCLEAR
+ TIMERSTART 1
+ENDKEY
+
+KEY "cidblock" IS "CIDBlk" OR "Block Callerid"
+ SENDDTMF "*67"
+ SETFLAG "nocallwaiting"
+ENDKEY
+
+;
+; Begin main subroutine
+;
+
+SUB "main" IS
+ IFEVENT NEARANSWER THEN
+ CLEAR
+ SHOWDISPLAY "titles" AT 1 NOUPDATE
+ SHOWDISPLAY "talkingto" AT 2 NOUPDATE
+ SHOWDISPLAY "callname" AT 3
+ SHOWDISPLAY "callnum" AT 4
+ GOTO "stableCall"
+ ENDIF
+ IFEVENT OFFHOOK THEN
+ CLEAR
+ CLEARFLAG "nocallwaiting"
+ CLEARDISPLAY
+ SHOWDISPLAY "titles" AT 1
+ SHOWKEYS "vmail"
+ SHOWKEYS "cidblock"
+ SHOWKEYS "cwdisable" UNLESS "nocallwaiting"
+ GOTO "offHook"
+ ENDIF
+ IFEVENT IDLE THEN
+ CLEAR
+ SHOWDISPLAY "titles" AT 1
+ SHOWKEYS "vmail_OH"
+ ENDIF
+ IFEVENT CALLERID THEN
+ CLEAR
+; SHOWDISPLAY "titles" AT 1 NOUPDATE
+; SHOWDISPLAY "incoming" AT 2 NOUPDATE
+ SHOWDISPLAY "callname" AT 3 NOUPDATE
+ SHOWDISPLAY "callnum" AT 4
+ ENDIF
+ IFEVENT RING THEN
+ CLEAR
+ SHOWDISPLAY "titles" AT 1 NOUPDATE
+ SHOWDISPLAY "incoming" AT 2
+ ENDIF
+ IFEVENT ENDOFRING THEN
+ SHOWDISPLAY "missedcall" AT 2
+ CLEAR
+ SHOWDISPLAY "titles" AT 1
+ SHOWKEYS "vmail_OH"
+ ENDIF
+ IFEVENT TIMER THEN
+ CLEAR
+ SHOWDISPLAY "empty" AT 4
+ ENDIF
+ENDSUB
+
+SUB "offHook" IS
+ IFEVENT FARRING THEN
+ CLEAR
+ SHOWDISPLAY "titles" AT 1 NOUPDATE
+ SHOWDISPLAY "ringing" AT 2 NOUPDATE
+ SHOWDISPLAY "callname" at 3 NOUPDATE
+ SHOWDISPLAY "callnum" at 4
+ ENDIF
+ IFEVENT FARANSWER THEN
+ CLEAR
+ SHOWDISPLAY "talkingto" AT 2
+ GOTO "stableCall"
+ ENDIF
+ IFEVENT BUSY THEN
+ CLEAR
+ SHOWDISPLAY "titles" AT 1 NOUPDATE
+ SHOWDISPLAY "busy" AT 2 NOUPDATE
+ SHOWDISPLAY "callname" at 3 NOUPDATE
+ SHOWDISPLAY "callnum" at 4
+ ENDIF
+ IFEVENT REORDER THEN
+ CLEAR
+ SHOWDISPLAY "titles" AT 1 NOUPDATE
+ SHOWDISPLAY "reorder" AT 2 NOUPDATE
+ SHOWDISPLAY "callname" at 3 NOUPDATE
+ SHOWDISPLAY "callnum" at 4
+ ENDIF
+ENDSUB
+
+SUB "stableCall" IS
+ IFEVENT REORDER THEN
+ SHOWDISPLAY "callended" AT 2
+ ENDIF
+ENDSUB
+
diff --git a/asterisk.conf b/asterisk.conf
new file mode 100644
index 0000000..2f28a53
--- /dev/null
+++ b/asterisk.conf
@@ -0,0 +1,44 @@
+[directories]
+astetcdir => /etc/asterisk
+astmoddir => /usr/lib64/asterisk/modules
+astvarlibdir => /var/lib/asterisk
+astdatadir => /usr/share/asterisk
+astagidir => /usr/share/asterisk/agi-bin
+astspooldir => /var/spool/asterisk
+astrundir => /var/run/asterisk
+astlogdir => /var/log/asterisk
+
+[options]
+languageprefix = yes ; Use the new sound prefix path syntax
+;verbose = 3
+;debug = 3
+;alwaysfork = yes ; same as -F at startup
+;nofork = yes ; same as -f at startup
+;quiet = yes ; same as -q at startup
+;timestamp = yes ; same as -T at startup
+;execincludes = yes ; support #exec in config files
+;console = yes ; Run as console (same as -c at startup)
+;highpriority = yes ; Run realtime priority (same as -p at startup)
+;initcrypto = yes ; Initialize crypto keys (same as -i at startup)
+;nocolor = yes ; Disable console colors
+;dontwarn = yes ; Disable some warnings
+;dumpcore = yes ; Dump core on crash (same as -g at startup)
+;internal_timing = yes
+;systemname = my_system_name ; prefix uniqueid with a system name for global uniqueness issues
+;maxcalls = 10 ; Maximum amount of calls allowed
+;maxload = 0.9 ; Asterisk stops accepting new calls if the load average exceed this limit
+;cache_record_files = yes ; Cache recorded sound files to another directory during recording
+;record_cache_dir = /tmp ; Specify cache directory (used in cnjunction with cache_record_files)
+;transmit_silence_during_record = yes ; Transmit SLINEAR silence while a channel is being recorded
+;transmit_silence = yes ; Transmit SLINEAR silence while a channel is being recorded or DTMF is being generated
+;transcode_via_sln = yes ; Build transcode paths via SLINEAR, instead of directly
+;runuser = asterisk ; The user to run as
+;rungroup = asterisk ; The group to run as
+;dahdichanname = yes ; Channels created by chan_dahdi will be called 'DAHDI', otherwise 'Zap'
+
+; Changing the following lines may compromise your security.
+;[files]
+;astctlpermissions = 0660
+;astctlowner = root
+;astctlgroup = apache
+;astctl = asterisk.ctl
diff --git a/cdr.conf b/cdr.conf
new file mode 100644
index 0000000..693b280
--- /dev/null
+++ b/cdr.conf
@@ -0,0 +1,148 @@
+;
+; Asterisk Call Detail Record engine configuration
+;
+; CDR is Call Detail Record, which provides logging services via a variety of
+; pluggable backend modules. Detailed call information can be recorded to
+; databases, files, etc. Useful for billing, fraud prevention, compliance with
+; Sarbanes-Oxley aka The Enron Act, QOS evaluations, and more.
+;
+
+[general]
+
+; Define whether or not to use CDR logging. Setting this to "no" will override
+; any loading of backend CDR modules. Default is "yes".
+;enable=yes
+
+; Define whether or not to log unanswered calls. Setting this to "yes" will
+; report every attempt to ring a phone in dialing attempts, when it was not
+; answered. For example, if you try to dial 3 extensions, and this option is "yes",
+; you will get 3 CDR's, one for each phone that was rung. Default is "no". Some
+; find this information horribly useless. Others find it very valuable. Note, in "yes"
+; mode, you will see one CDR, with one of the call targets on one side, and the originating
+; channel on the other, and then one CDR for each channel attempted. This may seem
+; redundant, but cannot be helped.
+;unanswered = no
+
+; Define the CDR batch mode, where instead of posting the CDR at the end of
+; every call, the data will be stored in a buffer to help alleviate load on the
+; asterisk server. Default is "no".
+;
+; WARNING WARNING WARNING
+; Use of batch mode may result in data loss after unsafe asterisk termination
+; ie. software crash, power failure, kill -9, etc.
+; WARNING WARNING WARNING
+;
+;batch=no
+
+; Define the maximum number of CDRs to accumulate in the buffer before posting
+; them to the backend engines. 'batch' must be set to 'yes'. Default is 100.
+;size=100
+
+; Define the maximum time to accumulate CDRs in the buffer before posting them
+; to the backend engines. If this time limit is reached, then it will post the
+; records, regardless of the value defined for 'size'. 'batch' must be set to
+; 'yes'. Note that time is in seconds. Default is 300 (5 minutes).
+;time=300
+
+; The CDR engine uses the internal asterisk scheduler to determine when to post
+; records. Posting can either occur inside the scheduler thread, or a new
+; thread can be spawned for the submission of every batch. For small batches,
+; it might be acceptable to just use the scheduler thread, so set this to "yes".
+; For large batches, say anything over size=10, a new thread is recommended, so
+; set this to "no". Default is "no".
+;scheduleronly=no
+
+; When shutting down asterisk, you can block until the CDRs are submitted. If
+; you don't, then data will likely be lost. You can always check the size of
+; the CDR batch buffer with the CLI "cdr status" command. To enable blocking on
+; submission of CDR data during asterisk shutdown, set this to "yes". Default
+; is "yes".
+;safeshutdown=yes
+
+; Normally, CDR's are not closed out until after all extensions are finished
+; executing. By enabling this option, the CDR will be ended before executing
+; the "h" extension so that CDR values such as "end" and "billsec" may be
+; retrieved inside of of this extension.
+;endbeforehexten=no
+
+;
+;
+; CHOOSING A CDR "BACKEND" (what kind of output to generate)
+;
+; To choose a backend, you have to make sure either the right category is
+; defined in this file, or that the appropriate config file exists, and has the
+; proper definitions in it. If there are any problems, usually, the entry will
+; silently ignored, and you get no output.
+;
+; Also, please note that you can generate CDR records in as many formats as you
+; wish. If you configure 5 different CDR formats, then each event will be logged
+; in 5 different places! In the example config files, all formats are commented
+; out except for the cdr-csv format.
+;
+; Here are all the possible back ends:
+;
+; csv, custom, manager, odbc, pgsql, radius, sqlite, tds
+; (also, mysql is available via the asterisk-addons, due to licensing
+; requirements)
+; (please note, also, that other backends can be created, by creating
+; a new backend module in the source cdr/ directory!)
+;
+; Some of the modules required to provide these backends will not build or install
+; unless some dependency requirements are met. Examples of this are pgsql, odbc,
+; etc. If you are not getting output as you would expect, the first thing to do
+; is to run the command "make menuselect", and check what modules are available,
+; by looking in the "2. Call Detail Recording" option in the main menu. If your
+; backend is marked with XXX, you know that the "configure" command could not find
+; the required libraries for that option.
+;
+; To get CDRs to be logged to the plain-jane /var/log/asterisk/cdr-csv/Master.csv
+; file, define the [csv] category in this file. No database necessary. The example
+; config files are set up to provide this kind of output by default.
+;
+; To get custom csv CDR records, make sure the cdr_custom.conf file
+; is present, and contains the proper [mappings] section. The advantage to
+; using this backend, is that you can define which fields to output, and in
+; what order. By default, the example configs are set up to mimic the cdr-csv
+; output. If you don't make any changes to the mappings, you are basically generating
+; the same thing as cdr-csv, but expending more CPU cycles to do so!
+;
+; To get manager events generated, make sure the cdr_manager.conf file exists,
+; and the [general] section is defined, with the single variable 'enabled = yes'.
+;
+; For odbc, make sure all the proper libs are installed, that "make menuselect"
+; shows that the modules are available, and the cdr_odbc.conf file exists, and
+; has a [global] section with the proper variables defined.
+;
+; For pgsql, make sure all the proper libs are installed, that "make menuselect"
+; shows that the modules are available, and the cdr_pgsql.conf file exists, and
+; has a [global] section with the proper variables defined.
+;
+; For logging to radius databases, make sure all the proper libs are installed, that
+; "make menuselect" shows that the modules are available, and the [radius]
+; category is defined in this file, and in that section, make sure the 'radiuscfg'
+; variable is properly pointing to an existing radiusclient.conf file.
+;
+; For logging to sqlite databases, make sure the 'cdr.db' file exists in the log directory,
+; which is usually /var/log/asterisk. Of course, the proper libraries should be available
+; during the 'configure' operation.
+;
+; For tds logging, make sure the proper libraries are available during the 'configure'
+; phase, and that cdr_tds.conf exists and is properly set up with a [global] category.
+;
+; Also, remember, that if you wish to log CDR info to a database, you will have to define
+; a specific table in that databse to make things work! See the doc directory for more details
+; on how to create this table in each database.
+;
+
+[csv]
+usegmtime=yes ; log date/time in GMT. Default is "no"
+loguniqueid=yes ; log uniqueid. Default is "no"
+loguserfield=yes ; log user field. Default is "no"
+
+;[radius]
+;usegmtime=yes ; log date/time in GMT
+;loguniqueid=yes ; log uniqueid
+;loguserfield=yes ; log user field
+; Set this to the location of the radiusclient-ng configuration file
+; The default is /etc/radiusclient-ng/radiusclient.conf
+;radiuscfg => /usr/local/etc/radiusclient-ng/radiusclient.conf
diff --git a/cdr_custom.conf b/cdr_custom.conf
new file mode 100644
index 0000000..8bc2cb3
--- /dev/null
+++ b/cdr_custom.conf
@@ -0,0 +1,10 @@
+;
+; Mappings for custom config file
+;
+; to get your csv output in a format tailored to your liking, uncomment the following
+; and look for the output in the cdr-custom/Master.csv file (usually in /var/log/asterisk).
+;
+;
+;[mappings]
+;Master.csv => "${CDR(clid)}","${CDR(src)}","${CDR(dst)}","${CDR(dcontext)}","${CDR(channel)}","${CDR(dstchannel)}","${CDR(lastapp)}","${CDR(lastdata)}","${CDR(start)}","${CDR(answer)}","${CDR(end)}","${CDR(duration)}","${CDR(billsec)}","${CDR(disposition)}","${CDR(amaflags)}","${CDR(accountcode)}","${CDR(uniqueid)}","${CDR(userfield)}"
+
diff --git a/cdr_manager.conf b/cdr_manager.conf
new file mode 100644
index 0000000..1d7984b
--- /dev/null
+++ b/cdr_manager.conf
@@ -0,0 +1,6 @@
+;
+; Asterisk Call Management CDR
+;
+[general]
+enabled = no
+
diff --git a/codecs.conf b/codecs.conf
new file mode 100644
index 0000000..c8caeab
--- /dev/null
+++ b/codecs.conf
@@ -0,0 +1,65 @@
+[speex]
+; CBR encoding quality [0..10]
+; used only when vbr = false
+quality => 3
+
+; codec complexity [0..10]
+; tradeoff between cpu/quality
+complexity => 2
+
+; perceptual enhancement [true / false]
+; improves clarity of decoded speech
+enhancement => true
+
+; voice activity detection [true / false]
+; reduces bitrate when no voice detected, used only for CBR
+; (implicit in VBR/ABR)
+vad => true
+
+; variable bit rate [true / false]
+; uses bit rate proportionate to voice complexity
+vbr => true
+
+; available bit rate [bps, 0 = off]
+; encoding quality modulated to match this target bit rate
+; not recommended with dtx or pp_vad - may cause bandwidth spikes
+abr => 0
+
+; VBR encoding quality [0-10]
+; floating-point values allowed
+vbr_quality => 4
+
+; discontinuous transmission [true / false]
+; stops transmitting completely when silence is detected
+; pp_vad is far more effective but more CPU intensive
+dtx => false
+
+; preprocessor configuration
+; these options only affect Speex v1.1.8 or newer
+
+; enable preprocessor [true / false]
+; allows dsp functionality below but incurs CPU overhead
+preprocess => false
+
+; preproc voice activity detection [true / false]
+; more advanced equivalent of DTX, based on voice frequencies
+pp_vad => false
+
+; preproc automatic gain control [true / false]
+pp_agc => false
+pp_agc_level => 8000
+
+; preproc denoiser [true / false]
+pp_denoise => false
+
+; preproc dereverb [true / false]
+pp_dereverb => false
+pp_dereverb_decay => 0.4
+pp_dereverb_level => 0.3
+
+
+[plc]
+; for all codecs which do not support native PLC
+; this determines whether to perform generic PLC
+; there is a minor performance penalty for this
+genericplc => true
diff --git a/dnsmgr.conf b/dnsmgr.conf
new file mode 100644
index 0000000..e34dbcf
--- /dev/null
+++ b/dnsmgr.conf
@@ -0,0 +1,5 @@
+[general]
+;enable=yes ; enable creation of managed DNS lookups
+ ; default is 'no'
+;refreshinterval=1200 ; refresh managed DNS lookups every <n> seconds
+ ; default is 300 (5 minutes) \ No newline at end of file
diff --git a/dundi.conf b/dundi.conf
new file mode 100644
index 0000000..a1e9997
--- /dev/null
+++ b/dundi.conf
@@ -0,0 +1,239 @@
+;
+; DUNDi configuration file
+;
+; For more information about DUNDi, see http://www.dundi.com
+;
+;
+[general]
+;
+; The "general" section contains general parameters relating
+; to the operation of the dundi client and server.
+;
+; The first part should be your complete contact information
+; should someone else in your peer group need to contact you.
+;
+;department=Your Department
+;organization=Your Company, Inc.
+;locality=Your City
+;stateprov=ST
+;country=US
+;email=your@email.com
+;phone=+12565551212
+;
+;
+; Specify bind address and port number. Default is
+; 4520
+;
+;bindaddr=0.0.0.0
+;port=4520
+;
+; Our entity identifier (Should generally be the MAC address of the
+; machine it's running on. Defaults to the first eth address, but you
+; can override it here, as long as you set it to the MAC of *something*
+; you own!)
+;
+;entityid=00:07:E9:3B:76:60
+;
+; Peers shall cache our query responses for the specified time,
+; given in seconds. Default is 3600.
+;
+;cachetime=3600
+;
+; This defines the max depth in which to search the DUNDi system.
+; Note that the maximum time that we will wait for a response is
+; (2000 + 200 * ttl) ms.
+;
+ttl=32
+;
+; If we don't get ACK to our DPDISCOVER within 2000ms, and autokill is set
+; to yes, then we cancel the whole thing (that's enough time for one
+; retransmission only). This is used to keep things from stalling for a long
+; time for a host that is not available, but would be ill advised for bad
+; connections. In addition to 'yes' or 'no' you can also specify a number
+; of milliseconds. See 'qualify' for individual peers to turn on for just
+; a specific peer.
+;
+autokill=yes
+;
+; pbx_dundi creates a rotating key called "secret", under the family
+; 'secretpath'. The default family is dundi (resulting in
+; the key being held at dundi/secret).
+;
+;secretpath=dundi
+;
+; The 'storehistory' option (also changeable at runtime with
+; 'dundi store history' and 'dundi no store history') will
+; cause the DUNDi engine to keep track of the last several
+; queries and the amount of time each query took to execute
+; for the purpose of tracking slow nodes. This option is
+; off by default due to performance impacts.
+;
+;storehistory=yes
+
+[mappings]
+;
+; The "mappings" section maps DUNDi contexts
+; to contexts on the local asterisk system. Remember
+; that numbers that are made available under the e164
+; DUNDi context are regulated by the DUNDi General Peering
+; Agreement (GPA) if you are a member of the DUNDi E.164
+; Peering System.
+;
+; dundi_context => local_context,weight,tech,dest[,options]]
+;
+; 'dundi_context' is the name of the context being requested
+; within the DUNDi request
+;
+; 'local_context' is the name of the context on the local system
+; in which numbers can be looked up for which responses shall be given.
+;
+; 'weight' is the weight to use for the responses provided from this
+; mapping. The number must be >= 0 and < 60000. Since it is totally
+; valid to receive multiple responses to a query, responses received
+; with a lower weight are tried first. Note that the weight has a
+; special meaning in the e164 context - see the GPA for more details.
+;
+; 'tech' is the technology to use (IAX, SIP, H323)
+;
+; 'dest' is the destination to supply for reaching that number. The
+; following variables can be used in the destination string and will
+; be automatically substituted:
+; ${NUMBER}: The number being requested
+; ${IPADDR}: The IP address to connect to
+; ${SECRET}: The current rotating secret key to be used
+;
+; Further options may include:
+;
+; nounsolicited: No unsolicited calls of any type permitted via this
+; route
+; nocomunsolicit: No commercial unsolicited calls permitted via
+; this route
+; residential: This number is known to be a residence
+; commercial: This number is known to be a business
+; mobile: This number is known to be a mobile phone
+; nocomunsolicit: No commercial unsolicited calls permitted via
+; this route
+; nopartial: Do not search for partial matches
+;
+; There *must* exist an entry in mappings for DUNDi to respond
+; to any request, although it may be empty.
+;
+;e164 => dundi-e164-canonical,0,IAX2,dundi:${SECRET}@${IPADDR}/${NUMBER},nounsolicited,nocomunsolicit,nopartial
+;e164 => dundi-e164-customers,100,IAX2,dundi:${SECRET}@${IPADDR}/${NUMBER},nounsolicited,nocomunsolicit,nopartial
+;e164 => dundi-e164-via-pstn,400,IAX2,dundi:${SECRET}@${IPADDR}/${NUMBER},nounsolicited,nocomunsolicit,nopartial
+
+;digexten => default,0,IAX2,guest@lappy/${NUMBER}
+;asdf =>
+
+
+;
+;
+; The remaining sections represent the peers
+; that we fundamentally trust. The section name
+; represents the name and optionally at a specific
+; DUNDi context if you want the trust to be established
+; for only a specific DUNDi context.
+;
+; inkey - What key they will be authenticating to us with
+;
+; outkey - What key we use to authenticate to them
+;
+; host - What their host is
+;
+; order - What search order to use. May be 'primary', 'secondary',
+; 'tertiary' or 'quartiary'. In large systems, it is beneficial
+; to only query one up-stream host in order to maximize caching
+; value. Adding one with primary and one with secondary gives you
+; redundancy without sacrificing performance.
+;
+; include - Includes this peer when searching a particular context
+; for lookup (set "all" to perform all lookups with that
+; host. This is also the context in which peers are permitted
+; to precache.
+;
+; noinclude - Disincludes this peer when searching a particular context
+; for lookup (set "all" to perform no lookups with that
+; host.
+;
+; permit - Permits this peer to search a given DUNDi context on
+; the local system. Set "all" to permit this host to
+; lookup all contexts. This is also a context for which
+; we will create/forward PRECACHE commands.
+;
+; deny - Denies this peer to search a given DUNDi context on
+; the local system. Set "all" to deny this host to
+; lookup all contexts.
+;
+; model - inbound, outbound, or symmetric for whether we receive
+; requests only, transmit requests only, or do both.
+;
+; precache - Utilize/Permit precaching with this peer (to pre
+; cache means to provide an answer when no request
+; was made and is used so that machines with few
+; routes can push those routes up a to a higher level).
+; outgoing means we send precache routes to this peer,
+; incoming means we permit this peer to send us
+; precache routes. symmetric means we do both.
+;
+; Note: You cannot mix symmetric/outbound model with symmetric/inbound
+; precache, nor can you mix symmetric/inbound model with symmetric/outbound
+; precache.
+;
+;
+; The '*' peer is special and matches an unspecified entity
+;
+
+;
+; Sample Primary e164 DUNDi peer
+;
+;[00:50:8B:F3:75:BB]
+;model = symmetric
+;host = 64.215.96.114
+;inkey = digium
+;outkey = misery
+;include = e164
+;permit = e164
+;qualify = yes
+
+;
+; Sample Secondary e164 DUNDi peer
+;
+;[00:A0:C9:96:92:84]
+;model = symmetric
+;host = misery.digium.com
+;inkey = misery
+;outkey = ourkey
+;include = e164
+;permit = e164
+;qualify = yes
+;order = secondary
+
+;
+; Sample "push mode" downstream host
+;
+;[00:0C:76:96:75:28]
+;model = inbound
+;host = dynamic
+;precache = inbound
+;inkey = littleguy
+;outkey = ourkey
+;include = e164 ; In this case used only for precaching
+;permit = e164
+;qualify = yes
+
+;
+; Sample "push mode" upstream host
+;
+;[00:07:E9:3B:76:60]
+;model = outbound
+;precache = outbound
+;host = 216.207.245.34
+;register = yes
+;inkey = dhcp34
+;permit = all ; In this case used only for precaching
+;include = all
+;qualify = yes
+;outkey=foo
+
+;[*]
+;
diff --git a/enum.conf b/enum.conf
new file mode 100644
index 0000000..39c7231
--- /dev/null
+++ b/enum.conf
@@ -0,0 +1,22 @@
+;
+; ENUM Configuration for resolving phone numbers over DNS
+;
+; Sample config for Asterisk
+; This file is reloaded at "module reload enum" in the CLI
+;
+[general]
+;
+; The search list for domains may be customized. Domains are searched
+; in the order they are listed here.
+;
+search => e164.arpa
+;
+; If you'd like to use the E.164.org public ENUM registry in addition
+; to the official e164.arpa one, uncomment the following line
+;
+;search => e164.org
+;
+; As there are more H323 drivers available you have to select to which
+; drive a H323 URI will map. Default is "H323".
+;
+h323driver => H323
diff --git a/extconfig.conf b/extconfig.conf
new file mode 100644
index 0000000..d2c5fbb
--- /dev/null
+++ b/extconfig.conf
@@ -0,0 +1,58 @@
+;
+; Static and realtime external configuration
+; engine configuration
+;
+; Please read doc/extconfig.txt for basic table
+; formatting information.
+;
+[settings]
+;
+; Static configuration files:
+;
+; file.conf => driver,database[,table]
+;
+; maps a particular configuration file to the given
+; database driver, database and table (or uses the
+; name of the file as the table if not specified)
+;
+;uncomment to load queues.conf via the odbc engine.
+;
+;queues.conf => odbc,asterisk,ast_config
+;
+; The following files CANNOT be loaded from Realtime storage:
+; asterisk.conf
+; extconfig.conf (this file)
+; logger.conf
+;
+; Additionally, the following files cannot be loaded from
+; Realtime storage unless the storage driver is loaded
+; early using 'preload' statements in modules.conf:
+; manager.conf
+; cdr.conf
+; rtp.conf
+;
+;
+; Realtime configuration engine
+;
+; maps a particular family of realtime
+; configuration to a given database driver,
+; database and table (or uses the name of
+; the family if the table is not specified
+;
+;example => odbc,asterisk,alttable
+;
+; "odbc" is shown in the examples below, but is not the only valid realtime
+; engine. There is:
+; odbc ... res_config_odbc
+; pgsql ... res_config_pgsql
+; mysql ... res_config_mysql (available from asterisk-addons)
+;
+;iaxusers => odbc,asterisk
+;iaxpeers => odbc,asterisk
+;sipusers => odbc,asterisk
+;sippeers => odbc,asterisk
+;voicemail => odbc,asterisk
+;extensions => odbc,asterisk
+;queues => odbc,asterisk
+;queue_members => odbc,asterisk
+
diff --git a/extensions.ael b/extensions.ael
new file mode 100644
index 0000000..ab8cdd8
--- /dev/null
+++ b/extensions.ael
@@ -0,0 +1,448 @@
+//
+// Example AEL config file
+//
+//
+// Static extension configuration file, used by
+// the pbx_ael module. This is where you configure all your
+// inbound and outbound calls in Asterisk.
+//
+// This configuration file is reloaded
+// - With the "ael reload" command in the CLI
+// - With the "reload" command (that reloads everything) in the CLI
+
+// The "Globals" category contains global variables that can be referenced
+// in the dialplan by using the GLOBAL dialplan function:
+// ${GLOBAL(VARIABLE)}
+// ${${GLOBAL(VARIABLE)}} or ${text${GLOBAL(VARIABLE)}} or any hybrid
+// Unix/Linux environmental variables are reached with the ENV dialplan
+// function: ${ENV(VARIABLE)}
+//
+
+globals {
+ CONSOLE="Console/dsp"; // Console interface for demo
+ //CONSOLE=Zap/1
+ //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
+ // in chan_dahdi.conf) to dial, i.e. group 2, and how to choose a channel to use in
+ // the specified group. The four possible options are:
+ //
+ // g: select the lowest-numbered non-busy Zap channel
+ // (aka. ascending sequential hunt group).
+ // G: select the highest-numbered non-busy Zap channel
+ // (aka. descending sequential hunt group).
+ // r: use a round-robin search, starting at the next highest channel than last
+ // time (aka. ascending rotary hunt group).
+ // R: use a round-robin search, starting at the next lowest channel than last
+ // time (aka. descending rotary hunt group).
+ //
+ TRUNKMSD=1; // MSD digits to strip (usually 1 or 0)
+ //TRUNK=IAX2/user:pass@provider
+};
+
+//
+// Any category other than "General" and "Globals" represent
+// extension contexts, which are collections of extensions.
+//
+// Extension names may be numbers, letters, or combinations
+// thereof. If an extension name is prefixed by a '_'
+// character, it is interpreted as a pattern rather than a
+// literal. In patterns, some characters have special meanings:
+//
+// X - any digit from 0-9
+// Z - any digit from 1-9
+// N - any digit from 2-9
+// [1235-9] - any digit in the brackets (in this example, 1,2,3,5,6,7,8,9)
+// . - wildcard, matches anything remaining (e.g. _9011. matches
+// anything starting with 9011 excluding 9011 itself)
+// ! - wildcard, causes the matching process to complete as soon as
+// it can unambiguously determine that no other matches are possible
+//
+// For example the extension _NXXXXXX would match normal 7 digit dialings,
+// while _1NXXNXXXXXX would represent an area code plus phone number
+// preceded by a one.
+//
+// Each step of an extension is ordered by priority, which must
+// always start with 1 to be considered a valid extension. The priority
+// "next" or "n" means the previous priority plus one, regardless of whether
+// the previous priority was associated with the current extension or not.
+// The priority "same" or "s" means the same as the previously specified
+// priority, again regardless of whether the previous entry was for the
+// same extension. Priorities may be immediately followed by a plus sign
+// and another integer to add that amount (most useful with 's' or 'n').
+// Priorities may then also have an alias, or label, in
+// parenthesis after their name which can be used in goto situations
+//
+// Contexts contain several lines, one for each step of each
+// extension, which can take one of two forms as listed below,
+// with the first form being preferred. One may include another
+// context in the current one as well, optionally with a
+// date and time. Included contexts are included in the order
+// they are listed.
+//
+//context name {
+// exten-name => {
+// application(arg1,arg2,...);
+//
+// Timing list for includes is
+//
+// <time range>|<days of week>|<days of month>|<months>
+//
+// includes {
+// daytime|9:00-17:00|mon-fri|*|*;
+// };
+//
+// ignorepat can be used to instruct drivers to not cancel dialtone upon
+// receipt of a particular pattern. The most commonly used example is
+// of course '9' like this:
+//
+// ignorepat => 9;
+//
+// so that dialtone remains even after dialing a 9.
+//};
+
+
+//
+// Sample entries for extensions.conf
+//
+//
+context ael-dundi-e164-canonical {
+ //
+ // List canonical entries here
+ //
+ // 12564286000 => &ael-std-exten(6000,IAX2/foo);
+ // _125642860XX => Dial(IAX2/otherbox/${EXTEN:7});
+};
+
+context ael-dundi-e164-customers {
+ //
+ // If you are an ITSP or Reseller, list your customers here.
+ //
+ //_12564286000 => Dial(SIP/customer1);
+ //_12564286001 => Dial(IAX2/customer2);
+};
+
+context ael-dundi-e164-via-pstn {
+ //
+ // If you are freely delivering calls to the PSTN, list them here
+ //
+ //_1256428XXXX => Dial(Zap/g2/${EXTEN:7}); // Expose all of 256-428
+ //_1256325XXXX => Dial(Zap/g2/${EXTEN:7}); // Ditto for 256-325
+};
+
+context ael-dundi-e164-local {
+ //
+ // Context to put your dundi IAX2 or SIP user in for
+ // full access
+ //
+ includes {
+ ael-dundi-e164-canonical;
+ ael-dundi-e164-customers;
+ ael-dundi-e164-via-pstn;
+ };
+};
+
+context ael-dundi-e164-switch {
+ //
+ // Just a wrapper for the switch
+ //
+
+ switches {
+ DUNDi/e164;
+ };
+};
+
+context ael-dundi-e164-lookup {
+ //
+ // Locally to lookup, try looking for a local E.164 solution
+ // then try DUNDi if we don't have one.
+ //
+ includes {
+ ael-dundi-e164-local;
+ ael-dundi-e164-switch;
+ };
+ //
+};
+
+//
+// DUNDi can also be implemented as a Macro instead of using
+// the Local channel driver.
+//
+macro ael-dundi-e164(exten) {
+//
+// ARG1 is the extension to Dial
+//
+ goto ${exten}|1;
+ return;
+};
+
+//
+// Here are the entries you need to participate in the IAXTEL
+// call routing system. Most IAXTEL numbers begin with 1-700, but
+// there are exceptions. For more information, and to sign
+// up, please go to www.gnophone.com or www.iaxtel.com
+//
+context ael-iaxtel700 {
+ _91700XXXXXXX => Dial(IAX2/${IAXINFO}@iaxtel.com/${EXTEN:1}@iaxtel);
+};
+
+//
+// The SWITCH statement permits a server to share the dialplan with
+// another server. Use with care: Reciprocal switch statements are not
+// allowed (e.g. both A -> B and B -> A), and the switched server needs
+// to be on-line or else dialing can be severly delayed.
+//
+context ael-iaxprovider {
+ switches {
+ // IAX2/user:[key]@myserver/mycontext;
+ };
+};
+
+context ael-trunkint {
+ //
+ // International long distance through trunk
+ //
+ includes {
+ ael-dundi-e164-lookup;
+ };
+ _9011. => {
+ &ael-dundi-e164(${EXTEN:4});
+ Dial(${TRUNK}/${EXTEN:${TRUNKMSD}});
+ };
+};
+
+context ael-trunkld {
+ //
+ // Long distance context accessed through trunk
+ //
+ includes {
+ ael-dundi-e164-lookup;
+ };
+ _91NXXNXXXXXX => {
+ &ael-dundi-e164(${EXTEN:1});
+ Dial(${TRUNK}/${EXTEN:${TRUNKMSD}});
+ };
+};
+
+context ael-trunklocal {
+ //
+ // Local seven-digit dialing accessed through trunk interface
+ //
+ _9NXXXXXX => {
+ Dial(${TRUNK}/${EXTEN:${TRUNKMSD}});
+ };
+};
+
+context ael-trunktollfree {
+ //
+ // Long distance context accessed through trunk interface
+ //
+
+ _91800NXXXXXX => Dial(${TRUNK}/${EXTEN:${TRUNKMSD}});
+ _91888NXXXXXX => Dial(${TRUNK}/${EXTEN:${TRUNKMSD}});
+ _91877NXXXXXX => Dial(${TRUNK}/${EXTEN:${TRUNKMSD}});
+ _91866NXXXXXX => Dial(${TRUNK}/${EXTEN:${TRUNKMSD}});
+};
+
+context ael-international {
+ //
+ // Master context for international long distance
+ //
+ ignorepat => 9;
+ includes {
+ ael-longdistance;
+ ael-trunkint;
+ };
+};
+
+context ael-longdistance {
+ //
+ // Master context for long distance
+ //
+ ignorepat => 9;
+ includes {
+ ael-local;
+ ael-trunkld;
+ };
+};
+
+context ael-local {
+ //
+ // Master context for local, toll-free, and iaxtel calls only
+ //
+ ignorepat => 9;
+ includes {
+ ael-default;
+ ael-trunklocal;
+ ael-iaxtel700;
+ ael-trunktollfree;
+ ael-iaxprovider;
+ };
+};
+
+//
+// You can use an alternative switch type as well, to resolve
+// extensions that are not known here, for example with remote
+// IAX switching you transparently get access to the remote
+// Asterisk PBX
+//
+// switch => IAX2/user:password@bigserver/local
+//
+// An "lswitch" is like a switch but is literal, in that
+// variable substitution is not performed at load time
+// but is passed to the switch directly (presumably to
+// be substituted in the switch routine itself)
+//
+// lswitch => Loopback/12${EXTEN}@othercontext
+//
+// An "eswitch" is like a switch but the evaluation of
+// variable substitution is performed at runtime before
+// being passed to the switch routine.
+//
+// eswitch => IAX2/context@${CURSERVER}
+
+
+macro ael-std-exten-ael( ext , dev ) {
+ Dial(${dev}/${ext},20);
+ switch(${DIALSTATUS}) {
+ case BUSY:
+ Voicemail(${ext},b);
+ break;
+ default:
+ Voicemail(${ext},u);
+ };
+ catch a {
+ VoiceMailMain(${ext});
+ return;
+ };
+ return;
+};
+
+context ael-demo {
+ s => {
+ Wait(1);
+ Answer();
+ Set(TIMEOUT(digit)=5);
+ Set(TIMEOUT(response)=10);
+restart:
+ Background(demo-congrats);
+instructions:
+ for (x=0; ${x} < 3; x=${x} + 1) {
+ Background(demo-instruct);
+ WaitExten();
+ };
+ };
+ 2 => {
+ Background(demo-moreinfo);
+ goto s|instructions;
+ };
+ 3 => {
+ Set(LANGUAGE()=fr);
+ goto s|restart;
+ };
+ 1000 => {
+ goto ael-default|s|1;
+ };
+ 500 => {
+ Playback(demo-abouttotry);
+ Dial(IAX2/guest@misery.digium.com/s@default);
+ Playback(demo-nogo);
+ goto s|instructions;
+ };
+ 600 => {
+ Playback(demo-echotest);
+ Echo();
+ Playback(demo-echodone);
+ goto s|instructions;
+ };
+ _1234 => &ael-std-exten-ael(${EXTEN}, "IAX2");
+ 8500 => {
+ VoicemailMain();
+ goto s|instructions;
+ };
+ # => {
+ Playback(demo-thanks);
+ Hangup();
+ };
+ t => goto #|1;
+ i => Playback(invalid);
+};
+
+
+//
+// If you wish to use AEL for your default context, remove it
+// from extensions.conf (or change its name or comment it out)
+// and then uncomment the one here.
+//
+
+context ael-default {
+
+// By default we include the demo. In a production system, you
+// probably don't want to have the demo there.
+
+ includes {
+ ael-demo;
+ };
+//
+// Extensions like the two below can be used for FWD, Nikotel, sipgate etc.
+// Note that you must have a [sipprovider] section in sip.conf whereas
+// the otherprovider.net example does not require such a peer definition
+//
+//_41X. => Dial(SIP/${EXTEN:2}@sipprovider,,r);
+//_42X. => Dial(SIP/user:passwd@${EXTEN:2}@otherprovider.net,30,rT);
+
+// Real extensions would go here. Generally you want real extensions to be
+// 4 or 5 digits long (although there is no such requirement) and start with a
+// single digit that is fairly large (like 6 or 7) so that you have plenty of
+// room to overlap extensions and menu options without conflict. You can alias
+// them with names, too, and use global variables
+
+// 6245 => {
+// hint(SIP/Grandstream1&SIP/Xlite1,Joe Schmoe); // Channel hints for presence
+// Dial(SIP/Grandstream1,20,rt); // permit transfer
+// Dial(${HINT}/5245},20,rtT); // Use hint as listed
+// switch(${DIALSTATUS}) {
+// case BUSY:
+// Voicemail(6245,b);
+// return;
+// default:
+// Voicemail(6245,u);
+// return;
+// };
+// };
+
+// 6361 => Dial(IAX2/JaneDoe,,rm); // ring without time limit
+// 6389 => Dial(MGCP/aaln/1@192.168.0.14);
+// 6394 => Dial(Local/6275/n); // this will dial ${MARK}
+
+// 6275 => &ael-stdexten(6275,${MARK}); // assuming ${MARK} is something like Zap/2
+// mark => goto 6275|1; // alias mark to 6275
+// 6536 => &ael-stdexten(6236,${WIL}); // Ditto for wil
+// wil => goto 6236|1;
+//
+// Some other handy things are an extension for checking voicemail via
+// voicemailmain
+//
+// 8500 => {
+// VoicemailMain();
+// Hangup();
+// };
+//
+// Or a conference room (you'll need to edit meetme.conf to enable this room)
+//
+// 8600 => Meetme(1234);
+//
+// Or playing an announcement to the called party, as soon it answers
+//
+// 8700 => Dial(${MARK},30,A(/path/to/my/announcemsg))
+//
+// For more information on applications, just type "show applications" at your
+// friendly Asterisk CLI prompt.
+//
+// 'show application <command>' will show details of how you
+// use that particular application in this file, the dial plan.
+//
+}
diff --git a/extensions.conf b/extensions.conf
new file mode 100644
index 0000000..2577d03
--- /dev/null
+++ b/extensions.conf
@@ -0,0 +1,188 @@
+[general]
+static=yes
+writeprotect=no
+clearglobalvars=no
+userscontext=fedorapeople
+DYNAMIC_FEATURES=automon
+
+[globals]
+
+[macro-stdexten];
+;
+; Standard extension macro:
+; ${ARG1} - Extension (we could have used ${MACRO_EXTEN} here as well
+; ${ARG2} - Device(s) to ring
+;
+exten => s,1,Dial(${ARG2},20) ; Ring the interface, 20 seconds maximum
+exten => s,2,Goto(s-${DIALSTATUS},1) ; Jump based on status (NOANSWER,BUSY,CHANUNAVAIL,CONGESTION,ANSWER)
+
+exten => s-NOANSWER,1,Voicemail(${ARG1}@fedorapeople,u) ; If unavailable, send to voicemail w/ unavail announce
+exten => s-NOANSWER,2,Hangup
+
+exten => s-BUSY,1,Voicemail(${ARG1}@fedorapeople,b) ; If busy, send to voicemail w/ busy announce
+exten => s-BUSY,2,Hangup
+
+exten => _s-.,1,Goto(s-NOANSWER,1) ; Treat anything else as no answer
+
+exten => a,1,VoicemailMain(${ARG1}) ; If they press *, send the user into VoicemailMain
+
+[conferences]
+exten => s,1,Answer()
+exten => s,n,Set(count=0)
+exten => s,n(readconfno),Set(count=$[${count} + 1])
+exten => s,n,Read(confno,conf-getconfno,0,,,15)
+exten => s,n,GotoIf($[${LEN(${confno})} = 5]?checkconf:invalidconfno)
+
+exten => s,n(invalidconfno),GotoIf($[${count} >= 3]?goodbye)
+exten => s,n,Background(conf-invalid)
+exten => s,n,Goto(readconfno)
+
+exten => s,n(checkconf),GotoIf($[${DB_EXISTS(conferences/${confno})} = 0]?invalidconfno)
+
+exten => s,n,Set(confpin=${DB(conferences/${confno})})
+exten => s,n,GotoIf($[${confpin} = NONE]?startconf) ; if no pass, jump directly to conf
+
+exten => s,n,Set(count=0)
+exten => s,n(readpin),Set(count=$[${count} + 1])
+exten => s,n,Read(userpin,conf-getpin,0,,,15)
+exten => s,n,GotoIf($["${userpin}" = "${confpin}"]?startconf)
+exten => s,n(invalidpin),GotoIf($[${count} >= 3]?goodbye)
+exten => s,n,Background(conf-invalidpin)
+exten => s,n,Goto(readpin)
+
+exten => s,n(startconf),Background(conf-placeintoconf)
+exten => s,n,SayDigits(${confno})
+exten => s,n,Conference(${confno},,beep,beep)
+
+exten => s,n(goodbye),Background(vm-goodbye)
+exten => s,n,Hangup
+
+[fedoraconferences]
+; Wrapper for infrastructure so we can record
+; Monitor only works on two channels bridged together
+
+exten => infrastructure,1,Answer()
+exten => infrastructure,n,Dial(Local/infrastructure_monitor@fedoraconferences/n,,wW)
+exten => infrastructure_monitor,1,Set(DYNAMIC_FEATURES=automon)
+exten => infrastructure_monitor,n,Set(TOUCH_MONITOR_FORMAT=ogg)
+exten => infrastructure_monitor,n,Conference(infrastructure_monitor,,beep,beep)
+exten => 2001,1,Goto(infrastructure,1)
+
+exten => fudcon,1,Conference(fudcon,,beep,beep)
+exten => 2002,1,Goto(fudcon,1)
+exten => board-test,1,Answer()
+exten => board-test,n,Wait(1.0)
+exten => board-test,n,Authenticate(1234)
+exten => board-test,n,Conference(board-test,,beep,beep)
+exten => 2003,1,Goto(board-test,1)
+exten => marketing,1,Conference(marketing,,beep,beep)
+exten => 2004,1,Goto(marketing,1)
+exten => fpl,1,Conference(fpl,,beep,beep)
+exten => 2005,1,Goto(fpl,1)
+exten => fadna,1,Conference(fad,,beep,beep)
+exten => 2006,1,Goto(fad,1)
+exten => cast,1,Conference(cast,,beep,beep)
+exten => 2007,1,Goto(cast,1)
+exten => docs,1,Conference(docs,,beep,beep)
+exten => 2008,1,Goto(docs,1)
+exten => fpm,1,Conference(fpm,,beep,beep)
+exten => 2009,1,Goto(fpm,1)
+exten => ambassadors,1,Conference(ambassadors,,beep,beep)
+exten => 2015,1,Goto(ambassadors,1)
+
+; Conference rooms not assigned to any person or project, for free use
+exten => conf0,1,Conference(conf1,,beep,beep)
+exten => 2010,1,Goto(conf0,1)
+exten => conf1,1,Conference(conf1,,beep,beep)
+exten => 2011,1,Goto(conf1,1)
+exten => conf2,1,Conference(conf1,,beep,beep)
+exten => 2012,1,Goto(conf2,1)
+exten => conf3,1,Conference(conf1,,beep,beep)
+exten => 2013,1,Goto(conf3,1)
+exten => conf4,1,Conference(conf1,,beep,beep)
+exten => 2014,1,Goto(conf4,1)
+
+
+[from-pstn]
+
+exten => 9194240063,1,Goto(directory,s,1) ; NC
+exten => 3125770052,1,Goto(directory,s,1) ; Ill
+exten => 9783038021,1,Goto(directory,s,1) ; Mass
+exten => 6509309514,1,Goto(directory,s,1) ; California
+exten => 442030518327,1,Goto(directory,s,1) ; UK
+exten => 44203051832,1,Goto(directory,s,1) ; (last digit was missing on DID)
+
+[directory]
+exten => s,1,Answer(1000)
+exten => s,n,Set(LoopCount=0)
+exten => s,n,Background(thanks-for-calling-today)
+exten => s,n(loop),While($[${LoopCount} <= 3])
+exten => s,n,Set(LoopCount=$[${LoopCount} + 1])
+exten => s,n,Background(enter-ext-of-person)
+exten => s,n,Background(to-dial-by-name-press&digits/8)
+exten => s,n,WaitExten()
+exten => s,n(endloop),EndWhile()
+exten => s,n,Playback(connection-timed-out)
+exten => s,n,Playback(vm-goodbye)
+exten => s,n,Hangup()
+
+exten => 8,1,Directory(fedorapeople,from-contributor,fe)
+
+include => fedorapeople
+include => fedorapeople-iax2
+include => fedoraconferences
+
+[from-contributor]
+
+include => fedorapeople
+include => fedorapeople-iax2
+include => fedoraconferences
+
+exten => directory,1,Goto(directory,s,1)
+exten => 1000,1,Goto(directory,s,1)
+
+exten => louie,1,Answer
+exten => louie,n,Wait(1.0)
+exten => louie,n,Playback(lyrics-louie-louie)
+exten => 1001,1,Goto(louie,1)
+
+exten => echo,1,Answer
+exten => echo,n,Echo
+exten => echo,n,Hangup
+exten => 1002,1,Goto(echo,1)
+
+[fedorapeople-iax2]
+
+exten => dgilmore,1,Dial(IAX2/dgilmore)
+
+[conference-stream-join-conference]
+
+exten => s,1,Set(GROUP(conference-streaming)=${conference})
+exten => s,n,GotoIf($[${GROUP(${conference}@conference-streaming)} > 1]?done)
+exten => s,n,Answer()
+exten => s,n,Conference(${conference},,fedora/this-conference-call-is-now-being-recorded,fedora/this-conference-call-is-no-longer-being-recorded)
+exten => s,n,Playback(fedora/this-conference-call-is-no-longer-being-recorded)
+exten => s,n,Wait(5.0)
+exten => s,n(done),Hangup()
+
+[conference-stream-start-streaming]
+
+exten => s,1,Answer()
+exten => s,n,ICES(${conference}-ices.xml)
+exten => s,n,Hangup()
+
+[conference-record-join-conference]
+
+exten => s,1,Set(GROUP(conference-record)=${conference})
+exten => s,n,GotoIf($[${GROUP_COUNT(${conference}@conference-record)} > 1]?done)
+exten => s,n,Answer()
+exten => s,n,Conference(${conference},,fedora/this-conference-call-is-now-being-recorded,fedora/this-conference-call-is-no-longer-being-recorded)
+exten => s,n,Playback(fedora/this-conference-call-is-no-longer-being-recorded)
+exten => s,n,Wait(5.0)
+exten => s,n(done),Hangup()
+
+[conference-record-start-recording]
+
+exten => s,1,Answer()
+exten => s,n,Record(/var/spool/asterisk/monitor/conference-${conference}-${STRFTIME(${EPOCH},UTC,%Y-%m-%d-%H-%M-%S)}.ogg,,${timelimit},qx)
+exten => s,n,Hangup()
diff --git a/features.conf b/features.conf
new file mode 100644
index 0000000..f16d7ff
--- /dev/null
+++ b/features.conf
@@ -0,0 +1,98 @@
+;
+; Sample Call Features (parking, transfer, etc) configuration
+;
+
+[general]
+parkext => 700 ; What extension to dial to park
+parkpos => 701-720 ; What extensions to park calls on. These needs to be
+ ; numeric, as Asterisk starts from the start position
+ ; and increments with one for the next parked call.
+context => parkedcalls ; Which context parked calls are in
+;parkingtime => 45 ; Number of seconds a call can be parked for
+ ; (default is 45 seconds)
+;courtesytone = beep ; Sound file to play to the parked caller
+ ; when someone dials a parked call
+ ; or the Touch Monitor is activated/deactivated.
+;parkedplay = caller ; Who to play the courtesy tone to when picking up a parked call
+ ; one of: parked, caller, both (default is caller)
+;adsipark = yes ; if you want ADSI parking announcements
+;findslot => next ; Continue to the 'next' free parking space.
+ ; Defaults to 'first' available
+;parkedmusicclass=default ; This is the MOH class to use for the parked channel
+ ; as long as the class is not set on the channel directly
+ ; using Set(CHANNEL(musicclass)=whatever) in the dialplan
+
+;transferdigittimeout => 3 ; Number of seconds to wait between digits when transferring a call
+ ; (default is 3 seconds)
+;xfersound = beep ; to indicate an attended transfer is complete
+;xferfailsound = beeperr ; to indicate a failed transfer
+;pickupexten = *8 ; Configure the pickup extension. (default is *8)
+featuredigittimeout = 1000 ; Max time (ms) between digits for
+ ; feature activation (default is 500 ms)
+;atxfernoanswertimeout = 15 ; Timeout for answer on attended transfer default is 15 seconds.
+
+; Note that the DTMF features listed below only work when two channels have answered and are bridged together.
+; They can not be used while the remote party is ringing or in progress. If you require this feature you can use
+; chan_local in combination with Answer to accomplish it.
+
+[featuremap]
+;blindxfer => #1 ; Blind transfer (default is #)
+;disconnect => *0 ; Disconnect (default is *)
+automon => *1 ; One Touch Record a.k.a. Touch Monitor
+;atxfer => *2 ; Attended transfer
+;parkcall => #72 ; Park call (one step parking)
+
+[applicationmap]
+; Note that the DYNAMIC_FEATURES channel variable must be set to use the features
+; defined here. The value of DYNAMIC_FEATURES should be the names of the features
+; to allow the channel to use separated by '#'. For example:
+;
+; Set(__DYNAMIC_FEATURES=myfeature1#myfeature2#myfeature3)
+;
+; (Note: The two leading underscores allow these feature settings to be set on
+; on the outbound channels, as well. Otherwise, only the original channel
+; will have access to these features.)
+;
+; The syntax for declaring a dynamic feature is the following:
+;
+;<FeatureName> => <DTMF_sequence>,<ActivateOn>[/<ActivatedBy>],<Application>[,<AppArguments>[,MOH_Class]]
+;
+; FeatureName -> This is the name of the feature used in when setting the
+; DYNAMIC_FEATURES variable to enable usage of this feature.
+; DTMF_sequence -> This is the key sequence used to activate this feature.
+; ActivateOn -> This is the channel of the call that the application will be executed
+; on. Valid values are "self" and "peer". "self" means run the
+; application on the same channel that activated the feature. "peer"
+; means run the application on the opposite channel from the one that
+; has activated the feature.
+; ActivatedBy -> This is which channel is allowed to activate this feature. Valid
+; values are "caller", "callee", and "both". "both" is the default.
+; The "caller" is the channel that executed the Dial application, while
+; the "callee" is the channel called by the Dial application.
+; Application -> This is the application to execute.
+; AppArguments -> These are the arguments to be passed into the application.
+; MOH_Class -> This is the music on hold class to play while the idle
+; channel waits for the feature to complete. If left blank,
+; no music will be played.
+;
+;
+; IMPORTANT NOTE: The applicationmap is not intended to be used for all Asterisk
+; applications. When applications are used in extensions.conf, they are executed
+; by the PBX core. In this case, these applications are executed outside of the
+; PBX core, so it does *not* make sense to use any application which has any
+; concept of dialplan flow. Examples of this would be things like Macro, Goto,
+; Background, WaitExten, and many more.
+;
+; Enabling these features means that the PBX needs to stay in the media flow and
+; media will not be re-directed if DTMF is sent in the media stream.
+;
+; Example Usage:
+;
+;testfeature => #9,peer,Playback,tt-monkeys ;Allow both the caller and callee to play
+; ;tt-monkeys to the opposite channel
+;
+;pauseMonitor => #1,self/callee,Pausemonitor ;Allow the callee to pause monitoring
+; ;on their channel
+;unpauseMonitor => #3,self/callee,UnPauseMonitor ;Allow the callee to unpause monitoring
+; ;on their channel
+;
diff --git a/followme.conf b/followme.conf
new file mode 100644
index 0000000..697e5a6
--- /dev/null
+++ b/followme.conf
@@ -0,0 +1,86 @@
+; Find-Me / Follow-Me Configuration File
+[general]
+;
+featuredigittimeout=>5000
+; The number of ms to wait for a digit input for the callee on whether to take the call or
+; not before we consider them "done" entering digits.
+;
+takecall=>1
+; The global default keypress for the callee to take taking the current call. This can be
+; a single digit or multiple digits. Default is "1".
+;
+declinecall=>2
+; The global default keypress for the callee to decline taking the current call. This can
+; be a single digit or multiple digits. Default is "2".
+;
+call-from-prompt=>followme/call-from
+; The global default for the 'Incoming call from' message.
+;
+norecording-prompt=>followme/no-recording
+; The global default for the 'You have an incoming call' message when the caller elects
+; not to leave their name or the option isn't set for them to do so.
+;
+options-prompt=>followme/options
+; The global default for the 'Press 1 to accept this call or press 2 to decline it' message.
+;
+pls-hold-prompt=>followme/pls-hold-while-try
+; The global default for 'Please hold while we try and connect your call' message.
+;
+status-prompt=>followme/status
+; The global default for 'The party you're calling isn't at their desk' message.
+;
+sorry-prompt=>followme/sorry
+; The global default for 'I'm sorry, but we were unable to locate your party' message.
+;
+;
+[default]
+musicclass=>default
+; The moh class that should be used for the caller while they are waiting to be connected.
+context=>default
+; The context to dial the numbers from
+number=>01233456,25
+; The a follow-me number to call. The format is:
+; number=> <number to call[&2nd #[&3rd #]]> [, <timeout value in seconds> [, <order in follow-me>] ]
+; You can specify as many of these numbers as you like. They will be dialed in the
+; order that you specify them in the config file OR as specified with the order field
+; on the number prompt. As you can see from the example, forked dialing of multiple
+; numbers in the same step is supported with this application if you'd like to dial
+; multiple numbers in the same followme step.
+; It's also important to note that the timeout value is not the same
+; as the timeout value you would use in app_dial. This timeout value is the amount of
+; time allowed between the time the dialing step starts and the callee makes a choice
+; on whether to take the call or not. That being the case, you may want to account for
+; this time, and make this timeout longer than a timeout you might specify in app_dial.
+takecall=>1
+; The keypress for the callee to take taking the current call. This can be
+; a single digit or multiple digits. Default is the global default.
+;
+declinecall=>2
+; The keypress for the callee to decline taking the current call. This can
+; be a single digit or multiple digits. Default is the global default.
+;
+call-from-prompt=>followme/call-from
+; The 'Incoming call from' message prompt. Default is the global default.
+;
+followme-norecording-prompt=>followme/no-recording
+; The 'You have an incoming call' message prompt when the caller elects
+; not to leave their name or the option isn't set for them to do so. Default
+; is the global default.
+;
+followme-options-prompt=>followme/options
+; The 'Press 1 to accept this call or press 2 to decline it' message prompt.
+; Default is the global default.
+;
+followme-pls-hold-prompt=>followme/pls-hold-while-try
+; The 'Please hold while we try and connect your call' message prompt.
+; Default is the global default.
+;
+followme-status-prompt=>followme/status
+; The 'The party you're calling isn't at their desk' message prompt.
+; Default is the global default.
+;
+followme-sorry-prompt=>followme/sorry
+; The 'I'm sorry, but we were unable to locate your party' message prompt. Default
+; is the global default.
+
+
diff --git a/h323.conf b/h323.conf
new file mode 100644
index 0000000..4b558ec
--- /dev/null
+++ b/h323.conf
@@ -0,0 +1,193 @@
+; The NuFone Network's
+; Open H.323 driver configuration
+;
+[general]
+port = 1720
+;bindaddr = 1.2.3.4 ; this SHALL contain a single, valid IP address for this machine
+;tos=lowdelay
+;
+; You may specify a global default AMA flag for iaxtel calls. It must be
+; one of 'default', 'omit', 'billing', or 'documentation'. These flags
+; are used in the generation of call detail records.
+;
+;amaflags = default
+;
+; You may specify a default account for Call Detail Records in addition
+; to specifying on a per-user basis
+;
+;accountcode=lss0101
+;
+; You can fine tune codecs here using "allow" and "disallow" clauses
+; with specific codecs. Use "all" to represent all formats.
+;
+;disallow=all
+;allow=all ; turns on all installed codecs
+;disallow=g723.1 ; Hm... Proprietary, don't use it...
+;allow=gsm ; Always allow GSM, it's cool :)
+;allow=ulaw ; see doc/rtp-packetization for framing options
+;
+; User-Input Mode (DTMF)
+;
+; valid entries are: rfc2833, inband
+; default is rfc2833
+;dtmfmode=rfc2833
+;
+; Default RTP Payload to send RFC2833 DTMF on. This is used to
+; interoperate with broken gateways which cannot successfully
+; negotiate a RFC2833 payload type in the TerminalCapabilitySet.
+;
+; You may also specify on either a per-peer or per-user basis below.
+;dtmfcodec=101
+;
+; Set the gatekeeper
+; DISCOVER - Find the Gk address using multicast
+; DISABLE - Disable the use of a GK
+; <IP address> or <Host name> - The acutal IP address or hostname of your GK
+;gatekeeper = DISABLE
+;
+;
+; Tell Asterisk whether or not to accept Gatekeeper
+; routed calls or not. Normally this should always
+; be set to yes, unless you want to have finer control
+; over which users are allowed access to Asterisk.
+; Default: YES
+;
+;AllowGKRouted = yes
+;
+; When the channel works without gatekeeper, there is possible to
+; reject calls from anonymous (not listed in users) callers.
+; Default is to allow anonymous calls.
+;
+;AcceptAnonymous = yes
+;
+; Optionally you can determine a user by Source IP versus its H.323 alias.
+; Default behavour is to determine user by H.323 alias.
+;
+;UserByAlias=no
+;
+; Default context gets used in siutations where you are using
+; the GK routed model or no type=user was found. This gives you
+; the ability to either play an invalid message or to simply not
+; use user authentication at all.
+;
+;context=default
+;
+; Use this option to help Cisco (or other) gateways to setup backward voice
+; path to pass inband tones to calling user (see, for example,
+; http://www.cisco.com/warp/public/788/voip/ringback.html)
+;
+; Add PROGRESS information element to SETUP message sent on outbound calls
+; to notify about required backward voice path. Valid values are:
+; 0 - don't add PROGRESS information element (default);
+; 1 - call is not end-end ISDN, further call progress information can
+; possibly be available in-band;
+; 3 - origination address is non-ISDN (Cisco accepts this value only);
+; 8 - in-band information or an appropriate pattern is now available;
+;progress_setup = 3
+;
+; Add PROGRESS information element (IE) to ALERT message sent on incoming
+; calls to notify about required backwared voice path. Valid values are:
+; 0 - don't add PROGRESS IE (default);
+; 8 - in-band information or an appropriate pattern is now available;
+;progress_alert = 8
+;
+; Generate PROGRESS message when H.323 audio path has established to create
+; backward audio path at other end of a call.
+;progress_audio = yes
+;
+; Specify how to inject non-standard information into H.323 messages. When
+; the channel receives messages with tunneled information, it automatically
+; enables the same option for all further outgoing messages independedly on
+; options has been set by the configuration. This behavior is required, for
+; example, for Cisco CallManager when Q.SIG tunneling is enabled for a
+; gateway where Asterisk lives.
+; The option can be used multiple times, one option per line.
+;tunneling=none ; Totally disable tunneling (default)
+;tunneling=cisco ; Enable Cisco-specific tunneling
+;tunneling=qsig ; Enable tunneling via Q.SIG messages
+;
+;------------------------------ JITTER BUFFER CONFIGURATION --------------------------
+; jbenable = yes ; Enables the use of a jitterbuffer on the receiving side of a
+ ; H323 channel. Defaults to "no". An enabled jitterbuffer will
+ ; be used only if the sending side can create and the receiving
+ ; side can not accept jitter. The H323 channel can accept jitter,
+ ; thus an enabled jitterbuffer on the receive H323 side will only
+ ; be used if the sending side can create jitter and jbforce is
+ ; also set to yes.
+
+; jbforce = no ; Forces the use of a jitterbuffer on the receive side of a H323
+ ; channel. Defaults to "no".
+
+; jbmaxsize = 200 ; Max length of the jitterbuffer in milliseconds.
+
+; jbresyncthreshold = 1000 ; Jump in the frame timestamps over which the jitterbuffer is
+ ; resynchronized. Useful to improve the quality of the voice, with
+ ; big jumps in/broken timestamps, usualy sent from exotic devices
+ ; and programs. Defaults to 1000.
+
+; jbimpl = fixed ; Jitterbuffer implementation, used on the receiving side of a H323
+ ; channel. Two implementations are currenlty available - "fixed"
+ ; (with size always equals to jbmax-size) and "adaptive" (with
+ ; variable size, actually the new jb of IAX2). Defaults to fixed.
+
+; jblog = no ; Enables jitterbuffer frame logging. Defaults to "no".
+;-----------------------------------------------------------------------------------
+;
+; H.323 Alias definitions
+;
+; Type 'h323' will register aliases to the endpoint
+; and Gatekeeper, if there is one.
+;
+; Example: if someone calls time@your.asterisk.box.com
+; Asterisk will send the call to the extension 'time'
+; in the context default
+;
+; [default]
+; exten => time,1,Answer
+; exten => time,2,Playback,current-time
+;
+; Keyword's 'prefix' and 'e164' are only make sense when
+; used with a gatekeeper. You can specify either a prefix
+; or E.164 this endpoint is responsible for terminating.
+;
+; Example: The H.323 alias 'det-gw' will tell the gatekeeper
+; to route any call with the prefix 1248 to this alias. Keyword
+; e164 is used when you want to specifiy a full telephone
+; number. So a call to the number 18102341212 would be
+; routed to the H.323 alias 'time'.
+;
+;[time]
+;type=h323
+;e164=18102341212
+;context=default
+;
+;[det-gw]
+;type=h323
+;prefix=1248,1313
+;context=detroit
+;
+;
+; Inbound H.323 calls from BillyBob would land in the incoming
+; context with a maximum of 4 concurrent incoming calls
+;
+;
+; Note: If keyword 'incominglimit' are omitted Asterisk will not
+; enforce any maximum number of concurrent calls.
+;
+;[BillyBob]
+;type=user
+;host=192.168.1.1
+;context=incoming
+;incominglimit=4
+;h245Tunneling=no
+;
+;
+; Outbound H.323 call to Larry using SlowStart
+;
+;[Larry]
+;type=peer
+;host=192.168.2.1
+;fastStart=no
+
+
+
diff --git a/http.conf b/http.conf
new file mode 100644
index 0000000..f8a86f8
--- /dev/null
+++ b/http.conf
@@ -0,0 +1,40 @@
+;
+; Asterisk Builtin mini-HTTP server
+;
+;
+[general]
+;
+; Whether HTTP interface is enabled or not. Default is no.
+;
+;enabled=yes
+;
+; Whether Asterisk should serve static content from http-static
+; Default is no.
+;
+;enablestatic=yes
+;
+; Address to bind to. Default is 0.0.0.0
+;
+bindaddr=127.0.0.1
+;
+; Port to bind to (default is 8088)
+;
+bindport=8088
+;
+; Prefix allows you to specify a prefix for all requests
+; to the server. The default is "asterisk" so that all
+; requests must begin with /asterisk
+;
+;prefix=asterisk
+
+; The post_mappings section maps URLs to real paths on the filesystem. If a
+; POST is done from within an authenticated manager session to one of the
+; configured POST mappings, then any files in the POST will be placed in the
+; configured directory.
+;
+;[post_mappings]
+;
+; In this example, if the prefix option is set to "asterisk", then using the
+; POST URL: /asterisk/uploads will put files in /var/lib/asterisk/uploads/.
+;uploads = /var/lib/asterisk/uploads/
+;
diff --git a/iax.conf b/iax.conf
new file mode 100644
index 0000000..323325f
--- /dev/null
+++ b/iax.conf
@@ -0,0 +1,76 @@
+[general]
+bindport=4569
+bindaddr=0.0.0.0
+iaxcompat=no
+nochecksums=no
+delayreject=yes
+amaflags=default
+adsi=no
+language=en
+mohinterpret=default
+mohsuggest=default
+disallow=all
+allow=gsm
+allow=ulaw
+allow=alaw
+jitterbuffer=no
+forcejitterbuffer=no
+maxjitterbuffer=1000
+maxjitterinterps=10
+resyncthreshold=1000
+trunkfreq=20
+trunktimestamps=yes
+minregexpire = 60
+maxregexpire = 180
+iaxthreadcount = 10
+iaxmaxthreadcount = 100
+authdebug=yes
+tos=ef
+autokill=yes
+codecpriority=host
+
+
+; Guest sections for unauthenticated connection attempts. Just specify an
+; empty secret, or provide no secret section.
+;
+;[guest]
+;type=user
+;context=default
+;callerid="Guest IAX User"
+
+[fedoratalk] ; calls coming from our UK DID provider
+type=user
+secret=hidden
+auth=md5
+context=from-pstn
+deny=0.0.0.0/0
+permit=213.166.5.128/28
+permit=87.238.72.128/26
+disallow=all
+allow=gsm
+allow=ulaw
+allow=alaw
+
+[jcollie]
+type=friend
+host=dynamic
+secret=hidden
+context=from-contributor
+timezone=America/Chicago
+callerid="Jeffrey C. Ollie"
+qualify=yes
+qualifysmoothing=yes
+qualifyfreqok=60000
+qualifyfreqnotok=10000
+
+[dgilmore]
+type=friend
+host=dynamic
+secret=hidden
+context=from-contributor
+timezone=America/Chicago
+callerid="Dennis Gilmore"
+qualify=yes
+qualifysmoothing=yes
+qualifyfreqok=60000
+qualifyfreqnotok=10000
diff --git a/iaxprov.conf b/iaxprov.conf
new file mode 100644
index 0000000..0ed1ff8
--- /dev/null
+++ b/iaxprov.conf
@@ -0,0 +1,81 @@
+;
+; IAX2 Provisioning Information
+;
+; Contains provisioning information for templates and for specific service
+; entries.
+;
+; Templates provide a group of settings from which provisioning takes place.
+; A template may be based upon any template that has been specified before
+; it. If the template that an entry is based on is not specified then it is
+; presumed to be 'default' (unless it is the first of course).
+;
+; Templates which begin with 'si-' are used for provisioning units with
+; specific service identifiers. For example the entry "si-000364000126"
+; would be used when the device with the corresponding service identifier of
+; "000364000126" attempts to register or make a call.
+;
+[default]
+;
+; The port number the device should use to bind to. The default is 4569.
+;
+;port=4569
+;
+; server is our PRIMARY server for registration and placing calls
+;
+;server=192.168.69.3
+;
+; altserver is the BACKUP server for registration and placing calls in the
+; event the primary server is unavailable.
+;
+;altserver=192.168.69.4
+;
+; port is the port number to use for IAX2 outbound. The connections to the
+; server and altserver -- default is of course 4569.
+;serverport=4569
+;
+; language is the preferred language for the device
+;
+;language=en
+;
+; codec is the requested codec. The iaxy supports ulaw and adpcm
+;
+codec=ulaw
+;
+; flags is a comma separated list of flags which the device should
+; use and may contain any of the following keywords:
+;
+; "register" - Register with server
+; "secure" - Do not accept calls / provisioning not originated by the server
+; "heartbeat" - Generate status packets on port 9999 sent to 255.255.255.255
+; "debug" - Output extra debugging to port 9999
+;
+; Note that use can use += and -= to adjust parameters
+;
+flags=register,heartbeat
+;
+; See doc/ip-tos.txt for a description of this parameter.
+;tos=ef
+;
+; Example iaxy provisioning
+;
+;[si-000364000126]
+;user=iaxy
+;pass=bitsy
+;flags += debug
+
+;[si-000364000127]
+;user=iaxy2
+;pass=bitsy2
+;template=si-000364000126
+;flags += debug
+
+;
+;[*]
+;
+; If specified, the '*' provisioning is used for all devices which do not
+; have another provisioning entry within the file. If unspecified, no
+; provisioning will take place for devices which have no entry. DO NOT
+; USE A '*' PROVISIONING ENTRY UNLESS YOU KNOW WHAT YOU'RE DOING.
+;
+;template=default
+
diff --git a/indications.conf b/indications.conf
new file mode 100644
index 0000000..03a3fad
--- /dev/null
+++ b/indications.conf
@@ -0,0 +1,733 @@
+; indications.conf
+; Configuration file for location specific tone indications
+; used by the pbx_indications module.
+;
+; NOTE:
+; When adding countries to this file, please keep them in alphabetical
+; order according to the 2-character country codes!
+;
+; The [general] category is for certain global variables.
+; All other categories are interpreted as location specific indications
+;
+;
+[general]
+country=us ; default location
+
+
+; [example]
+; description = string
+; The full name of your country, in English.
+; alias = iso[,iso]*
+; List of other countries 2-letter iso codes, which have the same
+; tone indications.
+; ringcadence = num[,num]*
+; List of durations the physical bell rings.
+; dial = tonelist
+; Set of tones to be played when one picks up the hook.
+; busy = tonelist
+; Set of tones played when the receiving end is busy.
+; congestion = tonelist
+; Set of tones played when there is some congestion (on the network?)
+; callwaiting = tonelist
+; Set of tones played when there is a call waiting in the background.
+; dialrecall = tonelist
+; Not well defined; many phone systems play a recall dial tone after hook
+; flash.
+; record = tonelist
+; Set of tones played when call recording is in progress.
+; info = tonelist
+; Set of tones played with special information messages (e.g., "number is
+; out of service")
+; 'name' = tonelist
+; Every other variable will be available as a shortcut for the "PlayList" command
+; but will not be used automatically by Asterisk.
+;
+;
+; The tonelist itself is defined by a comma-separated sequence of elements.
+; Each element consist of a frequency (f) with an optional duration (in ms)
+; attached to it (f/duration). The frequency component may be a mixture of two
+; frequencies (f1+f2) or a frequency modulated by another frequency (f1*f2).
+; The implicit modulation depth is fixed at 90%, though.
+; If the list element starts with a !, that element is NOT repeated,
+; therefore, only if all elements start with !, the tonelist is time-limited,
+; all others will repeat indefinitely.
+;
+; concisely:
+; element = [!]freq[+|*freq2][/duration]
+; tonelist = element[,element]*
+;
+; Please note that SPACES ARE NOT ALLOWED in tone lists!
+;
+
+[at]
+description = Austria
+ringcadence = 1000,5000
+; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf
+dial = 420
+busy = 420/400,0/400
+ring = 420/1000,0/5000
+congestion = 420/200,0/200
+callwaiting = 420/40,0/1960
+dialrecall = 420
+; RECORDTONE - not specified
+record = 1400/80,0/14920
+info = 950/330,1450/330,1850/330,0/1000
+stutter = 380+420
+
+[au]
+description = Australia
+; Reference http://www.acif.org.au/__data/page/3303/S002_2001.pdf
+; Normal Ring
+ringcadence = 400,200,400,2000
+; Distinctive Ring 1 - Forwarded Calls
+; 400,400,200,200,400,1400
+; Distinctive Ring 2 - Selective Ring 2 + Operator + Recall
+; 400,400,200,2000
+; Distinctive Ring 3 - Multiple Subscriber Number 1
+; 200,200,400,2200
+; Distinctive Ring 4 - Selective Ring 1 + Centrex
+; 400,2600
+; Distinctive Ring 5 - Selective Ring 3
+; 400,400,200,400,200,1400
+; Distinctive Ring 6 - Multiple Subscriber Number 2
+; 200,400,200,200,400,1600
+; Distinctive Ring 7 - Multiple Subscriber Number 3 + Data Privacy
+; 200,400,200,400,200,1600
+; Tones
+dial = 413+438
+busy = 425/375,0/375
+ring = 413+438/400,0/200,413+438/400,0/2000
+; XXX Congestion: Should reduce by 10 db every other cadence XXX
+congestion = 425/375,0/375,420/375,0/375
+callwaiting = 425/200,0/200,425/200,0/4400
+dialrecall = 413+438
+; Record tone used for Call Intrusion/Recording or Conference
+record = !425/1000,!0/15000,425/360,0/15000
+info = 425/2500,0/500
+; Other Australian Tones
+; The STD "pips" indicate the call is not an untimed local call
+std = !525/100,!0/100,!525/100,!0/100,!525/100,!0/100,!525/100,!0/100,!525/100
+; Facility confirmation tone (eg. Call Forward Activated)
+facility = 425
+; Message Waiting "stutter" dialtone
+stutter = 413+438/100,0/40
+; Ringtone for calls to Telstra mobiles
+ringmobile = 400+450/400,0/200,400+450/400,0/2000
+
+[bg]
+; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf
+description = Bulgaria
+ringdance = 1000,4000
+;
+dial = 425
+busy = 425/500,0/500
+ring = 425/1000,0/4000
+congestion = 425/250,0/250
+callwaiting = 425/150,0/150,425/150,0/4000
+dialrecall = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425
+record = 1400/425,0/15000
+info = 950/330,1400/330,1800/330,0/1000
+stutter = 425/1500,0/100
+
+[br]
+description = Brazil
+ringcadence = 1000,4000
+dial = 425
+busy = 425/250,0/250
+ring = 425/1000,0/4000
+congestion = 425/250,0/250,425/750,0/250
+callwaiting = 425/50,0/1000
+; Dialrecall not used in Brazil standard (using UK standard)
+dialrecall = 350+440
+; Record tone is not used in Brazil, use busy tone
+record = 425/250,0/250
+; Info not used in Brazil standard (using UK standard)
+info = 950/330,1400/330,1800/330
+stutter = 350+440
+
+[be]
+description = Belgium
+; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf
+ringcadence = 1000,3000
+dial = 425
+busy = 425/500,0/500
+ring = 425/1000,0/3000
+congestion = 425/167,0/167
+callwaiting = 1400/175,0/175,1400/175,0/3500
+; DIALRECALL - not specified
+dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440"
+; RECORDTONE - not specified
+record = 1400/500,0/15000
+info = 900/330,1400/330,1800/330,0/1000
+stutter = 425/1000,0/250
+
+[ch]
+description = Switzerland
+; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf
+ringcadence = 1000,4000
+dial = 425
+busy = 425/500,0/500
+ring = 425/1000,0/4000
+congestion = 425/200,0/200
+callwaiting = 425/200,0/200,425/200,0/4000
+; DIALRECALL - not specified
+dialrecall = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425
+; RECORDTONE - not specified
+record = 1400/80,0/15000
+info = 950/330,1400/330,1800/330,0/1000
+stutter = 425+340/1100,0/1100
+
+[cl]
+description = Chile
+; According to specs from Telefonica CTC Chile
+ringcadence = 1000,3000
+dial = 400
+busy = 400/500,0/500
+ring = 400/1000,0/3000
+congestion = 400/200,0/200
+callwaiting = 400/250,0/8750
+dialrecall = !400/100,!0/100,!400/100,!0/100,!400/100,!0/100,400
+record = 1400/500,0/15000
+info = 950/333,1400/333,1800/333,0/1000
+stutter = !400/100,!0/100,!400/100,!0/100,!400/100,!0/100,!400/100,!0/100,!400/100,!0/100,!400/100,!0/100,400
+
+[cn]
+description = China
+; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf
+ringcadence = 1000,4000
+dial = 450
+busy = 450/350,0/350
+ring = 450/1000,0/4000
+congestion = 450/700,0/700
+callwaiting = 450/400,0/4000
+dialrecall = 450
+record = 950/400,0/10000
+info = 450/100,0/100,450/100,0/100,450/100,0/100,450/400,0/400
+; STUTTER - not specified
+stutter = 450+425
+
+[cz]
+description = Czech Republic
+; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf
+ringcadence = 1000,4000
+dial = 425/330,0/330,425/660,0/660
+busy = 425/330,0/330
+ring = 425/1000,0/4000
+congestion = 425/165,0/165
+callwaiting = 425/330,0/9000
+; DIALRECALL - not specified
+dialrecall = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425/330,0/330,425/660,0/660
+; RECORDTONE - not specified
+record = 1400/500,0/14000
+info = 950/330,0/30,1400/330,0/30,1800/330,0/1000
+; STUTTER - not specified
+stutter = 425/450,0/50
+
+[de]
+description = Germany
+; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf
+ringcadence = 1000,4000
+dial = 425
+busy = 425/480,0/480
+ring = 425/1000,0/4000
+congestion = 425/240,0/240
+callwaiting = !425/200,!0/200,!425/200,!0/5000,!425/200,!0/200,!425/200,!0/5000,!425/200,!0/200,!425/200,!0/5000,!425/200,!0/200,!425/200,!0/5000,!425/200,!0/200,!425/200,0
+; DIALRECALL - not specified
+dialrecall = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425
+; RECORDTONE - not specified
+record = 1400/80,0/15000
+info = 950/330,1400/330,1800/330,0/1000
+stutter = 425+400
+
+[dk]
+description = Denmark
+; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf
+ringcadence = 1000,4000
+dial = 425
+busy = 425/500,0/500
+ring = 425/1000,0/4000
+congestion = 425/200,0/200
+callwaiting = !425/200,!0/600,!425/200,!0/3000,!425/200,!0/200,!425/200,0
+; DIALRECALL - not specified
+dialrecall = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425
+; RECORDTONE - not specified
+record = 1400/80,0/15000
+info = 950/330,1400/330,1800/330,0/1000
+; STUTTER - not specified
+stutter = 425/450,0/50
+
+[ee]
+description = Estonia
+; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf
+ringcadence = 1000,4000
+dial = 425
+busy = 425/300,0/300
+ring = 425/1000,0/4000
+congestion = 425/200,0/200
+; CALLWAIT not in accordance to ITU
+callwaiting = 950/650,0/325,950/325,0/30,1400/1300,0/2600
+; DIALRECALL - not specified
+dialrecall = 425/650,0/25
+; RECORDTONE - not specified
+record = 1400/500,0/15000
+; INFO not in accordance to ITU
+info = 950/650,0/325,950/325,0/30,1400/1300,0/2600
+; STUTTER not specified
+stutter = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425
+
+[es]
+description = Spain
+ringcadence = 1500,3000
+dial = 425
+busy = 425/200,0/200
+ring = 425/1500,0/3000
+congestion = 425/200,0/200,425/200,0/200,425/200,0/600
+callwaiting = 425/175,0/175,425/175,0/3500
+dialrecall = !425/200,!0/200,!425/200,!0/200,!425/200,!0/200,425
+record = 1400/500,0/15000
+info = 950/330,0/1000
+dialout = 500
+
+
+[fi]
+description = Finland
+ringcadence = 1000,4000
+dial = 425
+busy = 425/300,0/300
+ring = 425/1000,0/4000
+congestion = 425/200,0/200
+callwaiting = 425/150,0/150,425/150,0/8000
+dialrecall = 425/650,0/25
+record = 1400/500,0/15000
+info = 950/650,0/325,950/325,0/30,1400/1300,0/2600
+stutter = 425/650,0/25
+
+[fr]
+description = France
+; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf
+ringcadence = 1500,3500
+; Dialtone can also be 440+330
+dial = 440
+busy = 440/500,0/500
+ring = 440/1500,0/3500
+; CONGESTION - not specified
+congestion = 440/250,0/250
+callwait = 440/300,0/10000
+; DIALRECALL - not specified
+dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440
+; RECORDTONE - not specified
+record = 1400/500,0/15000
+info = !950/330,!1400/330,!1800/330
+stutter = !440/100,!0/100,!440/100,!0/100,!440/100,!0/100,!440/100,!0/100,!440/100,!0/100,!440/100,!0/100,440
+
+[gr]
+description = Greece
+ringcadence = 1000,4000
+dial = 425/200,0/300,425/700,0/800
+busy = 425/300,0/300
+ring = 425/1000,0/4000
+congestion = 425/200,0/200
+callwaiting = 425/150,0/150,425/150,0/8000
+dialrecall = 425/650,0/25
+record = 1400/400,0/15000
+info = !950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,0
+stutter = 425/650,0/25
+
+[hu]
+description = Hungary
+; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf
+ringcadence = 1250,3750
+dial = 425
+busy = 425/300,0/300
+ring = 425/1250,0/3750
+congestion = 425/300,0/300
+callwaiting = 425/40,0/1960
+dialrecall = 425+450
+; RECORDTONE - not specified
+record = 1400/400,0/15000
+info = !950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,0
+stutter = 350+375+400
+
+[il]
+description = Israel
+ringcadence = 1000,3000
+dial = 414
+busy = 414/500,0/500
+ring = 414/1000,0/3000
+congestion = 414/250,0/250
+callwaiting = 414/100,0/100,414/100,0/100,414/600,0/3000
+dialrecall = !414/100,!0/100,!414/100,!0/100,!414/100,!0/100,414
+record = 1400/500,0/15000
+info = 1000/330,1400/330,1800/330,0/1000
+stutter = !414/160,!0/160,!414/160,!0/160,!414/160,!0/160,!414/160,!0/160,!414/160,!0/160,!414/160,!0/160,!414/160,!0/160,!414/160,!0/160,!414/160,!0/160,!414/160,!0/160,414
+
+
+[in]
+description = India
+ringcadence = 400,200,400,2000
+dial = 400*25
+busy = 400/750,0/750
+ring = 400*25/400,0/200,400*25/400,0/2000
+congestion = 400/250,0/250
+callwaiting = 400/200,0/100,400/200,0/7500
+dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440
+record = 1400/500,0/15000
+info = !950/330,!1400/330,!1800/330,0/1000
+stutter = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440
+
+[it]
+description = Italy
+; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf
+ringcadence = 1000,4000
+dial = 425/200,0/200,425/600,0/1000
+busy = 425/500,0/500
+ring = 425/1000,0/4000
+congestion = 425/200,0/200
+callwaiting = 425/400,0/100,425/250,0/100,425/150,0/14000
+dialrecall = 470/400,425/400
+record = 1400/400,0/15000
+info = !950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,0
+stutter = 470/400,425/400
+
+[lt]
+description = Lithuania
+ringcadence = 1000,4000
+dial = 425
+busy = 425/350,0/350
+ring = 425/1000,0/4000
+congestion = 425/200,0/200
+callwaiting = 425/150,0/150,425/150,0/4000
+; DIALRECALL - not specified
+dialrecall = 425/500,0/50
+; RECORDTONE - not specified
+record = 1400/500,0/15000
+info = !950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,0
+; STUTTER - not specified
+stutter = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425
+
+[jp]
+description = Japan
+ringcadence = 1000,2000
+dial = 400
+busy = 400/500,0/500
+ring = 400+15/1000,0/2000
+congestion = 400/500,0/500
+callwaiting = 400+16/500,0/8000
+dialrecall = !400/200,!0/200,!400/200,!0/200,!400/200,!0/200,400
+record = 1400/500,0/15000
+info = !950/330,!1400/330,!1800/330,0
+stutter = !400/100,!0/100,!400/100,!0/100,!400/100,!0/100,!400/100,!0/100,!400/100,!0/100,!400/100,!0/100,400
+
+[mx]
+description = Mexico
+ringcadence = 2000,4000
+dial = 425
+busy = 425/250,0/250
+ring = 425/1000,0/4000
+congestion = 425/250,0/250
+callwaiting = 425/200,0/600,425/200,0/10000
+dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440
+record = 1400/500,0/15000
+info = 950/330,0/30,1400/330,0/30,1800/330,0/1000
+stutter = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440
+
+[my]
+description = Malaysia
+ringcadence = 2000,4000
+dial = 425
+busy = 425/500,0/500
+ring = 425/400,0/200
+congestion = 425/500,0/500
+
+[nl]
+description = Netherlands
+; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf
+ringcadence = 1000,4000
+; Most of these 425's can also be 450's
+dial = 425
+busy = 425/500,0/500
+ring = 425/1000,0/4000
+congestion = 425/250,0/250
+callwaiting = 425/500,0/9500
+; DIALRECALL - not specified
+dialrecall = 425/500,0/50
+; RECORDTONE - not specified
+record = 1400/500,0/15000
+info = 950/330,1400/330,1800/330,0/1000
+stutter = 425/500,0/50
+
+[no]
+description = Norway
+ringcadence = 1000,4000
+dial = 425
+busy = 425/500,0/500
+ring = 425/1000,0/4000
+congestion = 425/200,0/200
+callwaiting = 425/200,0/600,425/200,0/10000
+dialrecall = 470/400,425/400
+record = 1400/400,0/15000
+info = !950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,0
+stutter = 470/400,425/400
+
+[nz]
+description = New Zealand
+;NOTE - the ITU has different tonesets for NZ, but according to some residents there,
+; this is, indeed, the correct way to do it.
+ringcadence = 400,200,400,2000
+dial = 400
+busy = 400/250,0/250
+ring = 400+450/400,0/200,400+450/400,0/2000
+congestion = 400/375,0/375
+callwaiting = !400/200,!0/3000,!400/200,!0/3000,!400/200,!0/3000,!400/200
+dialrecall = !400/100!0/100,!400/100,!0/100,!400/100,!0/100,400
+record = 1400/425,0/15000
+info = 400/750,0/100,400/750,0/100,400/750,0/100,400/750,0/400
+stutter = !400/100!0/100,!400/100,!0/100,!400/100,!0/100,!400/100!0/100,!400/100,!0/100,!400/100,!0/100,400
+unobtainable = 400/75,0/100,400/75,0/100,400/75,0/100,400/75,0/400
+
+[ph]
+
+; reference http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf
+
+description = Philippines
+ringcadence = 1000,4000
+dial = 425
+busy = 480+620/500,0/500
+ring = 425+480/1000,0/4000
+congestion = 480+620/250,0/250
+callwaiting = 440/300,0/10000
+; DIALRECALL - not specified
+dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440
+; RECORDTONE - not specified
+record = 1400/500,0/15000
+; INFO - not specified
+info = !950/330,!1400/330,!1800/330,0
+; STUTTER - not specified
+stutter = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440
+
+
+[pl]
+description = Poland
+ringcadence = 1000,4000
+dial = 425
+busy = 425/500,0/500
+ring = 425/1000,0/4000
+congestion = 425/500,0/500
+callwaiting = 425/150,0/150,425/150,0/4000
+; DIALRECALL - not specified
+dialrecall = 425/500,0/50
+; RECORDTONE - not specified
+record = 1400/500,0/15000
+; 950/1400/1800 3x0.33 on 1.0 off repeated 3 times
+info = !950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000,!950/330,!1400/330,!1800/330,!0/1000
+; STUTTER - not specified
+stutter = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425
+
+[pt]
+description = Portugal
+ringcadence = 1000,5000
+dial = 425
+busy = 425/500,0/500
+ring = 425/1000,0/5000
+congestion = 425/200,0/200
+callwaiting = 440/300,0/10000
+dialrecall = 425/1000,0/200
+record = 1400/500,0/15000
+info = 950/330,1400/330,1800/330,0/1000
+stutter = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425
+
+[ru]
+; References:
+; http://www.minsvyaz.ru/site.shtml?id=1806
+; http://www.aboutphone.info/lib/gost/45-223-2001.html
+description = Russian Federation / ex Soviet Union
+ringcadence = 1000,4000
+dial = 425
+busy = 425/350,0/350
+ring = 425/1000,0/4000
+congestion = 425/175,0/175
+callwaiting = 425/200,0/5000
+record = 1400/400,0/15000
+info = 950/330,1400/330,1800/330,0/1000
+dialrecall = 425/400,0/40
+stutter = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425
+
+[se]
+description = Sweden
+ringcadence = 1000,5000
+dial = 425
+busy = 425/250,0/250
+ring = 425/1000,0/5000
+congestion = 425/250,0/750
+callwaiting = 425/200,0/500,425/200,0/9100
+dialrecall = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425
+record = 1400/500,0/15000
+info = !950/332,!0/24,!1400/332,!0/24,!1800/332,!0/2024,!950/332,!0/24,!1400/332,!0/24,!1800/332,!0/2024,!950/332,!0/24,!1400/332,!0/24,!1800/332,!0/2024,!950/332,!0/24,!1400/332,!0/24,!1800/332,!0/2024,!950/332,!0/24,!1400/332,!0/24,!1800/332,0
+stutter = !425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,!425/100,!0/100,425
+; stutter = 425/320,0/20 ; Real swedish standard, not used for now
+
+[sg]
+description = Singapore
+; Singapore
+; Reference: http://www.ida.gov.sg/idaweb/doc/download/I397/ida_ts_pstn1_i4r2.pdf
+; Frequency specs are: 425 Hz +/- 20Hz; 24 Hz +/- 2Hz; modulation depth 100%; SIT +/- 50Hz
+ringcadence = 400,200,400,2000
+dial = 425
+ring = 425*24/400,0/200,425*24/400,0/2000 ; modulation should be 100%, not 90%
+busy = 425/750,0/750
+congestion = 425/250,0/250
+callwaiting = 425*24/300,0/200,425*24/300,0/3200
+stutter = !425/200,!0/200,!425/600,!0/200,!425/200,!0/200,!425/600,!0/200,!425/200,!0/200,!425/600,!0/200,!425/200,!0/200,!425/600,!0/200,425
+info = 950/330,1400/330,1800/330,0/1000 ; not currently in use acc. to reference
+dialrecall = 425*24/500,0/500,425/500,0/2500 ; unspecified in IDA reference, use repeating Holding Tone A,B
+record = 1400/500,0/15000 ; unspecified in IDA reference, use 0.5s tone every 15s
+; additionally defined in reference
+nutone = 425/2500,0/500
+intrusion = 425/250,0/2000
+warning = 425/624,0/4376 ; end of period tone, warning
+acceptance = 425/125,0/125
+holdinga = !425*24/500,!0/500 ; followed by holdingb
+holdingb = !425/500,!0/2500
+
+[th]
+description = Thailand
+ringcadence = 1000,4000
+; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf
+dial = 400*50
+busy = 400/500,0/500
+ring = 420/1000,0/5000
+congestion = 400/300,0/300
+callwaiting = 1000/400,10000/400,1000/400
+; DIALRECALL - not specified - use special dial tone instead.
+dialrecall = 400*50/400,0/100,400*50/400,0/100
+; RECORDTONE - not specified
+record = 1400/500,0/15000
+; INFO - specified as an announcement - use special information tones instead
+info = 950/330,1400/330,1800/330
+; STUTTER - not specified
+stutter = !400/200,!0/200,!400/600,!0/200,!400/200,!0/200,!400/600,!0/200,!400/200,!0/200,!400/600,!0/200,!400/200,!0/200,!400/600,!0/200,400
+
+[uk]
+description = United Kingdom
+ringcadence = 400,200,400,2000
+; These are the official tones taken from BT SIN350. The actual tones
+; used by BT include some volume differences so sound slightly different
+; from Asterisk-generated ones.
+dial = 350+440
+; Special dial is the intermittent dial tone heard when, for example,
+; you have a divert active on the line
+specialdial = 350+440/750,440/750
+; Busy is also called "Engaged"
+busy = 400/375,0/375
+; "Congestion" is the Beep-bip engaged tone
+congestion = 400/400,0/350,400/225,0/525
+; "Special Congestion" is not used by BT very often if at all
+specialcongestion = 400/200,1004/300
+unobtainable = 400
+ring = 400+450/400,0/200,400+450/400,0/2000
+callwaiting = 400/100,0/4000
+; BT seem to use "Special Call Waiting" rather than just "Call Waiting" tones
+specialcallwaiting = 400/250,0/250,400/250,0/250,400/250,0/5000
+; "Pips" used by BT on payphones. (Sounds wrong, but this is what BT claim it
+; is and I've not used a payphone for years)
+creditexpired = 400/125,0/125
+; These two are used to confirm/reject service requests on exchanges that
+; don't do voice announcements.
+confirm = 1400
+switching = 400/200,0/400,400/2000,0/400
+; This is the three rising tones Doo-dah-dee "Special Information Tone",
+; usually followed by the BT woman saying an appropriate message.
+info = 950/330,0/15,1400/330,0/15,1800/330,0/1000
+; Not listed in SIN350
+record = 1400/500,0/60000
+stutter = 350+440/750,440/750
+
+[us]
+description = United States / North America
+ringcadence = 2000,4000
+dial = 350+440
+busy = 480+620/500,0/500
+ring = 440+480/2000,0/4000
+congestion = 480+620/250,0/250
+callwaiting = 440/300,0/10000
+dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440
+record = 1400/500,0/15000
+info = !950/330,!1400/330,!1800/330,0
+stutter = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440
+
+[us-old]
+description = United States Circa 1950/ North America
+ringcadence = 2000,4000
+dial = 600*120
+busy = 500*100/500,0/500
+ring = 420*40/2000,0/4000
+congestion = 500*100/250,0/250
+callwaiting = 440/300,0/10000
+dialrecall = !600*120/100,!0/100,!600*120/100,!0/100,!600*120/100,!0/100,600*120
+record = 1400/500,0/15000
+info = !950/330,!1400/330,!1800/330,0
+stutter = !600*120/100,!0/100,!600*120/100,!0/100,!600*120/100,!0/100,!600*120/100,!0/100,!600*120/100,!0/100,!600*120/100,!0/100,600*120
+
+[tw]
+description = Taiwan
+; http://nemesis.lonestar.org/reference/telecom/signaling/dialtone.html
+; http://nemesis.lonestar.org/reference/telecom/signaling/busy.html
+; http://www.iproducts.com.tw/ee/kylink/06ky-1000a.htm
+; http://www.pbx-manufacturer.com/ky120dx.htm
+; http://www.nettwerked.net/tones.txt
+; http://www.cisco.com/univercd/cc/td/doc/product/tel_pswt/vco_prod/taiw_sup/taiw2.htm
+;
+; busy tone 480+620Hz 0.5 sec. on ,0.5 sec. off
+; reorder tone 480+620Hz 0.25 sec. on,0.25 sec. off
+; ringing tone 440+480Hz 1 sec. on ,2 sec. off
+;
+ringcadence = 1000,4000
+dial = 350+440
+busy = 480+620/500,0/500
+ring = 440+480/1000,0/2000
+congestion = 480+620/250,0/250
+callwaiting = 350+440/250,0/250,350+440/250,0/3250
+dialrecall = 300/1500,0/500
+record = 1400/500,0/15000
+info = !950/330,!1400/330,!1800/330,0
+stutter = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440
+
+[ve]
+; Tone definition source for ve found on
+; Reference: http://www.itu.int/ITU-T/inr/forms/files/tones-0203.pdf
+description = Venezuela / South America
+ringcadence = 1000,4000
+dial = 425
+busy = 425/500,0/500
+ring = 425/1000,0/4000
+congestion = 425/250,0/250
+callwaiting = 400+450/300,0/6000
+dialrecall = 425
+record = 1400/500,0/15000
+info = !950/330,!1440/330,!1800/330,0/1000
+
+
+[za]
+description = South Africa
+; http://www.cisco.com/univercd/cc/td/doc/product/tel_pswt/vco_prod/safr_sup/saf02.htm
+; (definitions for other countries can also be found there)
+; Note, though, that South Africa uses two switch types in their network --
+; Alcatel switches -- mainly in the Western Cape, and Siemens elsewhere.
+; The former use 383+417 in dial, ringback etc. The latter use 400*33
+; I've provided both, uncomment the ones you prefer
+ringcadence = 400,200,400,2000
+; dial/ring/callwaiting for the Siemens switches:
+dial = 400*33
+ring = 400*33/400,0/200,400*33/400,0/2000
+callwaiting = 400*33/250,0/250,400*33/250,0/250,400*33/250,0/250,400*33/250,0/250
+; dial/ring/callwaiting for the Alcatel switches:
+; dial = 383+417
+; ring = 383+417/400,0/200,383+417/400,0/2000
+; callwaiting = 383+417/250,0/250,383+417/250,0/250,383+417/250,0/250,383+417/250,0/250
+congestion = 400/250,0/250
+busy = 400/500,0/500
+dialrecall = 350+440
+; XXX Not sure about the RECORDTONE
+record = 1400/500,0/10000
+info = 950/330,1400/330,1800/330,0/330
+stutter = !400*33/100,!0/100,!400*33/100,!0/100,!400*33/100,!0/100,!400*33/100,!0/100,!400*33/100,!0/100,!400*33/100,!0/100,400*33
diff --git a/logger.conf b/logger.conf
new file mode 100644
index 0000000..27328ce
--- /dev/null
+++ b/logger.conf
@@ -0,0 +1,70 @@
+;
+; Logging Configuration
+;
+; In this file, you configure logging to files or to
+; the syslog system.
+;
+; "logger reload" at the CLI will reload configuration
+; of the logging system.
+
+[general]
+; Customize the display of debug message time stamps
+; this example is the ISO 8601 date format (yyyy-mm-dd HH:MM:SS)
+; see strftime(3) Linux manual for format specifiers
+;dateformat=%F %T
+;
+; This appends the hostname to the name of the log files.
+;appendhostname = yes
+;
+; This determines whether or not we log queue events to a file
+; (defaults to yes).
+;queue_log = no
+;
+; This determines whether or not we log generic events to a file
+; (defaults to yes).
+;event_log = no
+;
+;
+; For each file, specify what to log.
+;
+; For console logging, you set options at start of
+; Asterisk with -v for verbose and -d for debug
+; See 'asterisk -h' for more information.
+;
+; Directory for log files is configures in asterisk.conf
+; option astlogdir
+;
+[logfiles]
+;
+; Format is "filename" and then "levels" of debugging to be included:
+; debug
+; notice
+; warning
+; error
+; verbose
+; dtmf
+;
+; Special filename "console" represents the system console
+;
+; We highly recommend that you DO NOT turn on debug mode if you are simply
+; running a production system. Debug mode turns on a LOT of extra messages,
+; most of which you are unlikely to understand without an understanding of
+; the underlying code. Do NOT report debug messages as code issues, unless
+; you have a specific issue that you are attempting to debug. They are
+; messages for just that -- debugging -- and do not rise to the level of
+; something that merit your attention as an Asterisk administrator. Debug
+; messages are also very verbose and can and do fill up logfiles quickly;
+; this is another reason not to have debug mode on a production system unless
+; you are in the process of debugging a specific issue.
+;
+;debug => debug
+;console => notice,warning,error
+;console => notice,warning,error,debug
+;messages => notice,warning,error,debug
+;full => notice,warning,error,debug
+;full => notice,warning,error,debug,verbose
+
+;syslog keyword : This special keyword logs to syslog facility
+;
+syslog.local0 => notice,warning,error,debug,verbose
+;
diff --git a/manager.conf b/manager.conf
new file mode 100644
index 0000000..0b01c03
--- /dev/null
+++ b/manager.conf
@@ -0,0 +1,21 @@
+[general]
+displaysystemname = yes
+enabled = yes
+webenabled = no
+port = 5038
+bindaddr = 127.0.0.1
+timestampevents = yes
+
+[ursabot]
+secret = hidden
+deny=0.0.0.0/0.0.0.0
+permit=127.0.0.1/255.255.255.255
+read = system,call,log,verbose,command,agent,user,config
+write = system,call,log,verbose,command,agent,user,config
+
+[fas]
+secret = hidden
+deny=0.0.0.0/0.0.0.0
+permit=127.0.0.1/255.255.255.255
+read = system,call,log,verbose,command,agent,user,config
+write = system,call,log,verbose,command,agent,user,config
diff --git a/mgcp.conf b/mgcp.conf
new file mode 100644
index 0000000..2880653
--- /dev/null
+++ b/mgcp.conf
@@ -0,0 +1,104 @@
+;
+; MGCP Configuration for Asterisk
+;
+[general]
+;port = 2427
+;bindaddr = 0.0.0.0
+
+;------------------------------ JITTER BUFFER CONFIGURATION --------------------------
+; jbenable = yes ; Enables the use of a jitterbuffer on the receiving side of a
+ ; MGCP channel. Defaults to "no". An enabled jitterbuffer will
+ ; be used only if the sending side can create and the receiving
+ ; side can not accept jitter. The MGCP channel can accept jitter,
+ ; thus an enabled jitterbuffer on the receive MGCP side will only
+ ; be used if the sending side can create jitter and jbforce is
+ ; also set to yes.
+
+; jbforce = no ; Forces the use of a jitterbuffer on the receive side of a MGCP
+ ; channel. Defaults to "no".
+
+; jbmaxsize = 200 ; Max length of the jitterbuffer in milliseconds.
+
+; jbresyncthreshold = 1000 ; Jump in the frame timestamps over which the jitterbuffer is
+ ; resynchronized. Useful to improve the quality of the voice, with
+ ; big jumps in/broken timestamps, usually sent from exotic devices
+ ; and programs. Defaults to 1000.
+
+; jbimpl = fixed ; Jitterbuffer implementation, used on the receiving side of a MGCP
+ ; channel. Two implementations are currently available - "fixed"
+ ; (with size always equals to jbmax-size) and "adaptive" (with
+ ; variable size, actually the new jb of IAX2). Defaults to fixed.
+
+; jblog = no ; Enables jitterbuffer frame logging. Defaults to "no".
+;-----------------------------------------------------------------------------------
+
+;[dlinkgw]
+;host = 192.168.0.64
+;context = default
+;canreinvite = no
+;line => aaln/2
+;line => aaln/1
+
+;; The MGCP channel supports the following service codes:
+;; # - Transfer
+;; *67 - Calling Number Delivery Blocking
+;; *70 - Cancel Call Waiting
+;; *72 - Call Forwarding Activation
+;; *73 - Call Forwarding Deactivation
+;; *78 - Do Not Disturb Activation
+;; *79 - Do Not Disturb Deactivation
+;; *8 - Call pick-up
+;
+; known to work with Swissvoice IP10s
+;[192.168.1.20]
+;context=local
+;host=192.168.1.20
+;callerid = "John Doe" <123>
+;callgroup=0 ; in the range from 0 to 63
+;pickupgroup=0 ; in the range from 0 to 63
+;nat=no
+;threewaycalling=yes
+;transfer=yes ; transfer requires threewaycalling=yes. Use FLASH to transfer
+;callwaiting=yes ; this might be a cause of trouble for ip10s
+;cancallforward=yes
+;line => aaln/1
+;
+
+;[dph100]
+;
+; Supporting the DPH100M requires defining DLINK_BUGGY_FIRMWARE in
+; chan_mgcp.c in addition to enabling the slowsequence mode due to
+; bugs in the D-Link firmware
+;
+;context=local
+;host=dynamic
+;dtmfmode=none ; DTMF Mode can be 'none', 'rfc2833', or 'inband' or
+ ; 'hybrid' which starts in none and moves to inband. Default is none.
+;slowsequence=yes ; The DPH100M does not follow MGCP standards for sequencing
+;line => aaln/1
+
+; known to work with wave7optics FTTH LMGs
+;[192.168.1.20]
+;accountcode = 1000 ; record this in cdr as account identification for billing
+;amaflags = billing ; record this in cdr as flagged for 'billing',
+ ; 'documentation', or 'omit'
+;context = local
+;host = 192.168.1.20
+;wcardep = aaln/* ; enables wildcard endpoint and sets it to 'aaln/*'
+ ; another common format is '*'
+;callerid = "Duane Cox" <123> ; now lets setup line 1 using per endpoint configuration...
+;callwaiting = no
+;callreturn = yes
+;cancallforward = yes
+;canreinvite = no
+;transfer = no
+;dtmfmode = inband
+;line => aaln/1 ; now lets save this config to line1 aka aaln/1
+;callerid = "Duane Cox" <456> ; now lets setup line 2
+;callwaiting = no
+;callreturn = yes
+;cancallforward = yes
+;canreinvite = no
+;transfer = no
+;dtmfmode = inband
+;line => aaln/2 ; now lets save this config to line2 aka aaln/2
diff --git a/modules.conf b/modules.conf
new file mode 100644
index 0000000..3930e71
--- /dev/null
+++ b/modules.conf
@@ -0,0 +1,59 @@
+;
+; Asterisk configuration file
+;
+; Module Loader configuration file
+;
+
+[modules]
+autoload=yes
+
+
+
+load => res_musiconhold.so
+
+noload => app_adsiprog.so
+noload => app_amd.so
+noload => app_directory_imap.so
+noload => app_directory_odbc.so
+noload => app_disa.so
+noload => app_externalivr.so
+noload => app_followme.so
+noload => app_getcpeid.so
+noload => app_image.so
+noload => app_lookupblacklist.so
+noload => app_lookupcidname.so
+noload => app_morsecode.so
+noload => app_nbscat.so
+noload => app_parkandannounce.so
+noload => app_privacy.so
+noload => app_queue.so
+noload => app_realtime.so
+noload => app_sms.so
+noload => app_speech_utils.so
+noload => app_voicemail_imap.so
+noload => app_voicemail_odbc.so
+noload => app_zapateller.so
+noload => chan_alsa.so
+noload => chan_oss.so
+noload => chan_features.so
+noload => chan_phone.so
+noload => chan_mgcp.so
+noload => codec_adpcm.so
+noload => codec_g726.so
+noload => codec_lpc10.so
+noload => format_g723.so
+noload => format_g726.so
+noload => format_g729.so
+noload => format_h263.so
+noload => format_h264.so
+noload => format_jpeg.so
+noload => format_vox.so
+noload => func_realtime.so
+noload => pbx_ael.so
+noload => pbx_dundi.so
+noload => pbx_gtkconsole.so
+noload => pbx_gtkconsole.so
+noload => pbx_kdeconsole.so
+noload => pbx_realtime.so
+noload => res_speech.so
+
diff --git a/musiconhold.conf b/musiconhold.conf
new file mode 100644
index 0000000..e485552
--- /dev/null
+++ b/musiconhold.conf
@@ -0,0 +1,66 @@
+;
+; Music on Hold -- Sample Configuration
+;
+
+; valid mode options:
+; files -- read files from a directory in any Asterisk supported
+; media format
+; quietmp3 -- default
+; mp3 -- loud
+; mp3nb -- unbuffered
+; quietmp3nb -- quiet unbuffered
+; custom -- run a custom application (See examples below)
+
+; =========
+; File-based (native) music on hold
+; =========
+;
+; This plays files directly from the specified directory, no external
+; processes are required. Files are played in normal sorting order
+; (same as a sorted directory listing), and no volume or other
+; sound adjustments are available. If the file is available in
+; the same format as the channel's codec, then it will be played
+; without transcoding (same as Playback would do in the dialplan).
+; Files can be present in as many formats as you wish, and the
+; 'best' format will be chosen at playback time.
+;
+; NOTE:
+; If you are not using "autoload" in modules.conf, then you
+; must ensure that the format modules for any formats you wish
+; to use are loaded _before_ res_musiconhold. If you do not do
+; this, res_musiconhold will skip the files it is not able to
+; understand when it loads.
+;
+
+[default]
+mode=files
+directory=/var/lib/asterisk/moh
+;
+;[native-random]
+;mode=files
+;directory=/var/lib/asterisk/moh
+;random=yes ; Play the files in a random order
+
+
+; =========
+; Other (non-native) playback methods
+; =========
+
+;[manual]
+;mode=custom
+; Note that with mode=custom, a directory is not required, such as when reading
+; from a stream.
+;directory=/var/lib/asterisk/mohmp3
+;application=/usr/bin/mpg123 -q -r 8000 -f 8192 -b 2048 --mono -s
+
+;[ulawstream]
+;mode=custom
+;application=/usr/bin/streamplayer 192.168.100.52 888
+;format=ulaw
+
+; mpg123 on Solaris does not always exit properly; madplay may be a better
+; choice
+;[solaris]
+;mode=custom
+;directory=/var/lib/asterisk/mohmp3
+;application=/site/sw/bin/madplay -Q -o raw:- --mono -R 8000 -a -12
diff --git a/muted.conf b/muted.conf
new file mode 100644
index 0000000..2970223
--- /dev/null
+++ b/muted.conf
@@ -0,0 +1,39 @@
+#
+# Sample muted configuration file
+#
+# Copyright (C) 2004 Digium, Inc.
+#
+# What is this? Well, haven't you ever wished you could automatically
+# turn down the volume on your stereo, CDPlayer, etc, when a call comes in,
+# and then return it to normal when the call ends? Well, this is a possible
+# mechanism to make this happen!
+# You have to fire up the new utils/muted, which runs as a daemon in the
+# background. This daemon connects to asterisk via a manager interface, and
+# also reads this config file. When the channels mentioned
+# are activated, it tweaks the sound levels on the sound card(s).
+# So, depending on the sound card, you may be able to run all your sound
+# generating devices thru your sound card, and use this mechanism to quiet
+# them down while you are on the phone. If anyone figures out how to make
+# this work with kids, please inform!!
+#
+# First you have the host, username, and password
+# we use to connect to the asterisk system
+#
+host localhost
+user user
+pass pass
+#
+# List each channel we're supposed to watch
+#
+channel Zap/1
+channel Zap/2
+channel SIP/mark
+#
+# Mute level is the percentage of the current volume we should
+# lower the music to.
+#
+mutelevel 20
+#
+# Smooth fade makes the fadein/fadeout nicer sounding
+#
+smoothfade
diff --git a/osp.conf b/osp.conf
new file mode 100644
index 0000000..edd8af1
--- /dev/null
+++ b/osp.conf
@@ -0,0 +1,72 @@
+;
+; Open Settlement Protocol Sample Configuration File
+;
+;
+; This file contains configuration of providers that
+; are used by the OSP subsystem of Asterisk. The section
+; "general" is reserved for global options. Each other
+; section declares an OSP Provider. The provider "default"
+; is used when no provider is otherwise specified.
+;
+[general]
+;
+; Should hardware acceleration be enabled? May not be changed
+; on a reload.
+;
+;accelerate=yes
+;
+; Defines the token format that Asterisk can validate.
+; 0 - signed tokens only
+; 1 - unsigned tokens only
+; 2 - both signed and unsigned
+; The defaults to 0, i.e. the Asterisk can validate signed tokens only.
+;
+;tokenformat=0
+
+;[default]
+;
+; All paths are presumed to be under /var/lib/asterisk/keys unless
+; the path begins with '/'
+;
+; Specify the private keyfile. If unspecified, defaults to the name
+; of the section followed by "-privatekey.pem" (e.g. default-privatekey.pem)
+;
+;privatekey=pkey.pem
+;
+; Specify the local certificate file. If unspecified, defaults to
+; the name of the section followed by "-localcert.pem"
+;
+;localcert=localcert.pem
+;
+; Specify one or more Certificate Authority keys. If none are listed,
+; a single one is added with the name "-cacert.pem"
+;
+;cacert=cacert_0.pem
+;
+; Specific parameters can be tuned as well:
+;
+; maxconnections: Max number of simultaneous connections to the provider (default=20)
+; retrydelay: Extra delay between retries (default=0)
+; retrylimit: Max number of retries before giving up (default=2)
+; timeout: Timeout for response in milliseconds (default=500)
+;
+;maxconnections=20
+;retrydelay=0
+;retrylimit=2
+;timeout=500
+;
+; List all service points for this provider
+;
+;servicepoint=http://osptestserver.transnexus.com:1080/osp
+;
+; Set the "source" for requesting authorization
+;
+;source=foo
+;
+; Set the authentication policy.
+; 0 - NO
+; 1 - YES
+; 2 - EXCLUSIVE
+; Default is 1, validate token but allow no token.
+;
+;authpolicy=1
diff --git a/phone.conf b/phone.conf
new file mode 100644
index 0000000..649edc7
--- /dev/null
+++ b/phone.conf
@@ -0,0 +1,49 @@
+;
+; Linux Telephony Interface
+;
+; Configuration file
+;
+[interfaces]
+;
+; Select a mode, either the phone jack provides dialtone, reads digits,
+; then starts PBX with the given extension (dialtone mode), or
+; immediately provides the PBX without reading any digits or providing
+; any dialtone (this is the immediate mode, the default). Also, you
+; can set the mode to "fxo" if you have a linejack to make it operate
+; properly. If you are using a Sigma Designs board you may set this to
+; "sig".
+;
+mode=immediate
+;mode=dialtone
+;mode=fxo
+;mode=sig
+;
+; You can decide which format to use by default, "g723.1" or "slinear".
+; XXX Be careful, sometimes the card causes kernel panics when running
+; in signed linear mode for some reason... XXX
+;
+format=slinear
+;format=g723.1
+;
+; And set the echo cancellation to "off", "low", "medium", and "high".
+; This is not supported on all phones.
+;
+echocancel=medium
+;
+; You can optionally use VAD/CNG silence suppression
+;
+;silencesupression=yes
+;
+; List all devices we can use. Contexts may also be specified
+;
+;context=local
+;
+; You can set txgain and rxgain for each device in the same way as context.
+; If you want to change default gain value (1.0 =~ 100%) for device, simple
+; add txgain or rxgain line before device line. But remember, if you change
+; volume all cards listed below will be affected by these values. You can
+; use float values (1.0, 0.5, 2.0) or percentage values (100%, 150%, 50%).
+;
+;txgain=100%
+;rxgain=1.0
+;device => /dev/phone0
diff --git a/privacy.conf b/privacy.conf
new file mode 100644
index 0000000..0236bcc
--- /dev/null
+++ b/privacy.conf
@@ -0,0 +1,3 @@
+[general]
+
+maxretries = 2 ;How many chances the caller has to enter their number
diff --git a/queues.conf b/queues.conf
new file mode 100644
index 0000000..53900e2
--- /dev/null
+++ b/queues.conf
@@ -0,0 +1,311 @@
+[general]
+;
+; Global settings for call queues
+;
+; Persistent Members
+; Store each dynamic member in each queue in the astdb so that
+; when asterisk is restarted, each member will be automatically
+; read into their recorded queues. Default is 'yes'.
+;
+persistentmembers = yes
+;
+; AutoFill Behavior
+; The old/current behavior of the queue has a serial type behavior
+; in that the queue will make all waiting callers wait in the queue
+; even if there is more than one available member ready to take
+; calls until the head caller is connected with the member they
+; were trying to get to. The next waiting caller in line then
+; becomes the head caller, and they are then connected with the
+; next available member and all available members and waiting callers
+; waits while this happens. The new behavior, enabled by setting
+; autofill=yes makes sure that when the waiting callers are connecting
+; with available members in a parallel fashion until there are
+; no more available members or no more waiting callers. This is
+; probably more along the lines of how a queue should work and
+; in most cases, you will want to enable this behavior. If you
+; do not specify or comment out this option, it will default to no
+; to keep backward compatibility with the old behavior.
+;
+autofill = yes
+;
+; Monitor Type
+; By setting monitor-type = MixMonitor, when specifying monitor-format
+; to enable recording of queue member conversations, app_queue will
+; now use the new MixMonitor application instead of Monitor so
+; the concept of "joining/mixing" the in/out files now goes away
+; when this is enabled. You can set the default type for all queues
+; here, and then also change monitor-type for individual queues within
+; queue by using the same configuration parameter within a queue
+; configuration block. If you do not specify or comment out this option,
+; it will default to the old 'Monitor' behavior to keep backward
+; compatibility.
+;
+monitor-type = MixMonitor
+;
+; Note that a timeout to fail out of a queue may be passed as part of
+; an application call from extensions.conf:
+; Queue(queuename|[options]|[optionalurl]|[announceoverride]|[timeout])
+; example: Queue(dave|t|||45)
+
+;[markq]
+;
+; A sample call queue
+;
+; Musicclass sets which music applies for this particular call queue.
+; The only class which can override this one is if the MOH class is set
+; directly on the channel using Set(CHANNEL(musicclass)=whatever) in the
+; dialplan.
+;
+;musicclass = default
+;
+; An announcement may be specified which is played for the member as
+; soon as they answer a call, typically to indicate to them which queue
+; this call should be answered as, so that agents or members who are
+; listening to more than one queue can differentiated how they should
+; engage the customer
+;
+;announce = queue-markq
+;
+; A strategy may be specified. Valid strategies include:
+;
+; ringall - ring all available channels until one answers (default)
+; roundrobin - take turns ringing each available interface
+; leastrecent - ring interface which was least recently called by this queue
+; fewestcalls - ring the one with fewest completed calls from this queue
+; random - ring random interface
+; rrmemory - round robin with memory, remember where we left off last ring pass
+;
+;strategy = ringall
+;
+; Second settings for service level (default 0)
+; Used for service level statistics (calls answered within service level time
+; frame)
+;servicelevel = 60
+;
+; A context may be specified, in which if the user types a SINGLE
+; digit extension while they are in the queue, they will be taken out
+; of the queue and sent to that extension in this context.
+;
+;context = qoutcon
+;
+; How long do we let the phone ring before we consider this a timeout...
+;
+;timeout = 15
+;
+; How long do we wait before trying all the members again?
+;
+;retry = 5
+;
+; Weight of queue - when compared to other queues, higher weights get
+; first shot at available channels when the same channel is included in
+; more than one queue.
+;
+;weight=0
+;
+; After a successful call, how long to wait before sending a potentially
+; free member another call (default is 0, or no delay)
+;
+;wrapuptime=15
+;
+; Autofill will follow queue strategy but push multiple calls through
+; at same time until there are no more waiting callers or no more
+; available members. The per-queue setting of autofill allows you
+; to override the default setting on an individual queue level.
+;
+;autofill=yes
+;
+; Autopause will pause a queue member if they fail to answer a call
+;
+;autopause=yes
+;
+; Maximum number of people waiting in the queue (0 for unlimited)
+;
+;maxlen = 0
+;
+; If set to yes, just prior to the caller being bridged with a queue member
+; the MEMBERINTERFACE variable will be set with the interface name (eg. Agent/1234)
+; of the queue member that was chosen and is now connected to be bridged with
+; the caller
+;
+;setinterfacevar=no
+;
+; How often to announce queue position and/or estimated
+; holdtime to caller (0=off)
+;
+;announce-frequency = 90
+;
+;
+; How often to make any periodic announcement (see periodic-announce)
+;
+;periodic-announce-frequency=60
+;
+; Should we include estimated hold time in position announcements?
+; Either yes, no, or only once.
+; Hold time will be announced as the estimated time,
+; or "less than 2 minutes" when appropriate.
+;
+;announce-holdtime = yes|no|once
+
+;
+; What's the rounding time for the seconds?
+; If this is non-zero, then we announce the seconds as well as the minutes
+; rounded to this value.
+;
+; announce-round-seconds = 10
+;
+; Use these sound files in making position/holdtime announcements. The
+; defaults are as listed below -- change only if you need to.
+;
+ ; ("You are now first in line.")
+;queue-youarenext = queue-youarenext
+ ; ("There are")
+;queue-thereare = queue-thereare
+ ; ("calls waiting.")
+;queue-callswaiting = queue-callswaiting
+ ; ("The current est. holdtime is")
+;queue-holdtime = queue-holdtime
+ ; ("minutes.")
+;queue-minutes = queue-minutes
+ ; ("seconds.")
+;queue-seconds = queue-seconds
+ ; ("Thank you for your patience.")
+;queue-thankyou = queue-thankyou
+ ; ("less than")
+;queue-lessthan = queue-less-than
+ ; ("Hold time")
+;queue-reporthold = queue-reporthold
+ ; ("All reps busy / wait for next")
+;periodic-announce = queue-periodic-announce
+;
+; Calls may be recorded using Asterisk's monitor/MixMonitor resource
+; This can be enabled from within the Queue application, starting recording
+; when the call is actually picked up; thus, only successful calls are
+; recorded, and you are not recording while people are listening to MOH.
+; To enable monitoring, simply specify "monitor-format"; it will be disabled
+; otherwise.
+;
+; You can specify the monitor filename with by calling
+; Set(MONITOR_FILENAME=foo)
+; Otherwise it will use MONITOR_FILENAME=${UNIQUEID}
+;
+; Pick any one valid extension for monitor format recording. If you leave
+; monitor-format commented out, it will not record calls.
+;
+; monitor-format = gsm|wav|wav49
+;
+; Monitor Type
+; By setting monitor-type = MixMonitor, when specifying monitor-format
+; to enable recording of queue member conversations, app_queue will
+; now use the new MixMonitor application instead of Monitor so
+; the concept of "joining/mixing" the in/out files now goes away
+; when this is enabled. If you do not specify or comment out this option,
+; it will default to the old 'Monitor' behavior to keep backward
+; compatibility.
+;
+; monitor-type = MixMonitor
+;
+; ----------------------- TYPE MIXMONITOR OPTIONS -----------------------------
+;
+;
+; You can specify the options supplied to MixMonitor by calling
+; Set(MONITOR_OPTIONS=av(<x>)V(<x>)W(<x>))
+; The 'b' option for MixMonitor (only save audio to the file while bridged) is
+; implied.
+;
+; You can specify a post recording command to be executed after the end of
+; recording by calling
+; Set(MONITOR_EXEC=mv /var/spool/asterisk/monitor/^{MONITOR_FILENAME} /tmp/^{MONITOR_FILENAME})
+;
+; The command specified within the contents of MONITOR_EXEC will be executed when
+; the recording is over. Any strings matching ^{X} will be unescaped to ${X} and
+; all variables will be evaluated just prior to recording being started.
+;
+; The contents of MONITOR_FILENAME will also be unescaped from ^{X} to ${X} and
+; all variables will be evaluated just prior to recording being started.
+;
+;
+; This setting controls whether callers can join a queue with no members. There
+; are three choices:
+;
+; yes - callers can join a queue with no members or only unavailable members
+; no - callers cannot join a queue with no members
+; strict - callers cannot join a queue with no members or only unavailable
+; members
+;
+; joinempty = yes
+;
+;
+; If you wish to remove callers from the queue when new callers cannot join,
+; set this setting to one of the same choices for 'joinempty'
+;
+; leavewhenempty = yes
+;
+;
+; If this is set to yes, the following manager events will be generated:
+; AgentCalled, AgentDump, AgentConnect, AgentComplete; setting this to
+; vars also sends all channel variables with the event.
+; (may generate some extra manager events, but probably ones you want)
+;
+; eventwhencalled = yes|no|vars
+;
+; If this is set to yes, the following manager events will be generated:
+; QueueMemberStatus
+; (may generate a WHOLE LOT of extra manager events)
+;
+; eventmemberstatus = no
+;
+; If you wish to report the caller's hold time to the member before they are
+; connected to the caller, set this to yes.
+;
+; reportholdtime = no
+;
+; If you want the queue to avoid sending calls to members whose devices are
+; known to be 'in use' (via the channel driver supporting that device state)
+; uncomment this option. (Note: only the SIP channel driver currently is able
+; to report 'in use'.)
+;
+; ringinuse = no
+;
+; If you wish to have a delay before the member is connected to the caller (or
+; before the member hears any announcement messages), set this to the number of
+; seconds to delay.
+;
+; memberdelay = 0
+;
+; If timeoutrestart is set to yes, then the timeout for an agent to answer is
+; reset if a BUSY or CONGESTION is received. This can be useful if agents
+; are able to cancel a call with reject or similar.
+;
+; timeoutrestart = no
+;
+; Each member of this call queue is listed on a separate line in
+; the form technology/dialstring. "member" means a normal member of a
+; queue. An optional penalty may be specified after a comma, such that
+; entries with higher penalties are considered last. An optional member
+; name may also be specified after a second comma, which is used in log
+; messages as a "friendly name". Multiple interfaces may share a single
+; member name.
+;
+; It is important to ensure that channel drivers used for members are loaded
+; before app_queue.so itself or they may be marked invalid until reload. This
+; can be accomplished by explicitly listing them in modules.conf before
+; app_queue.so. Additionally, if you use Local channels as queue members, you
+; must also preload pbx_config.so (or pbx_ael.so, pbx_lua.so, or
+; pbx_realtime.so, depending on how your dialplan is configured).
+;
+;member => Zap/1
+;member => Zap/2,10
+;member => Zap/3,10,Bob Johnson
+;member => Agent/1001
+;member => Agent/1002
+
+;
+; Note that using agent groups is probably not what you want. Strategies do
+; not propagate down to the Agent system so if you want round robin, least
+; recent, etc, you should list all the agents in this file individually and not
+; use agent groups.
+;
+;member => Agent/@1 ; Any agent in group 1
+;member => Agent/:1,1 ; Any agent in group 1, wait for first
+ ; available, but consider with penalty
+
diff --git a/rpt.conf b/rpt.conf
new file mode 100644
index 0000000..6aee784
--- /dev/null
+++ b/rpt.conf
@@ -0,0 +1,193 @@
+; Radio Repeater / Remote Base configuration file (for use with app_rpt)
+; As of app_rpt version 0.39, 12/20/2005
+;
+
+;[000] ; Node ID of first repeater
+
+;rxchannel = Zap/1 ; Rx audio/signalling channel
+; Note: if you use a unified interface (tx/rx on one channel), only
+; specify the rxchannel and the txchannel will be assumed from the rxchannel
+;txchannel = Zap/2 ; Tx audio/signalling channel
+;duplex = 2 ; (Optional) set duplex operating mode
+;; 0 = half duplex (telemetry and courtesy tones do not transmit)
+;; 1 = semi-half duplex (telemetry and courtesy tones transmit, but not
+;; repeated audio
+;; 2 = normal full-duplex mode (Default)
+;; 3 = full-duplex mode, without repeated audio from main input source
+;functions = functions-repeater ; DTMF function list
+;; specify this for a different function list then local when on link
+;;link_functions = functions-different ; DTMF function list for link
+;;phone_functions = functions-phone ; (optional) different functions for 'P' mode
+;;dphone_functions = functions-dphone ; (optional) different functions for 'D' mode
+;;nodes = nodes-different ; (optional) different node list
+;tonezone = us ; use US tones (default)
+;context = default ; dialing context for phone
+;callerid = "WB6NIL Repeater" <(213) 555-0123> ; Callerid for phone calls
+;idrecording = wb6nil ; id recording
+;accountcode=RADIO ; account code (optional)
+;funcchar = * ; function lead-in character (defaults to '*')
+;endchar = # ; command mode end character (defaults to '#')
+;;nobusyout=yes ; (optional) Do not busy-out reverse-patch when
+ ; normal patch in use
+;hangtime=1000 ; squelch tail hang time (in ms) (optional)
+;totime=100000 ; transmit time-out time (in ms) (optional)
+;idtime=30000 ; id interval time (in ms) (optional)
+;politeid=30000 ; time in milliseconds before ID timer
+ ; expires to try and ID in the tail.
+ ; (optional, default is 30000).
+;idtalkover=|iwb6nil/rpt ; Talkover ID (optional) default is none
+;unlinkedct=ct2 ; unlinked courtesy tone (optional) default is none
+
+;; The tailmessagetime,tailsquashedtime, and tailmessages need to be set
+;; to support tail messages. They can be omitted otherwise.
+;tailmessagetime=300000 ; Play a tail message every 5 mins
+;tailsquashedtime=30000 ; If squashed by another user,
+;; try again after 30 seconds
+;tailmessages=msg1,msg2,msg3 ;list of messages to be played for tail message
+
+; The default values for hangtime, time-out time, and id interval time are
+; 5 seconds (5000 ms), 3 minutes (180000 ms), and 5 minutes (300000 ms)
+; respectively
+
+;[001] ; Node ID of first repeater
+
+;rxchannel = Zap/3 ; Rx audio/signalling channel
+; Note: if you use a unified interface (tx/rx on one channel), only
+; specify the rxchannel and the txchannel will be assumed from the rxchannel
+;txchannel = Zap/4 ; Tx audio/signalling channel
+;functions = functions-repeater ; DTMF function list
+;; specify this for a different function list then local when on link
+;;link_functions = functions-different ; DTMF function list for link
+;;phone_functions = functions-phone ; (optional) different functions for 'P' mode
+;;dphone_functions = functions-dphone ; (optional) different functions for 'D' mode
+;;nodes = nodes-different ; (optional) different node list
+;tonezone = us ; use US tones (default)
+;context = default ; dialing context for phone
+;callerid = "WB6NIL Repeater" <(213) 555-0123> ; Callerid for phone calls
+;idrecording = wb6nil ; id recording
+;accountcode=RADIO ; account code (optional)
+;funcchar = * ; function lead-in character (defaults to '*')
+;endchar = # ; command mode end character (defaults to '#')
+;;nobusyout=yes ; (optional) Do not busy-out reverse-patch when
+ ; normal patch in use
+;hangtime=1000 ; squelch tail hang time (in ms) (optional)
+;totime=100000 ; transmit time-out time (in ms) (optional)
+;idtime=30000 ; id interval time (in ms) (optional)
+;politeid=30000 ; time in milliseconds before ID timer
+ ; expires to try and ID in the tail.
+ ; (optional, default is 30000).
+;idtalkover=|iwb6nil/rpt ; Talkover ID (optional) default is none
+;unlinkedct=ct2 ; unlinked courtesy tone (optional) default is none
+
+;[002] ; Node ID of remote base
+
+;rxchannel = Zap/5 ; Rx audio/signalling channel
+; Note: if you use a unified interface (tx/rx on one channel), only
+; specify the rxchannel and the txchannel will be assumed from the rxchannel
+;txchannel = Zap/6 ; Tx audio/signalling channel
+;functions = functions-remote
+;remote = ft897 ; Set remote=y for dumb remote or
+ ; remote=ft897 for Yaesu FT-897 or
+ ; remote=rbi for Doug Hall RBI1
+;iobase = 0x378 ; Specify IO port for parallel port (optional)
+
+;[functions-repeater]
+;1=ilink,1 ; Specific link disconnect
+;2=ilink,2 ; Specific Link connect - monitor only
+;3=ilink,3 ; Specific Link connect - transceive
+;4=ilink,4 ; Enter command mode on a specific link
+;7=ilink,5 ; Link status
+;;XX=ilink,6 ; Disconnect all links (not used here)
+
+;80=status,1 ; System info
+;81=status,2 ; Time
+;82=status,3 ; app_rpt.c Version
+
+;6=autopatchup ; Autopatch up
+;0=autopatchdn ; Autopatch down
+
+;90=cop,1 ; System warm boot
+;91=cop,2 ; System enable
+;92=cop,3 ; System disable
+
+;[functions-remote]
+
+;0=remote,1 ; Retrieve Memory
+;1=remote,2 ; Set freq.
+;2=remote,3 ; Set Rx PL tone.
+;40=remote,100 ; Rx PL off
+;41=remote,101 ; Rx PL on
+;42=remote,102 ; Tx PL off
+;43=remote,103 ; Tx PL on
+;44=remote,104 ; Low Pwr
+;45=remote,105 ; Med Pwr
+;46=remote,106 ; Hi Pwr
+;5=remote,5 ; Status
+
+;[telemetry]
+
+; Telemetry entries are shared across all repeaters
+; Can be a tone sequence, morse string, or a file
+;
+; |t - Tone escape sequence
+;
+; Tone sequences consist of 1 or more 4-tuple entries (freq1, freq2, duration, amplitude)
+; Single frequencies are created by setting freq1 or freq2 to zero.
+;
+; |m - Morse escape sequence
+;
+; Sends Morse code at the telemetry amplitude and telemetry frequency as defined in the
+; [morse] section.
+;
+; Follow with an alphanumeric string
+;
+; |i - Morse ID escape sequence
+;
+; Sends Morse code at the ID amplitude and ID frequency as defined in the
+; [morse] section.
+;
+; Follow with an alphanumeric string
+
+
+;ct1=|t(350,0,100,2048)(500,0,100,2048)(660,0,100,2048)
+;ct2=|t(660,880,150,2048)
+;ct3=|t(440,0,150,2048)
+;ct4=|t(550,0,150,2048)
+;ct5=|t(660,0,150,2048)
+;ct6=|t(880,0,150,2048)
+;ct7=|t(660,440,150,2048)
+;ct8=|t(700,1100,150,2048)
+;remotetx=|t(2000,0,75,2048)(0,0,75,0)(1600,0,75,2048);
+;remotemon=|t(1600,0,75,2048)
+;cmdmode=|t(900,903,200,2048)
+;functcomplete=|t(1000,0,100,2048)(0,0,100,0)(1000,0,100,2048)
+
+
+;[morse]
+
+;speed=20 ; Approximate speed in WPM
+;frequency=800 ; Morse Telemetry Frequency
+;amplitude=4096 ; Morse Telemetry Amplitude
+;idfrequency=330 ; Morse ID Frequency
+;idamplitude=2048 ; Morse ID Amplitude
+
+;[nodes]
+
+;000 = context_A@foo.bar.com/1234,foo.bar.com
+;001 = context_B@baz.waldo.com/4321,baz.waldo.com
+;002 = context_C@pepper.salt.com/5678,pepper.salt.com,y ; this is a remote
+
+;of course, you can also specify these with domain names, but why rely
+;on DNS working unnecessarily?
+
+;[memory]
+
+;; this example gives you 146.460, simplex, 100.0 HZ PL, hi-power, transmit PL
+;00 = 146.460,100.0,sht
+;; this example gives you 146.940, minus offset, 100.0 HZ PL, low-power, no PL
+;01 = 146.940,100.0,-l
+
+; The format for these entries is: Receive-Freq,Receive-PL,Attrbutes
+; Attributes: l=low power, m=medium power, h=high power, -=minus offset,
+; s=simplex, +=plus offset, t=tx PL enable, r=rx PL enable
+
diff --git a/rtp.conf b/rtp.conf
new file mode 100644
index 0000000..0e20e43
--- /dev/null
+++ b/rtp.conf
@@ -0,0 +1,22 @@
+;
+; RTP Configuration
+;
+[general]
+;
+; RTP start and RTP end configure start and end addresses
+;
+; Defaults are rtpstart=5000 and rtpend=31000
+;
+rtpstart=10000
+rtpend=10500
+;
+; Whether to enable or disable UDP checksums on RTP traffic
+;
+;rtpchecksums=no
+;
+; The amount of time a DTMF digit with no 'end' marker should be
+; allowed to continue (in 'samples', 1/8000 of a second)
+;
+;dtmftimeout=3000
+; rtcpinterval = 5000 ; Milliseconds between rtcp reports
+ ;(min 500, max 60000, default 5000)
diff --git a/say.conf b/say.conf
new file mode 100644
index 0000000..c5ad620
--- /dev/null
+++ b/say.conf
@@ -0,0 +1,171 @@
+; say.conf
+;
+; language configuration
+;
+; The new language routines produce strings of the form
+; prefix:[format:]data
+; that are matched against the rules in this file to produce
+; an output.
+;
+; The data is generally the string to be spelled (either a number,
+; an ascii string or a date/time in the format specified below).
+; It is available, in the right hand side of a rule, as variable ${SAY}.
+;
+; The format is optional and normally used only for date/time.
+; The prefix is used to select the pronunciation - standard
+; prefixes are
+; num used for numbers
+; enum used for enumerations
+; date for dates
+; time for times
+; datetime for dates and times
+; char for character strings
+; phonetic for phonetic strings
+; digit for digit strings
+;
+; but others can be used at will.
+;
+; Processing occurs as follows:
+; If the format is empty, or there is no format, the entire
+; string is matched against one of the pattern on the left hand side.
+; On the first match, the various comma-separated components on the right
+; hand side are pronounced, as follows:
+; + a component starting with a prefix: (i.e. with a ':' in it)
+; is re-processed according to these rules;
+; + a component without a ':' in it is considered a filename and
+; the corresponding file is played.
+;
+; If the format is non-empty, the format is split into its components
+; (individual characters, or filenames in single quotes), and then
+; filenames are played, whereas single characters are used to
+; generate a new string format:pat:data to be processed.
+;
+; DATES/AND TIMES assume that the date info is available in
+; the form YYYYMMDDHHmm.ss-dow-doy
+; with 4 digits for the year, 2 for month, day, hour, minutes, seconds,
+; one digit for the day-of-week, and 3 digits for the day-of-year.
+;
+; Example:
+; datetime::200604172030.00-4-102
+; (typical format for a date) is first matched against the line
+; datetime::. => date:AdBY 'digits/at' IMp:${SAY}
+; which is normally present with the default format for dates.
+; In turn, the format string "AdBY 'digits/at' IMp" results in
+; the sequence
+; date:A:200604172030.00-4-102
+; date:d:200604172030.00-4-102
+; date:B:200604172030.00-4-102
+; date:Y:200604172030.00-4-102
+; digits/at
+; date:I:200604172030.00-4-102
+; date:M:200604172030.00-4-102
+; date:p:200604172030.00-4-102
+;
+;
+; Remember, normally X Z N are special, and the search is
+; case insensitive, so you must use [X] [N] [Z] .. if you
+; want exact match.
+
+; We start with the basic rules that might be more-or-less
+; language-independent
+
+[digit-base](!) ; base rule for digit strings
+ ; XXX incomplete yet
+ _digit:[0-9] => digits/${SAY}
+ _digit:[-] => letters/dash
+ _digit:[*] => letters/star
+ _digit:[@] => letters/at
+ _digit:[0-9]. => digit:${SAY:0:1}, digit:${SAY:1}
+
+[date-base](!) ; base rules for dates and times
+ ; the 'SAY' variable contains YYYYMMDDHHmm.ss-dow-doy
+ ; these rule map the strftime attributes.
+ _date:Y:. => num:${SAY:0:4} ; year, 19xx
+ _date:[Bb]:. => digits/mon-$[${SAY:4:2}-1] ; month name, 0..11
+ _date:[Aa]:. => digits/day-${SAY:16:1} ; day of week
+ _date:[de]:. => num:${SAY:6:2} ; day of month
+ _date:[hH]:. => num:${SAY:8:2} ; hour
+ _date:[I]:. => num:$[${SAY:8:2} % 12] ; hour 0-12
+ _date:[M]:. => num:${SAY:10:2} ; minute
+ ; XXX too bad the '?' function does not remove the quotes
+ ; _date:[pP]:. => digits/$[ ${SAY:10:2} > 12 ? "p-m" :: "a-m"] ; am pm
+ _date:[pP]:. => digits/p-m ; am pm
+ _date:[S]:. => num:${SAY:13:2} ; seconds
+
+[en-base](!)
+ _[n]um:0. => num:${SAY:1}
+ _[n]um:X => digits/${SAY}
+ _[n]um:1X => digits/${SAY}
+ _[n]um:[2-9]0 => digits/${SAY}
+ _[n]um:[2-9][1-9] => digits/${SAY:0:1}0, num:${SAY:1}
+ _[n]um:XXX => num:${SAY:0:1}, digits/hundred, num:${SAY:1}
+
+ _[n]um:XXXX => num:${SAY:0:1}, digits/thousand, num:${SAY:1}
+ _[n]um:XXXXX => num:${SAY:0:2}, digits/thousand, num:${SAY:2}
+ _[n]um:XXXXXX => num:${SAY:0:3}, digits/thousand, num:${SAY:3}
+
+ _[n]um:XXXXXXX => num:${SAY:0:1}, digits/million, num:${SAY:1}
+ _[n]um:XXXXXXXX => num:${SAY:0:2}, digits/million, num:${SAY:2}
+ _[n]um:XXXXXXXXX => num:${SAY:0:3}, digits/million, num:${SAY:3}
+
+ _[n]um:XXXXXXXXXX => num:${SAY:0:1}, digits/billion, num:${SAY:1}
+ _[n]um:XXXXXXXXXXX => num:${SAY:0:2}, digits/billion, num:${SAY:2}
+ _[n]um:XXXXXXXXXXXX => num:${SAY:0:3}, digits/billion, num:${SAY:3}
+
+ ; enumeration
+ _e[n]um:X => digits/h-${SAY}
+ _e[n]um:1X => digits/h-${SAY}
+ _e[n]um:[2-9]0 => digits/h-${SAY}
+ _e[n]um:[2-9][1-9] => num:${SAY:0:1}0, digits/h-${SAY:1}
+ _e[n]um:[1-9]XX => num:${SAY:0:1}, digits/hundred, enum:${SAY:1}
+
+[it](digit-base,date-base)
+ _[n]um:0. => num:${SAY:1}
+ _[n]um:X => digits/${SAY}
+ _[n]um:1X => digits/${SAY}
+ _[n]um:[2-9]0 => digits/${SAY}
+ _[n]um:[2-9][1-9] => digits/${SAY:0:1}0, num:${SAY:1}
+ _[n]um:1XX => digits/hundred, num:${SAY:1}
+ _[n]um:[2-9]XX => num:${SAY:0:1}, digits/hundred, num:${SAY:1}
+
+ _[n]um:1XXX => digits/thousand, num:${SAY:1}
+ _[n]um:[2-9]XXX => num:${SAY:0:1}, digits/thousands, num:${SAY:1}
+ _[n]um:XXXXX => num:${SAY:0:2}, digits/thousands, num:${SAY:2}
+ _[n]um:XXXXXX => num:${SAY:0:3}, digits/thousands, num:${SAY:3}
+
+ _[n]um:1XXXXXX => num:${SAY:0:1}, digits/million, num:${SAY:1}
+ _[n]um:[2-9]XXXXXX => num:${SAY:0:1}, digits/millions, num:${SAY:1}
+ _[n]um:XXXXXXXX => num:${SAY:0:2}, digits/millions, num:${SAY:2}
+ _[n]um:XXXXXXXXX => num:${SAY:0:3}, digits/millions, num:${SAY:3}
+
+ _datetime::. => date:AdBY 'digits/at' IMp:${SAY}
+ _date::. => date:AdBY:${SAY}
+ _time::. => date:IMp:${SAY}
+
+[en](en-base,date-base,digit-base)
+ _datetime::. => date:AdBY 'digits/at' IMp:${SAY}
+ _date::. => date:AdBY:${SAY}
+ _time::. => date:IMp:${SAY}
+
+[de](date-base,digit-base)
+ _[n]um:0. => num:${SAY:1}
+ _[n]um:X => digits/${SAY}
+ _[n]um:1X => digits/${SAY}
+ _[n]um:[2-9]0 => digits/${SAY}
+ _[n]um:[2-9][1-9] => digits/${SAY:1}-and, digits/${SAY:0:1}0
+ _[n]um:1XX => digits/ein, digits/hundred, num:${SAY:1}
+ _[n]um:[2-9]XX => digits/${SAY:0:1}, digits/hundred, num:${SAY:1}
+ _[n]um:1XXX => digits/ein, digits/thousand, num:${SAY:1}
+ _[n]um:[2-9]XXX => digits/${SAY:0:1}, digits/thousand, num:${SAY:1}
+ _[n]um:XXXXX => num:${SAY:0:2}, digits/thousand, num:${SAY:2}
+ _[n]um:X00XXX => digits/${SAY:0:1}, digits/hundred, digits/thousand, num:${SAY:3}
+ _[n]um:XXXXXX => digits/${SAY:0:1}, digits/hundred, num:${SAY:1}
+ _[n]um:1XXXXXX => digits/eine, digits/million, num:${SAY:1}
+ _[n]um:[2-9]XXXXXX => digits/${SAY:0:1}, digits/millions, num:${SAY:1}
+ _[n]um:XXXXXXXX => num:${SAY:0:2}, digits/millions, num:${SAY:2}
+ _[n]um:XXXXXXXXX => num:${SAY:0:3}, digits/millions, num:${SAY:3}
+
+ _datetime::. => date:AdBY 'digits/at' IMp:${SAY}
+ _date::. => date:AdBY:${SAY}
+ _time::. => date:IMp:${SAY}
+
diff --git a/sip.conf b/sip.conf
new file mode 100644
index 0000000..72b286c
--- /dev/null
+++ b/sip.conf
@@ -0,0 +1,57 @@
+[general]
+context=from-guest
+allowguest=no
+allowoverlap=no
+allowtransfer=yes
+realm=fedoraproject.org
+bindport=5060
+bindaddr=64.34.195.14
+srvlookup=yes
+tos_sip=cs3
+tos_audio=ef
+tos_video=af41
+disallow=all
+allow=gsm
+allow=ulaw
+allow=alaw
+language=en
+progressinband=never
+dtmfmode=rfc2833
+videosupport=yes
+rtptimeout=60
+rtpholdtimeout=300
+rtpkeepalive=30
+sipdebug=no
+recordhistory=no
+dumphistory=no
+allowsubscribe=yes
+externip=64.34.195.14
+nat=yes
+canreinvite=no
+directrtpsetup=no
+domain=64.34.195.14
+domain=fedoraproject.org
+domain=talk.fedoraproject.org
+domain=asterisk1.fedoraproject.org
+allowexternalinvites=yes
+autodomain=no
+fromdomain=fedoraproject.org
+insecure=no
+
+;
+; Arrival Telecom
+; http://arrivaltel.com/
+;
+[arrivaltelecom]
+type = peer
+host = 208.93.93.111
+port = 5060
+context = from-pstn
+disallow = all
+allow = gsm
+allow = ulaw
+allow = alaw
+nat = no
+qualify = no
+insecure = invite
+
diff --git a/sip_notify.conf b/sip_notify.conf
new file mode 100644
index 0000000..ca7dbe3
--- /dev/null
+++ b/sip_notify.conf
@@ -0,0 +1,22 @@
+[polycom-check-cfg]
+Event=>check-sync
+Content-Length=>0
+
+; Untested
+[sipura-check-cfg]
+Event=>resync
+Content-Length=>0
+
+; Untested
+[grandstream-check-cfg]
+Event=>sys-control
+
+; Untested
+[cisco-check-cfg]
+Event=>check-sync
+Content-Length=>0
+
+; Tested
+[snom-check-cfg]
+Event=>check-sync\;reboot=false
+Content-Length=>0
diff --git a/sla.conf b/sla.conf
new file mode 100644
index 0000000..fa768c5
--- /dev/null
+++ b/sla.conf
@@ -0,0 +1,140 @@
+;
+; Configuration for Shared Line Appearances (SLA).
+;
+; See doc/sla.pdf for more information.
+;
+
+; ---- General Options ----------------
+[general]
+
+;attemptcallerid=no ; Attempt CallerID handling. The default value for this
+ ; is "no" because CallerID handling with an SLA setup is
+ ; known to not work properly in some situations. However,
+ ; feel free to enable it if you would like. If you do, and
+ ; you find problems, please do not report them.
+; -------------------------------------
+
+
+; ---- Trunk Declarations -------------
+;
+;[line1] ; Provide a name for this trunk.
+
+;type=trunk ; This line is what marks this entry as a trunk.
+
+;device=Zap/3 ; Map this trunk declaration to a specific device.
+ ; NOTE: You can not just put any type of channel here.
+ ; Zap channels can be directly used. IP trunks
+ ; require some indirect configuration which is
+ ; described in doc/sla.pdf.
+
+;autocontext=line1 ; This supports automatic generation of the dialplan entries
+ ; if the autocontext option is used. Each trunk should have
+ ; a unique context name. Then, in chan_dahdi.conf, this device
+ ; should be configured to have incoming calls go to this context.
+
+;ringtimeout=30 ; Set how long to allow this trunk to ring on an inbound call before hanging
+ ; it up as an unanswered call. The value is in seconds.
+
+;barge=no ; If this option is set to "no", then no station will be
+ ; allowed to join a call that is in progress. The default
+ ; value is "yes".
+
+;hold=private ; This option configure hold permissions for this trunk.
+ ; "open" - This means that any station can put this trunk
+ ; on hold, and any station can retrieve it from
+ ; hold. This is the default.
+ ; "private" - This means that once a station puts the
+ ; trunk on hold, no other station will be
+ ; allowed to retrieve the call from hold.
+
+;[line2]
+;type=trunk
+;device=Zap/4
+;autocontext=line2
+
+;[line3]
+;type=trunk
+;device=Zap/3
+;autocontext=line3
+
+;[line4]
+;type=trunk
+;device=Local/disa@line4_outbound ; A Local channel in combination with the Disa
+ ; application can be used to support IP trunks.
+ ; See doc/sla.pdf on more information on how
+ ; IP trunks work.
+;autocontext=line4
+; --------------------------------------
+
+
+; ---- Station Declarations ------------
+
+;[station1] ; Define a name for this station.
+
+;type=station ; This line indicates that this entry is a station.
+
+;device=SIP/station1 ; Each station must be mapped to a device.
+
+;autocontext=sla_stations ; This supports automatic generation of the dialplan entries if
+ ; the autocontext option is used. All stations can use the same
+ ; context without conflict. The device for this station should
+ ; have its context configured to the same one listed here.
+
+;ringtimeout=10 ; Set a timeout for how long to allow the station to ring for an
+ ; incoming call, in seconds.
+
+;ringdelay=10 ; Set a time for how long to wait before beginning to ring this station
+ ; once there is an incoming call, in seconds.
+
+;hold=private ; This option configure hold permissions for this station. Note
+ ; that if private hold is set in the trunk entry, that will override
+ ; anything here. However, if a trunk has open hold access, but this
+ ; station is set to private hold, then the private hold will be in
+ ; effect.
+ ; "open" - This means that once this station puts a call
+ ; on hold, any other station is allowed to retrieve
+ ; it. This is the default.
+ ; "private" - This means that once this station puts a
+ ; call on hold, no other station will be
+ ; allowed to retrieve the call from hold.
+
+
+;trunk=line1 ; Individually list all of the trunks that will appear on this station. This
+ ; order is significant. It should be the same order as they appear on the
+ ; phone. The order here defines the order of preference that the trunks will
+ ; be used.
+;trunk=line2
+;trunk=line3,ringdelay=5 ; A ring delay for the station can also be specified for a specific trunk.
+ ; If a ring delay is specified both for the whole station and for a specific
+ ; trunk on a station, the setting for the specific trunk will take priority.
+ ; This value is in seconds.
+
+;trunk=line4,ringtimeout=5 ; A ring timeout for the station can also be specified for a specific trunk.
+ ; If a ring timeout is specified both for the whole station and for a specific
+ ; trunk on a station, the setting for the specific trunk will take priority.
+ ; This value is in seconds.
+
+
+;[station](!) ; When there are a lot of stations that are configured the same way,
+ ; it is convenient to use a configuration template like this so that
+ ; the common settings stay in one place.
+;type=station
+;autocontext=sla_stations
+;trunk=line1
+;trunk=line2
+;trunk=line3
+;trunk=line4
+
+;[station2](station) ; Define a station that uses the configuration from the template "station".
+;device=SIP/station2
+;
+;[station3](station)
+;device=SIP/station3
+;
+;[station4](station)
+;device=SIP/station4
+;
+;[station5](station)
+;device=SIP/station5
+; --------------------------------------
+
diff --git a/smdi.conf b/smdi.conf
new file mode 100644
index 0000000..62464c4
--- /dev/null
+++ b/smdi.conf
@@ -0,0 +1,75 @@
+; Asterisk SMDI configuration
+
+[interfaces]
+; Specify serial ports to listen for SMDI messages on below. These will be
+; referenced later in chan_dahdi.conf. If you do not specify any interfaces then
+; SMDI will be disabled. Interfaces can have several different attributes
+; associated with them.
+
+; Set the number of stop bits to use per character here. The default is no,
+; in which case one stop bit will be used.
+
+;twostopbits = no
+
+; Character size or bit length is the size of each character sent across the
+; link. Character size can be 7 or 8. The default is 7.
+
+;charsize = 7
+
+; If you need parity checking enabled you can turn it on here. Acceptable
+; values are even, odd, and none. The default is even.
+
+;paritybit = even
+
+; The baudrate to use for this port. Acceptable values are 1200, 2400, 4800,
+; and 9600. The default is 9600.
+
+;baudrate = 1200
+
+; Often the numbering scheme for a set of mailboxes or extensions will not be 7
+; or 10 digits (as SMDI requires). Use the msdstrip option to strip unused
+; digits from the start of numbers.
+
+;msdstrip = 0
+
+; Occasionally Asterisk and the SMDI switch may become out of sync. If this
+; happens, Asterisk will appear one or several calls behind as it processes
+; voicemail requests. To prevent this from happening, adjust the msgexpirytime.
+; This will make Asterisk discard old SMDI messages that have not yet been
+; processed. The default expiry time is 30000 milliseconds.
+
+;msgexpirytime = 30000
+
+;smdiport => /dev/ttyS0
+
+
+[mailboxes]
+; This section configures parameters related to MWI handling for the SMDI link.
+
+; This option configures the polling interval used to check to see if the
+; mailboxes have any new messages. This option is specified in seconds.
+; The default value is 10 seconds.
+;
+;pollinginterval=10
+
+; Every other entry in this section of the configuration file is interpreted as
+; a mapping between the mailbox ID on the SMDI link, and the local Asterisk
+; mailbox name. In many cases, they are the same thing, but they still must be
+; listed here so that this module knows which mailboxes it needs to pay
+; attention to.
+;
+; Syntax:
+; <SMDI mailbox ID>=<Asterisk Mailbox Name>[@Asterisk Voicemail Context]
+;
+; If no Asterisk voicemail context is specified, "default" will be assumed.
+;
+; Before specifying mailboxes, you must specify an SMDI interface. All mailbox
+; definitions that follow will correspond to that SMDI interface. If you specify
+; another interface, then all definitions following that will correspond to the
+; new interface.
+;
+;smdiport=/dev/ttyS0
+;2565551234=1234@vmcontext1
+;2565555678=5678@vmcontext2
+;smdiport=/dev/ttyS1
+;2565559999=9999
diff --git a/telcordia-1.adsi b/telcordia-1.adsi
new file mode 100644
index 0000000..1486aa9
--- /dev/null
+++ b/telcordia-1.adsi
@@ -0,0 +1,83 @@
+;
+; Asterisk default ADSI script
+;
+;
+; Begin with the preamble requirements
+;
+DESCRIPTION "Telcordia Demo" ; Name of vendor
+VERSION 0x02 ; Version of stuff
+;SECURITY "_AST" ; Security code
+SECURITY 0x0000 ; Security code
+FDN 0x0000000f ; Descriptor number
+
+;
+; Predefined strings
+;
+DISPLAY "talkingto" IS "Talking To" "$Call1p" WRAP
+DISPLAY "titles" IS "20th Century IQ Svc"
+DISPLAY "newcall" IS "New Call From" "$Call1p" WRAP
+DISPLAY "ringing" IS "Ringing"
+
+;
+; Begin state definitions
+;
+STATE "callup" ; Call is currently up
+STATE "inactive" ; No active call
+
+;
+; Begin soft key definitions
+;
+KEY "CB_OH" IS "Block" OR "Call Block"
+ OFFHOOK
+ VOICEMODE
+ WAITDIALTONE
+ SENDDTMF "*60"
+ SUBSCRIPT "offHook"
+ENDKEY
+
+KEY "CB" IS "Block" OR "Call Block"
+ SENDDTMF "*60"
+ENDKEY
+
+;
+; Begin main subroutine
+;
+
+SUB "main" IS
+ IFEVENT NEARANSWER THEN
+ CLEAR
+ SHOWDISPLAY "talkingto" AT 1
+ GOTO "stableCall"
+ ENDIF
+ IFEVENT OFFHOOK THEN
+ CLEAR
+ SHOWDISPLAY "titles" AT 1
+ SHOWKEYS "CB"
+ GOTO "offHook"
+ ENDIF
+ IFEVENT IDLE THEN
+ CLEAR
+ SHOWDISPLAY "titles" AT 1
+ SHOWKEYS "CB_OH"
+ ENDIF
+ IFEVENT CALLERID THEN
+ CLEAR
+ SHOWDISPLAY "newcall" AT 1
+ ENDIF
+ENDSUB
+
+SUB "offHook" IS
+ IFEVENT FARRING THEN
+ CLEAR
+ SHOWDISPLAY "ringing" AT 1
+ ENDIF
+ IFEVENT FARANSWER THEN
+ CLEAR
+ SHOWDISPLAY "talkingto" AT 1
+ GOTO "stableCall"
+ ENDIF
+ENDSUB
+
+SUB "stableCall" IS
+
+ENDSUB
diff --git a/udptl.conf b/udptl.conf
new file mode 100644
index 0000000..05a38d5
--- /dev/null
+++ b/udptl.conf
@@ -0,0 +1,30 @@
+;
+; UDPTL Configuration (UDPTL is one of the transports for T.38)
+;
+[general]
+;
+; UDPTL start and UDPTL end configure start and end addresses
+;
+udptlstart=4000
+udptlend=4999
+;
+; Whether to enable or disable UDP checksums on UDPTL traffic
+;
+;udptlchecksums=no
+;
+; The error correction type to be sent
+;
+T38FaxUdpEC = t38UDPFEC
+;T38FaxUdpEC = t38UDPRedundancy
+;
+; The maximum length of a UDPTL packet
+;
+T38FaxMaxDatagram = 400
+;
+; The number of error correction entries in a UDPTL packet
+;
+udptlfecentries = 3
+;
+; The span over which parity is calculated for FEC in a UDPTL packet
+;
+udptlfecspan = 3
diff --git a/users.conf b/users.conf
new file mode 100644
index 0000000..3ddf62b
--- /dev/null
+++ b/users.conf
@@ -0,0 +1,12528 @@
+;
+[general]
+callwaiting = yes
+threewaycalling = yes
+callwaitingcallerid = yes
+transfer = yes
+canpark = yes
+cancallforward = yes
+callreturn = yes
+callgroup = 1
+pickupgroup = 1
+hassip = yes
+host = dynamic
+hasiax = no
+hash323 = no
+hasmanager = no
+allowsubscribe = yes
+subscribecontext=fedorapeople
+
+[bpepple]
+fullname = Brian Pepple
+email = bpepple@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100012
+
+[ghenry]
+fullname = Gavin Henry
+email = ghenry@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100027
+
+[harald]
+fullname = Harald Hoyer
+email = harald@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100028
+
+[icon]
+fullname = Konstantin Ryabitsev
+email = icon@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100029
+
+[karsten]
+fullname = Karsten Hopp
+email = karsten@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100035
+
+[katzj]
+fullname = Jeremy Katz
+email = katzj@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100036
+
+[kevin]
+fullname = Kevin Fenzi
+email = kevin@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100037
+
+[quaid]
+fullname = Karsten Wade
+email = quaid@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100038
+
+[notting]
+fullname = Bill Nottingham
+email = notting@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100045
+
+[petersen]
+fullname = Jens Petersen
+email = petersen@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100050
+
+[roland]
+fullname = Roland McGrath
+email = roland@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100053
+
+[skvidal]
+fullname = Seth Vidal
+email = skvidal@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100059
+
+[spot]
+fullname = Tom Callaway
+email = spot@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100061
+
+[tagoh]
+fullname = Akira TAGOH
+email = tagoh@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100063
+
+[toshio]
+fullname = Toshio くらとみ
+email = toshio@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100068
+
+[walters]
+fullname = Colin Walters
+email = walters@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100072
+
+[pfrields]
+fullname = Paul W. Frields
+email = pfrields@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100077
+
+[jtr]
+fullname = Tommy Reynolds
+email = jtr@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100078
+
+[rdieter]
+fullname = Rex Dieter
+email = rdieter@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100082
+
+[rmeggins]
+fullname = Richard Allen Megginson
+email = rmeggins@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100089
+
+[jcollie]
+fullname = Jeffrey C. Ollie
+email = jcollie@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100097
+
+[ausil]
+fullname = Dennis Gilmore
+email = ausil@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100103
+
+[kaboom]
+fullname = Chris Ricker
+email = kaboom@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100105
+
+[mfleming]
+fullname = Michael Fleming
+email = mfleming@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100138
+
+[stingray]
+fullname = Paul P Komkoff Jr
+email = stingray@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100139
+
+[smooge]
+fullname = Stephen J Smoogen
+email = smooge@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100142
+
+[tmraz]
+fullname = Tomáš Mráz
+email = tmraz@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100151
+
+[nim]
+fullname = Nicolas Mailhot
+email = nim@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100160
+
+[mjc]
+fullname = Mark Cox
+email = mjc@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100164
+
+[sundaram]
+fullname = Rahul Sundaram
+email = sundaram@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100168
+
+[lmacken]
+fullname = Luke Macken
+email = lmacken@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100176
+
+[mdomsch]
+fullname = Matt Domsch
+email = mdomsch@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100178
+
+[timlau]
+fullname = Tim Lauridsen
+email = timlau@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100185
+
+[ixs]
+fullname = Andreas Thienemann
+email = ixs@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100191
+
+[johnp]
+fullname = John (J5) Palmieri
+email = johnp@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100196
+
+[jspaleta]
+fullname = Jef Spaleta
+email = jspaleta@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100201
+
+[shishz]
+fullname = Zing Zing Shishak
+email = shishz@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100218
+
+[jrb]
+fullname = Jonathan Blandford
+email = jrb@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100226
+
+[salimma]
+fullname = Michel Alexandre Salim
+email = salimma@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100243
+
+[nman64]
+fullname = Patrick Barnes
+email = nman64@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100263
+
+[sonarguy]
+fullname = Scott Glaser
+email = sonarguy@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100270
+
+[sharkcz]
+fullname = Dan Horák
+email = sharkcz@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100276
+
+[tombo]
+fullname = Francesco Tombolini
+email = tombo@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100277
+
+[robmv]
+fullname = Robert Marcano
+email = robmv@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100278
+
+[rodrigop]
+fullname = Rodrigo Padula de Oliveira
+email = rodrigop@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100290
+
+[ankit]
+fullname = Ankitkumar Patel
+email = ankit@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100305
+
+[peter]
+fullname = Peter Lemenkov
+email = peter@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100317
+
+[luya]
+fullname = Luya Tshimbalanga
+email = luya@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100327
+
+[sailer]
+fullname = Thomas M. Sailer
+email = sailer@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100329
+
+[rhughes]
+fullname = Richard Hughes
+email = rhughes@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100339
+
+[mmcgrath]
+fullname = Mike McGrath
+email = mmcgrath@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100344
+
+[dcantrel]
+fullname = David Cantrell
+email = dcantrel@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100345
+
+[jkeating]
+fullname = Jesse Keating
+email = jkeating@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100351
+
+[chitlesh]
+fullname = Chitlesh GOORAH
+email = chitlesh@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100367
+
+[geroldka]
+fullname = Gerold Kassube
+email = geroldka@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100385
+
+[fugolini]
+fullname = Francesco Ugolini
+email = fugolini@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100393
+
+[linville]
+fullname = John W. Linville
+email = linville@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100397
+
+[mikeb]
+fullname = Mike Bonnet
+email = mikeb@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100400
+
+[mrtom]
+fullname = Thomas Canniot
+email = mrtom@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100414
+
+[aks]
+fullname = Abhishek Singh
+email = aks@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100415
+
+[kushal]
+fullname = Kushal Das
+email = kushal@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100426
+
+[suren]
+fullname = Suren Karapetyan
+email = suren@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100427
+
+[spstarr]
+fullname = Shawn Starr
+email = spstarr@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100434
+
+[ke4qqq]
+fullname = David Nalley
+email = ke4qqq@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100435
+
+[pgordon]
+fullname = Peter Gordon
+email = pgordon@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100451
+
+[mspevack]
+fullname = Max Spevack
+email = mspevack@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100466
+
+[sergiopr]
+fullname = Sergio Pascual
+email = sergiopr@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100473
+
+[steved]
+fullname = Steve Dickson
+email = steved@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100484
+
+[runab]
+fullname = Runa Bhattacharjee
+email = runab@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100496
+
+[evillagr]
+fullname = Eduardo Villagrán Morales
+email = evillagr@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100499
+
+[russell]
+fullname = Russell John
+email = russell@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100515
+
+[holtmann]
+fullname = Marcel Holtmann
+email = holtmann@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100530
+
+[duffy]
+fullname = Máirín Duffy
+email = duffy@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100548
+
+[jcm]
+fullname = Jon Masters
+email = jcm@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100570
+
+[couf]
+fullname = Bart Couvreur
+email = couf@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100571
+
+[jbwillia]
+fullname = Ben Williams
+email = jbwillia@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100572
+
+[jsimon]
+fullname = Joerg (kital) Simon
+email = jsimon@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100606
+
+[wwoods]
+fullname = Will Woods
+email = wwoods@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100621
+
+[gomix]
+fullname = Guillermo Gómez
+email = gomix@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100627
+
+[rmccabe]
+fullname = Ryan McCabe
+email = rmccabe@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100643
+
+[giallu]
+fullname = Gianluca Sforna
+email = giallu@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100645
+
+[hyc]
+fullname = Howard Chu
+email = hyc@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100658
+
+[trondd]
+fullname = Trond Danielsen
+email = trondd@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100673
+
+[timn]
+fullname = Tim Niemueller
+email = timn@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100675
+
+[kanarip]
+fullname = Jeroen van Meeuwen
+email = kanarip@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100680
+
+[noriko]
+fullname = Noriko Mizumoto
+email = noriko@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100687
+
+[glezos]
+fullname = Dimitris Glezos
+email = glezos@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100688
+
+[agoode]
+fullname = Adam Goode
+email = agoode@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100690
+
+[ttrinks]
+fullname = Timo Trinks
+email = ttrinks@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100692
+
+[fab]
+fullname = Fabian Affolter
+email = fab@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100697
+
+[ework]
+fullname = Eric Work
+email = ework@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100701
+
+[pknirsch]
+fullname = Phil Knirsch
+email = pknirsch@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100716
+
+[hanafiah]
+fullname = Mohd Hanafiah bin Muhamad
+email = hanafiah@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100736
+
+[igor]
+fullname = Igor Pires Soares
+email = igor@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100750
+
+[bochecha]
+fullname = Mathieu Bridon
+email = bochecha@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100753
+
+[richardr]
+fullname = Rondu Richard
+email = richardr@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100757
+
+[jasonn]
+fullname = Cristiano furtado dos Santos
+email = jasonn@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100766
+
+[laxathom]
+fullname = Xavier LAMIEN
+email = laxathom@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100776
+
+[santosh]
+fullname = Santosh Kumar Chandradass
+email = santosh@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100777
+
+[wcervini]
+fullname = Walter Cervini
+email = wcervini@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100807
+
+[cvinchon]
+fullname = Charles VINCHON
+email = cvinchon@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100815
+
+[jmbabich]
+fullname = John Babich
+email = jmbabich@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100825
+
+[till]
+fullname = Till Maas
+email = till@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100833
+
+[cattelan]
+fullname = Russell Cattelan
+email = cattelan@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100852
+
+[rajeevrk]
+fullname = R. K. Rajeev
+email = rajeevrk@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100864
+
+[ndim]
+fullname = Hans Ulrich Niedermann
+email = ndim@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100868
+
+[lkundrak]
+fullname = Lubomir Rintel
+email = lkundrak@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100895
+
+[heikoada]
+fullname = Heiko Adams
+email = heikoada@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100904
+
+[abhishek]
+fullname = Abhishek Chauhan
+email = abhishek@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100907
+
+[wilmer]
+fullname = Wilmer Jaramillo
+email = wilmer@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100923
+
+[jlaska]
+fullname = James Laska
+email = jlaska@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100927
+
+[mcepl]
+fullname = Matej Cepl
+email = mcepl@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100929
+
+[musuruan]
+fullname = Andrea Musuruane
+email = musuruan@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100961
+
+[marko]
+fullname = MarkoMilenkovic
+email = marko@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5100990
+
+[whitehat]
+fullname = Louis R. Spironello
+email = whitehat@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101023
+
+[aphukan]
+fullname = Amitakhya Phukan
+email = aphukan@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101024
+
+[thierry]
+fullname = Thierry Sayegh De Bellis
+email = thierry@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101041
+
+[imtiaz]
+fullname = Imtiaz Rahi
+email = imtiaz@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101052
+
+[badeso]
+fullname = Bart De Soete
+email = badeso@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101058
+
+[robk]
+fullname = Robert Kearey
+email = robk@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101063
+
+[ctyler]
+fullname = Chris Tyler
+email = ctyler@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101064
+
+[mdimas]
+fullname = Martin Dimas
+email = mdimas@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101074
+
+[hod]
+fullname = Holger Dörner
+email = hod@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101076
+
+[susmit]
+fullname = Susmit Shannigrahi
+email = susmit@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101096
+
+[pkrul]
+fullname = Pieter D.J. Krul
+email = pkrul@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101098
+
+[mikem]
+fullname = Mike McLean
+email = mikem@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101099
+
+[poelstra]
+fullname = John Poelstra
+email = poelstra@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101110
+
+[nihed]
+fullname = m'barek med nihed
+email = nihed@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101119
+
+[tskubala]
+fullname = Thomas Morgan Skubala
+email = tskubala@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101121
+
+[mmahut]
+fullname = Marek Mahut
+email = mmahut@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101125
+
+[bruno]
+fullname = Bruno Wolff III
+email = bruno@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101134
+
+[stahnma]
+fullname = Michael Stahnke
+email = stahnma@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101162
+
+[kwizart]
+fullname = Nicolas Chauvet
+email = kwizart@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101209
+
+[apevec]
+fullname = Alan Pevec
+email = apevec@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101231
+
+[bretm]
+fullname = Bret Richard McMillan
+email = bretm@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101256
+
+[rishi]
+fullname = Debarshi Ray
+email = rishi@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101268
+
+[ncorrare]
+fullname = Nicolas Antonio Corrarello
+email = ncorrare@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101288
+
+[johannbg]
+fullname = Jóhann B. Guðmundsson
+email = johannbg@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101299
+
+[nushio]
+fullname = Juan Manuel Rodriguez Moreno
+email = nushio@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101302
+
+[linuxnew]
+fullname = Jesus Alberto Palma Garcia
+email = linuxnew@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101313
+
+[izhar]
+fullname = Mohd Izhar Firdaus Ismail
+email = izhar@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101327
+
+[casjay]
+fullname = Jason M. Hempstead
+email = casjay@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101329
+
+[kiwi]
+fullname = Stefano Cavallari
+email = kiwi@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101332
+
+[jdieter]
+fullname = Jonathan Dieter
+email = jdieter@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101342
+
+[robertjs]
+fullname = Robert Pereira
+email = robertjs@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101362
+
+[pcfe]
+fullname = Patrick Charles François Ernzer
+email = pcfe@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101365
+
+[bpeck]
+fullname = Bill Peck
+email = bpeck@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101367
+
+[palazzot]
+fullname = Marco Palazzotti
+email = palazzot@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101373
+
+[georgiou]
+fullname = Kostas Georgiou
+email = georgiou@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101377
+
+[raste]
+fullname = Stefano Ratto
+email = raste@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101380
+
+[allisson]
+fullname = Allisson Azevedo
+email = allisson@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101385
+
+[peti]
+fullname = Peter Sulyok
+email = peti@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101390
+
+[kasal]
+fullname = Štěpán Kasal
+email = kasal@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101401
+
+[sheld01]
+fullname = Stefan Held
+email = sheld01@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101413
+
+[ehabkost]
+fullname = Eduardo Habkost
+email = ehabkost@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101425
+
+[jonrob]
+fullname = Jonathan Roberts
+email = jonrob@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101427
+
+[ush]
+fullname = Oisin C. Feeley
+email = ush@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101429
+
+[pingou]
+fullname = Pierre-YvesChibon
+email = pingou@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101433
+
+[nb]
+fullname = Nick Bebout
+email = nb@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101458
+
+[simo]
+fullname = Simo Sorce
+email = simo@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101465
+
+[nigelj]
+fullname = Nigel Jones
+email = nigelj@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101468
+
+[bogomil]
+fullname = Bogomil
+email = bogomil@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101473
+
+[romal]
+fullname = Robert M. Albrecht
+email = romal@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101475
+
+[nosnilmot]
+fullname = Stu Tomlinson
+email = nosnilmot@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101496
+
+[ricky]
+fullname = Ricky Zhou (周家杰)
+email = ricky@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101538
+
+[mgautier]
+fullname = Matthieu Gautier
+email = mgautier@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101588
+
+[sandeen]
+fullname = Eric Sandeen
+email = sandeen@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101591
+
+[dbruno]
+fullname = Daniel Bruno
+email = dbruno@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101608
+
+[jkratoch]
+fullname = Jan Kratochvil
+email = jkratoch@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101620
+
+[deebs]
+fullname = Marc Bradshaw
+email = deebs@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101625
+
+[jsmith]
+fullname = Jared Smith
+email = jsmith@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101642
+
+[petreu]
+fullname = Peter Reuschlein
+email = petreu@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101655
+
+[herlo]
+fullname = Clint Savage
+email = herlo@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101661
+
+[josemm]
+fullname = Jose M Manimala
+email = josemm@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101668
+
+[lennart]
+fullname = Lennart Poettering
+email = lennart@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101676
+
+[acme]
+fullname = Arnaldo Carvalho de Melo
+email = acme@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101738
+
+[huff]
+fullname = David Huff
+email = huff@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101742
+
+[dchen]
+fullname = Ding-Yi Chen
+email = dchen@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101779
+
+[indosoft]
+fullname = Shinde Suresh Baban
+email = indosoft@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101812
+
+[giangy]
+fullname = Gianluca Varisco
+email = giangy@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101846
+
+[nap]
+fullname = Napoleon Esmundo C. Ramirez
+email = nap@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101855
+
+[dtimms]
+fullname = David Timms
+email = dtimms@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101898
+
+[deepsa]
+fullname = Deependra Singh Shekhawat
+email = deepsa@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101926
+
+[madcat]
+fullname = Adrien BUSTANY
+email = madcat@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5101999
+
+[lokthare]
+fullname = Jean-François Martin
+email = lokthare@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102036
+
+[sparks]
+fullname = Eric Christensen
+email = sparks@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102043
+
+[airlied]
+fullname = Dave Airlie
+email = airlied@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102044
+
+[axet]
+fullname = Alexey Kuznetsov
+email = axet@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102074
+
+[nishanth]
+fullname = Nishanth A.C
+email = nishanth@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102075
+
+[tatica]
+fullname = Maria Gracia Leandro Lombardo
+email = tatica@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102097
+
+[cagney]
+fullname = Andrew Cagney
+email = cagney@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102169
+
+[kenda]
+fullname = Marcus Nitzschke
+email = kenda@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102224
+
+[izaac]
+fullname = Izaac Zavaleta
+email = izaac@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102234
+
+[makghosh]
+fullname = Arindam Ghosh
+email = makghosh@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102240
+
+[subhodip]
+fullname = Subhodip Biswas
+email = subhodip@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102253
+
+[nareshlx]
+fullname = Naresh Kumar
+email = nareshlx@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102256
+
+[trochala]
+fullname = Christos Trochalakis
+email = trochala@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102261
+
+[lirva]
+fullname = Chabchoub Chiheb
+email = lirva@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102271
+
+[abartlet]
+fullname = Andrew Bartlett
+email = abartlet@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102278
+
+[fzied]
+fullname = Zied Fakhfakh
+email = fzied@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102283
+
+[mdittmei]
+fullname = Mike Dittmeier
+email = mdittmei@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102289
+
+[kaiwerth]
+fullname = Kai Werthwein
+email = kaiwerth@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102296
+
+[akahl]
+fullname = Alexander Kahl
+email = akahl@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102301
+
+[khaled]
+fullname = Khaled Ahmed
+email = khaled@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102337
+
+[kruvalig]
+fullname = ValeriyKruchko
+email = kruvalig@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102378
+
+[brianhen]
+fullname = brian henson
+email = brianhen@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102380
+
+[affix]
+fullname = Keiran Smith
+email = affix@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102390
+
+[bhanupat]
+fullname = Bhanu Pratap Singh Patial
+email = bhanupat@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102392
+
+[lspooky]
+fullname = Henrique Junior
+email = lspooky@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102412
+
+[huzaifas]
+fullname = Huzaifa Sidhpurwala
+email = huzaifas@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102414
+
+[vchelban]
+fullname = Chelban Vasile
+email = vchelban@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102429
+
+[tuxbrewr]
+fullname = Steven M. Parrish
+email = tuxbrewr@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102443
+
+[rashadul]
+fullname = Rashadul Islam
+email = rashadul@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102452
+
+[telimekt]
+fullname = Michael Ughetto
+email = telimekt@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102458
+
+[brothers]
+fullname = Jared Brothers
+email = brothers@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102465
+
+[renich]
+fullname = Renich Bon Ciric
+email = renich@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102467
+
+[jacolini]
+fullname = Jacek Krzyżanowski
+email = jacolini@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102468
+
+[inode0]
+fullname = John T. Rose
+email = inode0@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102494
+
+[jprada]
+fullname = Juan Camilo Prada Ojeda
+email = jprada@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102497
+
+[adrin]
+fullname = Adrin Jalali
+email = adrin@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102501
+
+[autama]
+fullname = Stefan Damm
+email = autama@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102529
+
+[psytux]
+fullname = Alex Parra
+email = psytux@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102571
+
+[bashton]
+fullname = Brennan Ashton
+email = bashton@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102594
+
+[robot101]
+fullname = Robert McQueen
+email = robot101@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102612
+
+[ruigo]
+fullname = Rui Manuel da Costa Gouveia
+email = ruigo@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102613
+
+[atodorov]
+fullname = Alexander Todorov
+email = atodorov@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102641
+
+[engels]
+fullname = Engels Antonio
+email = engels@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102644
+
+[konradm]
+fullname = Conrad Meyer
+email = konradm@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102646
+
+[satyajit]
+fullname = Satyajit Ranjeev
+email = satyajit@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102714
+
+[sdz]
+fullname = Sebastian Dziallas
+email = sdz@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102716
+
+[cevich]
+fullname = Chris Evich
+email = cevich@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102719
+
+[ltinkl]
+fullname = Lukas Tinkl
+email = ltinkl@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102732
+
+[litie]
+fullname = Andrea Modesto Rossi
+email = litie@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102753
+
+[tomeu]
+fullname = Tomeu Vizoso
+email = tomeu@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102756
+
+[erikos]
+fullname = Simon Schampijer
+email = erikos@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102757
+
+[jstanley]
+fullname = Jon Stanley
+email = jstanley@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102788
+
+[pcalarco]
+fullname = Pascal Vincent Calarco
+email = pcalarco@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102791
+
+[trombone]
+fullname = Dennis Buice
+email = trombone@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102812
+
+[mrasd]
+fullname = Andrea Bruna
+email = mrasd@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102880
+
+[nstraz]
+fullname = Nathan Straz
+email = nstraz@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102907
+
+[valent]
+fullname = Valent Turkovic
+email = valent@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102911
+
+[timea]
+fullname = Timea Rusz
+email = timea@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102922
+
+[fmadeira]
+fullname = Frederico Tiago Tavares Madeira
+email = fmadeira@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102934
+
+[aaqj]
+fullname = Ayrton Araújo
+email = aaqj@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102942
+
+[linuxknight]
+fullname = Matt McKenzie
+email = linuxknight@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102983
+
+[redice2k]
+fullname = Reggiani Mattia
+email = redice2k@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5102999
+
+[lucilanga]
+fullname = Lucian Langa
+email = lucilanga@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103015
+
+[jwildeboer]
+fullname = Jan Wildeboer
+email = jwildeboer@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103024
+
+[chnrdu]
+fullname = Run Du
+email = chnrdu@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103034
+
+[dominiksandjaja]
+fullname = Dominik Sandjaja
+email = dominiksandjaja@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103041
+
+[ktossell]
+fullname = Ken Tossell
+email = ktossell@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103057
+
+[jaymeayres]
+fullname = Jayme Ayres
+email = jaymeayres@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103062
+
+[ianweller]
+fullname = Ian Weller
+email = ianweller@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103066
+
+[kparnell]
+fullname = Kenny Parnell
+email = kparnell@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103069
+
+[sshaw]
+fullname = Steve Shaw
+email = sshaw@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103071
+
+[reinhapa]
+fullname = Patrick Reinhart
+email = reinhapa@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103084
+
+[awagner83]
+fullname = Adam Wagner
+email = awagner83@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103085
+
+[thomasj]
+fullname = Thomas Janssen
+email = thomasj@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103110
+
+[quigon]
+fullname = Matias Ezequiel Kreder
+email = quigon@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103142
+
+[kjs]
+fullname = Keith Sudbury
+email = kjs@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103144
+
+[jasan]
+fullname = Ján Sáreník
+email = jasan@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103155
+
+[ezq]
+fullname = Ezequiel M. Cardinali
+email = ezq@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103189
+
+[harishpillay]
+fullname = Harish Pillay
+email = harishpillay@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103197
+
+[angel]
+fullname = ashiqur rahman
+email = angel@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103199
+
+[jfb]
+fullname = Jorge Brás
+email = jfb@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103201
+
+[iranzo]
+fullname = Pablo Iranzo Gomez
+email = iranzo@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103202
+
+[lifo]
+fullname = Sebastien COUREAU
+email = lifo@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103207
+
+[nikhilbharadwaj]
+fullname = B Nikhil Bharadwaj
+email = nikhilbharadwaj@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103210
+
+[teseu]
+fullname = Tulio Macedo
+email = teseu@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103212
+
+[spmadden]
+fullname = Sean Madden
+email = spmadden@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103217
+
+[nicholsd]
+fullname = Donnell Nichols
+email = nicholsd@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103232
+
+[lashar]
+fullname = Mostafa Daneshvar
+email = lashar@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103238
+
+[peiter]
+fullname = DuZhengHua
+email = peiter@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103256
+
+[kulbirsaini]
+fullname = Kulbir Saini
+email = kulbirsaini@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103258
+
+[dezone]
+fullname = Diego Escobar
+email = dezone@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103270
+
+[cyberjames]
+fullname = James Corteciano
+email = cyberjames@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103277
+
+[oron]
+fullname = Oron Peled
+email = oron@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103291
+
+[strider]
+fullname = Varun Patial
+email = strider@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103298
+
+[bpowell01]
+fullname = Brian Powell
+email = bpowell01@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103304
+
+[rhwood]
+fullname = Randall Wood
+email = rhwood@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103352
+
+[arbiter]
+fullname = Lorenzo Villani
+email = arbiter@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103369
+
+[ahmedg]
+fullname = Ahmed G.
+email = ahmedg@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103389
+
+[kevinverma]
+fullname = Anuj Verma (Kevin)
+email = kevinverma@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103420
+
+[sarojkumar]
+fullname = saroj kumar padhy
+email = sarojkumar@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103454
+
+[aguskov]
+fullname = Anatoliy Guskov
+email = aguskov@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103503
+
+[rafaelgomes]
+fullname = Rafael Gomes
+email = rafaelgomes@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103520
+
+[shoxi]
+fullname = Christopher Grebs
+email = shoxi@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103637
+
+[ryanlerch]
+fullname = ryan lerch
+email = ryanlerch@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103642
+
+[sebastian]
+fullname = Sebastian
+email = sebastian@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103647
+
+[jaloola]
+fullname = Allen Zhu
+email = jaloola@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103653
+
+[vladzaharia]
+fullname = Vlad Zaharia
+email = vladzaharia@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103655
+
+[jguiditta]
+fullname = Jason Guiditta
+email = jguiditta@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103663
+
+[goozbach]
+fullname = Derek Carter
+email = goozbach@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103664
+
+[greylite]
+fullname = Robert W. Wright
+email = greylite@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103668
+
+[nehaldattani]
+fullname = nehal dattani
+email = nehaldattani@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103673
+
+[stalwart]
+fullname = Pavel Shevchuk
+email = stalwart@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103683
+
+[rthill]
+fullname = Raoul Thill
+email = rthill@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103690
+
+[jefersonlucas]
+fullname = jeferson lucas da silva
+email = jefersonlucas@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103773
+
+[slankes]
+fullname = Sven Lankes
+email = slankes@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103796
+
+[mapleoin]
+fullname = Ionuț Arțăriși
+email = mapleoin@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103836
+
+[dhavalgiani]
+fullname = Dhaval Giani
+email = dhavalgiani@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103855
+
+[tuxmaniac]
+fullname = Aanjhan Ranganathan
+email = tuxmaniac@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103858
+
+[schaiba]
+fullname = Aioanei Rares
+email = schaiba@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103875
+
+[bioinfornatics]
+fullname = MERCIER Jonathan
+email = bioinfornatics@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103879
+
+[ajamison]
+fullname = Andrew Jamison
+email = ajamison@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5103891
+
+[jfsantos]
+fullname = João Felipe Santos
+email = jfsantos@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5104051
+
+[pbrobinson]
+fullname = Peter Robinson
+email = pbrobinson@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5104069
+
+[ppapadeas]
+fullname = Papadeas Pierros
+email = ppapadeas@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5104071
+
+[cjg]
+fullname = Giuseppe Coviello
+email = cjg@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5104268
+
+[dc0lish]
+fullname = Dan Colish
+email = dc0lish@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5104366
+
+[matiasmaceira]
+fullname = matias maceira
+email = matiasmaceira@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5104412
+
+[avl]
+fullname = Alexey Lubimov
+email = avl@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5104622
+
+[empoweringlinux]
+fullname = Sri ram
+email = empoweringlinux@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5104772
+
+[bkerx2001]
+fullname = shawn oneill
+email = bkerx2001@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5104776
+
+[kad]
+fullname = Jorge A Gallegos
+email = kad@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5104819
+
+[atorkhov]
+fullname = Alexey Torkhov
+email = atorkhov@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5104825
+
+[jarih]
+fullname = Jari Havanto
+email = jarih@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5104862
+
+[ascii79]
+fullname = Sachin Garg
+email = ascii79@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5104897
+
+[zoonfafer]
+fullname = Jeffrey Lau
+email = zoonfafer@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5104898
+
+[carloraudino]
+fullname = Carlo Raudino
+email = carloraudino@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5104901
+
+[fmeneghe]
+fullname = fabio meneghetti
+email = fmeneghe@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5104913
+
+[antoniomontag]
+fullname = antonio montagnani
+email = antoniomontag@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5104934
+
+[laclasse]
+fullname = Boris Devouge
+email = laclasse@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5104996
+
+[smaras]
+fullname = Azam Rashdi
+email = smaras@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5105056
+
+[kplaxmaster]
+fullname = Andrew Harris
+email = kplaxmaster@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5105061
+
+[dstimson]
+fullname = Dale Stimson
+email = dstimson@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5105202
+
+[hedayat]
+fullname = Hedayat Vatankhah
+email = hedayat@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5105207
+
+[charlymanja]
+fullname = Carlos Manjarrez
+email = charlymanja@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5105208
+
+[milovisho]
+fullname = Ramiro Pulgar
+email = milovisho@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5105266
+
+[rajeeshknambiar]
+fullname = Rajeesh K Nambiar
+email = rajeeshknambiar@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5105307
+
+[zaffo80]
+fullname = Matteo Zaffonato
+email = zaffo80@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5105332
+
+[bbyever]
+fullname = Bruno Barrera Yever
+email = bbyever@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5105434
+
+[itamarjp]
+fullname = Itamar Reis Peixoto
+email = itamarjp@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5105460
+
+[aacosta]
+fullname = Alejandro Acosta
+email = aacosta@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5105575
+
+[lcafiero]
+fullname = Larry Cafiero
+email = lcafiero@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5105587
+
+[thejaydeep]
+fullname = jaydeep rathava
+email = thejaydeep@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5105647
+
+[danielsmw]
+fullname = Matthew Daniels
+email = danielsmw@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5105666
+
+[speedytangent]
+fullname = Atta ur Rahman
+email = speedytangent@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5105718
+
+[lucabotti]
+fullname = Luca Botti
+email = lucabotti@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5105815
+
+[gjergjinet]
+fullname = gjergji kristo
+email = gjergjinet@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5105944
+
+[ragavendra]
+fullname = Ragavendra B Nagraj
+email = ragavendra@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5106006
+
+[jasonbenedict]
+fullname = Jason Low
+email = jasonbenedict@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5106015
+
+[macmmc]
+fullname = Mark Clanton
+email = macmmc@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5106050
+
+[nokia]
+fullname = Gabriel Sfestarof
+email = nokia@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5106053
+
+[satyak]
+fullname = Satya Komaragiri
+email = satyak@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5106122
+
+[basilgohar]
+fullname = Basil Mohamed Gohar
+email = basilgohar@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5106180
+
+[dolphin]
+fullname = Chitpaseuth SOMPHET
+email = dolphin@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5106318
+
+[pedrosilva]
+fullname = Pedro Silva
+email = pedrosilva@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5106320
+
+[tonyng]
+fullname = Tony Ng
+email = tonyng@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5106349
+
+[hristov]
+fullname = Georgi XpucToB
+email = hristov@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5106350
+
+[jamesd]
+fullname = James Davidson
+email = jamesd@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5106402
+
+[mnowak]
+fullname = Michal Nowak
+email = mnowak@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5106406
+
+[jbortega]
+fullname = Jose Bernardo Ortega
+email = jbortega@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5106424
+
+[aml]
+fullname = Andreas Müller
+email = aml@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5106462
+
+[pavi99]
+fullname = Pavan Kumar V
+email = pavi99@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5106515
+
+[gbraad]
+fullname = Gerard Braad
+email = gbraad@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5106531
+
+[yunus]
+fullname = yunus tji nyan
+email = yunus@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5106591
+
+[ankursinha]
+fullname = Ankur Sinha
+email = ankursinha@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5106611
+
+[xaviertoor]
+fullname = Jerson Luiz de Paula Junior
+email = xaviertoor@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5106714
+
+[gheet]
+fullname = Ghee Teo
+email = gheet@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5106843
+
+[thuydang]
+fullname = Xuan-Thuy Dang
+email = thuydang@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5106931
+
+[merlinthp]
+fullname = Howard Johnson
+email = merlinthp@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5106932
+
+[delhage]
+fullname = Lars Delhage
+email = delhage@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5106936
+
+[jejestudio]
+fullname = კონსტანტინე ქაროსანიძე
+email = jejestudio@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5107007
+
+[diegoelizalde]
+fullname = diego elizalde
+email = diegoelizalde@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5107032
+
+[ff4273]
+fullname = Tim Galyean
+email = ff4273@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5107157
+
+[srinivasa]
+fullname = Srinivasa Sha S R
+email = srinivasa@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5107184
+
+[chrisro]
+fullname = Christian Rohr
+email = chrisro@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5107306
+
+[mrrharry]
+fullname = Ronald Harry
+email = mrrharry@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5107417
+
+[corey33093]
+fullname = Corey Miller
+email = corey33093@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5107621
+
+[heikoarmin]
+fullname = Heiko Armin Schönebeck
+email = heikoarmin@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5107649
+
+[mzommara]
+fullname = Mohamed Mohsen Zommara
+email = mzommara@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5107738
+
+[bws2007]
+fullname = Brett Jones
+email = bws2007@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5107753
+
+[reanimation]
+fullname = reanimation
+email = reanimation@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5107760
+
+[lucazz]
+fullname = Lucas do Amaral
+email = lucazz@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5107788
+
+[ckpinguin]
+fullname = Christof Kälin
+email = ckpinguin@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5107791
+
+[glomer]
+fullname = Glomer Torino
+email = glomer@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5107816
+
+[dgritsenko]
+fullname = Dmitriy Gritsenko
+email = dgritsenko@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5108011
+
+[carlossantos]
+fullname = Carlos Cabrito dos Santos
+email = carlossantos@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5108229
+
+[anant]
+fullname = Anant Patel
+email = anant@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5108230
+
+[rggolbraich]
+fullname = Roma Golbraich
+email = rggolbraich@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5108258
+
+[sgros]
+fullname = Stjepan Gros
+email = sgros@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5108343
+
+[dbhukta]
+fullname = Dinabandhu Bhukta
+email = dbhukta@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5108349
+
+[franciscojavier]
+fullname = Francisco Javier Rodriguez Arias
+email = franciscojavier@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5108365
+
+[zariok]
+fullname = john draughn
+email = zariok@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5108389
+
+[upanith]
+fullname = Upanith Sithira Liyanaarachchi
+email = upanith@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5108440
+
+[pyblanding]
+fullname = Paul Blanding
+email = pyblanding@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5108457
+
+[anilton]
+fullname = Anilton Ribeiro
+email = anilton@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5108470
+
+[chax]
+fullname = Marcin Łabanowski
+email = chax@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5108490
+
+[tyfred]
+fullname = Ty Fridrich
+email = tyfred@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5108493
+
+[tneupaney]
+fullname = Tushar Neupaney
+email = tneupaney@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5108501
+
+[abhisekdas]
+fullname = Abhisek Das
+email = abhisekdas@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5108527
+
+[aarapov]
+fullname = Anton Arapov
+email = aarapov@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5108532
+
+[marusso]
+fullname = Marcos Pablo Russo
+email = marusso@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5108547
+
+[rayploski]
+fullname = Raymond Ploski
+email = rayploski@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5108555
+
+[loki]
+fullname = Loki Stormslove
+email = loki@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5108577
+
+[qdevice]
+fullname = Saravanan Govindan
+email = qdevice@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5108580
+
+[jrowens]
+fullname = J. Randall Owens
+email = jrowens@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5108599
+
+[rudix112]
+fullname = Rudolf Camilleri
+email = rudix112@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5108613
+
+[mattl]
+fullname = Matt Lee
+email = mattl@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5108623
+
+[ivaxer]
+fullname = John A. Khvatov
+email = ivaxer@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5108663
+
+[melmorabity]
+fullname = Mohamed ElMorabity
+email = melmorabity@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5108670
+
+[tuhinsoft]
+fullname = Tuhin Rahman
+email = tuhinsoft@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5108698
+
+[waknauss]
+fullname = William Knauss
+email = waknauss@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5108781
+
+[mnk]
+fullname = Mathias Nicolajsen Kjærgaard
+email = mnk@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5108814
+
+[ph4z]
+fullname = Lefteris Zafiris
+email = ph4z@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5108840
+
+[srinivas]
+fullname = Srinivasravi
+email = srinivas@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5108842
+
+[sr8132]
+fullname = Sal Rynkiewicz
+email = sr8132@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5108844
+
+[jranand]
+fullname = J.Ramakrishna Anand
+email = jranand@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5108846
+
+[tsidkenu]
+fullname = edwin musayon diaz
+email = tsidkenu@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5108856
+
+[lucaradici]
+fullname = Luca Radici
+email = lucaradici@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5108864
+
+[arjuntapia]
+fullname = Arjun Tapia
+email = arjuntapia@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5108909
+
+[harsha]
+fullname = Harsha Gude
+email = harsha@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5108986
+
+[sankarshan]
+fullname = Sankarshan Mukhopadhyay
+email = sankarshan@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5109008
+
+[vishalimpact]
+fullname = vishal bhatt
+email = vishalimpact@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5109023
+
+[neusse]
+fullname = George Neusse
+email = neusse@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5109040
+
+[mounis]
+fullname = moones ben khelifa
+email = mounis@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5109142
+
+[ovehere]
+fullname = Avinandan Saha
+email = ovehere@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5109146
+
+[herculesthemad]
+fullname = Iraklis Karagkiozoglou
+email = herculesthemad@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5109194
+
+[parul]
+fullname = parul sabherwal
+email = parul@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5109262
+
+[trojatra]
+fullname = Trask Bryant Trojanek
+email = trojatra@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5109337
+
+[adassoft]
+fullname = Adailton R Souza
+email = adassoft@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5109362
+
+[abo]
+fullname = Alexander Boström
+email = abo@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5109446
+
+[tymensk]
+fullname = Samuel Teyemensah Kubi
+email = tymensk@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5109453
+
+[cassmodiah]
+fullname = Simon Wesp
+email = cassmodiah@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5109464
+
+[ebotogoske]
+fullname = Elio Joly Botogoske
+email = ebotogoske@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5109511
+
+[jmmv]
+fullname = Julio M. Merino Vidal
+email = jmmv@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5109554
+
+[wonderer]
+fullname = Henrik Heigl
+email = wonderer@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5109562
+
+[fabiand]
+fullname = Fabian Deutsch
+email = fabiand@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5109568
+
+[mtosatti]
+fullname = Marcelo Tosatti
+email = mtosatti@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5109597
+
+[duggerd]
+fullname = Daniel W. Dugger
+email = duggerd@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5109644
+
+[heffer]
+fullname = Felix Kaechele
+email = heffer@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5109666
+
+[vartsu]
+fullname = Teemu Vartiainen
+email = vartsu@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5109703
+
+[siriusjava]
+fullname = Gabriel Young
+email = siriusjava@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5109708
+
+[blablabla]
+fullname = Chadi Al Saliby
+email = blablabla@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5109726
+
+[phemmy]
+fullname = Alade Oluwafemi Adeola
+email = phemmy@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5109762
+
+[lordross]
+fullname = Rosen Nedialkov
+email = lordross@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5109836
+
+[jrsmith]
+fullname = James R. Smith
+email = jrsmith@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5109839
+
+[taljurf]
+fullname = Tareq Al Jurf
+email = taljurf@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5109863
+
+[tuju]
+fullname = Juha Tuomala
+email = tuju@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5109913
+
+[acidfro]
+fullname = Travis Campbell
+email = acidfro@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5109933
+
+[mtd]
+fullname = MartinDengler
+email = mtd@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5109939
+
+[techmanoz]
+fullname = Mark Sherman
+email = techmanoz@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5110047
+
+[carter]
+fullname = carter kwesi nkansah
+email = carter@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5110079
+
+[bkearney]
+fullname = Bryan Kearney
+email = bkearney@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5110099
+
+[raghu0616]
+fullname = Raghunath Gajula
+email = raghu0616@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5110128
+
+[hubi]
+fullname = Hubert Stachurski
+email = hubi@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5110129
+
+[pisorce]
+fullname = Philippe Isorce
+email = pisorce@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5110195
+
+[scrambledegg]
+fullname = Kristoffer Warming
+email = scrambledegg@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5110209
+
+[cobrafazea]
+fullname = nour el din
+email = cobrafazea@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5110236
+
+[enamored]
+fullname = Aleksey Misyuk
+email = enamored@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5110270
+
+[lieuhon]
+fullname = Han Liao
+email = lieuhon@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5110285
+
+[williadurrea]
+fullname = wiliam adolfo urrea
+email = williadurrea@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5110499
+
+[muradbd]
+fullname = Md. Murad
+email = muradbd@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5110528
+
+[liulike]
+fullname = Liu Like
+email = liulike@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5110543
+
+[bhenhur]
+fullname = dave bhen donglala
+email = bhenhur@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5110549
+
+[azubair]
+fullname = Ahmed Zubair
+email = azubair@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5110618
+
+[rezao]
+fullname = Reza Olin
+email = rezao@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5110627
+
+[jones]
+fullname = Jones Joseph
+email = jones@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5110664
+
+[cmpahar]
+fullname = Christos Bacharakis
+email = cmpahar@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5110700
+
+[hiiraa]
+fullname = Muhammad Mahamudul Hasan
+email = hiiraa@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5110711
+
+[xuhue]
+fullname = nguyen xuhue
+email = xuhue@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5110744
+
+[munz]
+fullname = Andrew Munsey
+email = munz@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5110748
+
+[james9770513]
+fullname = James Burch
+email = james9770513@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5110815
+
+[excessuz]
+fullname = 刘跃
+email = excessuz@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5110840
+
+[acidsun]
+fullname = Oleg Aprotskiy
+email = acidsun@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5110863
+
+[domg472]
+fullname = Dominick Grift
+email = domg472@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5110892
+
+[logic]
+fullname = Edward S. Marshall
+email = logic@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111007
+
+[richzendy]
+fullname = Edwind Richzendy Contreras Soto
+email = richzendy@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111017
+
+[mganisin]
+fullname = Marian Ganisin
+email = mganisin@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111019
+
+[jnalley]
+fullname = Jonathan Nalley
+email = jnalley@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111046
+
+[alexzeno]
+fullname = 熊烈
+email = alexzeno@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111079
+
+[davivercillo]
+fullname = Davi Vercillo Carneiro Garcia
+email = davivercillo@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111080
+
+[jasper]
+fullname = Jasper Capel
+email = jasper@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111100
+
+[deepsky]
+fullname = Paolo Leoni
+email = deepsky@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111119
+
+[rajesh1265]
+fullname = Rajesh Sundaram
+email = rajesh1265@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111144
+
+[dtatulea]
+fullname = Dragos Tatulea
+email = dtatulea@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111152
+
+[hmtriet]
+fullname = Huynh Minh Triet
+email = hmtriet@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111175
+
+[luisillo26]
+fullname = Luis Serrano
+email = luisillo26@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111181
+
+[mindfreaknetworks]
+fullname = Tinca Flavius
+email = mindfreaknetworks@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111188
+
+[moy]
+fullname = Moises Jacobo
+email = moy@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111216
+
+[dltklim]
+fullname = daniel lim
+email = dltklim@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111219
+
+[vicgil]
+fullname = Victor Gil
+email = vicgil@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111229
+
+[gbailey]
+fullname = Greg Bailey
+email = gbailey@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111230
+
+[drodriguez258]
+fullname = Daniel Rodriguez
+email = drodriguez258@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111274
+
+[whayutin]
+fullname = wes hayutin
+email = whayutin@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111299
+
+[overdoors]
+fullname = Eduardo Inácio
+email = overdoors@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111302
+
+[hmdmph]
+fullname = Manoj Prasanna Handapangoda
+email = hmdmph@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111349
+
+[paulsaab]
+fullname = Paul Saab
+email = paulsaab@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111426
+
+[tomek]
+fullname = Tomek Wałkuski
+email = tomek@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111493
+
+[jafnh]
+fullname = João Angelo de Franco
+email = jafnh@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111506
+
+[cjav]
+fullname = Carlos Javier Borroto
+email = cjav@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111552
+
+[muliandi]
+fullname = Yogi Muliandi
+email = muliandi@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111583
+
+[bhanu1311]
+fullname = Bhanuprabhakar Chowdary
+email = bhanu1311@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111600
+
+[aviram]
+fullname = Avi Alkalay
+email = aviram@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111611
+
+[gavineke]
+fullname = Gavin Eke
+email = gavineke@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111612
+
+[foxhaund]
+fullname = Dmitry Vorotnikov
+email = foxhaund@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111639
+
+[kem]
+fullname = Kevin Martin
+email = kem@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111640
+
+[agungridwan]
+fullname = agung.ridwan.sn
+email = agungridwan@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111665
+
+[anisoftcorporation]
+fullname = Anirban Bhattacharya
+email = anisoftcorporation@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111668
+
+[chandrabhanthakur]
+fullname = Chandabhan Thakur
+email = chandrabhanthakur@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111677
+
+[hamedx]
+fullname = Hamed Okhovvat
+email = hamedx@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111702
+
+[serpens]
+fullname = Albert Bogdanowicz
+email = serpens@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111704
+
+[prasadpepakayala]
+fullname = Vara Prasad Pepakayala
+email = prasadpepakayala@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111723
+
+[yefreman]
+fullname = Yeison Manrique
+email = yefreman@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111761
+
+[awaisahmar]
+fullname = Awais Ahmar
+email = awaisahmar@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111766
+
+[gamaray1]
+fullname = Gabriel Michels
+email = gamaray1@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111777
+
+[sadiqhirani]
+fullname = Hirani Sadiqabbas Aabidali
+email = sadiqhirani@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111783
+
+[kulll]
+fullname = khairul anwar
+email = kulll@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111813
+
+[richizo]
+fullname = Ricardo Ichizo
+email = richizo@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111852
+
+[jesolato]
+fullname = NA
+email = jesolato@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5111952
+
+[beekhof]
+fullname = Andrew Beekhof
+email = beekhof@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5112014
+
+[aribeiro]
+fullname = Anilton Ribeiro
+email = aribeiro@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5112030
+
+[adrianalves]
+fullname = Adrian Alves
+email = adrianalves@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5112054
+
+[shiroy]
+fullname = shiroy pigarez
+email = shiroy@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5112067
+
+[linuxmil]
+fullname = Miguel Blanco
+email = linuxmil@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5112081
+
+[zoeloelip]
+fullname = Bart Vanbrabant
+email = zoeloelip@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5112123
+
+[pankajphull]
+fullname = Pankaj Kumar Phull
+email = pankajphull@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5112133
+
+[prabindatta]
+fullname = PRABIN DATTA
+email = prabindatta@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5112145
+
+[jjmcd]
+fullname = John J. McDonough
+email = jjmcd@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5112157
+
+[melan]
+fullname = Melan Nimesh
+email = melan@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5112196
+
+[luci2200]
+fullname = Lucian Rusu
+email = luci2200@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5112200
+
+[mamatjebon1]
+fullname = huzaifah sahid
+email = mamatjebon1@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5112264
+
+[sina]
+fullname = Sina Sheikholeslami
+email = sina@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5112305
+
+[kvinodh]
+fullname = Vinodh Kumar
+email = kvinodh@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5112345
+
+[alexander]
+fullname = Alexander Demidenko
+email = alexander@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5112362
+
+[kenbailey]
+fullname = Ken Bailey
+email = kenbailey@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5112375
+
+[rishikesh]
+fullname = Rishikesh Sharma
+email = rishikesh@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5112407
+
+[mchehab]
+fullname = Mauro Carvalho Chehab
+email = mchehab@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5112483
+
+[voodookid]
+fullname = John Lowry
+email = voodookid@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5112488
+
+[mattedman]
+fullname = Matt Edman
+email = mattedman@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5112546
+
+[petersp]
+fullname = Peter Sergey Panov
+email = petersp@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5112558
+
+[chicagonpg]
+fullname = Shaun Mallette
+email = chicagonpg@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5112567
+
+[edward]
+fullname = edward nam
+email = edward@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5112604
+
+[laguna19]
+fullname = Denis Bedard
+email = laguna19@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5112666
+
+[amessina]
+fullname = Anthony Messina
+email = amessina@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5112677
+
+[ibenk68th]
+fullname = Bambang Ismono
+email = ibenk68th@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5112710
+
+[feedsbrain]
+fullname = Indra Gunawan
+email = feedsbrain@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5112796
+
+[pugnacity]
+fullname = Sven Winkelmann
+email = pugnacity@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5112810
+
+[arunkumar]
+fullname = Arun Kumar M S
+email = arunkumar@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5112824
+
+[shidhpath]
+fullname = nitesh sharma
+email = shidhpath@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5112844
+
+[segfault]
+fullname = Carlos Eduardo Pedroza Santiviago
+email = segfault@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5112867
+
+[dkl]
+fullname = Dave Lawrence
+email = dkl@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5112941
+
+[hmkindia]
+fullname = Maroof Ahmad
+email = hmkindia@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5112982
+
+[ali1983]
+fullname = Syed Muhammad Ali Naqvi
+email = ali1983@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5112997
+
+[lfoppiano]
+fullname = Luca Foppiano
+email = lfoppiano@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5113021
+
+[dey]
+fullname = Subrata Dey
+email = dey@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5113042
+
+[dwt]
+fullname = Martin Häcker
+email = dwt@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5113061
+
+[kmo]
+fullname = Kyle Morin
+email = kmo@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5113065
+
+[rckhndphil]
+fullname = Phil Shroyer
+email = rckhndphil@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5113069
+
+[stlhacker]
+fullname = Bryan Winch
+email = stlhacker@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5113072
+
+[capix]
+fullname = Jose Ramon Villa
+email = capix@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5113085
+
+[aanand]
+fullname = Anand Shinde
+email = aanand@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5113139
+
+[ghostman]
+fullname = Sergei Nikiforov
+email = ghostman@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5113146
+
+[wilmersanchez]
+fullname = wilmer sanchez
+email = wilmersanchez@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5113177
+
+[jshedd23]
+fullname = joshua Shedd
+email = jshedd23@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5113197
+
+[mukund]
+fullname = Mukund Ubhadiya
+email = mukund@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5113207
+
+[shaniati]
+fullname = Syed Modassir Azam
+email = shaniati@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5113223
+
+[suyashkmr]
+fullname = Suyash Kumar
+email = suyashkmr@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5113230
+
+[aofrutos]
+fullname = Alfredo Frutos
+email = aofrutos@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5113250
+
+[pali]
+fullname = Pavel Lisý
+email = pali@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5113292
+
+[sactelecom]
+fullname = anderson lobo de sousa
+email = sactelecom@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5113337
+
+[ramirezjhulian]
+fullname = Jhulian Ramírez
+email = ramirezjhulian@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5113359
+
+[onekopaka]
+fullname = Darren VanBuren
+email = onekopaka@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5113393
+
+[valholla]
+fullname = Mike Watters
+email = valholla@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5113401
+
+[nomad772]
+fullname = Nick Revazishvili
+email = nomad772@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5113438
+
+[fahadhnazir]
+fullname = Fahadh Nazir
+email = fahadhnazir@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5113509
+
+[ajorg]
+fullname = Andrew Jorgensen
+email = ajorg@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5113523
+
+[mharris]
+fullname = Michael Harris
+email = mharris@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5113613
+
+[rajeshdoeacclko]
+fullname = Rajesh Kumar Yadav
+email = rajeshdoeacclko@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5113616
+
+[marhabba]
+fullname = Asif Ali
+email = marhabba@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5113648
+
+[adx3660]
+fullname = MOHD AIZAT BIN MOHD ZAMANI
+email = adx3660@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5113657
+
+[davidfreeman]
+fullname = David Freeman
+email = davidfreeman@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5113672
+
+[adipaulo]
+fullname = Adriano Di Paulo
+email = adipaulo@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5113773
+
+[lordcrash]
+fullname = Robert Chambers
+email = lordcrash@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5113822
+
+[pvangundy]
+fullname = Paul VanGundy
+email = pvangundy@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5113872
+
+[drhaker93]
+fullname = Emmanuel Eudave Lopez
+email = drhaker93@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5113889
+
+[pravda013]
+fullname = Ferenc Pravda
+email = pravda013@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5113906
+
+[venugopal]
+fullname = Venu Gopal
+email = venugopal@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5113922
+
+[sujansunil]
+fullname = sujan sunil pilli
+email = sujansunil@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5113947
+
+[danielsingh]
+fullname = Daniel Singh
+email = danielsingh@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5113956
+
+[lfaraone]
+fullname = Luke Faraone
+email = lfaraone@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5113987
+
+[disia]
+fullname = Denis Y. Frolov
+email = disia@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5114003
+
+[weas777]
+fullname = William Elí Aranda Segura
+email = weas777@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5114085
+
+[coldfire]
+fullname = Jay Bhatt
+email = coldfire@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5114109
+
+[dsblank]
+fullname = Douglas Blank
+email = dsblank@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5114153
+
+[rashedpk]
+fullname = Muhammad Rashid
+email = rashedpk@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5114180
+
+[madstu]
+fullname = Estuardo Hernandez
+email = madstu@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5114214
+
+[urban]
+fullname = Krzysztof Urbaniak
+email = urban@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5114250
+
+[counterroot]
+fullname = Wiora Matthias
+email = counterroot@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5114267
+
+[barthex]
+fullname = Bartosz Talaga
+email = barthex@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5114297
+
+[ishan]
+fullname = b ishan a a mendis
+email = ishan@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5114314
+
+[hamlet1497]
+fullname = jomer damalerio
+email = hamlet1497@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5114402
+
+[axelar]
+fullname = Raul guevara Marchan
+email = axelar@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5114406
+
+[riastomurti]
+fullname = Riastomurti Toto
+email = riastomurti@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5114420
+
+[hamadazahera]
+fullname = Hamada Moahmed Zahera
+email = hamadazahera@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5114489
+
+[iden32]
+fullname = patrick coleman
+email = iden32@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5114510
+
+[marafa]
+fullname = Mohammed Arafa
+email = marafa@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5114525
+
+[morganluger]
+fullname = Akinjinmi Edward
+email = morganluger@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5114581
+
+[srikrsna]
+fullname = Sri Krsna Rajan P
+email = srikrsna@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5114584
+
+[tsinodinos]
+fullname = Theodoros Sinodinos
+email = tsinodinos@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5114637
+
+[badprofile]
+fullname = Javier Guerrero
+email = badprofile@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5114662
+
+[mattbleasby]
+fullname = Matt Bleasby
+email = mattbleasby@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5114725
+
+[ke7mzp]
+fullname = Casey moffett
+email = ke7mzp@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5114736
+
+[setkeh]
+fullname = James Griffis
+email = setkeh@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5114743
+
+[xmartin]
+fullname = Martin Kralik
+email = xmartin@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5114760
+
+[ismith]
+fullname = Ian Smith
+email = ismith@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5114798
+
+[mehtaankush]
+fullname = Ankush Mehta
+email = mehtaankush@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5114818
+
+[davidbotero]
+fullname = David Botero Rojas
+email = davidbotero@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5114850
+
+[heas]
+fullname = Heas Hu
+email = heas@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5114930
+
+[brashemus]
+fullname = unused
+email = brashemus@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5114934
+
+[tmlgcq]
+fullname = Timothy M. Lyons
+email = tmlgcq@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5114935
+
+[pankaj4u4m]
+fullname = Pankaj Kumar
+email = pankaj4u4m@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5114966
+
+[robatino]
+fullname = Andre Robatino
+email = robatino@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5114970
+
+[stefanmkbt]
+fullname = Stefan Pavikevik
+email = stefanmkbt@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5114999
+
+[zoglesby]
+fullname = Zach Oglesby
+email = zoglesby@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5115089
+
+[nathaniel820]
+fullname = Nick Parrish
+email = nathaniel820@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5115112
+
+[freelancer]
+fullname = Rohan Peters
+email = freelancer@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5115188
+
+[kazuma87]
+fullname = David Bowles
+email = kazuma87@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5115213
+
+[zsoltsandor]
+fullname = Zsolt Sandor
+email = zsoltsandor@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5115302
+
+[fenris02]
+fullname = Dennis Johnson
+email = fenris02@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5115352
+
+[mchua]
+fullname = Mel Chua
+email = mchua@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5115368
+
+[amitshah]
+fullname = Amit Shah
+email = amitshah@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5115389
+
+[axjslack]
+fullname = Alexjan Carraturo
+email = axjslack@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5115455
+
+[janeesha]
+fullname = Janeesha Kalhara
+email = janeesha@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5115518
+
+[laubersm]
+fullname = Susan Lauber
+email = laubersm@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5115531
+
+[jfsaucier]
+fullname = Jean-Francois Saucier
+email = jfsaucier@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5115539
+
+[tuanta]
+fullname = Truong Anh Tuan
+email = tuanta@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5115568
+
+[rmpanwal]
+fullname = Robin Panwala
+email = rmpanwal@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5115635
+
+[andrutza242008]
+fullname = Bozdog Andreea Georgiana
+email = andrutza242008@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5115646
+
+[osamakhn]
+fullname = Osama Khan
+email = osamakhn@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5115656
+
+[pksadiq]
+fullname = mohammed sadiq
+email = pksadiq@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5115673
+
+[cbennyi]
+fullname = Benny Chittilappilly
+email = cbennyi@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5115716
+
+[miltondeperu]
+fullname = milton adama espinoza
+email = miltondeperu@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5115722
+
+[miguellinux]
+fullname = miguel rabi
+email = miguellinux@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5115737
+
+[slasherzee]
+fullname = Douglas Berry
+email = slasherzee@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5115831
+
+[tk009]
+fullname = Edward Kirk
+email = tk009@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5115833
+
+[jiang]
+fullname = Jiang Bo
+email = jiang@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5115837
+
+[akurtakov]
+fullname = Alexander Kurtakov
+email = akurtakov@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5115869
+
+[dineshatit]
+fullname = dinesh kumar
+email = dineshatit@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5115884
+
+[decause]
+fullname = Remy DeCausemaker
+email = decause@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5115885
+
+[tazman1332]
+fullname = Robert Burkett
+email = tazman1332@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5115907
+
+[tsw]
+fullname = Vladimir Cvijanovic
+email = tsw@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5115950
+
+[vindicators]
+fullname = Sylvain Réault
+email = vindicators@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5115987
+
+[ganeshraju007]
+fullname = ganeshkumar
+email = ganeshraju007@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5115996
+
+[anandmatti]
+fullname = Anand Mattikopp
+email = anandmatti@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5116033
+
+[jfsalazar]
+fullname = Jorge F. Salazar
+email = jfsalazar@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5116040
+
+[rdsharma4u]
+fullname = Ravi Datta Sharma
+email = rdsharma4u@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5116072
+
+[nilakk]
+fullname = anil kanakkazhi kandari
+email = nilakk@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5116074
+
+[stiv2k]
+fullname = Steven Bularca
+email = stiv2k@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5116084
+
+[xpuser]
+fullname = 饶万刚
+email = xpuser@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5116087
+
+[yukito13]
+fullname = Rémy LUTTI
+email = yukito13@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5116101
+
+[kunalk]
+fullname = kunal kamble
+email = kunalk@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5116126
+
+[kellya]
+fullname = Alex Kelly
+email = kellya@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5116139
+
+[cobaleda]
+fullname = juan sebastian cobaleda cano
+email = cobaleda@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5116202
+
+[gurnadi]
+fullname = Dudi Gurnadi
+email = gurnadi@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5116213
+
+[slacko]
+fullname = Davide Fucci
+email = slacko@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5116220
+
+[amardeshbd]
+fullname = Hossain Khan
+email = amardeshbd@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5116266
+
+[john64]
+fullname = John Ford
+email = john64@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5116270
+
+[melomank]
+fullname = michael kingdom
+email = melomank@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5116278
+
+[w4chu]
+fullname = Wojciech Waszak
+email = w4chu@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5116318
+
+[pjpedro]
+fullname = PJ Pedro
+email = pjpedro@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5116336
+
+[paulojmlopes]
+fullname = Paulo Lopes
+email = paulojmlopes@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5116357
+
+[ovidiuz]
+fullname = Ovidiu Zaharia
+email = ovidiuz@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5116383
+
+[forester]
+fullname = David Wang
+email = forester@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5116430
+
+[jeymz]
+fullname = James Simmons
+email = jeymz@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5116559
+
+[mkhlnsh]
+fullname = Mikhael Enosh
+email = mkhlnsh@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5116580
+
+[ramineni]
+fullname = Ramineni Nihar
+email = ramineni@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5116584
+
+[mk101mx]
+fullname = miguel garcia
+email = mk101mx@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5116620
+
+[tux11101001]
+fullname = Valentin BALDIOLI
+email = tux11101001@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5116623
+
+[k3rn3lp4n1c]
+fullname = Josh Wilson
+email = k3rn3lp4n1c@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5116644
+
+[abena09]
+fullname = ABENA Joseph
+email = abena09@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5116671
+
+[ayussi]
+fullname = Marius Fröhlich
+email = ayussi@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5116749
+
+[canfil69]
+fullname = EZ Torres
+email = canfil69@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5116830
+
+[gcarrier]
+fullname = Geoffroy Carrier
+email = gcarrier@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5116860
+
+[simonfox]
+fullname = Simon Rae Fox
+email = simonfox@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5116935
+
+[shobolansky]
+fullname = Bojescu Marian
+email = shobolansky@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5116960
+
+[boiceo]
+fullname = Lenard W Bass Jr
+email = boiceo@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5116971
+
+[xuan]
+fullname = juan refugio vargas leon
+email = xuan@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5116978
+
+[cesarscavone]
+fullname = Cesar Scavone
+email = cesarscavone@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5116984
+
+[walid]
+fullname = Walid Harbi
+email = walid@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5117005
+
+[saintak]
+fullname = Wang Mingsong
+email = saintak@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5117020
+
+[smzerocool]
+fullname = sandeep mishra
+email = smzerocool@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5117083
+
+[pradeepg]
+fullname = Pradeep Kumar.G
+email = pradeepg@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5117141
+
+[pasvic70]
+fullname = Luis Magaña
+email = pasvic70@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5117197
+
+[mgarrison]
+fullname = Matthew Garrison
+email = mgarrison@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5117203
+
+[ganesanrajesh]
+fullname = Raajesh Ganeshan
+email = ganesanrajesh@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5117226
+
+[palvishal]
+fullname = Vishal Pal
+email = palvishal@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5117279
+
+[zayeem]
+fullname = muhammad zayeem anfaaz
+email = zayeem@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5117303
+
+[waseem]
+fullname = muhammad waseem azam
+email = waseem@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5117307
+
+[leafcool]
+fullname = GongChenhao
+email = leafcool@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5117324
+
+[stryng]
+fullname = Miguel Tavares
+email = stryng@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5117356
+
+[dharmesh111999]
+fullname = dharmesh Parmar
+email = dharmesh111999@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5117358
+
+[daid]
+fullname = ravinder singh
+email = daid@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5117423
+
+[binoyxj]
+fullname = Binoy xavier joy
+email = binoyxj@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5117431
+
+[tan1155]
+fullname = Francis Tan
+email = tan1155@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5117474
+
+[shorif]
+fullname = Shorif Mahmood
+email = shorif@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5117518
+
+[jacob]
+fullname = Jacob Haug
+email = jacob@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5117519
+
+[decriptor]
+fullname = Stephen Shaw
+email = decriptor@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5117577
+
+[acaleechurn]
+fullname = Amit Caleechurn
+email = acaleechurn@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5117606
+
+[fdagnino]
+fullname = Fabrizzio Dagnino
+email = fdagnino@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5117647
+
+[xkuang]
+fullname = Xuqing Kuang
+email = xkuang@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5117681
+
+[adamrich]
+fullname = Adam Rich
+email = adamrich@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5117804
+
+[shahalawy]
+fullname = Khalid Shahalawy
+email = shahalawy@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5117847
+
+[ankycooper]
+fullname = Ankit Sharma
+email = ankycooper@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5117868
+
+[badtxmojojr]
+fullname = Chris Thomas
+email = badtxmojojr@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5117898
+
+[ajaykalla]
+fullname = Ajay Kalla
+email = ajaykalla@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5117932
+
+[marwalk]
+fullname = Mark Walker
+email = marwalk@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5118051
+
+[allenpulitzer]
+fullname = Yaohua Pu
+email = allenpulitzer@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5118053
+
+[neverho0d]
+fullname = Sergey Podushkin
+email = neverho0d@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5118101
+
+[rick]
+fullname = Richardson Porto
+email = rick@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5118104
+
+[jatin]
+fullname = Jatin Khatri
+email = jatin@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5118222
+
+[oneillshawn]
+fullname = shawn aron oneill
+email = oneillshawn@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5118260
+
+[jaime]
+fullname = Jaime Torres
+email = jaime@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5118275
+
+[armandasj]
+fullname = Armands Janusonis
+email = armandasj@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5118387
+
+[sgbradley]
+fullname = Steven Bradley
+email = sgbradley@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5118393
+
+[priyesh]
+fullname = Priyesh Khunteta
+email = priyesh@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5118395
+
+[wagogo]
+fullname = Ronald Wagogo
+email = wagogo@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5118484
+
+[mft39]
+fullname = Anton Smirnov
+email = mft39@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5118557
+
+[dfulton]
+fullname = Darren Fulton
+email = dfulton@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5118567
+
+[vasilec]
+fullname = Василец Дмитрий
+email = vasilec@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5118600
+
+[ilyes]
+fullname = Ilyes Gouta
+email = ilyes@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5118602
+
+[sdlf]
+fullname = Simon de la Fosse
+email = sdlf@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5118700
+
+[falcon1620]
+fullname = Zach Wood
+email = falcon1620@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5118777
+
+[anandnayyar]
+fullname = ANAND NAYYAR
+email = anandnayyar@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5118885
+
+[gparedes]
+fullname = Guillermo Paredes
+email = gparedes@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5118954
+
+[deko2083]
+fullname = Valdecir da Cruz
+email = deko2083@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5119003
+
+[luisotero2]
+fullname = Luis Bertrand-Otero
+email = luisotero2@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5119026
+
+[isorhythmic]
+fullname = Jeffrey Long
+email = isorhythmic@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5119032
+
+[jcc]
+fullname = João Carvalho
+email = jcc@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5119113
+
+[mkumar08]
+fullname = Manoj Mahala
+email = mkumar08@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5119117
+
+[snahv]
+fullname = hans verduguez
+email = snahv@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5119135
+
+[rodrigoayala]
+fullname = Rodrigo Andrés Ayala Del Castillo
+email = rodrigoayala@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5119156
+
+[acedip]
+fullname = Anirudh Singh Shekhawat
+email = acedip@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5119193
+
+[prabhjotsinghsaini88]
+fullname = Prabhjot Singh Saini
+email = prabhjotsinghsaini88@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5119219
+
+[darosz]
+fullname = Jürgen Werner
+email = darosz@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5119259
+
+[pravlin]
+fullname = Comrade Praveen
+email = pravlin@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5119297
+
+[mhs]
+fullname = Michael Semcheski
+email = mhs@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5119306
+
+[tsally]
+fullname = Tim Sally
+email = tsally@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5119370
+
+[mhnassif]
+fullname = Mohamed Hussein
+email = mhnassif@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5119387
+
+[esolves]
+fullname = Eric Van Johnson
+email = esolves@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5119388
+
+[jvwarrior]
+fullname = Jonathan Vital
+email = jvwarrior@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5119396
+
+[valmis]
+fullname = Valmis Di Carlo
+email = valmis@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5119409
+
+[hatwig]
+fullname = Thorsten Hatwig
+email = hatwig@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5119426
+
+[j0r4m]
+fullname = Errol Phillip Mangwiro
+email = j0r4m@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5119430
+
+[mujmmil]
+fullname = mujmmil shaikh
+email = mujmmil@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5119464
+
+[itod]
+fullname = Ivan Todorovic
+email = itod@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5119515
+
+[platinumits]
+fullname = Mauricio Martinez
+email = platinumits@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5119528
+
+[nspmangalore]
+fullname = Shyam Prasad N
+email = nspmangalore@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5119558
+
+[arthur2print]
+fullname = Arthur Yeoh
+email = arthur2print@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5119666
+
+[isaac0608]
+fullname = jason I. Scrivener
+email = isaac0608@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5119676
+
+[yuhango]
+fullname = 王宇
+email = yuhango@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5119710
+
+[gfather]
+fullname = Kireev Andrey
+email = gfather@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5119722
+
+[nov17th]
+fullname = Nino Hares
+email = nov17th@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5119774
+
+[naba]
+fullname = Nabajyoti Goswami
+email = naba@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5119808
+
+[rpinzon]
+fullname = Renan Tomazoni Pinzon
+email = rpinzon@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5119846
+
+[jitendrasa]
+fullname = Jitendra Kumar
+email = jitendrasa@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5119883
+
+[tarekahmed]
+fullname = Tarek Ahmed Omar
+email = tarekahmed@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5119901
+
+[vinayys]
+fullname = Vinay Yajamana Satyanarayana
+email = vinayys@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5119913
+
+[philfagan]
+fullname = philip fagan
+email = philfagan@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5119932
+
+[susilatuce]
+fullname = Susil Manas Kumar
+email = susilatuce@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5120015
+
+[vplessky]
+fullname = Vadim Plessky
+email = vplessky@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5120061
+
+[solarwinds]
+fullname = AOUFIR HICHAM
+email = solarwinds@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5120122
+
+[bamirthampr]
+fullname = Amirtham Purendra Raman
+email = bamirthampr@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5120127
+
+[napzter]
+fullname = Tharindu De Silva
+email = napzter@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5120178
+
+[vishalrao]
+fullname = Vishal Rao
+email = vishalrao@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5120261
+
+[vipintm]
+fullname = Vipin Madhavanunni
+email = vipintm@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5120269
+
+[ami0109]
+fullname = Gaurav Shah
+email = ami0109@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5120287
+
+[maclive]
+fullname = Luis guillermo roquet
+email = maclive@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5120298
+
+[arkezis]
+fullname = Tom DUBIN
+email = arkezis@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5120329
+
+[amandeep12]
+fullname = amandeep goyal
+email = amandeep12@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5120464
+
+[hiransr]
+fullname = Hiran Sampath Rajapaksha
+email = hiransr@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5120474
+
+[slolosky]
+fullname = Federico Quezada
+email = slolosky@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5120499
+
+[nippur]
+fullname = Richard van der Luit
+email = nippur@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5120509
+
+[krazi]
+fullname = charles derr
+email = krazi@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5120624
+
+[rutger]
+fullname = Greg L
+email = rutger@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5120635
+
+[iarlyy]
+fullname = iarly selbir | ski0s
+email = iarlyy@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5120661
+
+[javed]
+fullname = Md. Javed akhtar
+email = javed@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5120676
+
+[larosili]
+fullname = Greg L
+email = larosili@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5120690
+
+[fergatron]
+fullname = Marc Ferguson
+email = fergatron@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5120846
+
+[sfrontori]
+fullname = Stefano Frontori
+email = sfrontori@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5120886
+
+[dadi370]
+fullname = jean mouhana
+email = dadi370@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5121001
+
+[paf]
+fullname = Bruno Mahe
+email = paf@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5121011
+
+[saleh]
+fullname = Saleh Saiid
+email = saleh@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5121030
+
+[mrfloppy]
+fullname = Jens-Uwe Peter
+email = mrfloppy@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5121039
+
+[jesuscasero]
+fullname = Jesús Casero Díaz-Cano
+email = jesuscasero@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5121076
+
+[enaytulla]
+fullname = SK Enaytulla
+email = enaytulla@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5121078
+
+[skaggsr]
+fullname = ryon skaggs
+email = skaggsr@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5121090
+
+[manonalin]
+fullname = nalin manoharan
+email = manonalin@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5121093
+
+[bgedan]
+fullname = Bennet Gedan
+email = bgedan@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5121146
+
+[thatisit1]
+fullname = Jamie Morgan-Ward
+email = thatisit1@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5121185
+
+[robbmunson]
+fullname = Robb Munson
+email = robbmunson@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5121186
+
+[tsantore]
+fullname = Tristan Santore
+email = tsantore@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5121296
+
+[cubes]
+fullname = aileen gay cubing
+email = cubes@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5121313
+
+[sunethnk]
+fullname = Suneth Nimesha Kariyawasam
+email = sunethnk@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5121364
+
+[yumm]
+fullname = Vladimir Todorov
+email = yumm@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5121407
+
+[resham3]
+fullname = Resham Shrestha
+email = resham3@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5121418
+
+[mirbach]
+fullname = miroslav bakic
+email = mirbach@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5121451
+
+[ehsantux]
+fullname = Ehsan Shahrokhi
+email = ehsantux@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5121511
+
+[rito]
+fullname = Rito Suarman
+email = rito@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5121526
+
+[norman]
+fullname = Jack Tutterrow
+email = norman@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5121537
+
+[amsofar]
+fullname = Amir Soheilifar
+email = amsofar@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5121563
+
+[abfloresn]
+fullname = Alejandro B. Flores Nava
+email = abfloresn@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5121644
+
+[theamoeba]
+fullname = Jonathan Wagener
+email = theamoeba@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5121672
+
+[giovannisg21]
+fullname = giovanni santamaria
+email = giovannisg21@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5121678
+
+[fengkai]
+fullname = Kai Feng
+email = fengkai@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5121738
+
+[mhma82]
+fullname = Mohamed Abdeltawab
+email = mhma82@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5121748
+
+[jamesgeiger]
+fullname = James Geiger
+email = jamesgeiger@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5121785
+
+[adityadara]
+fullname = Aditya Dara
+email = adityadara@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5121803
+
+[danialy]
+fullname = Danial Yousefi
+email = danialy@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5121806
+
+[d1mk4]
+fullname = Dmitry Polischuk
+email = d1mk4@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5121823
+
+[kylezoa]
+fullname = Kyle Cheung
+email = kylezoa@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5121891
+
+[sspreitzer]
+fullname = Sascha Thomas Spreitzer
+email = sspreitzer@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5121903
+
+[arkadeep]
+fullname = Arkadeep Ukil
+email = arkadeep@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5121913
+
+[davidhouston]
+fullname = David Houston
+email = davidhouston@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5121993
+
+[vikasmalviya]
+fullname = vikas malviya
+email = vikasmalviya@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5121999
+
+[chadalapaka6n]
+fullname = venkataramana chadalapaka
+email = chadalapaka6n@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5122039
+
+[madoperator]
+fullname = Rauf Guliev
+email = madoperator@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5122078
+
+[davdunc]
+fullname = David Duncan
+email = davdunc@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5122115
+
+[kmapsaru]
+fullname = Arunoda Susiripala
+email = kmapsaru@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5122125
+
+[patmcgee]
+fullname = Pat McGee
+email = patmcgee@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5122138
+
+[ed00m]
+fullname = Pablo Zúñiga
+email = ed00m@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5122213
+
+[bskeggs]
+fullname = Ben Skeggs
+email = bskeggs@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5122214
+
+[vesprum]
+fullname = Claudio Ghezzi
+email = vesprum@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5122216
+
+[sjangra]
+fullname = Satyawan Jangra
+email = sjangra@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5122264
+
+[swglasspit]
+fullname = Tristan Moody
+email = swglasspit@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5122274
+
+[zn1p]
+fullname = Fedorenko Alexander
+email = zn1p@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5122360
+
+[rom269]
+fullname = Romain Hapi
+email = rom269@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5122419
+
+[lptrading]
+fullname = Pablo Miguel Iglesias Cossio
+email = lptrading@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5122454
+
+[mariosant]
+fullname = Marios Ant
+email = mariosant@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5122504
+
+[fageria]
+fullname = Manish Fageria
+email = fageria@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5122547
+
+[stakisko]
+fullname = Konstantinos Mpariotis
+email = stakisko@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5122557
+
+[vaijab]
+fullname = Vaidas Jablonskis
+email = vaijab@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5122654
+
+[lvillani]
+fullname = Lorenzo Villani
+email = lvillani@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5122725
+
+[jamin]
+fullname = japan amin
+email = jamin@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5122735
+
+[someone]
+fullname = Muhammad Omer
+email = someone@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5122808
+
+[biertie]
+fullname = Bert Desmet
+email = biertie@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5122810
+
+[diogoleal]
+fullname = Diogo Leal
+email = diogoleal@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5122816
+
+[igorsaevets]
+fullname = Igor Saevets
+email = igorsaevets@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5122874
+
+[racl]
+fullname = Roy Alvear Aguirre
+email = racl@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5122881
+
+[willwill]
+fullname = Manatsawin Hanmongkolchai
+email = willwill@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5122987
+
+[ellisgeek]
+fullname = Elliott Saille'
+email = ellisgeek@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5123054
+
+[henryzheng]
+fullname = Henry Zheng
+email = henryzheng@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5123086
+
+[adiga]
+fullname = Eslam Shapsough
+email = adiga@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5123172
+
+[psandoval]
+fullname = Patricio Sandoval
+email = psandoval@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5123187
+
+[sourabh21]
+fullname = Sourabh Mishra
+email = sourabh21@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5123193
+
+[joat]
+fullname = Tim Kramer
+email = joat@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5123224
+
+[h4ck3rm1k3]
+fullname = James Michael DuPont
+email = h4ck3rm1k3@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5123246
+
+[pankajp]
+fullname = pankaj pandey
+email = pankajp@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5123252
+
+[shodo]
+fullname = BORBATH CRISTIAN EDUARD
+email = shodo@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5123301
+
+[gajahlemu]
+fullname = Yoyon Cahyono
+email = gajahlemu@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5123304
+
+[technocratic]
+fullname = Rohit Goil
+email = technocratic@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5123313
+
+[quangnhat10984vn]
+fullname = Luong Quang Nhat
+email = quangnhat10984vn@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5123379
+
+[abhishekgaurav]
+fullname = abhishek gaurav
+email = abhishekgaurav@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5123408
+
+[iuridiniz]
+fullname = Iuri Diniz
+email = iuridiniz@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5123410
+
+[jprice]
+fullname = Josh Price
+email = jprice@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5123418
+
+[elkhaddir]
+fullname = el khaddir marouane
+email = elkhaddir@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5123428
+
+[phillipbroberts]
+fullname = Phillip B. Roberts
+email = phillipbroberts@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5123456
+
+[sanhuesoft]
+fullname = Fabian Sanhueza Vasquez
+email = sanhuesoft@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5123475
+
+[akanevskiy]
+fullname = Alexandr D. Kanevskiy
+email = akanevskiy@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5123495
+
+[mschenck]
+fullname = Michael Schenck
+email = mschenck@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5123534
+
+[fkrout]
+fullname = Firoj Kumar Rauta
+email = fkrout@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5123565
+
+[burnzer0]
+fullname = Joro Marin
+email = burnzer0@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5123579
+
+[playkaut]
+fullname = kautilya bhardwaj
+email = playkaut@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5123621
+
+[mponmalar]
+fullname = Ponmalarvasagan Murugesan
+email = mponmalar@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5123699
+
+[adamwill]
+fullname = Adam Williamson
+email = adamwill@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5123736
+
+[shadowstrike]
+fullname = Zac Scott
+email = shadowstrike@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5123737
+
+[polera]
+fullname = James Polera
+email = polera@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5123739
+
+[ulissisgc]
+fullname = Ulissis Gomes Corrêa
+email = ulissisgc@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5123788
+
+[itbegins]
+fullname = Simon Birtwistle
+email = itbegins@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5123794
+
+[jasonwoof]
+fullname = Jason Woofenden
+email = jasonwoof@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5123819
+
+[koneill]
+fullname = Kyle O'Neill
+email = koneill@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5123834
+
+[sfinlay]
+fullname = Stuart Finlay
+email = sfinlay@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5123841
+
+[dmacgil]
+fullname = Deborah MacGillivary
+email = dmacgil@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5123859
+
+[raziel8546]
+fullname = dave hemingway
+email = raziel8546@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5123868
+
+[vmn005]
+fullname = victor nieves
+email = vmn005@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5123890
+
+[killercode]
+fullname = Matteo Costa
+email = killercode@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5123905
+
+[alexlito]
+fullname = Alex Lito
+email = alexlito@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5124147
+
+[wsyms]
+fullname = William Syms
+email = wsyms@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5124255
+
+[vdanen]
+fullname = Vincent Danen
+email = vdanen@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5124261
+
+[dgfrank]
+fullname = francesco di gennaro
+email = dgfrank@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5124282
+
+[tabdeslam]
+fullname = tahari abdeslam
+email = tabdeslam@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5124294
+
+[tonykoshy]
+fullname = Tony Koshy Mathew
+email = tonykoshy@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5124341
+
+[itspro]
+fullname = Jamshed Farooqui
+email = itspro@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5124453
+
+[stefanfecioru]
+fullname = Stefan.Cristian Fecioru
+email = stefanfecioru@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5124520
+
+[ccielogs]
+fullname = Daniele Catanesi
+email = ccielogs@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5124537
+
+[praveenpower60]
+fullname = Praveen Kumar
+email = praveenpower60@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5124538
+
+[superlobomar]
+fullname = mariano ignacio salinas zapata
+email = superlobomar@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5124559
+
+[shi2wei3]
+fullname = John Shi
+email = shi2wei3@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5124580
+
+[safdel]
+fullname = mojtaba safdel
+email = safdel@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5124634
+
+[almsoft]
+fullname = Abdulla Almalek
+email = almsoft@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5124668
+
+[bassdutz]
+fullname = Eduardo Gobetti
+email = bassdutz@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5124730
+
+[danielmend]
+fullname = Daniel Mendonça da Silva
+email = danielmend@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5124754
+
+[ahmadrazzaghi]
+fullname = Ahmad Razzaghi
+email = ahmadrazzaghi@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5124789
+
+[lowson]
+fullname = Chris Lowson
+email = lowson@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5124790
+
+[yotta]
+fullname = Carlos P Lima
+email = yotta@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5124806
+
+[bkartheek]
+fullname = kartheek bhupathriaju
+email = bkartheek@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5124829
+
+[ssarangi]
+fullname = Satyajit Sarangi
+email = ssarangi@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5124830
+
+[kmsa]
+fullname = Khalid Matar
+email = kmsa@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5124845
+
+[acacs]
+fullname = Augusto Cezar Amaral da C Silva
+email = acacs@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5124863
+
+[mclroy]
+fullname = Michael Roy
+email = mclroy@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5124873
+
+[dmaphy]
+fullname = Dominic Hopf
+email = dmaphy@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5124904
+
+[spiegel]
+fullname = spike spiegel
+email = spiegel@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5124908
+
+[vicmarpy]
+fullname = victor mareco
+email = vicmarpy@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5124966
+
+[jfch2222]
+fullname = Jan F. Chadima
+email = jfch2222@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5125064
+
+[apowell]
+fullname = Anthony Powell
+email = apowell@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5125088
+
+[littleprincejason]
+fullname = OOI KOK SEONG
+email = littleprincejason@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5125114
+
+[sajidzaman]
+fullname = Sajid Zaman
+email = sajidzaman@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5125150
+
+[tiagovieira]
+fullname = Tiago Vieira
+email = tiagovieira@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5125164
+
+[rovera]
+fullname = Roberto Vera
+email = rovera@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5125179
+
+[asimovandies]
+fullname = Jarrett Higgins
+email = asimovandies@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5125280
+
+[fazulul]
+fullname = FAZULUL RAHMAN
+email = fazulul@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5125347
+
+[kamalg]
+fullname = kamal nath
+email = kamalg@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5125360
+
+[itmasters]
+fullname = Conrad Diozon
+email = itmasters@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5125448
+
+[yoyoned]
+fullname = Todd Norris
+email = yoyoned@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5125449
+
+[adamvh]
+fullname = Adam Van Haren
+email = adamvh@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5125600
+
+[ratulsalam]
+fullname = Abdus Salam
+email = ratulsalam@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5125642
+
+[shadab5]
+fullname = Shadab I. Wadiwala
+email = shadab5@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5125693
+
+[sseiersen]
+fullname = Scott Seiersen
+email = sseiersen@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5125714
+
+[masura007]
+fullname = Rafael Mier Lara
+email = masura007@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5125715
+
+[cjshah2012]
+fullname = Chaitya Jainik Shah
+email = cjshah2012@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5125730
+
+[piercelynch]
+fullname = Pierce Lynch
+email = piercelynch@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5125758
+
+[domirr0365]
+fullname = Rudy Dominguez
+email = domirr0365@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5125780
+
+[viishal]
+fullname = Vishal Sathe
+email = viishal@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5125919
+
+[saeedmo]
+fullname = Saeed Moaddeli
+email = saeedmo@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5125931
+
+[lassaad]
+fullname = lassaad ben saad
+email = lassaad@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5125941
+
+[manjunathsv]
+fullname = Manjunatha Singanapalya Veeranagaiah
+email = manjunathsv@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5126022
+
+[hsolomon]
+fullname = Haydn Solomon
+email = hsolomon@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5126040
+
+[mitul1411]
+fullname = Mitul Gandhi
+email = mitul1411@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5126178
+
+[xiongqian]
+fullname = Xiong Qian
+email = xiongqian@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5126183
+
+[sumesz]
+fullname = Akos Berki
+email = sumesz@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5126245
+
+[naveric1]
+fullname = Eric Roman
+email = naveric1@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5126254
+
+[wfmakowski]
+fullname = William Makowski
+email = wfmakowski@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5126256
+
+[jmperro]
+fullname = Jose Maria Romero Cuny
+email = jmperro@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5126297
+
+[ranaiftikharahmad]
+fullname = RANA IFTIKHAR AHMAD
+email = ranaiftikharahmad@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5126357
+
+[aeperezt]
+fullname = Alejandro Perez
+email = aeperezt@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5126396
+
+[sun4shine]
+fullname = sunny chauhan
+email = sun4shine@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5126543
+
+[bhavikdbavishi]
+fullname = Bhavik Bavishi
+email = bhavikdbavishi@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5126620
+
+[hugsheals]
+fullname = Jaspalsinh A. Chauhan
+email = hugsheals@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5126660
+
+[adaby1]
+fullname = Aaron Daby
+email = adaby1@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5126687
+
+[vitorvilas]
+fullname = Vitor Vilas Boas
+email = vitorvilas@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5126706
+
+[traful]
+fullname = Jonathan Morales Cristóbal
+email = traful@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5126725
+
+[hsiplabs]
+fullname = Yugandhar Veeramachaneni
+email = hsiplabs@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5126751
+
+[robbie]
+fullname = Robert Heel
+email = robbie@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5126814
+
+[uttamghosh2005]
+fullname = Uttam Ghosh
+email = uttamghosh2005@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5126928
+
+[rachitgupta]
+fullname = rachit gupta
+email = rachitgupta@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5126996
+
+[morpheusv]
+fullname = Andres Pascasio Figueroa
+email = morpheusv@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5127022
+
+[sacmat]
+fullname = Sachin Mathur
+email = sacmat@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5127058
+
+[rrangaraj]
+fullname = Rajesh Rangaraj
+email = rrangaraj@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5127070
+
+[mohanlinus]
+fullname = Mohan Karuppannan
+email = mohanlinus@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5127090
+
+[chbarg]
+fullname = Christian Beltrame
+email = chbarg@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5127194
+
+[anujrhce]
+fullname = Anuj Srivastava
+email = anujrhce@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5127267
+
+[th0br0]
+fullname = Andreas Osowski
+email = th0br0@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5127410
+
+[drkmafia]
+fullname = oshan rubesinghe
+email = drkmafia@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5127417
+
+[saurabhtiwari]
+fullname = Saurabh Tiwari
+email = saurabhtiwari@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5127433
+
+[maxalva]
+fullname = alva.wei
+email = maxalva@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5127569
+
+[wmorri]
+fullname = William Morris
+email = wmorri@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5127601
+
+[happyjnu]
+fullname = happy jnu
+email = happyjnu@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5127641
+
+[jfromm]
+fullname = Jody Fromm
+email = jfromm@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5127646
+
+[venom007]
+fullname = Arunava Chatterjee
+email = venom007@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5127699
+
+[imrankamalzae]
+fullname = Imran Khan Kamalzae
+email = imrankamalzae@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5127723
+
+[amitsamsukha]
+fullname = Amit Kumar Samsukha
+email = amitsamsukha@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5127742
+
+[gvalyus]
+fullname = Grygorii Valius
+email = gvalyus@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5127864
+
+[aveeksen]
+fullname = Aveek Sen
+email = aveeksen@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5127903
+
+[garnet]
+fullname = Garnet Newton-Wade
+email = garnet@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5127904
+
+[dabansal]
+fullname = Dheeraj Bansal
+email = dabansal@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5127921
+
+[nishith]
+fullname = Nishith Bhimani
+email = nishith@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5127960
+
+[balram]
+fullname = Balram Tiwari
+email = balram@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5127963
+
+[avishek20430]
+fullname = avishek pal
+email = avishek20430@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5127974
+
+[voipcarlos]
+fullname = carlos aponte
+email = voipcarlos@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5127998
+
+[dino696]
+fullname = Rudi Purwono
+email = dino696@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5128009
+
+[jerusalem181]
+fullname = Tarek Shareif
+email = jerusalem181@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5128051
+
+[ajaykalla83]
+fullname = Ajay Kalla
+email = ajaykalla83@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5128107
+
+[murdock]
+fullname = Jose Maria Paredes Lorenzo
+email = murdock@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5128167
+
+[ppeev]
+fullname = Plamen Peev
+email = ppeev@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5128171
+
+[sachinkumar87]
+fullname = sachin kumar chaurasia
+email = sachinkumar87@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5128222
+
+[vesket]
+fullname = Ketil Vestby
+email = vesket@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5128271
+
+[joshb]
+fullname = Josh Boudreau
+email = joshb@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5128304
+
+[abhishekporwal]
+fullname = abhishek porwal
+email = abhishekporwal@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5128346
+
+[lordachyut]
+fullname = achyut jhunjhunwala
+email = lordachyut@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5128356
+
+[chaoskiller]
+fullname = Jeroen Heijster
+email = chaoskiller@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5128365
+
+[ywping]
+fullname = Yuen Wei Ping
+email = ywping@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5128371
+
+[schizoprhenia]
+fullname = uğur tezgör
+email = schizoprhenia@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5128438
+
+[oscaryani]
+fullname = Oscar Yani Miguel Pilar
+email = oscaryani@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5128454
+
+[sts]
+fullname = Stefan Schlesinger
+email = sts@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5128619
+
+[mikedanko]
+fullname = Mike Danko
+email = mikedanko@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5128790
+
+[billymuzika]
+fullname = Billy Muzika
+email = billymuzika@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5128816
+
+[chuchyeltronco]
+fullname = jesus ruiloba
+email = chuchyeltronco@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5128822
+
+[utahdave]
+fullname = David Boucha
+email = utahdave@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5128861
+
+[lcj211]
+fullname = Li Cijun
+email = lcj211@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5128901
+
+[yaderv]
+fullname = Yader Velásquez Núñez
+email = yaderv@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5128932
+
+[token]
+fullname = Mark Howard
+email = token@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5128961
+
+[jasnejac]
+fullname = Andy Smith
+email = jasnejac@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5129002
+
+[poshan]
+fullname = Poshan Raj Basnet
+email = poshan@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5129073
+
+[dennis]
+fullname = Dennis Sinden
+email = dennis@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5129091
+
+[tpinho]
+fullname = Thiago Pinho
+email = tpinho@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5129115
+
+[neildeleon]
+fullname = Neil Allan C. de Leon
+email = neildeleon@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5129132
+
+[xavitv]
+fullname = Xavier Mateu
+email = xavitv@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5129168
+
+[manickaselvam]
+fullname = Dhayalan Manickam
+email = manickaselvam@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5129181
+
+[mammon88]
+fullname = Earl Catling
+email = mammon88@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5129206
+
+[sine]
+fullname = Sine Horache
+email = sine@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5129239
+
+[harrism]
+fullname = Mike A. Harris
+email = harrism@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5129251
+
+[dx2lee]
+fullname = Lord Ely Evangelista
+email = dx2lee@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5129272
+
+[dvdtec2]
+fullname = saurabh dwivedi
+email = dvdtec2@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5129288
+
+[steg81]
+fullname = Matthew Reading
+email = steg81@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5129333
+
+[smiliez]
+fullname = Anthony Rumble
+email = smiliez@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5129354
+
+[bbc4000]
+fullname = Brian Chow
+email = bbc4000@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5129416
+
+[er121088]
+fullname = RAHUL SONI
+email = er121088@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5129443
+
+[cj2k23]
+fullname = carlos javier barrios cortes
+email = cj2k23@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5129525
+
+[splatterink]
+fullname = David Koch
+email = splatterink@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5129537
+
+[mukeshb]
+fullname = Mukesh Barman
+email = mukeshb@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5129573
+
+[abhaylolekar]
+fullname = Abhay Lolekar
+email = abhaylolekar@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5129717
+
+[ringunga]
+fullname = Edwin Jackson Ringo
+email = ringunga@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5129726
+
+[topdog]
+fullname = Andrew Colin Kissa
+email = topdog@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5129728
+
+[carles]
+fullname = Carles Valentines
+email = carles@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5129732
+
+[ananthgs]
+fullname = Ananth S Gouri
+email = ananthgs@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5129777
+
+[slipp3d]
+fullname = Chris Neves
+email = slipp3d@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5129816
+
+[kksoni]
+fullname = krishnakant soni
+email = kksoni@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5129820
+
+[rvisa88]
+fullname = ronny eduardo visa serrano
+email = rvisa88@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5129853
+
+[shree13]
+fullname = shashikant nair
+email = shree13@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5129883
+
+[khk]
+fullname = Chan Kwun Hok
+email = khk@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5129884
+
+[nat2yawson]
+fullname = nathan yawson
+email = nat2yawson@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5129900
+
+[xreuze]
+fullname = Kaj Reis
+email = xreuze@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5129930
+
+[bak1an]
+fullname = Anton Baklanov
+email = bak1an@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5129931
+
+[dyfet]
+fullname = David Sugar
+email = dyfet@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5129939
+
+[payamkh59]
+fullname = payam khosravi
+email = payamkh59@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5129948
+
+[novitsh]
+fullname = Kevin Thiels
+email = novitsh@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5130045
+
+[mikeduffy]
+fullname = xiaofeng.wu
+email = mikeduffy@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5130096
+
+[ganeshghube]
+fullname = ganesh ghube
+email = ganeshghube@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5130154
+
+[shaowngp503]
+fullname = Imam Uddin Ahamed
+email = shaowngp503@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5130167
+
+[nagasatishbabu]
+fullname = Nagasatishbabu Gollangi
+email = nagasatishbabu@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5130265
+
+[vkarthik90]
+fullname = Viswanathan Karthik
+email = vkarthik90@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5130278
+
+[jgoguen]
+fullname = Joel Goguen
+email = jgoguen@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5130293
+
+[airmint1]
+fullname = Eric Shapiro
+email = airmint1@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5130309
+
+[akhilspillai]
+fullname = Akhil.S.Pillai
+email = akhilspillai@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5130346
+
+[gazambuja]
+fullname = Gustavo Azambuja
+email = gazambuja@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5130363
+
+[ahandajf]
+fullname = Jean-Francis AHANDA
+email = ahandajf@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5130369
+
+[madhuprakasan]
+fullname = madhu prakasan
+email = madhuprakasan@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5130399
+
+[timjcasey]
+fullname = Tim Casey
+email = timjcasey@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5130528
+
+[bcotton]
+fullname = Ben Cotton
+email = bcotton@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5130552
+
+[bmartins]
+fullname = Bruno Martins
+email = bmartins@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5130608
+
+[laokanlinux]
+fullname = zhang po
+email = laokanlinux@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5130613
+
+[rohitshukla]
+fullname = Rohit Shukla
+email = rohitshukla@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5130675
+
+[jensm]
+fullname = Jens Maucher
+email = jensm@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5130770
+
+[smfry60]
+fullname = Richard Frey
+email = smfry60@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5130829
+
+[sijis]
+fullname = Sijis Aviles
+email = sijis@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5130830
+
+[courtlend]
+fullname = CourtlendAnderson
+email = courtlend@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5130861
+
+[farhad]
+fullname = farhad faramarzi
+email = farhad@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5130868
+
+[pmenino]
+fullname = Pablo Meniño
+email = pmenino@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5130951
+
+[dmeni]
+fullname = Diego Meniño
+email = dmeni@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5130952
+
+[andinshania]
+fullname = Andin Shania
+email = andinshania@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5130973
+
+[rmahesvara]
+fullname = mahesvara ramaraj
+email = rmahesvara@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5130995
+
+[sekkitleung]
+fullname = Sek Kit Leung
+email = sekkitleung@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5131043
+
+[jamesd3754]
+fullname = Malcolm Horne
+email = jamesd3754@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5131073
+
+[ronramiro]
+fullname = Ramiro Ron
+email = ronramiro@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5131114
+
+[masperera]
+fullname = Ayomal Shanaka Perera
+email = masperera@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5131139
+
+[gesha003]
+fullname = Georgi Miroslavov Georgiev
+email = gesha003@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5131224
+
+[abhineet]
+fullname = abhineet krishna
+email = abhineet@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5131234
+
+[dilipkhanolkar]
+fullname = dilip khanolkar
+email = dilipkhanolkar@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5131244
+
+[mayursurati]
+fullname = Mayur Surati
+email = mayursurati@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5131255
+
+[delete]
+fullname = Matías Kreder
+email = delete@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5131271
+
+[erris]
+fullname = Erris Wagenaar
+email = erris@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5131326
+
+[twittery]
+fullname = Mithun Rajendren
+email = twittery@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5131375
+
+[gljohn]
+fullname = Gareth John
+email = gljohn@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5131377
+
+[atzamarias]
+fullname = Tasos Tzamarias
+email = atzamarias@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5131383
+
+[cfikes]
+fullname = Christopher Fikes
+email = cfikes@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5131385
+
+[goutham]
+fullname = Goutham kumar
+email = goutham@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5131436
+
+[supratik]
+fullname = supratik saha
+email = supratik@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5131454
+
+[ucluglee]
+fullname = Lee Brewer
+email = ucluglee@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5131467
+
+[sahilagnihotri]
+fullname = Sahil Agnihotri
+email = sahilagnihotri@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5131474
+
+[mohon]
+fullname = Md Mostafizur Rahman
+email = mohon@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5131518
+
+[bsoftinterop]
+fullname = Phong Dang
+email = bsoftinterop@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5131554
+
+[pratphys]
+fullname = Pratyay Poddar
+email = pratphys@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5131667
+
+[cclenne]
+fullname = Clifton C. Lenne
+email = cclenne@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5131681
+
+[jjmartinez]
+fullname = Juan J. Martínez
+email = jjmartinez@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5131708
+
+[chaos31]
+fullname = Jorge Quintero Echeverría
+email = chaos31@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5131752
+
+[akm2]
+fullname = Andrew Kenton Mitchell
+email = akm2@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5131769
+
+[jjmaringlz]
+fullname = J J Marin
+email = jjmaringlz@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5131777
+
+[onkelonko]
+fullname = Manuel Müller
+email = onkelonko@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5131796
+
+[marcelwrs]
+fullname = Marcel William Rocha da Silva
+email = marcelwrs@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5131797
+
+[njf3]
+fullname = Nick Fridrich
+email = njf3@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5131818
+
+[osamam]
+fullname = osama mahmoud
+email = osamam@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5131868
+
+[yakatz]
+fullname = Yehuda Katz
+email = yakatz@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5131898
+
+[lbossers]
+fullname = Lydia Bossers
+email = lbossers@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5131981
+
+[souravmishra]
+fullname = Sourav Mishra
+email = souravmishra@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5132003
+
+[mstoykov]
+fullname = Michael Stoykov
+email = mstoykov@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5132092
+
+[maro]
+fullname = Mark Rosenstand
+email = maro@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5132097
+
+[attanelectronix]
+fullname = Ghassan Al-Mamar
+email = attanelectronix@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5132204
+
+[samuelgraeff]
+fullname = Samuel Graeff
+email = samuelgraeff@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5132215
+
+[tomitzel]
+fullname = Tomita Militaru
+email = tomitzel@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5132311
+
+[rikie]
+fullname = Arijit Upadhyaya
+email = rikie@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5132342
+
+[gdanailov]
+fullname = Georgi Danailov
+email = gdanailov@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5132412
+
+[ramadhian]
+fullname = Ramadhian Moestafa
+email = ramadhian@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5132424
+
+[csabimeta]
+fullname = Simándi Csaba
+email = csabimeta@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5132435
+
+[silentbob]
+fullname = Stefan Jensen
+email = silentbob@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5132457
+
+[anirbandx]
+fullname = Anirban Saha
+email = anirbandx@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5132479
+
+[bootdr]
+fullname = Alan Upham
+email = bootdr@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5132519
+
+[amutimer]
+fullname = Adam Mutimer
+email = amutimer@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5132570
+
+[danieljucan]
+fullname = Jucan Daniel
+email = danieljucan@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5132623
+
+[pradipta]
+fullname = Pradipta Kumar Dash
+email = pradipta@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5132645
+
+[mohavbene]
+fullname = Mohav Bene
+email = mohavbene@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5132670
+
+[juliovp01]
+fullname = Julio Villarreal
+email = juliovp01@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5132691
+
+[reddisatish]
+fullname = satish reddi
+email = reddisatish@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5132706
+
+[stmetienne]
+fullname = Michael Etienne
+email = stmetienne@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5132782
+
+[hiemanshu]
+fullname = Hiemanshu Sharma
+email = hiemanshu@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5132798
+
+[naseemgnu]
+fullname = Mohammad Naseem
+email = naseemgnu@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5132922
+
+[ltvt]
+fullname = Viet Anh
+email = ltvt@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5132983
+
+[jalajel]
+fullname = Ramzi Jalajel
+email = jalajel@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5133013
+
+[erickevp]
+fullname = Erick Villegas
+email = erickevp@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5133021
+
+[arunaa]
+fullname = Aruna Abeywickrama
+email = arunaa@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5133028
+
+[andrej]
+fullname = Andrej Kvasnica
+email = andrej@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5133038
+
+[sifiso01]
+fullname = Sifiso Mthembu
+email = sifiso01@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5133112
+
+[riddick]
+fullname = Arne Wörner
+email = riddick@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5133113
+
+[zoltanh721]
+fullname = Hoppár Zoltán
+email = zoltanh721@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5133156
+
+[chinmaypc]
+fullname = chinmay chandratre
+email = chinmaypc@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5133353
+
+[teamlowe123]
+fullname = Tim Lowe
+email = teamlowe123@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5133367
+
+[helofromseattle]
+fullname = Braden Faulkner
+email = helofromseattle@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5133412
+
+[rohitpunia]
+fullname = Rohit Kumar Punia
+email = rohitpunia@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5133424
+
+[mtrudel]
+fullname = Matt Trudel
+email = mtrudel@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5133442
+
+[celosc]
+fullname = MARCELO DA SILVA CONTERATO
+email = celosc@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5133476
+
+[mikaellundberg]
+fullname = Mikael Lundberg
+email = mikaellundberg@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5133542
+
+[lavan]
+fullname = Lavan Perumadura
+email = lavan@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5133689
+
+[ramiy]
+fullname = Rami Yacov
+email = ramiy@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5133702
+
+[kingheart]
+fullname = M Yakub Mizan
+email = kingheart@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5133736
+
+[elwell]
+fullname = Andrew Elwell
+email = elwell@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5133764
+
+[arouse]
+fullname = Allen Rouse
+email = arouse@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5133846
+
+[rjbeatty]
+fullname = Robert J Beatty
+email = rjbeatty@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5133848
+
+[dariolesca]
+fullname = Dario Lesca
+email = dariolesca@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5133875
+
+[nobled]
+fullname = Dylan Noblesmith
+email = nobled@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5133897
+
+[tristan439]
+fullname = tristan tre
+email = tristan439@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5133963
+
+[tch]
+fullname = Tomek Chrzczonowicz
+email = tch@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5133995
+
+[naveedahmad]
+fullname = Naveed Ahmad
+email = naveedahmad@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5134040
+
+[frederick]
+fullname = frederick eggertsen
+email = frederick@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5134045
+
+[systemas]
+fullname = Martin Olivetti
+email = systemas@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5134054
+
+[theandruu]
+fullname = Andrew Cuga
+email = theandruu@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5134101
+
+[bakerboy26]
+fullname = Gordon Campbell
+email = bakerboy26@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5134104
+
+[vivekpatil32]
+fullname = Vivek Rp
+email = vivekpatil32@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5134134
+
+[aasifshaikh]
+fullname = Aasif Yusuf Shaikh
+email = aasifshaikh@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5134137
+
+[dageek]
+fullname = Gavin Spurgeon
+email = dageek@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5134253
+
+[cdburgess75]
+fullname = David Burgess
+email = cdburgess75@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5134268
+
+[furhanshabir]
+fullname = Furhan Shabir
+email = furhanshabir@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5134276
+
+[swaraj]
+fullname = swaraj singh
+email = swaraj@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5134338
+
+[dsyam]
+fullname = Gunawan Abdul Salam
+email = dsyam@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5134360
+
+[johnnyrps]
+fullname = Geonis Alves
+email = johnnyrps@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5134402
+
+[yanata]
+fullname = I Wayan Nuarta
+email = yanata@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5134424
+
+[supportagent]
+fullname = cody michael salnave
+email = supportagent@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5134475
+
+[jasonwalsh]
+fullname = Jason Walsh
+email = jasonwalsh@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5134476
+
+[alander]
+fullname = Alander P. Santos
+email = alander@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5134507
+
+[umeshcooldude]
+fullname = Umesh Indave
+email = umeshcooldude@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5134561
+
+[nickolsen8390]
+fullname = Nick Olsen
+email = nickolsen8390@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5134588
+
+[mrozel]
+fullname = Mick Post
+email = mrozel@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5134595
+
+[unixhack]
+fullname = 程畅
+email = unixhack@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5134603
+
+[jserrano]
+fullname = Julius Serrano
+email = jserrano@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5134669
+
+[bukmop]
+fullname = Victor Rebeja
+email = bukmop@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5134732
+
+[natecult]
+fullname = Paolo Rivetti
+email = natecult@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5134770
+
+[cyberpunk]
+fullname = suvadeep das
+email = cyberpunk@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5134831
+
+[jcsniper]
+fullname = Juan Carlos Watts
+email = jcsniper@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5134967
+
+[sandeeparya2007]
+fullname = Sandeep Arya
+email = sandeeparya2007@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5134975
+
+[cavinanna]
+fullname = RAHUL JUNEJA
+email = cavinanna@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5134980
+
+[sridharfromdell]
+fullname = Sridhar Kris
+email = sridharfromdell@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5134993
+
+[miku]
+fullname = Miku E. Cornelius
+email = miku@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5135003
+
+[linuxat13]
+fullname = Joseph DiCarlo
+email = linuxat13@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5135004
+
+[d3line]
+fullname = Brandon Deline
+email = d3line@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5135016
+
+[akelapueblolibre]
+fullname = Carlos M. Riveros C.
+email = akelapueblolibre@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5135041
+
+[lord2009]
+fullname = hisham el-najar
+email = lord2009@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5135059
+
+[dl60]
+fullname = Liu Ling
+email = dl60@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5135106
+
+[maditsi]
+fullname = maditsi lekota
+email = maditsi@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5135117
+
+[edeefelt]
+fullname = Ed Felt
+email = edeefelt@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5135187
+
+[vutral]
+fullname = Sebastian Schwarz
+email = vutral@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5135213
+
+[suvo2009]
+fullname = suva mozumder
+email = suvo2009@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5135237
+
+[nitishkatal]
+fullname = nitish katal
+email = nitishkatal@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5135265
+
+[arvliet]
+fullname = Andrew Vliet
+email = arvliet@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5135354
+
+[sendman]
+fullname = fabio silvestri
+email = sendman@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5135378
+
+[ankitmehta]
+fullname = Ankit Mehta
+email = ankitmehta@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5135398
+
+[tsi]
+fullname = Timotej Siskovic
+email = tsi@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5135406
+
+[rrix]
+fullname = Ryan Rix
+email = rrix@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5135425
+
+[unixlads]
+fullname = John Knight
+email = unixlads@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5135472
+
+[iitmboy]
+fullname = gaurav mishra
+email = iitmboy@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5135502
+
+[ozymandius]
+fullname = Christian Desforges-Poths
+email = ozymandius@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5135518
+
+[sljoshua]
+fullname = ishan samarasinghe
+email = sljoshua@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5135558
+
+[ro986]
+fullname = Rodrigo Vogt
+email = ro986@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5135628
+
+[blackdeath]
+fullname = Maxim Mironov
+email = blackdeath@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5135651
+
+[chandler243]
+fullname = Chandler Willoughby
+email = chandler243@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5135725
+
+[jasoncourt]
+fullname = Jason Courtemanche
+email = jasoncourt@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5135733
+
+[meicunbing]
+fullname = 梅存兵
+email = meicunbing@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5135830
+
+[hugues]
+fullname = Hugues Thiébaux
+email = hugues@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5135852
+
+[dthomp09]
+fullname = Dale Thompson
+email = dthomp09@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5135896
+
+[odin53]
+fullname = William W. Wallace
+email = odin53@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5135897
+
+[marcoh]
+fullname = Marco Huaman Hernandez
+email = marcoh@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5135960
+
+[shashishankar]
+fullname = shashi shankar kumar
+email = shashishankar@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5135969
+
+[konsulteq]
+fullname = jaswinder singh
+email = konsulteq@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5136011
+
+[sephiroth]
+fullname = Raphael Arthur Peres Maragno Hey
+email = sephiroth@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5136044
+
+[apena16]
+fullname = Alejandro Pena
+email = apena16@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5136058
+
+[nanogy]
+fullname = Nck Kelly
+email = nanogy@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5136068
+
+[bimal]
+fullname = Bimal Gandhi
+email = bimal@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5136075
+
+[gvarisco]
+fullname = Gianluca Varisco
+email = gvarisco@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5136083
+
+[zappyk]
+fullname = Carlo Zappacosta
+email = zappyk@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5136090
+
+[rschuster]
+fullname = Randy Schuster
+email = rschuster@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5136297
+
+[rschlesi]
+fullname = Ryan Schlesinger
+email = rschlesi@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5136371
+
+[amjadalvi]
+fullname = Amjad Alvi
+email = amjadalvi@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5136429
+
+[kyleolivo]
+fullname = Kyle Olivo
+email = kyleolivo@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5136454
+
+[joyneilgrum]
+fullname = Neil Grumley
+email = joyneilgrum@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5136482
+
+[tgalyean]
+fullname = Tim Galyean
+email = tgalyean@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5136521
+
+[linesh]
+fullname = linesh jose
+email = linesh@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5136555
+
+[moha]
+fullname = Mohamed ELHACHMI
+email = moha@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5136661
+
+[terl]
+fullname = David Brown
+email = terl@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5136662
+
+[theguillermo]
+fullname = Stefan Pavikevik
+email = theguillermo@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5136677
+
+[mbreuer]
+fullname = Michael Breuer
+email = mbreuer@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5136699
+
+[grunch]
+fullname = David Klann
+email = grunch@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5136736
+
+[dod1450]
+fullname = Daniel Curry
+email = dod1450@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5136816
+
+[bartockbat]
+fullname = Glen Millard
+email = bartockbat@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5136832
+
+[chankykhan]
+fullname = Chanky Khan
+email = chankykhan@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5136851
+
+[buddhi]
+fullname = Buddhi Jayasinghe
+email = buddhi@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5136934
+
+[alwee]
+fullname = Alwee Ahmad Bamadhaj
+email = alwee@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5136965
+
+[sagarsiddhpura]
+fullname = Sagar P Siddhapura
+email = sagarsiddhpura@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5136992
+
+[bas89]
+fullname = Sebastian Hupfeld
+email = bas89@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5137024
+
+[jigneshpatel]
+fullname = jignesh.k.patel
+email = jigneshpatel@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5137047
+
+[afonfra]
+fullname = Alberto Font Franco
+email = afonfra@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5137146
+
+[kathman]
+fullname = David Shrestha
+email = kathman@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5137176
+
+[strugart]
+fullname = Ruy Alvarez
+email = strugart@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5137199
+
+[ramezmarz]
+fullname = ramez marz
+email = ramezmarz@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5137226
+
+[vladimir]
+fullname = Vladimir Atanackovic
+email = vladimir@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5137334
+
+[vikirulz09]
+fullname = VINOD Dhawle
+email = vikirulz09@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5137367
+
+[devendermishra]
+fullname = Devender Mishra
+email = devendermishra@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5137387
+
+[gcordero]
+fullname = German Cordero
+email = gcordero@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5137464
+
+[dannas]
+fullname = Daniel de Jesus Rosales Mendoza
+email = dannas@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5137481
+
+[jaikargupta]
+fullname = Jaikar Gupta
+email = jaikargupta@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5137557
+
+[sunny9897]
+fullname = Sandeep Singh
+email = sunny9897@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5137621
+
+[adsllc]
+fullname = Dave Ludlow
+email = adsllc@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5137662
+
+[theboss]
+fullname = Cherd-chy Jim Eknon
+email = theboss@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5137692
+
+[srsullivan]
+fullname = Scott Sullivan
+email = srsullivan@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5137728
+
+[laine]
+fullname = Laine Stump
+email = laine@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5137782
+
+[tycho]
+fullname = Steven Noonan
+email = tycho@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5137807
+
+[markab0572]
+fullname = Michael Hagmann
+email = markab0572@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5137893
+
+[andyhull]
+fullname = Andrew Hull
+email = andyhull@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5137954
+
+[siriuskan]
+fullname = Alex John
+email = siriuskan@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5137990
+
+[richardsonlima]
+fullname = Richardson Lima
+email = richardsonlima@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5138030
+
+[mamahmoud]
+fullname = Mohammed mahmoud
+email = mamahmoud@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5138050
+
+[amalc]
+fullname = Amal Chaudhuri
+email = amalc@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5138055
+
+[jcroom]
+fullname = Justin Croom
+email = jcroom@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5138104
+
+[naba1989]
+fullname = nabarun goswami
+email = naba1989@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5138165
+
+[andrewsj]
+fullname = andrew Jebaraj
+email = andrewsj@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5138271
+
+[kmcfate]
+fullname = Kal McFate
+email = kmcfate@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5138399
+
+[tamisoft]
+fullname = Levente Tamas
+email = tamisoft@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5138447
+
+[pranabdoley]
+fullname = Pranab Doley
+email = pranabdoley@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5138467
+
+[mohsensaghafi]
+fullname = Mohsen Saghafi
+email = mohsensaghafi@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5138550
+
+[magv]
+fullname = angel garcia
+email = magv@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5138556
+
+[parthhargan]
+fullname = Parth Hargan
+email = parthhargan@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5138570
+
+[sergeylebedev]
+fullname = Sergey Lebedev
+email = sergeylebedev@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5138572
+
+[djohnson]
+fullname = Derek Johnson
+email = djohnson@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5138591
+
+[rogeriosuhet]
+fullname = rogerio suhet de carvalho
+email = rogeriosuhet@fedoraproject.org
+md5secret = hidden
+hasvoicemail = yes
+hasdirectory = yes
+delete = yes
+context = from-contributor
+alternateexts = 5138691
diff --git a/voicemail.conf b/voicemail.conf
new file mode 100644
index 0000000..c059617
--- /dev/null
+++ b/voicemail.conf
@@ -0,0 +1,142 @@
+[general]
+format=wav
+serveremail=asterisk@fedoraproject.org
+attach=yes
+maxmsg=100
+maxmessage=180
+minmessage=3
+maxgreet=60
+skipms=3000
+maxsilence=10
+silencethreshold=128
+maxlogins=3
+userscontext=fedorapeople
+charset=UTF-8
+pbxskip=yes
+fromstring=The Fedora Project PBX
+usedirectory=no
+emailsubject=[The Fedora Project PBX]: New voice message
+emailbody=Dear ${VM_NAME}:\n\n\tjust wanted to let you know you were just left a ${VM_DUR} long message \n from ${VM_CALLERID}, on ${VM_DATE}, so you might\nwant to check it when you get a chance. Thanks!\n\n\t\t\t\t--The Fedora Project PBX\n
+;
+; You can also change the Pager From: string, the pager body and/or subject.
+; The above defined variables also can be used here
+pagerfromstring=The Fedora Project PBX
+pagersubject=New VM
+pagerbody=New ${VM_DUR} long msg in box ${VM_MAILBOX}\nfrom ${VM_CALLERID}, on ${VM_DATE}
+;
+; Set the date format on outgoing mails. Valid arguments can be found on the
+; strftime(3) man page
+;
+; Default
+emaildateformat=%A, %B %d, %Y at %r
+; 24h date format
+;emaildateformat=%A, %d %B %Y at %H:%M:%S
+;
+; You can override the default program to send e-mail if you wish, too
+;
+mailcmd=/usr/bin/sendmail-unicode.py
+;
+; Users may be located in different timezones, or may have different
+; message announcements for their introductory message when they enter
+; the voicemail system. Set the message and the timezone each user
+; hears here. Set the user into one of these zones with the tz= attribute
+; in the options field of the mailbox. Of course, language substitution
+; still applies here so you may have several directory trees that have
+; alternate language choices.
+;
+; Look in /usr/share/zoneinfo/ for names of timezones.
+; Look at the manual page for strftime for a quick tutorial on how the
+; variable substitution is done on the values below.
+;
+; Supported values:
+; 'filename' filename of a soundfile (single ticks around the filename
+; required)
+; ${VAR} variable substitution
+; A or a Day of week (Saturday, Sunday, ...)
+; B or b or h Month name (January, February, ...)
+; d or e numeric day of month (first, second, ..., thirty-first)
+; Y Year
+; I or l Hour, 12 hour clock
+; H Hour, 24 hour clock (single digit hours preceded by "oh")
+; k Hour, 24 hour clock (single digit hours NOT preceded by "oh")
+; M Minute, with 00 pronounced as "o'clock"
+; N Minute, with 00 pronounced as "hundred" (US military time)
+; P or p AM or PM
+; Q "today", "yesterday" or ABdY
+; (*note: not standard strftime value)
+; q "" (for today), "yesterday", weekday, or ABdY
+; (*note: not standard strftime value)
+; R 24 hour time, including minute
+;
+;
+;
+; Each mailbox is listed in the form <mailbox>=<password>,<name>,<email>,<pager_email>,<options>
+; if the e-mail is specified, a message will be sent when a message is
+; received, to the given mailbox. If pager is specified, a message will be
+; sent there as well. If the password is prefixed by '-', then it is
+; considered to be unchangeable.
+;
+; Advanced options example is extension 4069
+; NOTE: All options can be expressed globally in the general section, and
+; overridden in the per-mailbox settings, unless listed otherwise.
+;
+; tz=central ; Timezone from zonemessages below. Irrelevant if envelope=no.
+attach=yes ; Attach the voicemail to the notification email *NOT* the pager email
+attachfmt=wav ; Which format to attach to the email. Normally this is the
+ ; first format specified in the format parameter above, but this
+ ; option lets you customize the format sent to particular mailboxes.
+ ; Useful if Windows users want wav49, but Linux users want gsm.
+ ; [per-mailbox only]
+saycid=yes ; Say the caller id information before the message. If not described,
+ ; or set to no, it will be in the envelope
+; cidinternalcontexts=intern ; Internal Context for Name Playback instead of
+ ; extension digits when saying caller id.
+sayduration=yes ; Turn on/off the duration information before the message. [ON by default]
+saydurationm=2 ; Specify the minimum duration to say. Default is 2 minutes
+; dialout=fromvm ; Context to dial out from [option 4 from mailbox's advanced menu].
+ ; If not specified, option 4 will not be listed and dialing out
+ ; from within VoiceMailMain() will not be permitted.
+sendvoicemail=yes ; Allow the user to compose and send a voicemail while inside
+ ; VoiceMailMain() [option 5 from mailbox's advanced menu].
+ ; If set to 'no', option 5 will not be listed.
+; searchcontexts=yes ; Current default behavior is to search only the default context
+ ; if one is not specified. The older behavior was to search all contexts.
+ ; This option restores the old behavior [DEFAULT=no]
+; callback=fromvm ; Context to call back from
+ ; if not listed, calling the sender back will not be permitted
+; review=yes ; Allow sender to review/rerecord their message before saving it [OFF by default
+; operator=yes ; Allow sender to hit 0 before/after/during leaving a voicemail to
+ ; reach an operator [OFF by default]
+; envelope=no ; Turn on/off envelope playback before message playback. [ON by default]
+ ; This does NOT affect option 3,3 from the advanced options menu
+delete=yes ; After notification, the voicemail is deleted from the server. [per-mailbox only]
+ ; This is intended for use with users who wish to receive their
+ ; voicemail ONLY by email. Note: "deletevoicemail" is provided as an
+ ; equivalent option for Realtime configuration.
+; volgain=0.0 ; Emails bearing the voicemail may arrive in a volume too
+ ; quiet to be heard. This parameter allows you to specify how
+ ; much gain to add to the message when sending a voicemail.
+ ; NOTE: sox must be installed for this option to work.
+; nextaftercmd=yes ; Skips to the next message after hitting 7 or 9 to delete/save current message.
+ ; [global option only at this time]
+; forcename=yes ; Forces a new user to record their name. A new user is
+ ; determined by the password being the same as
+ ; the mailbox number. The default is "no".
+; forcegreetings=no ; This is the same as forcename, except for recording
+ ; greetings. The default is "no".
+; hidefromdir=yes ; Hide this mailbox from the directory produced by app_directory
+ ; The default is "no".
+;tempgreetwarn=yes ; Remind the user that their temporary greeting is set
+
+[zonemessages]
+eastern=America/New_York|'vm-received' Q 'digits/at' IMp
+central=America/Chicago|'vm-received' Q 'digits/at' IMp
+central24=America/Chicago|'vm-received' q 'digits/at' H N 'hours'
+military=Zulu|'vm-received' q 'digits/at' H N 'hours' 'phonetic/z_p'
+european=Europe/Copenhagen|'vm-received' a d b 'digits/at' HM
+
+
+
+[default]
+
+[fedorapeople]
diff --git a/vpb.conf b/vpb.conf
new file mode 100644
index 0000000..4a9b0b3
--- /dev/null
+++ b/vpb.conf
@@ -0,0 +1,108 @@
+;
+; V6PCI/V12PCI config file for VoiceTronix Hardware
+;
+; Options for [general] section
+;
+; type = v12pci|v6pci|v4pci
+; cards = number of cards
+; To use Asterisk indication tones
+; indication = 1
+; none,-24db,-18db only for use with OpenLine4
+; ecsuppthres = 0|2048|4096
+; Inter Digit Delay timeout for when collecting DTMF tones for dialling
+; from a Station port, in ms
+; dtmfidd = 3000
+; To use Asterisk DTMF detection
+; ast-dtmf-det=1
+; Used with ast-dtmf-det
+; relaxdtmf=1
+; When a native bridge occurs between 2 vpb channels, it will only break
+; the connection for '#' and '*'
+; break-for-dtmf=no
+; Set the maximum period between received rings, default 4000ms
+; timer_period_ring=4000
+;
+; Options for [interface] section
+; board = board_number (1, 2, 3, ...)
+; channel = channel_number (1,2,3...)
+; mode = fxo|immediate|dialtone -- for type of line and line handling
+; context = starting context
+; echocancel = on|off (on by default of v4pci, off by default for others)
+; callerid = on|off|v23|bell (on => to collect caller ID if available between 1st/2nd rings using vpb functions)
+; (v23|bell => collect caller ID using asterisk functions)
+; Or for use with FXS channels a '"name" <location>' format can be used to set the channels CID
+;
+; UseLoopDrop = 0|1 (enables the use of Loop Drop detection, on by default in
+; some cases spurious loop-drops can cause unexpected
+; hangup detection)
+;
+; Gain settings
+; txgain => Transmit Software Gain (-12 => 12)
+; rxgain => Receive Software Gain (-12 => 12)
+; txhwgain => Transmit hardware gain (-12 => 12)
+; rxhwgain => Receive Hardware gain (-12 => 12)
+;
+; These are advanced settings and only mentioned for completeness.
+; bal1 => Hybrid balance codec register 1
+; bal2 => Hybrid balance codec register 2
+; bal3 => Hybrid balance codec register 3
+;
+; Dial translations - if you want a pause or hook-flash in your dial string
+; you can use "w" for pause (wait) or "f" for "hook-flash", eg:
+; exten => _9XXX,1,Dial(vpb/g1/ww${EXTEN:${TRUNKMSD}})
+;
+;
+
+[general]
+type = v12pci
+;type = v6pci
+;type = v4pci
+cards = 1
+
+[interfaces]
+
+board = 0
+echocancel = on
+
+
+; For OpenLine4 cards
+;context = demo
+;mode = fxo
+;channel = 0
+;channel = 1
+;channel = 2
+;channel = 3
+
+; For OpenSwith12 with jumpers at factory default
+context = demo
+mode = fxo
+channel = 8
+channel = 9
+channel = 10
+channel = 11
+
+context = local
+mode = dialtone
+channel = 0
+channel = 1
+channel = 2
+channel = 3
+channel = 4
+channel = 5
+channel = 6
+channel = 7
+;
+; For OpenSwitch6
+; Note that V6PCI channel numbers start at 7!
+;context = demo
+;mode = fxo
+;channel = 6
+;channel = 7
+
+;mode = dialtone
+;channel = 8
+;channel = 9
+;channel = 10
+;channel = 11
+
+