Polycom SpectraLink 8030 User Manual

Page 69

Advertising
background image

Programming the SIP Handset Features

PN: 1725-36038-001_E.doc

69

FAVORITE = "1234"; "Site Security"
FAVORITE = "*98"; "Call Forwarding"


############################################################################################
###

##### 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

#-----------------------------------------------------------------------------------------#

#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:[email protected]

#-----------------------------------------------------------------------------------------#

# PROXYn_MAIL_ACCESS is the main voicemail dial number
# Examples:

#PROXY1_MAIL_ACCESS = 7999
# PROXY1_MAIL_ACCESS = sip:[email protected]
# PROXY1_MAIL_ACCESS = [email protected]

# 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

#-----------------------------------------------------------------------------------------#

#PROXYn_KEYPRESS_INFO controls generation of SIP INFO requests to the SIP server

# for keypress events. Normally you want this to be enabled.
# If you are going to do OAI integration, this must be enabled.
# The default is enable

#PROXY1_KEYPRESS_INFO = enable

#-----------------------------------------------------------------------------------------#

# PROXYn_HOLD_IP0 controls setting of media stream IP destination to 0.0.0.0 when

# a call is put on hold.
# PROXYn_HOLD_IP0 is not required for current versions of Asterisk.

Advertising