Polycom VR-6000の取扱説明書

36ページ 0.39 mb
ダウンロード

ページに移動 of 36

Summary
  • Polycom VR-6000 - page 1

    April, 2008 Edition 1725-17693-300 Rev. A SIP 3.0.2 W eb Application Developer’ s Guide for the SoundPoint ® IP/SoundStation ® IP Family SIP 3.0.2 ...

  • Polycom VR-6000 - page 2

    Polycom Inc. 4750 Willow Road Pleasanton, CA 94588-2708 USA No part of this document may be reproduce d or transmitted in any form or by any means, el ectronic or mechanical, for any purpose, without the express written permission of Polycom, Inc. Under the law, reprod ucing includ es translating into another language or format. As between the part ...

  • Polycom VR-6000 - page 3

    iii About This Guide The Developer’s Guide for the SoundPoint IP / SoundStation IP family is for developers of applications which use the Microbrowser on Soun dPoint IP / SoundStation IP phones. The following relat ed documents for Soun dPoint IP / SoundStation IP family are available: • Quick Start Guides, which describe how to assemble the ph ...

  • Polycom VR-6000 - page 4

    Developer’ s Guide SoundPoint IP / SoundStation IP iv ...

  • Polycom VR-6000 - page 5

    v Contents About This Guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . iii 1 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1–1 What is the Microbrowser . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1–1 What is XHTML . . . . . . . . . . . . . . . . . . . ...

  • Polycom VR-6000 - page 6

    Developer’ s Guide SoundPoint IP / SoundStation IP vi ...

  • Polycom VR-6000 - page 7

    1 - 1 1 Over view This chapter provides an overview of the Microbrowser available on SoundPoint IP 330/320 , 430, 501, 550, 560, 6 00, 601, 650, and 670 desktop phones and SoundStation IP 4000, 6000, and 7000 conference phones. It also provides an introduction to XHTML and guidelines for the application development. This chapter contains informatio ...

  • Polycom VR-6000 - page 8

    Developer’ s Guide SoundPoint IP / SoundStation IP 1 - 2 The XHTML pages displayed on the Micr obrowser can contain static or dynamic information. Static XHTML. These pages are created us ing XHTML editors and hoste d by the Web server. These pages are accessed from the Microbrowser (usin g HTTP protocol) by entering the URL to a ccess the page. ...

  • Polycom VR-6000 - page 9

    Over view 1 - 3 where XHTML was divided up into ‘mod ules’, where any features abo ve and beyond a skeleton set were gro uped into individual modules . User agent (UA) developers could then d ecide which extensions to support. A s imple user agent can be considered a fully compli ant user agent by supporting only the Basic module, whereas a mor ...

  • Polycom VR-6000 - page 10

    Developer’ s Guide SoundPoint IP / SoundStation IP 1 - 4 • Company directory • Stock ticker Dependin g on the type and complexity of the application, you might use one of the following tools for creation: • Text editor • XML editor • Microsoft Word When designing applicati ons, you migh t want to consider the following guidelines: 1. Sp ...

  • Polycom VR-6000 - page 11

    2 - 1 2 Application Development This chapter provides informati on on supported XHTML elements. It describes HTTP support and the Microbrows er user interface. It also describes the configuration parameters that can be found in sip.cfg . This chapter presents step-by-step in structions on how to develop an XHTML application that can be run on the M ...

  • Polycom VR-6000 - page 12

    Developer’ s Guide SoundPoint IP / SoundStation IP 2 - 2 • Table Tags • Meta Information Tags Unsupported elements and attributes are de scribed in Unsupported XHTML Elements on page A-1 . Basic T ags The following basic tags are supported: • <!DOCTYPE> —Defines the document type • <!--...--> —Defines a comment <!DOCTYP ...

  • Polycom VR-6000 - page 13

    Application Development 2 - 3 <!--...--> The comment tag is used to insert a comment in the source code. A comment will be ignored by the browser. You can use comments to explain your code , which can help you when you edit the source code at a later date. This tag does not have any attributes. Link T ags The following link tag is supported: ...

  • Polycom VR-6000 - page 14

    Developer’ s Guide SoundPoint IP / SoundStation IP 2 - 4 <form> The form element creates a form for user input. A form can contain text fields, check boxes, radio buttons and more. Forms are used to pass user d ata to a specified URL. The following attributes are supported: Note The Microbrowser supports both the GET and POST methods for su ...

  • Polycom VR-6000 - page 15

    Application Development 2 - 5 <input> The <input> tag defines the start of an input field where the user can enter data. In XHTML the <input> tag must be properly closed. The following attributes are supported: Attribute Va l ue / s Description checked checked Indicates that the input elem ent should be checked when it first loads ...

  • Polycom VR-6000 - page 16

    Developer’ s Guide SoundPoint IP / SoundStation IP 2 - 6 Image T ags The following image t ag is supported: • <img> —Defines an image The Microbrowser supports imag es stored in uncompressed .bmp format. While all BMP bit depths will be displayed to the best of the phone’s ability, it is recommended that the image format most suitable ...

  • Polycom VR-6000 - page 17

    Application Development 2 - 7 Ta b l e Ta g s The following tabl e tags are supported: • <table> —Defines a table • <tr> —Defines a table row • <td> —Defines a table cell • <tbody> —Defines a table body <table> The <table> tag defines a table. Inside a <table> tag you can put table headers, ...

  • Polycom VR-6000 - page 18

    Developer’ s Guide SoundPoint IP / SoundStation IP 2 - 8 <tr> This tag defines a row in a table. The following attributes are supported: <td> This tag defines a cell in a table. The following attributes are supported: Attribute Va l ue / s Description align right left center justify char Defines the text alignment in cells. Attribute ...

  • Polycom VR-6000 - page 19

    Application Development 2 - 9 <tbody> This tag defines a table body. The thead, tfoot and tbody elements enable you to group rows in a tabl e. The following attributes are supported: Meta Information T ags The following meta information tags are supported: • <head> —Defines information about the document <head> The head elemen ...

  • Polycom VR-6000 - page 20

    Developer’ s Guide SoundPoint IP / SoundStation IP 2 - 10 — HTTP over SSL/TLS — Self-signed or custom CA certificates • There are the following exception s: — There is no sophisticated caching. The HTML cache refresh META tag is not supported. — Any images in the body of a document with the same URL are assumed to be the same image. Th ...

  • Polycom VR-6000 - page 21

    Application Development 2 - 11 • A n i n s t a n c e t h a t d o e s n o t s u p p o r t u s er input, but appears in a window on the idle display Launching the Microbrowser The first time the Applications ke y is press ed, the main Mic robrowser loads the home page specified in the mb.main.home configuration parameter. Subsequent presses of the ...

  • Polycom VR-6000 - page 22

    Developer’ s Guide SoundPoint IP / SoundStation IP 2 - 12 When the user has focused on a link that they would like to follow, or a form element they would like to toggle, they press the Select key. This will either generate a request for the linke d page or toggle the selection of an element in the form. When the focus moves to fields which are e ...

  • Polycom VR-6000 - page 23

    Application Development 2 - 13 T o allow an application to be r un from the Microbrowser: 1. Open a new configuration file in an XML editor. 2. Add the Microbrowser <mb> parameter. 3. Set mb.proxy to the address of the desired HTTP proxy to be used by the Microbrowser. For example, mb.proxy=10.11.32.103:8080 where 10.11.32.103 is proxy server ...

  • Polycom VR-6000 - page 24

    Developer’ s Guide SoundPoint IP / SoundStation IP 2 - 14 T o develop a static XHTML application: 1. Create a Sample.xhtml page with static information to be displayed. In this case, the static information will be "Hello World!". <html> <head> <title>Sample Application</t itle> </head> <body> <p> ...

  • Polycom VR-6000 - page 25

    Application Development 2 - 15 <!- - BODY END - -> </html> 2. Configure the Web server to serve the above XHTML file. For example, if you are using Apache To mcat to try this example, put this file into the webappsPLCM folder of Tomcat. 3. Write an application that is going to retrieve the stock informa tion from a data service provide ...

  • Polycom VR-6000 - page 26

    Developer’ s Guide SoundPoint IP / SoundStation IP 2 - 16 <!-- START DISPLAY BMP FILE --> <img src="quote.bmp"/> <!-- END DISPLAY BMP FILE -- > </body> </html> 4. Configure the Web server to deploy the above JSP file. For example, if you are using Apache To mcat to try this example, put this file into the w ...

  • Polycom VR-6000 - page 27

    3 - 1 3 T roubleshooting This chapter presents problems, li kely causes, and corrective actions. Problems are grouped as follows: • XML Errors If you still need as sistance, c ontact your system administrator. XML Errors Symptom Problem Corrective Action Improperly formatted tables could cause the phone to stop and restart or display the error ? ...

  • Polycom VR-6000 - page 28

    Developer’ s Guide SoundPoint IP / SoundStation IP 3 - 2 ...

  • Polycom VR-6000 - page 29

    A - 1 A Appendix This appendix provides information on unsupported XHTML elements. Unsuppor ted XHTML Elements The unsupported elements and attributes are: Ta g Ty p e T ag Description Basic T ags <html>—Defines HTML document. <body>—Defines docu ments’ body . <h1> to <h6>—Defines header 1 to header 6. <p>—De ...

  • Polycom VR-6000 - page 30

    Developer’ s Guide SoundPoint IP / SoundStation IP A - 2 Output T ags <pre>—Defines preformatted text. <code>—Defines computer code text. <tt>—Defines teletype text. <kbd>—Defines keyboard text. <var>—Defin es a va ri ab l e. <dfn>—De fi ne s a de fi n i ti on te rm. <samp>—Defines sample co ...

  • Polycom VR-6000 - page 31

    Appendix A - 3 Input T ags <form>—Defines a form. The following attributes ar e not supp orte d: accept, accept charset, enctype, target, class, id, style, title, dir , lang, and accesskey . <input>—Defines an input field. The following attributes are not su pported: accept, align, alt, disabled, maxlength , readonly , size, arc, ty ...

  • Polycom VR-6000 - page 32

    Developer’ s Guide SoundPoint IP / SoundStation IP A - 4 Ta b l e Ta g s <table>—Defines a table. The following atrribu te s are not supported: bgcolo r , frame, rules, summary , id, cla ss, title, style, dir , lang, and xml:lang. <caption>—Defines a table caption. <col>—Defines attributes for table columns. <th>—D ...

  • Polycom VR-6000 - page 33

    Appendix A - 5 Programming T ags <script>—Defines a script <noscript>—Defines a noscript section <applet>—Deprec ate d. Defines an applet <object>—Defi nes an embe dded object <param>—Defines a parameter for an object Ta g Ty p e T ag Description ...

  • Polycom VR-6000 - page 34

    Developer’ s Guide SoundPoint IP / SoundStation IP A - 6 ...

  • Polycom VR-6000 - page 35

    Index – 1 Index A application development process 2–12 B basic tags supported 2–2 unsupported A–1 block tags unsupported A–2 C character format tags unsupported A–1 configuration parameters, changes t o 2–12 F frame tags unsupported A–2 H HTTP support 2–9 I image tags supported 2–6 unsupported A–3 input tags supported 2–3 un ...

  • Polycom VR-6000 - page 36

    Developer’ s Guide SoundPoint IP / SoundStation IP Index – 2 X XHTML, definition 1–2 ...

