Howto:Make calls using phones web interface: Difference between revisions
Jump to navigation
Jump to search
New page: This article describes telnet commands to initiate calls from phones web interface or telnet command line. ==Applies To== This information applies to * IP110, V6 * IP200, V6 * IP230, V6... |
mNo edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 9: | Line 9: | ||
* IP230, V6 | * IP230, V6 | ||
* IP72, V6 | * IP72, V6 | ||
Obsolete: | |||
The commands described in this article are obsolete since Web GUI of the | |||
IP-Phones supports starting and dropping of calls since V7. | |||
The commands were removed in V9 from firmware. | |||
==More Information== | ==More Information== | ||
Line 16: | Line 23: | ||
===Available Commands=== | |||
dials number, returns handle: | dials number, returns handle: | ||
mod cmd PHONE APP dial <nummer> | mod cmd PHONE APP dial <nummer> | ||
drop handle: | drop handle: | ||
mod cmd PHONE APP drop <handle> | mod cmd PHONE APP drop <handle> | ||
hookup handle (active or alerting): | hookup handle (active or alerting): | ||
mod cmd PHONE APP handle | mod cmd PHONE APP handle | ||
auto call control, drops active call, hookup alerting, etc.: | auto call control, drops active call, hookup alerting, etc.: | ||
mod cmd PHONE APP ctl <handle> | mod cmd PHONE APP ctl <handle> | ||
== Related Articles == | |||
This interface is not meant to create 1st party CTI applications. Rather use SOAP for this. | |||
[[Reference:SOAP API]] | |||
<!-- Keywords: dial hookup anrufen wählen telnet commands --> | |||
dial hookup anrufen wählen telnet commands | |||
[[Category:Howto|{{PAGENAME}}]] | [[Category:Howto|{{PAGENAME}}]] |
Latest revision as of 14:40, 30 June 2011
This article describes telnet commands to initiate calls from phones web interface or telnet command line.
Applies To
This information applies to
- IP110, V6
- IP200, V6
- IP230, V6
- IP72, V6
Obsolete: The commands described in this article are obsolete since Web GUI of the IP-Phones supports starting and dropping of calls since V7. The commands were removed in V9 from firmware.
More Information
To dial a number 35 on phone with IP-Address 192.168.0.1 use telnet or following URL:
http://192.168.0.1/!mod cmd PHONE APP dial 35
Available Commands
dials number, returns handle:
mod cmd PHONE APP dial <nummer>
drop handle:
mod cmd PHONE APP drop <handle>
hookup handle (active or alerting):
mod cmd PHONE APP handle
auto call control, drops active call, hookup alerting, etc.:
mod cmd PHONE APP ctl <handle>
Related Articles
This interface is not meant to create 1st party CTI applications. Rather use SOAP for this.