Phone Browser XML Applications
From Taridium
(→Supported Phone Types) |
(→Image Server URI) |
||
(14 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | Some ipbx applications and features are accessible via your phone XML browser (if supported). If your phones have been provisioned with auto-provisioning you will find the corresponding | + | Some ipbx applications and features are accessible via your phone's [[wikipedia:XML|XML]] browser (if supported). If your phones have been provisioned with auto-provisioning you will find the corresponding URLs pre-configured on your phone Application/Services menu. See below on how to configure your [[wikipedia:XML|XML]] URLs manually. |
- | [[Image:warning.gif]] Note that for security reasons, your phone needs to be registered | + | [[Image:warning.gif]] Note that for security reasons, your phone needs to be registered and setup for auto-provisioning (MAC address must match) in order to be able to display XML menus and applications. |
- | + | == Supported Phone Types == | |
* Aastra 5xi Series (particulary Aastra 57i) | * Aastra 5xi Series (particulary Aastra 57i) | ||
Line 9: | Line 9: | ||
* Polycom SoundPoint and SoundStation IP | * Polycom SoundPoint and SoundStation IP | ||
- | |||
Some phones will allow you to configure XML URL's via web interface or configuration files. The following URLs provide access to all suported applications and features for your phone: | Some phones will allow you to configure XML URL's via web interface or configuration files. The following URLs provide access to all suported applications and features for your phone: | ||
- | + | === Aastra Phones === | |
+ | ==== XML URL ==== | ||
http://[host name]/ipbx/xml/axml-main.xml | http://[host name]/ipbx/xml/axml-main.xml | ||
+ | ==== Image Server URI ==== | ||
+ | http://[host name]/ipbx/xml/imgsrv/ | ||
- | + | The http://[host name]/ipbx/xml/imgsrv/[caller ID].png URL will render any available [[User_Voicemail#Settings|profile picture]] stored on the ipbx server. Note that only images from users with the [[Voicemail#Hide_from_Directory|Hide from Directory]] option disabled (default) will be displayed. | |
+ | ==== Supported Applications ==== | ||
+ | |||
+ | * Corporate/Personal Directory | ||
+ | * Roaming | ||
+ | * Active Conferences | ||
+ | * Call Queues | ||
+ | * Voicemail Callback | ||
+ | |||
+ | === Cisco Phones === | ||
+ | |||
+ | ==== XML URL ==== | ||
http://[host name]/ipbx/xml/cxml-main.xml | http://[host name]/ipbx/xml/cxml-main.xml | ||
+ | ==== Supported Applications ==== | ||
- | + | * Corporate/Personal Directory | |
+ | * Roaming | ||
+ | * Active Conferences | ||
+ | * Call Queues | ||
+ | * Voicemail Callback | ||
+ | === Polycom Phones === | ||
+ | |||
+ | ==== XML URL ==== | ||
http://[host name]/ipbx/xml/pxml-main.xml | http://[host name]/ipbx/xml/pxml-main.xml | ||
+ | |||
+ | ==== Supported Applications ==== | ||
+ | |||
+ | * Corporate/Personal Directory | ||
+ | * Roaming | ||
+ | * Active Conferences | ||
+ | * Call Queues | ||
+ | * Voicemail Callback | ||
+ | |||
+ | == Generic XML Applications == | ||
+ | |||
+ | ipbx also provides [[wiki:RSS|RSS Feeds]] that return data in a standardized format, for custom applications and phones (e.g. Mitel). One example is the queue status: | ||
+ | |||
+ | http://[host name]/ipbx/xml/rss-queue.xml?queue=myqueuename | ||
+ | |||
+ | Note: If no queue name is specified the first queue in the configuration will be selected. | ||
+ | |||
+ | == Related Topics == | ||
+ | |||
+ | * [[Auto-provisioning]] | ||
+ | * [[Setup_Devices|Setup Devices]] |
Latest revision as of 18:40, 27 January 2010
Some ipbx applications and features are accessible via your phone's XML browser (if supported). If your phones have been provisioned with auto-provisioning you will find the corresponding URLs pre-configured on your phone Application/Services menu. See below on how to configure your XML URLs manually.
Note that for security reasons, your phone needs to be registered and setup for auto-provisioning (MAC address must match) in order to be able to display XML menus and applications.
Contents |
Supported Phone Types
- Aastra 5xi Series (particulary Aastra 57i)
- Cisco 79XX Series
- Polycom SoundPoint and SoundStation IP
Some phones will allow you to configure XML URL's via web interface or configuration files. The following URLs provide access to all suported applications and features for your phone:
Aastra Phones
XML URL
http://[host name]/ipbx/xml/axml-main.xml
Image Server URI
http://[host name]/ipbx/xml/imgsrv/
The http://[host name]/ipbx/xml/imgsrv/[caller ID].png URL will render any available profile picture stored on the ipbx server. Note that only images from users with the Hide from Directory option disabled (default) will be displayed.
Supported Applications
- Corporate/Personal Directory
- Roaming
- Active Conferences
- Call Queues
- Voicemail Callback
Cisco Phones
XML URL
http://[host name]/ipbx/xml/cxml-main.xml
Supported Applications
- Corporate/Personal Directory
- Roaming
- Active Conferences
- Call Queues
- Voicemail Callback
Polycom Phones
XML URL
http://[host name]/ipbx/xml/pxml-main.xml
Supported Applications
- Corporate/Personal Directory
- Roaming
- Active Conferences
- Call Queues
- Voicemail Callback
Generic XML Applications
ipbx also provides RSS Feeds that return data in a standardized format, for custom applications and phones (e.g. Mitel). One example is the queue status:
http://[host name]/ipbx/xml/rss-queue.xml?queue=myqueuename
Note: If no queue name is specified the first queue in the configuration will be selected.