01-23-2018 12:46 PM - edited 03-18-2019 01:47 PM
Hi,
Is it true that we cannot implement in a single cluster (Expressway-E) B2B and jabber guest at the same time ?
Thanks
Solved! Go to Solution.
01-23-2018 03:08 PM
You can have Jabber Guest and B2B calling on the same Expressway, it's Jabber Guest and MRA that can't be hosted together. Take a look at Table 2 in the About the Service Setup Wizard section of the Expressway X8.10 Admin Guide for a list of what features can work together and what can't.
01-23-2018 03:08 PM
You can have Jabber Guest and B2B calling on the same Expressway, it's Jabber Guest and MRA that can't be hosted together. Take a look at Table 2 in the About the Service Setup Wizard section of the Expressway X8.10 Admin Guide for a list of what features can work together and what can't.
01-23-2018 09:20 PM
Hi,
Switching from MRA enabled to Jabber Guest , is really hectic ?.
I mean from the configuration perspective .
If I have jabber guest license , Do I need to get another expressway license also ?
Thanks
04-10-2018 11:05 AM
Hello Patrick,
It has been a long time. I trust you are doing great! I am having some challenges with jabber guest video widget. I am still test it in a lab environment with cucm.
1. The version 11.1 has the feature of allowing guest callers to enter their name . i have enabled this feature in the jabber guest server but there is no where to enter the name from the client side. However i performed this experiment using the call url below and it showed the name.
"https://jabguest.fuotuoke.edu.ng/call/support?callerName=collins"
This is complex as you need to do it for every guest caller. The essence of the jabber guest is to embed it in a website so that users call click a call link and video chat with the staff of the company.so users should have a way of entering their name.is there any solution for that?
2. I embeded the jabber guest video widget into the browser but i am finding it difficult to resizs it. I have read the guide on jabberdeveloper.com but its still not working.i cant insert widget in the column for the call uri. The location for widget resize is shown below
https://jabguest.fuotuoke.edu.ng/call/widget-size.htm
Thank you in anticipation
04-10-2018 02:42 PM
You can create a web form where the user inputs their name and upon hitting the submit button it builds the Jabber Guest URL with the name they input into the form, for example:
<script type="text/javascript"> function goToPage() { var page = document.getElementById('page').value; window.location = "https://jabguest.fuotuoke.edu.ng/call/support?callerName=" + page; } </script> <input type="text" id="page" /> <input type="submit" value="Call" onclick="goToPage();" />
It's been a few years since I've touched Jabber Guest, and don't have a server to do any type of testing with, but the widget uses an Iframe to embed into web pages, have you tried inserting height and width values in the Iframe?
04-11-2018 01:37 PM
Hello Patrick,
04-11-2018 02:15 PM
04-11-2018 02:28 PM
04-11-2018 02:50 PM
04-11-2018 02:56 PM
04-14-2018 10:05 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide