#=============================================================================
#
# Wonder shaper. http://lartc.org/wondershaper/
#
# Set this to "y" if you want wonder shaper to run at startup.
WONDER_SHAPER=y
# This requires you to set the download and upload speed.
# The speed you are receiving data (downlink), in Kbit:
DOWNLOAD_SPEED=8192
# The speed you are sending data (uplink), in Kbit:
UPLOAD_SPEED=512
#====================================
#
# VoIP Subsection of Wonder shaper (Disabled if WONDER_SHAPER=n)
#
# If you have a IP-Phone, set this to the IP address of the phone
# or the machine running the phone software and Wondershaper will be
# even better. If left blank will remove the VoIP RT10 Class completely.
PHONE_IP=10.42.42.5
# PHONE_IP VoIP Class 10 RTP data - set to desired rate (90000 recommended)
# If left blank will remove the VoIP RT10 Class completely.
RT10=90000
# To forward RTP or SIP ports, set the appropriate FORWARD_XXX=y
# Note that forwarding udp ports will have security implications.
# VOIP rtp data ports - LOwest and HIghest port number in range
# get from your VoIP provider Skype ports I use shown below
LO_RTPPORT=15403
HI_RTPPORT=15403
FORWARD_RTP=n
# INT - SIP priority ports - space separated if > 1
# get from your VoIP provider - normally "5060" or "5060 5061"
INTPORTS=""
FORWARD_SIP=n
#
#=============================================================================
#