]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
automerge commit
authorAutomerge script <automerge@asterisk.org>
Mon, 11 Sep 2006 17:02:51 +0000 (17:02 +0000)
committerAutomerge script <automerge@asterisk.org>
Mon, 11 Sep 2006 17:02:51 +0000 (17:02 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@42736 65c4cc65-6c06-0410-ace0-fbb531ad65f3

15 files changed:
configs/alsa.conf.sample
configs/cdr.conf.sample
configs/dundi.conf.sample
configs/enum.conf.sample
configs/extensions.conf.sample
configs/features.conf.sample
configs/iax.conf.sample
configs/misdn.conf.sample
configs/osp.conf.sample
configs/phone.conf.sample
configs/sip.conf.sample
configs/skinny.conf.sample
configs/voicemail.conf.sample
configs/vpb.conf.sample
configs/zapata.conf.sample

index 98819250b95ea3173890fc3298c3a7fd4cb351e4..5833cc861ab36cbb6bae9d50fd845e1f4c59e771 100644 (file)
@@ -20,7 +20,7 @@ extension=s
 ;
 ;language=en
 ;
-; Silence supression can be enabled when sound is over a certain threshold.
+; Silence suppression can be enabled when sound is over a certain threshold.
 ; The value for the threshold should probably be between 500 and 2000 or so,
 ; but your mileage may vary.  Use the echo test to evaluate the best setting.
 ;silencesuppression = yes
index 331b6ed9a8c0adf677fb33759f8d61160ba0e352..a67a2137ece6750cda14e56b6791da313d8b9cc8 100644 (file)
@@ -35,7 +35,7 @@
 ;time=300
 
 ; The CDR engine uses the internal asterisk scheduler to determine when to post
-; records.  Posting can either occure inside the scheduler thread, or a new
+; 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
index a3c8c77d9a46475ecc42fd6d5a7e3bc4d5253544..a1e999726ace06032afe3d666bea2736b7903232 100644 (file)
@@ -89,7 +89,7 @@ autokill=yes
 ;
 ; '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 reponses to a query, responses received
+; 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.
 ;
@@ -144,7 +144,7 @@ autokill=yes
 ;         '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 sacraficing performance.
+;         redundancy without sacrificing performance.
 ;
 ; include - Includes this peer when searching a particular context
 ;           for lookup (set "all" to perform all lookups with that
index 8d7054a2438f276b54e143f2e981b229e374a9d4..b7e02bfe55ed8fe16e9f212ae6d30e21a9c8be45 100644 (file)
@@ -11,7 +11,7 @@
 ;
 search => e164.arpa
 ;
-; If you'd like to use the E.164.org public ENUM registery in addition
+; 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
index 5c55ef501dfca2a1d7664955f6154d48710ebb9e..649e53c0d407c85762c31bfd44ec1bf665e1e75c 100644 (file)
@@ -107,7 +107,7 @@ TRUNKMSD=1                                  ; MSD digits to strip (usually 1 or 0)
 ;
 ; For example the extension _NXXXXXX would match normal 7 digit dialings, 
 ; while _1NXXNXXXXXX would represent an area code plus phone number
-; preceeded by a one.
+; 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
@@ -214,7 +214,7 @@ include => dundi-e164-lookup
 exten => _91700XXXXXXX,1,Dial(IAX2/${IAXINFO}@iaxtel.com/${EXTEN:1}@iaxtel)
 
 ;
-; The SWITCH statement permits a server to share the dialplain with
+; 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.
@@ -397,7 +397,7 @@ exten => 500,n,Playback(demo-nogo)  ; Couldn't connect to the demo site
 exten => 500,n,Goto(s,6)               ; Return to the start over message.
 
 ;
-; Create an extension, 600, for evaulating echo latency.
+; Create an extension, 600, for evaluating echo latency.
 ;
 exten => 600,1,Playback(demo-echotest) ; Let them know what's going on
 exten => 600,n,Echo                    ; Do the echo test
index b181434ddf6440df2032accf3c6ba0e5b5925e75..082305d80754c1bb846c770ce406aafa791a0686 100644 (file)
@@ -10,7 +10,7 @@ parkpos => 701-720            ; What extensions to park calls on. These needs to be
 context => parkedcalls         ; Which context parked calls are in
 ;parkingtime => 45             ; Number of seconds a call can be parked for 
                                ; (default is 45 seconds)
-;transferdigittimeout => 3     ; Number of seconds to wait between digits when transfering a call
+;transferdigittimeout => 3     ; Number of seconds to wait between digits when transferring a call
 ;courtesytone = beep           ; Sound file to play to the parked caller 
                                ; when someone dials a parked call
 ;xfersound = beep              ; to indicate an attended transfer is complete
index bcd17d6905ffddf0539df9046c24b2c62b53758d..ff787bd66ed534a5f4c3ef06899fef223a56fe40 100644 (file)
@@ -246,7 +246,7 @@ autokill=yes
 ;
 ; caller   - Consider the callers preferred order ahead of the host's.
 ; host     - Consider the host's preferred order ahead of the caller's.
-; disabled - Disable the consideration of codec preference alltogether.
+; disabled - Disable the consideration of codec preference altogether.
 ;            (this is the original behaviour before preferences were added)
 ; reqonly  - Same as disabled, only do not consider capabilities if
 ;            the requested format is not available the call will only
@@ -371,7 +371,7 @@ host=216.207.245.47
 ;mask=255.255.255.255
 ;qualify=yes                   ; Make sure this peer is alive
 ;qualifysmoothing = yes                ; use an average of the last two PONG
-                               ; results to reduce falsly detected LAGGED hosts
+                               ; results to reduce falsely detected LAGGED hosts
                                ; Default: Off
 ;qualifyfreqok = 60000         ; how frequently to ping the peer when
                                ; everything seems to be ok, in milliseconds
index a5840e37fcaa0f589e9acd39d990fe7bafc8b964..e33dd77235effbba0a400c3ebeef456321eeaa6f 100644 (file)
@@ -74,7 +74,7 @@ bridging=no
 ;
 stop_tone_after_first_digit=yes
 
-; wether to append overlapdialed Digits to Extension or not 
+; whether to append overlapdialed Digits to Extension or not 
 ;
 ; default value: yes
 ;
@@ -82,7 +82,7 @@ append_digits2exten=yes
 
 ;;; CRYPTION STUFF
 
-; Wether to look for dynamic crypting attempt
+; Whether to look for dynamic crypting attempt
 ;
 ; default value: no
 ;
@@ -104,7 +104,7 @@ crypt_keys=test,muh
 ; users sections:
 ; 
 ; name your sections as you which but not "general" ! 
-; the secions are Groups, you can dial out in extensions.conf
+; the sections are Groups, you can dial out in extensions.conf
 ; with Dial(mISDN/g:extern/101) where extern is a section name, 
 ; chan_misdn tries every port in this section to find a 
 ; new free channel
@@ -134,7 +134,7 @@ language=en
 musicclass=default
 
 ;
-; Either if we should produce DTMF Tones ourselve
+; Either if we should produce DTMF Tones ourselves
 ; 
 senddtmf=yes
 
@@ -166,7 +166,7 @@ internationalprefix=00
 rxgain=0
 txgain=0
 
-; some telcos espacially in NL seem to need this set to yes, also in 
+; some telcos especially in NL seem to need this set to yes, also in 
 ; switzerland this seems to be important
 ;
 ; default value: no
@@ -177,7 +177,7 @@ te_choose_channel=no
 
 ;
 ; This option defines, if chan_misdn should check the L1 on  a PMP 
-; before makeing a group call on it. The L1 may go down for PMP Ports
+; before making a group call on it. The L1 may go down for PMP Ports
 ; so we might need this.
 ; But be aware! a broken or plugged off cable might be used for a group call
 ; as well, since chan_misdn has no chance to distinguish if the L1 is down
@@ -282,7 +282,7 @@ nodialtone=no
 
 ; Pickup and Callgroup
 ;
-; deafult values: not set = 0
+; default values: not set = 0
 ;
 ;callgroup=1
 ;pickupgroup=1
@@ -295,7 +295,7 @@ nodialtone=no
 ; s=0, p=0 -> callerid presented not screened
 ; s=1, p=1 -> callerid presented but screened (the remote end does not see it!)
 ; 
-; defaule values s=-1, p=-1
+; default values s=-1, p=-1
 presentation=-1
 screen=-1
 
@@ -343,11 +343,11 @@ ports=3
 [first_extern]
 ; again port defs
 ports=4
-; again a context for incomming calls
+; again a context for incoming calls
 context=Extern1
 ; msns for te ports, listen on those numbers on the above ports, and 
 ; indicate the incoming calls to asterisk
-; here you can give a comma seperated list or simply an '*' for 
+; here you can give a comma separated list or simply an '*' for 
 ; any msn. 
 msns=*
 
index e7e04036a8acf81362f9abd7de884e48af3da268..6e5bf2f40866b522b247b2b3a46beb916973bd94 100644 (file)
@@ -10,7 +10,7 @@
 ;
 [general]
 ;
-; Should hardware accelleration be enabled?  May not be changed
+; Should hardware acceleration be enabled?  May not be changed
 ; on a reload.
 ;
 ;accelerate=yes
index ca028f9a1b47d79b2dd6baa82c8680327eac53db..f52da752abffef8e0ab10340fb5d1a3655541eae 100644 (file)
@@ -28,7 +28,7 @@ format=slinear
 ;
 echocancel=medium
 ;
-; You can optionally use VAD/CNG silence supression
+; You can optionally use VAD/CNG silence suppression
 ;
 ;silencesupression=yes
 ;
@@ -38,7 +38,7 @@ echocancel=medium
 ;
 ; 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 rememeber, if you change
+; 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%).
 ;
index 7cf083761cd8fe56b6de69d7d69761a3a77d491c..1b16543efee52dd12c8001f9030cd018ac21fbd2 100644 (file)
@@ -59,7 +59,7 @@ srvlookup=yes                 ; Enable DNS SRV lookups on outbound calls
 ;tos=184                       ; Set IP QoS to either a keyword or numeric val
 ;tos=lowdelay                  ; lowdelay,throughput,reliability,mincost,none
 ;maxexpiry=3600                        ; Max length of incoming registration we allow
-;defaultexpiry=120             ; Default length of incoming/outoing registration
+;defaultexpiry=120             ; Default length of incoming/outgoing registration
 ;notifymimetype=text/plain     ; Allow overriding of mime type in MWI NOTIFY
 ;checkmwi=10                   ; Default time between mailbox checks for peers
 ;vmexten=voicemail      ; dialplan extension to reach mailbox sets the 
@@ -338,7 +338,7 @@ srvlookup=yes                       ; Enable DNS SRV lookups on outbound calls
 ;
 ; For local phones, type=friend works most of the time
 ;
-; If you have one-way audio, you propably have NAT problems. 
+; If you have one-way audio, you probably have NAT problems. 
 ; If Asterisk is on a public IP, and the phone is inside of a NAT device
 ; you will need to configure nat option for those phones.
 ; Also, turn on qualify=yes to keep the nat session open
@@ -428,7 +428,7 @@ srvlookup=yes                       ; Enable DNS SRV lookups on outbound calls
 ;
 ;callgroup=1,3-4               ; We are in caller groups 1,3,4
 ;pickupgroup=1,3-5             ; We can do call pick-p for call group 1,3,4,5
-;defaultip=192.168.0.60                ; IP address to use if peer has not registred
+;defaultip=192.168.0.60                ; IP address to use if peer has not registered
 
 ;[cisco1]
 ;type=friend
index d57923d8550f32756244c8e7745b35ff46355a1b..9eb8201a1e7c22c5e98197c2a43f3b31700b2c81 100644 (file)
@@ -24,7 +24,7 @@ keepAlive = 120
 ; Typical config for a 7910
 ;[duba]                ; Device name
 ;model=7910            ; Device model
-;device=SEP0007EB463101        ; Offical identifier
+;device=SEP0007EB463101        ; Official identifier
 ;version=P002F202      ; Firmware version identifier
 ;host=192.168.1.144    ; 
 ;permit=192.168.0/24   ; Optional, used for authentication
index edfc198e301cb593c66a9f2e07114c7ea5e6916f..55a775151cafc5705247b8b1931c505988c1c492 100644 (file)
@@ -41,7 +41,7 @@ attach=yes
 ;minmessage=3
 ; Maximum length of greetings in seconds
 ;maxgreet=60
-; How many miliseconds to skip forward/back when rew/ff in message playback
+; How many milliseconds to skip forward/back when rew/ff in message playback
 skipms=3000
 ; How many seconds of silence before we end the recording
 maxsilence=10
@@ -81,7 +81,7 @@ maxlogins=3
 ;       limitation in the Asterisk configuration subsystem.
 ;emailsubject=[PBX]: New message ${VM_MSGNUM} in mailbox ${VM_MAILBOX}
 ; The following definition is very close to the default, but the default shows
-; just the CIDNAME, if it is not null, otherise just the CIDNUM, or "an unknown
+; just the CIDNAME, if it is not null, otherwise just the CIDNUM, or "an unknown
 ; caller", if they are both null.
 ;emailbody=Dear ${VM_NAME}:\n\n\tjust wanted to let you know you were just left a ${VM_DUR} long message (number ${VM_MSGNUM})\nin mailbox ${VM_MAILBOX} 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--Asterisk\n
 ;
@@ -142,11 +142,11 @@ emaildateformat=%A, %B %d, %Y at %r
 ; 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 unchangable.
+; considered to be unchangeable.
 ;
 ; Advanced options example is extension 4069
 ; NOTE: All options can be expressed globally in the general section, and
-; overriden in the per-mailbox settings, unless listed otherwise.
+; overridden in the per-mailbox settings, unless listed otherwise.
 ; 
 ; tz=central           ; Timezone from zonemessages above.  Irrelevant if envelope=no.
 ; attach=yes           ; Attach the voicemail to the notification email *NOT* the pager email
index d16283802c32ea5d052f94427b5c30f788b9060c..2b0f1f622098ba4848b9446f3581c424467f109d 100644 (file)
@@ -42,7 +42,7 @@
 ; txhwgain => Transmit hardware gain (-12 => 12)
 ; rxhwgain => Receive Hardware gain (-12 => 12)
 ;
-; These are advanced settings and only mentioned for fullnes.
+; 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
index 8038f8995e4bff9053de6747ad46848cfa91914a..cd125140a72749ceb56ea68fbf5fc699c9e6ad80 100644 (file)
@@ -208,7 +208,7 @@ signalling=fxo_ls
 rxwink=300             ; Atlas seems to use long (250ms) winks
 ;
 ; How long generated tones (DTMF and MF) will be played on the channel
-; (in miliseconds)
+; (in milliseconds)
 ;toneduration=100
 ;
 ; Whether or not to do distinctive ring detection on FXO lines
@@ -291,7 +291,7 @@ callreturn=yes
 ; stutter dialtone instead of a normal one. 
 ;
 ; If a mailbox is specified *with* a voicemail context, the same will result
-; if voicemail recieved in mailbox in the specified voicemail context.
+; if voicemail received in mailbox in the specified voicemail context.
 ;
 ; for default voicemail context, the example below is fine:
 ;
@@ -350,7 +350,7 @@ group=1
 ;
 ; Ring groups (a.k.a. call groups) and pickup groups.  If a phone is ringing
 ; and it is a member of a group which is one of your pickup groups, then
-; you can answer it by picking up and dialing *8#.  For simple offices, just
+; you can answer it by picking up and dialling *8#.  For simple offices, just
 ; make these both the same.  Groups range from 0 to 63.
 ;
 callgroup=1
@@ -566,7 +566,7 @@ immediate=no
 
 ;
 
-;  Used for distintive ring support for x100p.
+;  Used for distinctive ring support for x100p.
 ;  You can see the dringX patterns is to set any one of the dringXcontext fields
 ;  and they will be printed on the console when an inbound call comes in.
 ;