Dock all new conversation for lync - lync-2013

I'm using lync SDK 2013 and I'm currently trying to dock conversations.
Right now, i can dock conversation if I know the sip (sip writted Inside the code).
But i'd like to know if it's possible to dock ALL new conversation, regardless of how i started it (with a contact list for example)

It is possible through LyncAutomation. I have done it for Lync meetings. The Lync Meetings display an alert message on the bottom right of Window. You can "Accept" the meeting through automation and then dock the Lync window to your own UI.

Related

Disable The Suggested Meetings App in Outlook Web App

My system is sending mails to my clients when they apply for position. Part of that mail is:
We would like to invite you to take the next step
For Gmail users, it displays well, but in Outlook Web App my users see this sentence underlined and on click it shows suggested event.
Is there some escape character or some other way for me to disable this option? I want that sentence be plain text, not the event suggestion.
This is a feature of Outlook Web App that helps your recipients create events in their calendars easily. Could you please help us understand why is it a concern for your case?
More and more clients (especially on mobile devices) highlight meeting suggestions or meeting times and allow users to create events easily.
As a sender, you can't "disable" it. But the recipients can disable it via gear->manage integrations settings, if they do not like it.

is there a way to change nav bar header text value office 365 add-in which is opened in mobile

is there a way to change nav bar header text which is set to default 'Outlook Add-in' when users open office 365 add-in in mobile device ?
apps showing as following image in small devices
The UI you provide in the post is belong the OWA instead of Mail add-in. At present, it is not able to customize the header text in the figure above. Here is the manifest which used to control the mail add-in.
You can try to submit the feedback from here if you need this feature in the Mail add-in.

send an SMS to a specific mobile number automatically after recieving an e-mail from a specific sender and subject

Using O365, i want to be able to send an SMS to a specific mobile number automatically after recieving an e-mail from a specific sender with a specific subject.
What is the best way to do this?
First, you need to set up the mobile number as so:
Open Outlook Web Access in your browser. The standard address is usually: https://mail.yourcompanydomain.com/owa. It’s important to note that you need to go to Outlook Web Access.
Log in using your Office 365 username and password.
Select Options – located in the top-right of the window – followed by See All Options.
Click Phone from the list on the left side of the window and then Text Messaging.
Pressing Turn on Notifications, selecting your Locale: and finally your Mobile Operator.
Press Next and enter your phone number with the area code, and without the country code.
Click Next again and check your phone. You should get a pass code in a text message that you will need to enter. After you receive this, press Finish.
Now you are ready to set up email notifications using an Inbox rule Those rules are based on your criteria, whether based on sender or content :)

How do I make telephone links that Microsoft Lync can open?

I am trying to make a .html page that can work with Microsoft Lync. But, i can't seem to get it to work.
I would appreciate detailed description.
Example:
Open a Lync Window the boss man.
chat with the boss man.
call with the boss man.
Ensure the "Lync click to call" add-on is enabled in your browser. With that the add-on enabled the following will work:-
- Open a Lync Window the boss man.
- IM Chat with boss man.
Notice the "sip:" prefix in the second example.

Iphone USSD connection in background

I am trying to setup a USSD service with my iPhone. But i want the uSSD connection to be alive in the background (not have the grey popup box when the USSD is connected). The USSD connection will be incoming as I will not be initiating it and currently it automatically gets opened by the phone, bringing me to the grey menu.
I want to basically not have that menu popup and have my program send some information over the USSD connection programatically to the source of the USSD connection. I know there is no USSD API but how can I basically read the USSD # that is calling me, and then basically send the back data that I want through the uSSD tunnel that program setup.
Like said earlier, I can already automatically receive the uSSD connection. I just need to "run in the background" and then programatically send something back.
Accessing USSD is totally ilegal in iOS,
Recently i listen about some way to do that by using CoreTelephony
you must know that the CoreTelephony is a private API and you can not use it for
legal apps
Finally there are no API to do that via iOS until this comment written.
I face similar problem, I find a way to make it legal
send a bug report to apple and ask for supporting USSD
http://developer.apple.com/bugreporter/