SpectraLink 8020/8030 Wireless Telephone: Administration Guide for SIP
74
PN: 1725-36038-001-H.doc
# to enter a call pickup number # for a call pickup Feature Access Code starting with *5
#FAVORITE = *5<Pickup Number:>; "Call Pickup"
# If user wants to add a comment for a FAVORITE, it should be added on the next line (not on the
same line where a FAVORITE is defined).
###############################################################################################
##### THIS SECTION EXPLAINS THE PROXY_N PARAMETERS IN MORE DETAIL AND GIVES FORMAT EXAMPLES ####
# One PROXYn_ADDR (PBX/Call Server) entry is required, additional ones are optional as you
# can register secondary line appearances with other PROXY servers
#
#PROXY1_ADDR = 172.29.102.131:5060
#PROXY2_ADDR = 172.29.0.140:5060
#-----------------------------------------------------------------------------------------#
# For each proxy of type NECSIP, one PROXYn_CONF_IP_ADDRESS is required. This value is
# the address of NEC PBX's IP PAD card.
#
#PROXY1_CONF_IP_ADDRESS =
172.29.102.131
#-----------------------------------------------------------------------------------------#
# To test ININ Redundancy PROXY1_FAILOVERIP is required. This value is the secondary IP address
# of the ININ server. If the primary server fails we need to use this address to make the calls.
#
#PROXY1_FAILOVERIP = 172.24.144.136
#-----------------------------------------------------------------------------------------#
#ProxyDomain can be omitted if a specific proxy domain name is not defined at the
# proxy server. If omitted, the ProxyDomain defaults to the IP address of the
# proxy server.
# (below are examples of different ways to specify a domain)
#PROXY1_DOMAIN = plcmengr.com
#PROXY1_DOMAIN = 10.0.0.138
#PROXY1_DOMAIN = axlx.engr.local
#-----------------------------------------------------------------------------------------#
# PROXYn_MAIL_SUBSCR is who we should subscribe to for mail center notifications
# This is needed only if the user is not subscribed automatically at registration.
# It is almost never required in current versions of Asterisk to specify this.
# If you are using Asterisk (non-business edition) before v1.2, this is necessary.
# This example is actually specific for a line number:3001
#PROXY1_MAIL_SUBSCR = sip:3001@vmail.asterisk.com
#-----------------------------------------------------------------------------------------#
# PROXYn_MAIL_ACCESS is the main voicemail dial number
# Examples:
#PROXY1_MAIL_ACCESS = 7999
# PROXY1_MAIL_ACCESS = sip:7999@10.0.0.138
# PROXY1_MAIL_ACCESS = 7999@10.0.0.138
# PROXY1_MAIL_ACCESS = 7999
#-----------------------------------------------------------------------------------------#
#PROXYn_KEYPRESS_2833 controls generation of in-stream RFC2833 formatted key
# press events. Normally you want this to be disabled for Asterisk but it depends
# on your configuration and what you want to be able to do.
# If you are going to do OAI integration, this must be disabled.
# The default is disable
#PROXY1_KEYPRESS_2833 = disable