Actions

Difference between revisions of "Call and Relay operation by URL"

From Zenitel Wiki

Line 5: Line 5:
  
 
*Activate the relay:
 
*Activate the relay:
  http://10.5.2.138/goform/zForm_webcall?activate=Activate
+
  <nowiki>http://10.5.2.138/goform/zForm_webcall?activate=Activate</nowiki>
  
 
*Deactivate the relay:
 
*Deactivate the relay:
  http://10.5.2.138/goform/zForm_webcall?deactivate=Deactivate
+
  <nowiki>http://10.5.2.138/goform/zForm_webcall?deactivate=Deactivate</nowiki>
  
 
*Activate the relay with a timer (here 1 second):
 
*Activate the relay with a timer (here 1 second):
  http://10.5.2.138/goform/zForm_webcall?activate=Activate&amp;relaytimer=1
+
  <nowiki>http://10.5.2.138/goform/zForm_webcall?activate=Activate&amp;relaytimer=1</nowiki>
  
 
*Activate the relay with a timer (here 20 seconds):
 
*Activate the relay with a timer (here 20 seconds):
  http://10.5.2.138/goform/zForm_webcall?activate=Activate&amp;relaytimer=20<br><br>  
+
  <nowiki>http://10.5.2.138/goform/zForm_webcall?activate=Activate&amp;relaytimer=20</nowiki>  
  
  
 
[[Category:Pulse - Features]]
 
[[Category:Pulse - Features]]

Revision as of 16:08, 10 January 2017

PS.png

It is possible to operate the relay on a station by an URL.

In the examples below 10.5.2.138 is the IP address of the Pulse/SIP station.

  • Activate the relay:
http://10.5.2.138/goform/zForm_webcall?activate=Activate
  • Deactivate the relay:
http://10.5.2.138/goform/zForm_webcall?deactivate=Deactivate
  • Activate the relay with a timer (here 1 second):
http://10.5.2.138/goform/zForm_webcall?activate=Activate&relaytimer=1
  • Activate the relay with a timer (here 20 seconds):
http://10.5.2.138/goform/zForm_webcall?activate=Activate&relaytimer=20