microsoft lync linux client [closed]
So far I have only had success for text only support using Pidgin with the SIPE plugin. I'm looking into SIP Communicator (which is java based and runs on all platforms) it does have some VOIP and Video support, but I have not been able to get it to connect to my company's OCS SIP server.
For Pidgin, get at least version 2.6.6 and install Pidgin-SIPE plugin version 1.8.0-1ubuntu1
- Create a new account, selecting the "Office Communicator" protocol.
- username is your corporate email address ([email protected]).
- login is [DOMAIN][Active Directory user name].
- password is your AD password.
it should detect your sip server automatically, however if not my best guess would be sip.yourdomain.com on port 5061
On my company's network it will only run if you disable the proxy.
I have used both pidgin and empathy to connect to our office OCS server.
For pidgin I use the pidin-sipe package.
For empathy, you need telepathy-haze which implements a libpurple-equivalent for telepathy, as well as purple-sipe. libpurple is the IM connection manager for pidgin, so telepathy-haze enables the telepathy framework to use pidgin plugins. purple-sipe is just a reworked pidgin-sipe for the purple framework.
Both of thee support chat only. No video.
Using Fedora 11 I was just able to get Pidgin to do the chat-thing.
At rpm.pbone.net I was able to find the plugins I needed for Fedora 11. I first downloaded pidgin-snipe. And when I attempted to install it I was missing the dependency purple-sipe:
- http://rpm.pbone.net/index.php3/stat/4/idpl/15054115/dir/fedora_11/com/pidgin-sipe-1.9.1-1.fc11.i586.rpm.html
- http://rpm.pbone.net/index.php3/stat/4/idpl/15054350/dir/fedora_11/com/purple-sipe-1.9.1-1.fc11.i586.rpm.html
After I installed those two RPMs and pidgin I did the following:
- From the terminal I invoked pidgen
- I then Added a new account
- At the Basic tab
- Protocol = Office Communicator
- Username = AD-Account@tcp-domain
- Login = AD-domain\AD-Account
- Password =
- At the Advanced tab
- Calendar source = None
- At the Proxy tab
- Proxy type = No Proxy
- Clicked Add
Selecting "Calendar source = None" is very important.