Hi,
With Ox5 it's possible to add a link on a phone number by make some change in the file /opt/openexchange/groupware/intranet.conf
Ex:
faxURL=$fax
phoneURL=<a href="#" OnClick="JavaScript: Dial('$phone');">$phone</a>
smsURL=$sms
faxEnabled=link
The javascript function Dial() make your IP phone call the numner $phone.
And this option was great to integrate some VOIP solution in OpeneXchange.
Do the same feature exist in OX Express Edition ?
Best regards,
Hug
With Ox5 it's possible to add a link on a phone number by make some change in the file /opt/openexchange/groupware/intranet.conf
Ex:
faxURL=$fax
phoneURL=<a href="#" OnClick="JavaScript: Dial('$phone');">$phone</a>
smsURL=$sms
faxEnabled=link
The javascript function Dial() make your IP phone call the numner $phone.
And this option was great to integrate some VOIP solution in OpeneXchange.
Do the same feature exist in OX Express Edition ?
Best regards,
Hug
Comment