cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
750
Views
0
Helpful
2
Replies

Debuging Javascript in Custom Tabs

Joseph Jacobs
Level 4
Level 4

We're trying to build out a web page using the custom Javascript functions in a Jabber custom tab.

Page 78 of the "Feature Configuration for Cisco Jabber 11.7" guide contains an example of Javascript that writes output to console.log.

http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/jabber/11_7/cjab_b_feature-configuration-cisco-jabber-117.pdf

Is there a way to see this debug output?  I was able to modify the code to write to a webpage, but the ability to debug these pages would be useful.

I could load the page in IE and use developer tools to debug, but the function won't ever get called in IE.  Anybody have experience debugging javascript and webpages inside Custom Tabs?

Thanks,
Joe Jacobs

CDK Global

2 Replies 2

lpsnetwork
Level 1
Level 1

Did you find a solution by any chance ?

I did not.

I was able to render the output of the functions inside the tab itself.  So I could make a phone call and display the calling number real time in the Jabber tab.  But I never found if there was a console log.