7

Right now, a group of our employees is using Skype for group chats and conference calls. They're not using telephone numbers, just Skype user accounts.

I'd like to set up a server that will provide similar functionality that is only accessible inside the LAN.

What I'm not looking for is something to use with real telephones.

The main problem with Skype is that the Linux client is terrible and getting worse every year they don't update it. I also don't like the idea of our company data going through Skype servers (yes, I know it's encrypted).

SIP seems to be quite a pain, but there's also GnuGk and Jabber+Jingle.

Whatever it is, I'd like to also support Windows clients.

Is there anything out there that's open source and easy to administer?

Jim Hunziker
  • 1,802
  • 4
  • 17
  • 18
  • So far, no answers are both open source and include both voice and IM capabilities. I'm not looking for something that uses physical telephones. An intranet Skype is what I'm looking for. – Jim Hunziker Jun 18 '09 at 11:21

5 Answers5

2

openfire (server) spark (client)

both are released under the gpl

user7611
  • 112
  • 3
1

You should take a look at Unison (www.unison.com) -- Linux on the server side and Windows/Linux on the desktop.

1

Although originally stemming from the computer gaming scene, TeamSpeak has become a fairly usable cross-platform VoIP client.

The only problem would be that TeamSpeak in itself does not really offer messaging capabilities. And, as I just found out while checking up again, they are actually charging license fees right now for commercial server usage.

towo
  • 1,887
  • 14
  • 12
0

Could you not set up separate Voice and Messaging (Asterisk / [Jabber|IRC], for example) and integrate authentication? A Skype replacement might not be available.

I'm kind of surprised Asterisk doesn't have a plugin or extension for text chat. At my workpalce, Cisco / Avaya / Office communicator are heavily integrated for voice/email/chat/conference.

Luke has no name
  • 1,219
  • 1
  • 12
  • 14
0

SIP is the most commonly supported protocol for voice over IP. Building a local Asterisk server sounds like the easiest thing to do. Something like trixbox, Switchvox (free edition), or even Digium's AsteriskNOW will get you exactly what you need. All of them come with conference ability and all support the SIP protocol so any SIP soft phone will be compatible.

Russ Warren
  • 1,304
  • 10
  • 21