Aastra Telecom will not accept liability for any damages and/or long distance charges, which result from
Draft 1
unauthorized and/or unlawful use. While every effort has been made to ensure accuracy, Aastra Telecom will
not be liable for technical or editorial errors or omissions contained within this documentation. The
information contained in this documentation is subject to change without notice.
Copyright 2008 Aastra Telecom. www.aastratelecom.com
All Rights Reserved.
Software License Agreement
Draft 1
Aastra Telecom Inc., hereinafter known as "Seller", grants to Customer a
personal, worldwide, non-transferable, non-sublicenseable and non-exclusive,
restricted use license to use Software in object form solely with the Equipment for
which the Software was intended. This Product may integrate programs, licensed
to Aastra by third party Suppliers, for distribution under the terms of this
agreement. These programs are confidential and proprietary, and are protected as
such by copyright law as unpublished works and by international treaties to the
fullest extent under the applicable law of the jurisdiction of the Customer. In
addition, these confidential and proprietary programs are works conforming to the
requirements of Section 401 of title 17 of the United States Code. Customer shall
not disclose to any third party such confidential and proprietary programs and
information and shall not export licensed Software to any country except in
accordance with United States Export laws and restrictions.
Customer agrees to not reverse engineer, decompile, disassemble or display
Software furnished in object code form. Customer shall not modify, copy,
reproduce, distribute, transcribe, translate or reduce to electronic medium or
machine readable form or language, derive source code without the express
written consent of the Seller and its Suppliers, or disseminate or otherwise
disclose the Software to third parties. All Software furnished hereunder (whether
or not part of firmware), including all copies thereof, are and shall remain the
property of Seller and its Suppliers and are subject to the terms and conditions of
this agreement. All rights reserved.
Customer's use of this software shall be deemed to reflect Customer's agreement
to abide by the terms and conditions contained herein. Removal or modification
of trademarks, copyright notices, logos, etc., or the use of Software on any
Equipment other than that for which it is intended, or any other material breach of
this Agreement, shall automatically terminate this license. If this Agreement is
terminated for breach, Customer shall immediately discontinue use and destroy or
return to Seller all licensed software and other confidential or proprietary
information of Seller. In no event shall Selle r or its suppliers or licensors be liable
for any damages whatsoever (including without limitation, damages for loss of
business profits, business interruption, loss of business information, other
pecuniary loss, or consequential damages) arising out of the use of or inability to
use the software, even if Seller has been advised of the possibility of such
damages.
41-001160-03, Rev 00, Release 2.4iii
Draft 1
Third Party Copyright Compliance
Draft 1
This product contains software provided under license to Aastra Telecom by one
or more third parties. In addition to the Aastra SLA shown above, use and
distribution of this product is subject to the following license terms:
Expat XML Parser
Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd and Clark Cooper
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Expat maintainers.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
associated documentation files (the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
M5T and are protected by Canadian copyright laws, other applicable copyright laws and
international treaty provisions. M5T and its suppliers retain all rights not expressly granted.
MD5 RSA
Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All rights reserved.
License to copy and use this software is granted provided that it is identified as the "RSA Data
Security, Inc. MD5 Message-Digest Algorithm" in all material mentioning or referencing this
software or this function. License is also granted to make and use derivative works provided that
such works are identified as "derived from the RSA Data Security, Inc. MD5 Message-Digest
Algorithm" in all material mentioning or referencing the derived work.
RSA Data Security, Inc. makes no representations concerning either the merchantability of this
software or the suitability of this software for any particular purpose. It is provided "as is" without
express or implied warranty of any kind.
These notices must be retained in any copies of any part of this documentation and/or software.
OpenSSL
License Issues
The OpenSSL toolkit stays under a dual license, i.e. both the conditions of the OpenSSL License
and the original SSLeay license apply to the toolkit. See below for the actual license texts.
Actually both licenses are BSD-style Open Source licenses. In case of any license issues related to
OpenSSL please contact openssl-core@openssl.org.
vi41-001160-03, Rev 00, Release 2.4
OpenSSL License
Draft 1
/* ============================================================
* Copyright (c) 1998-2007 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
*
* 3. All advertising materials mentioning features or use of this
* software must display the following acknowledgment:
* "This product includes software developed by the OpenSSL Project
* for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
*
* 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
* endorse or promote products derived from this software without
* prior written permission. For written permission, please contact
* openssl-core@openssl.org.
*
* 5. Products derived from this software may not be called "OpenSSL"
* nor may "OpenSSL" appear in their names without prior written
* permission of the OpenSSL Project.
*
* 6. Redistributions of any form whatsoever must retain the following
* acknowledgment:
41-001160-03, Rev 00, Release 2.4 vii
* "This product includes software developed by the OpenSSL Project
Draft 1
* for use in the OpenSSL Toolkit (http://www.openssl.org/)"
*
* THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT,
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
* OF THE POSSIBILITY OF SUCH DAMAGE.
* ====================================================================
*
* This product includes cryptographic software written by Eric Young
* (eay@cryptsoft.com). This product includes software written by Tim
* Hudson (tjh@cryptsoft.com).
*/
Original SSLeay License
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This library is free for commercial and non-commercial use as long as
viii41-001160-03, Rev 00, Release 2.4
* the following conditions are aheared to. The following conditions
Draft 1
* apply to all code found in this distribution, be it the RC4, RSA,
* lhash, DES, etc., code; not just the SSL code. The SSL documentation
* included with this distribution is covered by the same copyright terms
* except that the holder is Tim Hudson (tjh@cryptsoft.com).
*
* Copyright remains Eric Young's, and as such any Copyright notices in
* the code are not to be removed.
* If this package is used in a product, Eric Young should be given attribution
* as the author of the parts of the library used.
* This can be in the form of a textual message at program startup or
* in documentation (online or textual) provided with the package.
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
* "This product includes cryptographic software written by
* Eric Young (eay@cryptsoft.com)"
* The word 'cryptographic' can be left out if the rouines from the library
* being used are not cryptographic related :-).
* 4. If you include any Windows specific code (or a derivative thereof) from
* the apps directory (application code) you must include an acknowledgement:
* "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
*
* THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
41-001160-03, Rev 00, Release 2.4 ix
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
Draft 1
PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE
LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHER WISE) ARISING IN ANY
WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* The licence and distribution terms for any publically available version or
* derivative of this code cannot be changed. i.e. this code cannot simply be
* copied and put under another distribution licence
* [including the GNU Public Licence.]
*/
x41-001160-03, Rev 00, Release 2.4
libSRTP (SRTP) - Cisco
Draft 1
Copyright (c) 2001-2005 Cisco Systems, Inc. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted
provided that the following conditions are met:
•Redistributions of source code must retain the above copyright notice, this list of conditions
and the following disclaimer.
•Redistributions in binary form must reproduce the above copyright notice, this list of
conditions and the following disclaimer in the documentation and/or other materials provided
with the distribution.
•Neither the name of the Cisco Systems, Inc. nor the names of its contributors may be used to
endorse or promote products derived from this software without specific prior written
permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNES S FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SER VICES; LOSS
OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION).
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT ,
STRICT LIABILITY, OR TOR T (INCLUDING NEGLIGENCE OR OTHER WISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
41-001160-03, Rev 00, Release 2.4 xi
Wind River Systems - VxWorks software
Draft 1
The VxWorks Run-Time software module is Copyright (c) WindRiver Systems Inc, all rights
reserved. It is licensed for use, not sold. All use of this product and the VxWorks Run-Time
module is subject to agreement with the following EULA terms
With respect to the Run-Time Module, Wind River and its licensors are third party beneficiaries of
the End User License Agreement and that the provisions related to the Run-T ime Module are made
expressly for the benefit of, and are enforceable by, Wind River and its licensors.
Activities expressly prohibited: (i) copying the Run-Time Module, except for archive purposes
consistent with the End User’s archive procedures; (ii) transferring the Run-Time Module to a
third party apart from the Target Application; (iii) modifying, decompiling, disassembling, reverse
engineering or otherwise attempting to derive the Source Code of the Run-Time Module; (iv)
exporting the Run-Time Modu le or underlyin g technolog y in contravention of applicable U.S. and
foreign export laws and regulations; and (v) using the Run-Time Module other than in connection
with operation of the Target Application.
Aastra Telecom and Wind River Systems: (i) Retain ownership of all copies of the Run-Time
Module; (ii) expressly disclaim all implied warranties, including without limitation the implied
warranties of merchantability, fitness for a particular purpose, title and non-infringement; (iii)
exclude liability for any special, indirect, punitive, incidental and consequential damages; and (iv)
require that any further distribution of the Run-Time Module be subject to the same restrictions set
forth herein.
UPnP - Intel
INTEL SOFTWARE LICENSE AGREEMENT (Final, Site License)
IMPORTANT - READ BEFORE COPYING, INSTALLING OR USING.
Do not use or load this software and any associated materials (collectively, the "Software") until
you have carefully read the following terms and conditions. By loading or using the Software, you
agree to the terms of this Agreement. If you do not wish to so agree, do not install or use the
Software.
LICENSE. You may copy the Software onto your organization's computers for y our organization's
use, and you may make a reasonable number of back-up copies of the Software, subject to these
conditions:
xii41-001160-03, Rev 00, Release 2.4
1. You may not copy, modify, rent, sell, distribute or transfer any part of the Software except as
Draft 1
provided in this Agreement, and you agree to prevent unauthorized copying of the Software.
2. You may not reverse engineer, decompile, or disassemble the Software.
3. You may not sublicense the Software.
4. The Software may include portions offered on terms in addition to those set out here,
as set out in a license accompanying those portions.
OWNERSHIP OF SOFTWARE AND COPYRIGHTS. Title to all copies of the Software remains
with Intel or its suppliers. The Software is copyrighted and protected by the laws of the United
States and other countries, and international treaty provisions. You may not remove any copyright
notices from the Software. Intel may make changes to the Software, or to items referenced therein,
at any time without notice, but is not obligated to support or update the Software. Except as
otherwise expressly provided, Intel grants no express or implied right under Intel patents,
copyrights, trademarks, or other intellectual property rights. You may transfer the Software only if
the recipient agrees to be fully bound by these terms and if you retain no copies of the Software.
LIMITED MEDIA WARRANTY. If the Software has been delivered by Intel on physical media,
Intel warrants the media to be free from material physical defects for a period of ninety days after
delivery by Intel. If such a defect is found, return the media to Intel for replacement or alternate
delivery of the Software as Intel may select.
EXCLUSION OF OTHER WARRANTIES. EXCEPT AS PROVIDED ABOVE, THE
SOFTWARE IS PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED WARRANTY
OF ANY KIND INCLUDING WARRANTIES OF MERCHANTABILITY,
NONINFRINGEMENT, OR FITNESS FOR A PARTICULAR PURPOSE.
Intel does not warrant or assume responsibility for the accuracy or completeness of any
information, text, graphics, links or other items contained within the Software.
LIMITATION OF LIABILITY. IN NO EVENT SHALL INTEL OR ITS SUPPLIERS BE
LIABLE FOR ANY DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION,
LOST PROFITS, BUSINESS INTERRUPTION, OR LOST INFORMATION) ARISING OUT
OF THE USE OF OR INABILITY TO USE THE SOFTWARE, EVEN IF INTEL HAS BEEN
ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES. SOME JURISDICTIONS PROHIBIT EXCLUSION OR
41-001160-03, Rev 00, Release 2.4 xiii
LIMITATION OF LIABILITY FOR IMPLIED WARRANTIES OR CONSEQUENTIAL OR
Draft 1
INCIDENT AL DAMAGES, SO THE ABOVE LIMITATION MA Y NOT APPLY TO YOU. YOU
MAY ALSO HAVE OTHER LEGAL RIGHTS THAT VARY FROM JURISDICTION TO
JURISDICTION. TERMINATION OF THIS AGREEMENT.
Intel may terminate this Agreement at any time if you violate its terms. Upon termination, you will
immediately destroy the Software or return all copies of the Software to Intel.
APPLICABLE LAWS. Claims arising under this Agreement shall be governed by the laws of
California, excluding its principles of conflict of laws and the United Nations Convention on
Contracts for the Sale of Goods. You may not export the Software in violation of applicable export
laws and regulations. Intel is not obligated under any other agreements unless they are in writing
and signed by an authorized representative of Intel.
GOVERNMENT RESTRICTED RIGHTS. The Software is provided with "RESTRICTED
RIGHTS."
Use, duplication, or disclosure by the Government is subject to restrictions as set forth in
FAR52.227-14 and DFAR252.227-7013 et seq. or its successor. Use of the Software by the
Government constitutes acknowledgment of Intel's proprietary rights therein. Contractor or
Manufacturer is Intel Corporation, 2200 Mission College Blvd., Santa Clara, CA 95052.
xiv41-001160-03, Rev 00, Release 2.4
Contents
Draft 1
Software License Agreement iii
Third Party Copyright Compliance v
Expat XML Parser ........... ....................................... ... ... ... .... .....................................1-v
This SIP IP Phone Administrator Guide provides information on the basic
network setup, operation, and maintenance of the IP phones, Models 9143i, 9480i,
9480i CT and the 675xi Series IP Phones (6751i, 6753i, 6755i, 6757i, and
6757i CT). It also includes details on the functioning and configuration of the IP
phones.
Note: Features, characteristics, requirements, and configuration that are
specific to a particular IP phone model are indicated where required in
this guide.
Preface
Audience
This guide is for network administrators, system administrators, developers and
partners who need to understand how to operate and maintain the IP ph one on a
SIP network. It also provides some user-specific information.
This guide contains information that is at a technical level, more suitable for
system or network administrators. Prior knowledge of IP Telephony concepts is
recommended.
41-001160-03, Rev 00, Release 2.4xvii
IP Phone Administrator Guide
Draft 1
About this guide
Other Documentation
The IP phone documentation consists of:
•<Model-specific> SIP IP Phone Installation Guide – contains installation
and set-up instructions, information on general features and functions, and
basic options list customization. Included with the phone.
•Model 9143i, 9480i, 9480i CT, and 675xi Series SIP IP Phone Administrator Guide – explains how to set the phone up on the network, as
well as advanced configuration instructions for the SIP IP phone. This guide
contains information that is at a technical level more suitable for a system or
network administrator.
•<Model-specific> SIP IP Phone User Guides – explains the most common ly
used features and functions for an end user.
This Administrator Guide complements the Aastra product-specific Installation
Guide and the Aastra product-specific User Guide.
xviii41-001160-03, Rev 00, Release 2.4
Chapters and appendixes in this guide
Draft 1
This guide contains the following chapters and appendixes:
ForGo to
An overview of the IP Phones and the IP Phone firmware installation
information
IP Phone interface methodsChapter 2
Administrator options informationChapter 3
Configuring the Network and Global SIP Features on the IP PhoneChapter 4
Configuring operational information on the IP PhonesChapter 5
Configuring advanced operational information on the IP PhonesChapter 6
Encryption informationChapter 7
Firmware upgrade informationChapter 8
Troubleshooting solutionsChapter 9
Configuration parametersAppendix A
Configuring the IP Phones at the Asterisk PBXAppendix B
Sample configuration filesAppendix C
Sample BLF softkey settingsAppendix D
Sample multiple proxy server configurationAppendix E
Creating XML applicationsAppendix F
Chapter 1
41-001160-03, Rev 00, Release 2.4xix
Draft 1
Loading...
+ 1154 hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.