skype-for-business

Skype for Business - Response group SIP headers

我是研究僧i 提交于 2019-12-13 19:02:24
问题 We are running Skype For Business 2015 with EnterpriseVoice and want to allow calls coming through response group queues to be forwarded to mobile phones. We have developed a small app / service to facilitate that through replacement of SIP header names and values according to documentation in http://blog.greenl.ee/2011/12/30/modifying-sip-headers-managed-sip-application-api/ http://blog.greenl.ee/2013/12/16/response-groups-call-forwarding/. The replacement seems to work flawlessly, but Skype

How to toubleshoot configuration of MS Bot Framework and Skype For Business

老子叫甜甜 提交于 2019-12-13 00:10:26
问题 We are having a bot based on MS Bot Framework. It communicates as desired via DirectLine, Email, Facebook Messenger, Skype and WebChat. We tried also to configure Skype for Business (hereinafter SfB) but without success. 1) We have enabled 2) Tenant Administrator of our SfB has followed instructions: "Learn how" using brand new user id. Our SfB comes with Office 365 subscription. The result in powershell looked similar to: RunspaceId : aaaaaaaa-aaaa-1234-1234-1a1111aaaaaa FriendlyName : Our

Character codes (locale) for text in Skype for Business Bot

ぐ巨炮叔叔 提交于 2019-12-12 23:19:42
问题 I'm developing a Bot for a Brazilian customer. I've been translating all text to this language, and it seems it's done. I deployed the bot to be used as a web chat, using direct line, and it's running fine. Last days I was working to have it running on SFB, and today I finally complete it. However, I found some issues with "special" characters (from the brazilian alphabet), and I'm unable to fix it. I mean, by instance, instead of showing "Não está cadastrado seu e-mail." it's showing "N?o

Create meeting using skype for business online Bad Request Error

纵饮孤独 提交于 2019-12-12 05:48:24
问题 I am trying to create meeting using Skype for business online - SKYPE WEB SDK APIs as bellow. var meeting = skyon.skypeWebApp.conversationsManager.createMeeting(); meeting.subject('Planning meeting'); meeting.accessLevel("Everyone"); meeting.expirationTime(new Date + 24 * 3600 * 5); meeting.onlineMeetingUri.get().then( function(uri) { alert("Meeting successfully Created : "+uri); var conversation = app.conversationsManager.getConversationByUri(uri); },function (error) { alert("Meeting

Are contacts in Skype for Business accessible via Graph API

情到浓时终转凉″ 提交于 2019-12-12 04:57:26
问题 Just in the title. If a company is using Skype for Business with their Office 365 subscription, are the contacts in skype for business the same contacts available by the Graph API? 回答1: My understanding is currently the only way to access Skype for business data from an API standpoint is through the UCWA 2. And that the graph is not reflecting any data for S4B . This is also why those are two different set of permissions when you declare apps in the AAD portal. One of the reasons behind that

MSPL Script in Skype for Business 2015

好久不见. 提交于 2019-12-12 03:49:21
问题 I have a MSPL script running as a Server Application in a Lync Server 2013 system. The development of this application was done in c# referencing the library 'C:\Program Files\Microsoft Lync Server 2013\SDK\Bin\ServerAgent.dll' which was installed with the MS Lync Server 2013 SDK. I need to migrate this application to a Skype for Business 2015 system but I can't find the SfB equivalent of the Lync Server 2013 SDK. Does anyone know how to compile a MSPL application in SfB 2015 ? I've read in

Display the user presence/status using Skype web SDK or UCWA in UWP app

一个人想着一个人 提交于 2019-12-12 03:10:06
问题 I am having a requirement on just want to show/display the Skype for business user presence(Busy, Available, Off Work etc) in UWP app. I have gone through the following documentations, Skype Web SDK I found that using Skype Web SDK we can show that but I am getting struck how can I use the Skype Web SDK in UWP app. Can anyone know how can I use the Skype Web SDK in UWP app? or If have any other way to get skype user presence please help me out. I also tried to use UCWA 2.0 , but got struck to

Record audio/video in skype for business online - skype web sdk [closed]

老子叫甜甜 提交于 2019-12-12 03:07:23
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 12 days ago . I did not find any information available online on how to record a meeting(audio or video) scheduled using skype for business online (skype web sdk). All I see is information only on skype for business onpremises which full clients to record and store meeting in local storage. It will be very grateful if someone

How to enable the Join Meeting Option?

这一生的挚爱 提交于 2019-12-12 00:38:38
问题 I am using SkypeWebSDKOnlineSample . I have hosted locally and running successfully. Some of functionalities are not running Self (Error: NoResourceFound) Conference (UI appeared But Functionality not working) Join Meeting (Even UI does not appear) Although,I have given all delegated rights for Skype for Business Online. When I am decoding the token, It will give me only 2 scopes in scp key. Is it need to follow the prerequisites steps for it? (http://blog.thoughtstuff.co.uk/2015/04/learn

Lync 2013 SDK - get Generic COM Exception at the time of calling LyncClient.GetClient()

巧了我就是萌 提交于 2019-12-11 10:27:34
问题 On my development machine Lync 2013 client and Skype for Business both applications are installed. When attempting to call LyncClient.GetClient() compiled using the Lync 2013 SDK against Skype for Business the following exception is raised. Generic COM Exception. Code is 0x80080005. If I uninstalled the Lync 2013 client then it works perfectly. For the Lync 2013 client development I have also used Lync 2013 SDK at that time I didn't get any exception. Can anyone tell me that why this