Slashdot Mirror


VOCAL: Open Source VoIP Software for Linux

An Anonymous Coward writes: "While most Open Source projects are applications and utilities intended for single users, David Bryan and David Kelly did something different. They created an infrastructure project -- a VoIP phone system that either can run on a single box attached to a couple of IP phones or can scale up to a network of hosts processing hundreds of calls between thousands of users. In this informative technical article at ELJonline, Bryan and Kelly detail the 'Vovida Open Communications Applications Library' ('VOCAL') project, a fully functional phone system that can run on either Red Hat Linux or Sun Solaris."

42 of 149 comments (clear)

  1. In Japan... by ObviousGuy · · Score: 3, Informative

    (Funny, this is the second post of mine that has that title)

    Yahoo Broadband is offering VoIP Internation Telephony at 7.5 yen/ 3 minutes. Very good deal.

    It's very clear as well.

    --
    I have been pwned because my /. password was too easy to guess.
    1. Re:In Japan... by sulli · · Score: 2, Funny

      ... the hand can be used as a knife!

      --

      sulli
      RTFJ.
    2. Re:In Japan... by 56ker · · Score: 2

      How big's the download - can you only use it with other Yahoo users? What about Yahoo Messenger/ MSN Messenger - they also offer VoIP for free. Or are you talking about a computer at one end ringing a telephone as opposed to just two computer users?

    3. Re:In Japan... by Karna · · Score: 4, Informative

      The Unix crowd might be interested to note that Yahoo has renewed interest in the Unix clients. An updated version was on freshmeat.net today, this is a 0.99.17 release that supports Linux (RPMs _and_ DEBs), Solaris and FreeBSD. While it doesn't have VoIP just yet (nearly all other features), it does seem fairly certain to do VoIP and Webcam.

      Seems like the closest to a true cross platform VoIP app

      --
      All weakness is within you, As is all courage.
  2. yep... by mattdm · · Score: 5, Funny

    Apache, sendmail, bind... famous open source projects designed for single users. It's a good idea someone came along to do this new innovative infrastructure sorta stuff. Maybe someday we can have a whole inter-network of computers using open protocols.

  3. OpenH323 is also nice by willamowius · · Score: 3, Informative

    Instead os using the SII protocol as VOCAL does, you could also use H.323 for example the OpenH323 Gatekeeper, now called The GNU Gatekeeper.

    1. Re:OpenH323 is also nice by pangloss · · Score: 3, Interesting

      well i don't know squat about either protocol, but i did notice that VOCAL features:
      H.323 Translator
      The H.323 Translator now supports gateway trunking. Before, it was only supporting NetMeeting as endpoints.

  4. Single whaaa ? by slovin8 · · Score: 2

    Hah! "Most applications" are targeted toward "signle users", what kind of crap is this? What is this site running on?!

  5. VOCAL by 56ker · · Score: 2, Funny

    "'Vovida Open Communications Applications Library' ('VOCAL')" - talk about the award for the most contrived acronym!

  6. I was wounrdering by Anonymous Coward · · Score: 2, Funny

    Community Supported VoIP. then we will have half of the teleco company's calling us pirate's and the other half calling us customers

    man if this is fp the meaning to my life has meaning now.

  7. H.323 by zoftie · · Score: 2, Informative

    What about open h323. Wasn't that a standard for making reliable phonecalls over packet streams?
    Time to go with industry standard people. Last
    place I worked at, we have implemented H.323 gateway
    and it worked like magic, coupled up with outher
    gateways.
    ... dunno, looks like guys reinventing the wheel all over again.
    p.

    1. Re:H.323 by No-op · · Score: 2

      VOCAL can implement H.323, SIP, and MGCP gateways, or a combination of the three. SIP is a new standard that helps to eliminate much of the complexity of H.323, and I think (from having used both H.323 and SIP products) that SIP just slays H.323. while it's still a newer technology, it has much better scalability as well as the ability to be a ubiquitous IP/phone/video service. addressing is simple, it's as easy as sipuser@host.they.are.at. your client (at least in the VOCAL infrastructure) updates a registration server as to your current location, and proxy servers will always move calls in the right direction towards you. Sound like a perfect fit for new Mobile IP networks, anyone? this is a killer app that's just waiting to be implemented...

      --
      EOM
  8. So, what should I do now? by g4dget · · Score: 5, Interesting
    H.323 and associated protocols for video conferencing and collaboration have been standardized for a while. They are kind of messy, but there were Windows implementations like NetMeeting, Linux implementations like Open H.323, and commercial implementations like CU-SeeMe (for Windows and Mac). These things could even talk to one another and to GnomeMeeting.

    Fast forward to 2002. Microsoft still kind of ships Netmeeting with Windows XP Home, but there are no shortcuts, their documentation discourages you from using it (it also blue-screened my XP machine when I tried running it). Instead, they want you to use Microsoft Messenger, which only seems to want to talk through Microsoft's servers. Yahoo! give you video conferencing, but only through Yahoo! messenger and only on Windows. CU-SeeMe doesn't seem to exist anymore. In fact, I couldn't find any Windows or OSX H.323 implementations.

    Instead, now the next thing seems to be SIP (Session Initiation Protocol, which is curiously what Vovida is based on. Well, it's kind of like HTTP, and that's nice compared to H.323's ASN protocols. MSN Messenger seems to be using it. There is Linphone, which is SIP based and works on Linux.

    But... how do we do cross platform video conferencing now? Microsoft Messenger may speak SIP, but as far as I can tell, it doesn't let me do machine to machine calls. Even if it did, GnomeMeeting doesn't seem to support SIP (yet?) and Linphone doesn't do video. And MacOSX, as far as I can tell, is almost completely out in the cold; at least, I couldn't find any commercial video conferencing software for it. The closest is the OpenH.323 sample applications, running under X11 on MacOSX. That's not exactly what you can ask average Mac users to use.

    So, if I want to do cross-platform video conferencing between Linux, Windows, and/or Macintosh, what software and protocols should I use?

    1. Re:So, what should I do now? by holle2 · · Score: 3, Informative

      We ha d a go and tried the H.323 to ISDN gateway in our company. It worked like a breeze, right out of the box.

      We were able to connect M$ Netmeeting directly to the server as well as the minimal phone application for windows (yes there is one avail. at Open H.323 Org).

      I am sory to say that calling the communications prgramm under Linux froze my box completely -- it was probably the soundcard. But when I look an the Gnome or KDE application which are available I think Unix users have a good option to participate.

      When it comes to Mac I must say I have no access to one, so I cannot verify the availability/functionality of any app for MacOS. I do beleive though that under MacOSX the above Unix versions should run very well ?

      When it comes to SIP we do have linphone (Gnome) available as well as a whole rack ot libraries for different languages. All found on Freshmeat Net with the simple query "SIP" .

      No idea about MacOS SIP apps, but the same though as above: MacOSX and Gnome ?

    2. Re:So, what should I do now? by nadaou · · Score: 2, Informative

      Don't forget to check out the speak-freely internet telephone. It's audio only, but is availible for both Unix and Windows. The unix version is via a command-line interface, but there are java and Tcl/Tk front ends. (I gave up and stuck with the CLI)

      Not a polished product to wow the boss, but it works. well.

      http://www.fourmilab.ch/
      apt-get install speak-freely

      --
      ~.~
      I'm a peripheral visionary.
    3. Re:So, what should I do now? by aunitt · · Score: 2, Informative

      The version of MSN Messenger that ships with XP talks SIP (I'm not sure if the downloadable version of Messenger for earlier operating system does support SIP, I guess not because XP has SIP built in to the operating system).

      Microsoft seems to be taking the view that SIP is the way to go and is down playing H.323.

      Messenger is preconfigured to talk to several different ITSPs (internet telephony service providers) that provide worldwide PC to phone services. I know of one of these CallServe that have some information on their site.

      IP telephony may not be sexy any more but it is still building rapidly in usage. A lot of "cheap" international phone to phone calls now use IP without the users necessarily being aware of the fact.

  9. VoIP Development by saveth · · Score: 4, Interesting



    I work for a company that has a (very) new product, called the VoIP Development System (VDS), that is a testbed and diagnostic application for VoIP systems. Apparently, the software is so new that it is not even featured on the front page of our web site.

    Anyway, VoIP architecture is, of course, integrated into the software. On a daily basis, the VoIP package development team is coming to us, the senior programmers, and asking for assistance and references for developing various parts of the code, ranging from simple GUI items to items regarding the infinitely more complex network architecture implementation.

    </plug>

    Because of this, I know how difficult and intense the development of VoIP systems is. Kudos go out to the developers for this project. Keep up the good work; you're doing an excellent thing for the open source and free software communities.

    Now, whether free software will release a person or company from the cost of buying the hardware to support an extensive network of VoIP systems is another problem, entirely. :)

    1. Re:VoIP Development by digitalsushi · · Score: 2

      Apparently, the software is so new that it is not even featured on the front page of our web site.

      Erm, I hope you didn't sign anything in particular before you found out about this product :-D

      --
      slashdot: where everyone yells sarcastic metaphors to themselves to understand the issue
  10. Vovida.org by Hatter · · Score: 5, Informative

    Why wasn't a link to the project's actual webpage in the submission? Here it is.

  11. VOCAL by agent0range_ · · Score: 2, Funny

    Now, since they went out of their way to have a nice acronym, couldn't they have gone all the way? Change 'Vovida' to 'Vocal' and you have yourself a nice recursive acronym.

  12. Hope it has been getting better by Chicks_Hate_Me · · Score: 2, Interesting

    I used to use SIP at work for a SIP phone program for linux called Siphon. Let me tell you, it was a pain in the ass. First of all Siphon needed sip-0.1.7 but 0.1.7 didn't work for RedHat 7.1, but Siphon didn't work with sip-1.2.0, which was the only one that worked with RedHat 7.1. SIP is part of VOCAL and what I'm trying to say is that VoIP is kind of a mess on Linux, and I'm glad to see it improve.

    I pray for the day when Vovida comes out with better documentation, and perhaps a less memory intensive VoIP package.

  13. Replace the Phone Company!!!! by efficacymanUM · · Score: 5, Interesting

    Now all we need is to create some sort of secure database, where people could donate use of thier landline (for local calls in their area code) for a period of time in exchange for credit to make calls to other area codes. It would be similar to ham radio telephone relays. Now all we need is a single combo ip/telephone # so that it would call your computer first (for long distance) and then your home phone. I suppose this could be implemented with dyndns.org or another similar service. Anything to spite qwest!

    1. Re:Replace the Phone Company!!!! by austad · · Score: 3, Informative

      It's called Free World Dialup, and was featured on slashdot about a year ago. It seems to have disappeared though. I was a beta tester for it, and I must say, it was pretty cool. Basically, you plugged a Cisco ATA-182 device into your network, and into a PSTN line. Then you plugged your phone into the other side of the box. When you made a call, the box would check a central database to see if another box existed in the area code you were calling, and it would instruct the remote box to dial the number you want and route the call via SIP over the internet. If no box existed in the area code you were calling, it would just use your landline to make the call. Pretty cool idea.

      But, if you want something similarly cool, check out Vonage. $39 a month for unlimited long distance, you choose your area code, and it routes all of your calls over your broadband connection. Someone I work with has had it for a month, and it works flawlessly. I'm looking at getting them for remote datacenters too since it gets kind of expensive to have business lines running in each one that only get used a couple times a year.

      --
      Need Free Juniper/NetScreen Support? JuniperForum
    2. Re:Replace the Phone Company!!!! by raju1kabir · · Score: 2
      But, if you want something similarly cool, check out Vonage [vonage.com]. $39 a month for unlimited long distance, you choose your area code, and it routes all of your calls over your broadband connection. Someone I work with has had it for a month, and it works flawlessly.

      My neighbor has Vonage, and it's okay. It's on a 384K Speakeasy DSL line with a Netopia R7200.

      The main problem is that any other network traffic just kills the phone call - people on both sides suddenly sound like robots and there's lots of dropouts. Just calling up a smallish web page (yahoo.com) is enough to do it for several seconds. So it's sort of a one-or-the-other proposition: Use the computer OR use the phone. Maybe that works in a one-person household, but not otherwise.

      I assume that with a higher-bandwidth connection this would be less of a problem, but having more than 384K upstream is not that common in consumer-world.

      I don't think the problem is with Speakeasy, as they get rock-solid 20ms pings to Vonage.

      --
      "Patriotism is your conviction that this country is superior to all other countries because you were born in it." -- GBS
    3. Re:Replace the Phone Company!!!! by austad · · Score: 2

      Yeah, I thought this might happen, but both he and I have Netscreen 5XP's at home. You can give higher priority to SIP traffic (or any traffic for that matter). He set it up to have the highest priority, so he hasn't noticed any problems.

      --
      Need Free Juniper/NetScreen Support? JuniperForum
  14. Great Acronym! by alapalaya · · Score: 2, Funny

    'Vovida Open Communications Applications Library' ('VOCAL')

    Maybe they started the project only because they had found a cool acronym!...:)

    --
    667 The Neighbour of the Beast
  15. Re:Very Interesting by DNS-and-BIND · · Score: 2

    Reducing costs by replacing your telecommunications-grade infrastructure with cheap PCs running this month's patchlevel of Red Hat Linux sounds like a recipe for success to me!

    --
    Shutting down free speech with violence isn't fighting fascism. It IS fascism!
  16. These protocols are all wrong by thogard · · Score: 2, Insightful

    At work I've got a cyclades PR4000 hooked up to a E1 (30 line pri isdn link) and the device is a router. The device can take an ISDN call and hand the data off to a port on anything connected to the net but it can't (or won't) do it if its a voice call because it hands it off to an overpriced DPS module that wants to decode the signals as if they were from a modem. With the
    exception of a packet saying "this call came in on port 12 for phone no 99991111 from 1233212232" its got all the bits together to pull this off but no such luck. The people from cyclades said they looked at doing VoIP but everyone wanted "standards" which they didn't or couldn't squeeze into the RAS box. I don't think they ever thought that it wasn't that hard.

    Now if I could tell this box, "take calles on this line and send them to port 5433 on 192.168.1.23 as a 64k mu-law stream" then I would have 99% of what I need for a VoIP gateway to the telephone company.

    I also have another toy which is a 3com NBX 100 "IP Phone System". Too bad its an ethernet phone system and not an IP phone system. They claim its "open" but the only thing I've found out about it is they have illegal included gzip and gnu tar in an executable which they aren't providing source for. This from one of the few IT compaines that supported the DMCA. Maybe they had stuff to hide like stealing software. Google for "NBX rant" for more...

    </rant off>

    So I've got this cool device hooked to the phone co and I've got another cool device that hooks to cool phones that sit on my desk and talk over the lan. Will they every talk to each other? I think not.

    The next great leap in VoIT will come from someone thats got the balls to do ISDN over IP and write some sample code that works and then an RFC. Till then its just a sick game.

    1. Re:These protocols are all wrong by Qrlx · · Score: 2, Interesting

      Mabye you have a differnt NBX but the ones I've used are IP-capable. You can take your phone home with you, hook it up to your DSL. THe phone still thinks you are on your regular extension at work.

      Of course you do have to tell the NBX that this is happening but many people have done it. A quick google serach will turn up plenty of results.

      ISDN over IP? Um, I'm pretty sure the reason ISDN is used for commercial grade vtc is because you get a circuit, unlike IP and the Internet and its crazy packet switching. When I call your polycom box on ISDN it's a lot more stable and less flaky than IP. Eventually IP routing and bandwidth on the Internet might be so great that packet switching is as predictable and reliable as circuit switching, but that is FAR from the case now.

    2. Re:These protocols are all wrong by thogard · · Score: 2, Interesting

      The NBX 100 requires an upgrade that cost someware around AU$5000 to turn on IP.

      My local ATM loop is too busy to support the phone over ADSL so thats out.

      My internal ehternet and VPN's all have less jitter than the ATM loop so it seems to me that ISDN over IP would work fine. Infact I've done it using the NBX and relaying over PPP over an SSH tunnel on controlled lines and it works fine. ISDN is 64k data. There is no reason that a typical T1 with QoS can't cope with a few channles of ISDN over IP without anyone noticing but this won't work to call 1/2 around the world but I don't need a solution for that since phone lines work great for that and wholesale rates between the US and Oz are now under US$.015/min its cheaper to pick up the phone than send the data.

  17. How will this newcomer work with asterisk? by Lumpy · · Score: 5, Interesting

    Asterisk is the VOIP/phonesystem software package for linux, and has been for over 3 years now. It sounds like this VOCAL is a framework for call routing (just like asterisk) but without the POTS gateway abilities.

    Also, I have had great luck with my 20 VOIP blasters running in basically a P2P mode with only asking for directions from the phonebook server...

    I have yet to impliment a POTS gateway using asterisk because the internet phonejack cards are horribly expensive. Anyone else here doing linux Voip?

    --
    Do not look at laser with remaining good eye.
    1. Re:How will this newcomer work with asterisk? by Lumpy · · Score: 2

      Funny... the VOIP blaster rings the telephones connected to them fine. and in FACT I have used 1 Voip blaster to create a POTS gateway. I simply scabbed one on a POST line interface to the NEC phone system here and programmed the phone system to auto-pickup and connect into the phone system with an internal dial tone..

      So I dial the Voip blaster on the phone system, get another dial tone, dial 9,1-800-I81-U812 and voila I have a nice connection outside.

      Yup, they work absolutely fantastic for a toy. and do everything we needed here. Oh, the Voip Blaster does have hardware compression and echo-cancelling.. fobbit only does a stream to stream connect. kinda neat that way...

      you really should try and get a couple of VoIP blasters, they coupled with fobbit or fobbit+openH232 make a very viable VOIP solution that is invisible and completely operated from the $35.00 analog telephone plugged into it. (and yes when you call it it rings... no difference than a normal phone operation outside dialing extension numbers only or ip addresses.

      --
      Do not look at laser with remaining good eye.
  18. Competition for Nortel / Lucent by z_gringo · · Score: 4, Interesting

    I sure would like to see that in action. If it is really that scaleable, and if it works as well as they say, then this could be some serious competition for Lucent and Nortel platforms which cost a hell of a lot more money.

    --
    -- -- Warning. Do not stare directly at the sun.
  19. Do some research before you rant by smutt · · Score: 3, Interesting

    Now if I could tell this box, "take calles on this line and send them to port 5433 on 192.168.1.23 as a 64k mu-law stream" then I would have 99% of what I need for a VoIP gateway to the telephone company.
    How are you going to handle call setup and teardown? There are a multitude of things you have to deal with in IP telephoney that go beyond the functionality provided by protocols like TCP and UDP. All SIP does is provide call signalling. The actual voice stream is handed off to SDP which specifies which voice encoding type to use. Such as G.711 Mulaw which you referred to.

    The next great leap in VoIT will come from someone thats got the balls to do ISDN over IP and write some sample code that works and then an RFC. Till then its just a sick game.
    What do you think H.323 is? Take a look at the signalling required to setup a call in H.225 compared to Q.931. The only thing you're missing in H.225 is the ACK's and those are provided by the underlying TCP protocol.

    The people from cyclades said they looked at doing VoIP but everyone wanted "standards" which they didn't or couldn't squeeze into the RAS box. I don't think they ever thought that it wasn't that hard. My Cisco AS5300 doesn't have any problems with converting incoming ISDN to H.323 or SIP. Try a 2600 even.

    --
    The Information Revolution will be fought on the command line.
  20. SIP tools by leonia · · Score: 3, Informative

    http://www.cs.columbia.edu/sip lists implementations. There aren't many for Unix-related systems, but our CINEMA sipc tool does run on all common Unix/Linux platforms and supports audio, video and other conferencing functionality. It is not free software.

    Most SIP tools allow direct communications. Some may need a proxy server. A proxy server is somewhat similar to an H.323 gatekeeper. The VOCAL set includes this, but there are many others, too, listed at the URL above.

  21. [Q] diff Vovida Bayonne? by 4of12 · · Score: 2

    The article seems to show a fairly simple state model for Vovida.

    I love simplicity, but worry about feature completeness and extensibility, too.

    Does anyone knowledgable know how Vovida compare with Bayonne?

    --
    "Provided by the management for your protection."
  22. whoever said SIP is the new pink was SO right. by No-op · · Score: 3, Informative

    let me start by saying that SIP is very, very good. all of Cisco's IP telephony products are based on SIP now, instead of their previous mucky protocols. many larger vendors are also supporting SIP, as it an RFC and other goodness. VOCAL, which I have had the pleasure of working with recently, is very well designed, and (in my biased opinion) is nice because it's not really "linux centric". we did a test deployment on several FreeBSD systems functioning as a Vmail system, inter-office IP phone calls (to both Cisco SoftPhone clients and actual cisco IP phones) and working with a cisco 3640 router with two VIC-2FXO cards (which provides 4 lines out to the PSTN through our PBX). the mapping is pretty easy from cisco VOCAL, and the VOCAL user agent piece is pretty cool, although right now it's just a very basic CLI tool under windows. We really haven't tried using a unix system as there are few end users at a brokerage firm who actively use unix as a client desktop!

    definitely check out the cisco SIP offerings, as well as the excellent vovida project and tools. they have a lot more to offer as well, including some frivolous PSTN gateway stuff using those internet linejack bits. I personally agree with what they've been doing, which is building an enterprise-class IP telephony infrastructure, rather than wasting time on stuff for college kids to avoid phone bills. but then again your needs may differ from ours. YMMV!

    --
    EOM
  23. where are the phones? by austad · · Score: 2

    So, has anyone tried this? What brands of phones are you using with it? The Cisco phones are rather expensive, and I'd like to get a couple of cheap phones to play with.

    Is the only way to do a POTS gateway to buy a LineJack card? Can I put the Cisco VoIP gateway software on a router connected to a PRI and route calls out that to the regular phone network?

    It would be nice if there was a Howto on vovida's site. Maybe I just missed it, but I couldn't find one.

    --
    Need Free Juniper/NetScreen Support? JuniperForum
  24. Re:H.323 vs SIP by raju1kabir · · Score: 2
    For example, right now, in less than 10mins, you can go to www.denwa.com, give them your credit card info, and get a SIP dialtone.

    In right about 10 minutes, you can go to www.denwa.com and become more frustrated than you've been in a long time.

    The site is horrible. It takes forever to figure out how to get anything out of them, and I never did manage to find out the rates for their service. I am surprised myself at how thoroughly the site pissed me off with its inscrutability - and I make a living at dealing with bad info design, so I'd expect to be inured to it. If they expect to deal with average consumers, and that's the best they can do, they're screwed from the start, no matter how fabulous the technology may or may not be.

    --
    "Patriotism is your conviction that this country is superior to all other countries because you were born in it." -- GBS
  25. Wasn't VoIP Blaster discontinued? by Ungrounded+Lightning · · Score: 2

    you really should try and get a couple of VoIP blasters, they coupled with fobbit or fobbit+openH232 make a very viable VOIP solution that is invisible and completely operated from the $35.00 analog telephone plugged into it.

    I thought VoIP Blaster had been discontinued by the manufacturer. Have they changed their minds?

    --
    Bantam Dominique roosters crow a four-note song. Once you've heard it as "Happy BIRTHday" you can't NOT hear it that way
    1. Re:Wasn't VoIP Blaster discontinued? by Lumpy · · Score: 2

      Yes it has been discontinued by Creative, the manufacturer is still happily making them. Inno Media still sells them like hotcakes outside the USA. Besides, I am getting mine from clearing houses, ebay (when you find sane prices... ebay is getting insane, but that's another topic) and I personally cleared out creative when the story first ran here on slashdot. My first test was to add "free" phone service to remote Z ends on my T-1's and fiber backbone, it works perfectly, even cisco technicians and MCSE's can use it! (sorry about the cisco dig, but recently having to have to explain TCP/IP routing to one has jaded me) I have further expanded it to include my relatives on the internet with my personal servers acting as their phonebook server. The VoIP blaster uses on average 18-30Kbps of bandwidth with latency of 250ms going un-noticed unless you are actually looking for it... so the dial-up relatives can use it too. Basically the Voip blaster is the absolute best Viop product available to date that uses a computer, Granted, you can spend $$$$ on a real voip phone but then I lose the flexibility of my current VoIP network.. (I.E. I control my phonebook server and I can run peer to peer, regular VoIP phones need more infrastructure to work properly, and need buckes of money.)

      I personally think that creative dropped it because of either telco pressure or they were afraid of getting sued.

      --
      Do not look at laser with remaining good eye.
  26. VOCAL Posting by vocal_scribe · · Score: 2, Interesting

    I would like to clarify a few points about the recent Vovida posting:

    VOCAL was created by a group of about 50 developers who worked for Vovida Networks, not just David Bryan and David Kelly. David and David wrote the article that appeared in Embedded Linux Journal and that's why they're mentioned in the posting. All in all, VOCAL represents over 100 man months of development.

    Vovida.org is a community web site that hosts many open source communication projects and protocol stacks including VOCAL. There are a number of other open source VoIP solutions, most of which do different things than VOCAL. Bayonne (bayonne.sourceforge.net) and Asterisk (www.asteriskpbx.com) both support TDM interfaces, and added (or are in the process of adding) VoIP support, while VOCAL started VoIP-only (and SIP-centric, at that). OpenH323 (www.openh323.org) focuses on H.323, although the latest versions of the code also has SIP support. Probably the most similar stuff to VOCAL is the osip stack (www.fsf.org/software/osip/), the related proxies, and linphone (www.linphone.org). We have done some work to make linphone interoperate with VOCAL.

    As for the Slashdot community's comments about the article's opening line, "While most Open Source projects are applications and utilities intended for single users,..." we didn't intend to slam apache, sendmail, bind, mysql and other multiuser projects. We intended to show that VOCAL was interesting because it was built from the ground up as a distributed system that can easily load balance across multiple servers to scale.

    We've been trying to make VOCAL easier to install for new users. If you tried earlier versions of VOCAL and found it difficult to install, you might want to try the latest version. We have also built RPMs and Solaris packages so that people can try VOCAL without having to compile the source code. For those who are interested in acquiring the source code, it is available in tarballs and from CVS.

    As for the documentation, we have been working on a book for O'Reilly that includes not only user guide material but large amount of detailed information about the data structures and state machines. The book is called Practical VoIP: Using VOCAL and it is due out this summer. People who have seen advance copies have told that, from a developers' point of view, the material is very useful. Thank you for your patience and please stay tuned.