Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Image AddedImage Added






How to Send Http Post
on Htek IP Phones





























Version 2.0.4.4.39
Apr. 2018
Table of Contents
1. Configuration on the phone's web page.
2. Send http post
3. For example:use 'Send HTTP Tool'

Anchor
_Toc512603588
_Toc512603588
Configuration on the phone's web page

Setting->Features->Remote Control->Push xml Server IP:
Fill in IP address which the phone will receive http post from.
Image Added

Anchor
_Toc512603589
_Toc512603589
Send http post

(1) You should post to: http://IP/ipphone_xml_push

Note: IP is your phone's IP.

(2) Content-Type: text/xml
Content-Length: 126
Expect: 100-continue
(3) XML format:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<Configuration Beep="yes">
<P271 para="Account1.Active">0</P271>
</Configuration>
(4) Account enable or disable is set by P271:
Enable:1; disable:0;

Anchor
_Toc512603590
_Toc512603590
For example: use 'Send HTTP Tool'

phone device: 252model: UC924ip address: 192.168.1.131
Image Added
Image Added Image Added
As shown above, the account will be disable.
In a similar way, you can set: <P271 para="Account1.Active">1</P271> to enable account.

Note: The xml is generated by your PBX and then send to the phone.