Sample handset-specific file – Polycom SpectraLink 8030 User Manual

Page 72

Advertising
background image

SpectraLink 8020/8030 Wireless Telephone: Administration Guide for SIP

72

PN: 1725-36038-001_E.doc

Sample handset-specific file

# SIP Extension Specific Configuration file format example


#
//////////////////////////////////////////////////////////////////////////////////////////////#

# ////// The administrator should enter the extension specific configuration
# ////// parameters for this extension in this section of the file
#

//////////////////////////////////////////////////////////////////////////////////////////////#

# Authentication credentials (Normally not stored in this file for security reasons)
# AUTH = username; password
#AUTH = 3001; 3001

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

# Line definitions
# Each definition should have LINEn, LINEn_PROXY and LINEn_CALLID

# LINEn is the dial number
# LINEn_PROXY is the PROXYn server this line should register with, typically
# defined in sip_allusers.cfg.

# LINEn_CALLID is shown on the standby display of 8020/8030 phones but not 8002
# or e/h340/i640 phones. The Asterisk Server converts the callID information
# to alternative forms defined in the Asterisk configuration files for

# display at the far end of a phone call.
# LINEn_AUTH is a means of associating a particular user-name/Password pair with a specific #

line.
# Like AUTH, there is a security risk associated with storing authentication credentials # in
this file.

# alternatively, the LINEn_AUTH setting information can be administered via the SIP Reg #
menus.
# Up to 5 line definitions can be made for each user

# Line definitions do not necessarily have to have different extensions
LINE1 = 3000
LINE1_PROXY = 1

LINE1_CALLID = Mouse, Mickey
LINE1_AUTH = 3000; 3000

# Two lines may map to the same extension to allow second incoming calls.
LINE2 = 3001

LINE2_PROXY = 1
LINE2_CALLID = Brady, Marsha
LINE2_AUTH = 3001; 3001

LINE3 = 3002
LINE3_PROXY = 1

LINE3_CALLID = Drew, Nancy
LINE3_AUTH = 3002; 3002

#LINE4 = 804
#LINE4_PROXY = 3
#LINE4_CALLID = Sip User 4

#LINE5 = 1014

#LINE5_PROXY = 2
#LINE5_CALLID = Sip User 5

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

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

Advertising