summaryrefslogtreecommitdiff
path: root/configs/iax.conf.sample
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2009-05-28 14:32:03 +0000
committerSean Bright <sean@malleable.com>2009-05-28 14:32:03 +0000
commita7d813cae7568f9c587dc994b0654d9b7384565a (patch)
treef290e7e7ae143382811fc8ff32a52618ae0801bf /configs/iax.conf.sample
parent318929b75fbc9b015b8768f83f0bad57ca410ba9 (diff)
Remove a bunch of trailing whitespace in preparation for reformatting/cleanup.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@197528 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/iax.conf.sample')
-rw-r--r--configs/iax.conf.sample52
1 files changed, 26 insertions, 26 deletions
diff --git a/configs/iax.conf.sample b/configs/iax.conf.sample
index df7796f2c..259fe626b 100644
--- a/configs/iax.conf.sample
+++ b/configs/iax.conf.sample
@@ -12,9 +12,9 @@
[general]
;bindport=4569 ; bindport and bindaddr may be specified
; ; NOTE: bindport must be specified BEFORE
- ; bindaddr or may be specified on a specific
- ; bindaddr if followed by colon and port
- ; (e.g. bindaddr=192.168.0.1:4569)
+; bindaddr or may be specified on a specific
+; bindaddr if followed by colon and port
+; (e.g. bindaddr=192.168.0.1:4569)
;bindaddr=192.168.0.1 ; more than once to bind to multiple
; ; addresses, but the first will be the
; ; default
@@ -284,29 +284,29 @@ autokill=yes
;allowfwdownload=yes
;rtcachefriends=yes ; Cache realtime friends by adding them to the internal list
- ; just like friends added from the config file only on a
- ; as-needed basis? (yes|no)
+; just like friends added from the config file only on a
+; as-needed basis? (yes|no)
;rtupdate=yes ; Send registry updates to database using realtime? (yes|no)
- ; If set to yes, when a IAX2 peer registers successfully,
- ; the ip address, the origination port, the registration period,
- ; and the username of the peer will be set to database via realtime.
- ; If not present, defaults to 'yes'.
+; If set to yes, when a IAX2 peer registers successfully,
+; the ip address, the origination port, the registration period,
+; and the username of the peer will be set to database via realtime.
+; If not present, defaults to 'yes'.
;rtautoclear=yes ; Auto-Expire friends created on the fly on the same schedule
- ; as if it had just registered? (yes|no|<seconds>)
- ; If set to yes, when the registration expires, the friend will
- ; vanish from the configuration until requested again.
- ; If set to an integer, friends expire within this number of
- ; seconds instead of the registration interval.
+; as if it had just registered? (yes|no|<seconds>)
+; If set to yes, when the registration expires, the friend will
+; vanish from the configuration until requested again.
+; If set to an integer, friends expire within this number of
+; seconds instead of the registration interval.
;rtignoreregexpire=yes ; When reading a peer from Realtime, if the peer's registration
- ; has expired based on its registration interval, used the stored
- ; address information regardless. (yes|no)
+; has expired based on its registration interval, used the stored
+; address information regardless. (yes|no)
;parkinglot=edvina ; Default parkinglot for IAX peers and users
- ; This can also be configured per device
- ; Parkinglots are defined in features.conf
+; This can also be configured per device
+; Parkinglots are defined in features.conf
; Guest sections for unauthenticated connection attempts. Just specify an
; empty secret, or provide no secret section.
@@ -377,13 +377,13 @@ inkeys=freeworlddialup
;auth=md5,plaintext,rsa
;secret=markpasswd
;setvar=ATTENDED_TRANSFER_COMPLETE_SOUND=beep ; This channel variable will
- ; cause the given audio file to
- ; be played upon completion of
- ; an attended transfer.
+; cause the given audio file to
+; be played upon completion of
+; an attended transfer.
;dbsecret=mysecrets/place ; Secrets can be stored in astdb, too
;transfer=no ; Disable IAX native transfer
;transfer=mediaonly ; When doing IAX native transfers, transfer
- ; only media stream
+; only media stream
;jitterbuffer=yes ; Override global setting an enable jitter buffer
; ; for this user
;maxauthreq=10 ; Set maximum number of outstanding AUTHREQs waiting for replies. Any further authentication attempts will be blocked
@@ -414,12 +414,12 @@ 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 falsely detected LAGGED hosts
- ; Default: Off
+; 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
+; everything seems to be ok, in milliseconds
;qualifyfreqnotok = 10000 ; how frequently to ping the peer when it's
- ; either LAGGED or UNAVAILABLE, in milliseconds
+; either LAGGED or UNAVAILABLE, in milliseconds
;jitterbuffer=no ; Turn off jitter buffer for this peer
;
;encryption=yes ; Enable IAX2 encryption. The default is no.