メーカー Polycom カテゴリー IP Phone

Polycom VR-6000のメーカーから受け取ることができるドキュメントは、いくつかのグループに分けられます。その一部は次の通りです:
- #BRANDの図面#
- VR-6000の取扱説明書
- Polycomの製品カード
- パンフレット
- またはPolycom VR-6000の消費電力シール
それらは全部重要ですが、デバイス使用の観点から最も重要な情報は、Polycom VR-6000の取扱説明書に含まれています。

取扱説明書と呼ばれる文書のグループは、Polycom VR-6000の取り付け説明書、サービスマニュアル、簡易説明書、またはPolycom VR-6000のユーザーマニュアル等、より具体的なカテゴリーに分類されます。ご必要に応じてドキュメントを検索しましょう。私たちのウェブサイトでは、Polycom VR-6000の製品を使用するにあたって最も人気のある説明書を閲覧できます。

関連する取扱説明書

Polycom VR-6000デバイスの取扱説明書はどのようなものですか?
取扱説明書は、ユーザーマニュアル又は単に「マニュアル」とも呼ばれ、ユーザーがPolycom VR-6000を使用するのを助ける技術的文書のことです。説明書は通常、全てのPolycom VR-6000ユーザーが容易に理解できる文章にて書かれており、その作成者はその分野の専門家です。

