Howto:Make calls using phones web interface: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
mNo edit summary  | 
				mNo edit summary  | 
				||
| (One intermediate revision by one other user 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:  | ||
| Line 30: | Line 37: | ||
  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 -->  | <!-- Keywords: dial hookup anrufen wählen telnet commands -->  | ||
Latest revision as of 13: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.