- Joined
- Mar 22, 2019
- Messages
- 11
- Reaction score
- 11
I tried modifying the template for the scheduled conferences to be able to include a built-in dial functionality for call-in attendees.
I modified the template like this:
This seems to work well for 3CX generated emails, but we have users who use Office 365 and if they do this from the web client and choose Office 365 to set up the meeting/conference, the link is lost and it only shows the text for the One-Tap method twice but without any links for it, which just looks like a mess now.
Is there any fix for this or any idea of how to get it to work for both?
Michael
I modified the template like this:
HTML:
%%IF_EXTERNALNUMBER_PRESENT_START%%
<p style="margin:0">Or dial %%EXTERNALNUMBER%%, PIN: %%CONFERENCEID%%</p>
<p style="margin:0">One-Tap Dial & Join from Mobile Phone: <a href="tel:%%EXTERNALNUMBER%%,,%%CONFERENCEID%%%23" target="_blank">%%EXTERNALNUMBER%%,,%%CONFERENCEID%%#</a></p>
%%IF_EXTERNALNUMBER_PRESENT_END%%
This seems to work well for 3CX generated emails, but we have users who use Office 365 and if they do this from the web client and choose Office 365 to set up the meeting/conference, the link is lost and it only shows the text for the One-Tap method twice but without any links for it, which just looks like a mess now.
Is there any fix for this or any idea of how to get it to work for both?
Michael