Polycomの取扱説明書には、基本的な要素が記載されているはずです。その一部は、カバー/タイトルページ、著作権ページ等、比較的重要度の低いものです。ですが、その他の部分には、ユーザーにとって重要な情報が記載されているはずです。

1. Polycom VR-6000の説明書の概要と使用方法。説明書にはまず、その閲覧方法に関する手引きが書かれているはずです。そこにははPolycom VR-6000の目次に関する情報やよくある質問、最も一般的な問題に関する情報を見つけられるはずです。つまり、それらはユーザーが取扱説明書に最も期待する情報なのです。
2. 目次。Polycom VR-6000に関してこのドキュメントで見つけることができる全てのヒントの目次
3. Polycom VR-6000デバイスの基本機能を使うにあたってのヒント。 Polycom VR-6000のユーザーが使い始めるのを助けてくれるはずです。
4. トラブルシューティング。Polycom VR-6000に関する最も重要な問題を診断し、解決するために役立つ体系化された手続き
5. FAQ。よくある質問
6. 連絡先。一人では問題を解決できない場合に、その国におけるPolycom VR-6000のメーカー/サービスへの連絡先に関する情報。

Polycom VR-6000についてご質問がありますか?

次のフォームを使用してください

見つけた説明書を読んでもPolycom VR-6000の問題を解決できない場合、下記のフォームを使用して質問をしましょう。ユーザーのどなたかがPolycom VR-6000で同様の問題を抱えていた場合、その解決方法を共有したいと考えるかもしれません。

画像のテキストを入力してください

コメント (0)