
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2017 11:20 AM
I'm trying to add a SIP link to an Icon Link widget on Service Portal in order to initiate a chat with our Service Desk via Skype for Business. The URL I put in is sip:address@company.com. When SNOW renders it on the Portal, the link comes up as unsafe:sip:address@company.com and therefore does not work. Any ideas on how to solve this?
Solved! Go to Solution.
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2017 12:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2018 09:57 AM
Look in the browser console for any JavaScript errors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2018 07:16 AM
Hi Nathan,
The code worked, Thanks a lot
Regards,
Bhavin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2018 01:23 PM
Hi
I tried this, it is not working for me, i wanted this to happen because i wanted to use the portal in mobile view and want the download links to go through mobile iron so added a prefix for dev instane as mibrowsers://dev.service-now.com .
So added js_include to the theme and weird thing happens now even the desktop view shows unsafe for https url as well
$compileProvider.aHrefSanitizationWhitelist(/^\s*(https?|mibrowsers|sip|ftp|mailto):/) ;
}]);
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2018 01:25 PM
Hi
I tried this, it is not working for me, i wanted this to happen because i wanted to use the portal in mobile view and want the download links to go through mobile iron so added a prefix for dev instane as mibrowsers://dev.service-now.com . it works fine for redirecting to pages like sp not to the specific urls sys_attachment.do or download_all_attachments urls
So added js_include to the theme and weird thing happens now even the desktop view shows unsafe for https url as well
$compileProvider.aHrefSanitizationWhitelist(/^\s*(https?|mibrowsers|sip|ftp|mailto):/) ;
}]);
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2018 08:10 AM
Hi tchaikin,
could you please help me to create a widget called as "chat". when we click on this, it should connect to Skype for business and open a chat with SD. kindly suggest me to fulfill this.
Thanks in advance.