Integrate Dial-URLs into Web pages |
By means of especially formatted hyperlinks you can hand over phone numbers from a Web page (Intranet) simply by click to the CTI client to dial it. This function is supported from version 2.1.107. |
Example "dialling" |
|
via "cticlient:" |
|
|
HTML code: |
<a href="cticlient: /dial +49 3727 9999">+49 3727 9999</a> |
|
Browser view: |
+49 3727 9999 |
|
|
via "callto:" |
|
|
HTML code: |
<a href="callto:+49 3727 9999">+49 3727 9999</a> |
|
|
or: |
|
|
<a href="callto://+49 3727 9999/">+49 3727 9999</a> |
|
Browser view: |
+49 3727 9999 +49 3727 9999 |
|
|
Hint: You can avtivate the "callto" command via [Options > Interworking] or via SETUP.INI parameter "Reg_callto". |
|
|
via "tel:" |
|
|
HTML code: |
<a href="tel:+49-3727-9999">+49 3727 9999</a> |
|
Browser view: |
+49 3727 9999 |
|
|
Hint: You can avtivate the "tel" command via [Options > Interworking] or via SETUP.INI parameter "Reg_tel". |
|
|
Example "Hanging Up" |
|
via "cticlient:" |
|
|
HTML code: |
<a href="cticlient: /drop">Hang up</a> |
|
Browser view: |
Hang Up |
|
|