Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Exchange Integration w/96xx SIP

Status
Not open for further replies.

chuck14

Technical User
May 5, 2003
120
US
Hello All,
Is there away to have your exchange peresonal contacts integrated on the 96xx phones? I know you can do this using Softphone.

Thanks
 
Yes you can. first you should edit 46xxsettings.txt as shown below, with appropriate seetings for Exchange...
Then when 96xx SIP boots up, enter username & password (somewhere in submenus, can't remember right now where) to register to your exchange account.

#################### EXCHANGE SETTINGS ###################
##
## Exchange Calendar Enabled
## Determines whether phone will retrieve calendar data
## from Microsoft Exchange
## 0 for No
## 1 for Yes
SET USE_EXCHANGE_CALENDAR 1
##
## Exchange Calendar Display
## Determines whether menu item(s) for Exchange® Calendar
## integration are displayed on the phone. This parameter
## is not supported on 16cc phones.
## 0 for No
## 1 for Yes
SET PROVIDE_EXCHANGE_CALENDAR 1
##
## Exchange Domain
## Specifies domain information for URL used to obtain
## Exchange contacts and calendar data. Appended to
## Exchange User ID specified in phone menus.(0 to 255
## ASCII characters). This parameter is not supported
## on 16cc phones.
SET EXCHANGE_USER_DOMAIN exchange.mycompany.com
##
## Exchange Server List
## A list of one or more Exchange servers to be accessed
## for contacts and calendar data. The default is null
## (""), but valid values are zero or more IP addresses
## in dotted-decimal or DNS format, separated by commas
## without intervening spaces, to a maximum of 255 ASCII
## characters. This parameter is not supported on 16cc
## phones.
## SET EXCHANGE_SERVER_LIST example
##
## For additional Exchange-related settings, see the
## CONTACTS SETTINGS section.
##
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top