#------------------------------------------------------------------------------
# Optional package: sip		Thomas Ries  (tries@gmx.net)
#                               Jrgen Schneider - jsffm@web.de
#------------------------------------------------------------------------------
OPT_SIP='no'		# yes or no
SIP_INBOUND='eth0'
SIP_OUTBOUND='ppp0'

#    Access lists in the form: IP/mask (ex. 10.0.0.1/24)
#    multiple entries may be separated by commas NO SPACES ARE ALLOWED!!
#    Empty list means 'does not apply' - no filtering is done then.

SIP_HOSTS_ALLOW_REG=''	# defines nets where we accept registrations from
SIP_HOSTS_ALLOW_SIP=''	# defines nets where we accept SIP traffic from
SIP_HOSTS_DENY_SIP=''	# defines nets where we deny SIP traffic from

# Port range where to allocate listen ports for incoming RTP traffic
#    this should be a range that is not blocked by the firewall

SIP_PORT_LOW='7070'
SIP_PORT_HIGH='7080'

