Howto:Make calls using phones web interface: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 16: Line 16:




==Availible Commands==
===Available Commands===


dials number, returns handle:
dials number, returns handle:
Line 30: Line 30:
  mod cmd PHONE APP ctl <handle>
  mod cmd PHONE APP ctl <handle>


<!-- == Related Articles == -->
== 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 -->

Revision as of 12:36, 18 April 2008

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

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.

Reference:SOAP API