Hello developers,
i have noticed that the telephony integration is not pretty printing
phone numbers clean enough for interating with tksuite:%1?call urls.
It is required to have numbers only, no white-space phone numbers.
Patching etemplate/js/et2_widget_url.js by inserting these lines after
line 158 helps
value = value.replace(’+’,‘00’);
value = value.replace(/ /g,’’);
Best regards,
Sebastian Hültenschmidt
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers