Difference between revisions of "Call and Relay operation by URL"
From Zenitel Wiki
(Created page with "{{PS}} 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. Deactivate the relay: http:...") |
|||
(7 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{S}} |
− | It is possible to operate the relay on a station by an URL. | + | It is possible to initiate a call and 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. | In the examples below 10.5.2.138 is the IP address of the Pulse/SIP station. | ||
− | + | * Call station number 10: | |
− | + | <nowiki>http://10.5.2.138/goform/zForm_webcall?message=Place+call&webcall=10</nowiki> | |
− | |||
− | |||
− | |||
− | http://10.5.2.138/goform/zForm_webcall? | ||
− | |||
− | |||
+ | * Cancel the call: | ||
+ | <nowiki>http://10.5.2.138/goform/zForm_webcall?message=Stop+call</nowiki> | ||
− | [[Category: | + | *Activate the relay: |
+ | <nowiki>http://10.5.2.138/goform/zForm_webcall?activate=Activate</nowiki> | ||
+ | |||
+ | *Deactivate the relay: | ||
+ | <nowiki>http://10.5.2.138/goform/zForm_webcall?deactivate=Deactivate</nowiki> | ||
+ | |||
+ | *Activate the relay with a timer (here 1 second): | ||
+ | <nowiki>http://10.5.2.138/goform/zForm_webcall?activate=Activate&relaytimer=1</nowiki> | ||
+ | |||
+ | *Activate the relay with a timer (here 20 seconds): | ||
+ | <nowiki>http://10.5.2.138/goform/zForm_webcall?activate=Activate&relaytimer=20</nowiki> | ||
+ | |||
+ | |||
+ | [[Category: SIP intercom - Configuration]] |
Latest revision as of 09:01, 13 September 2019
It is possible to initiate a call and 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.
- Call station number 10:
http://10.5.2.138/goform/zForm_webcall?message=Place+call&webcall=10
- Cancel the call:
http://10.5.2.138/goform/zForm_webcall?message=Stop+call
- 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