04-26-2018 02:19 AM
We noticed 2 issues while developing custom tabs for Jabber v12.0
ISSUE 1 - OnTelephonyConversationStateChanged function is not always called
There are many cases during a incoming call when the method is not called by Jabber engine !
- Note that this issue is not present in any other Jabber version (10.x, 11.x).
- Note that all other build-in works perfecly (OnPresenceStateChanged, OnLocaleInfoAvailable, onHubActivated).
- Note that Jabber correclty receives the call, it's just the function itself that is not called.
- Note that we monitored all possible JS error, and there aren't any.
- Note is seems to be OK for all outgoing calls scenarios.
- Note that we have the same behaviour regardless of the CUCM Version.
- Note that depending on the end user connnected, Jabber seems to ignore always the same numbers.
- Note that depending when jabber is restarted, or reset, the behaviour stays, but the ignored numbers seems to change.
ISSUE 2 - OnTelephonyConversationStateChanged is never called if defined in a included script :
With the following spnippet, the method is never called !
Main-Tab.html
myscript.js
- Note that this snippet works perfectly with Jabber 10.x et 11.x
- Note that we monitored all possible JS error, and there aren't any
Any help would be much appreciated,
Thanks
Julien,
05-23-2018 02:23 AM
We have the same problem. Does anyone have a solution?
05-23-2018 03:18 AM
thanks for all the details. we will take a look and come back to you.
05-23-2018 03:38 AM
could you send us a problem report for easier troubleshooting?
05-23-2018 07:17 PM
<jabber-plugin-config>
<browser-plugin>
<page refresh="" preload="">
<tooltip></tooltip>
<icon></icon>
<url></url>
</page>
</browser-plugin>
</jabber-plugin-config>
could you try to set preload="true" and check whether it resolves your problem?
05-25-2018 12:06 AM
Hello,
our tab is set to preload=true.
If I store the function "OnTelephonyConversationStateChanged" in an extra js file it doesn't work anymore. When embedding it into the main page it will then go.
However, we would like to outsource this code part.
05-28-2018 01:01 AM
Can you share your html and js file for OnTelephonyConversationStateChanged that the function doesn't work?
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