Stories
Slash Boxes
Comments

News for nerds, stuff that matters

SIP vs. Skype, Making the "Open" Choice

Posted by CmdrTaco on Mon Oct 02, 2006 10:28 AM
from the answer-seemed-clear dept.
techie34290 writes "If you were to make the choice between SIP and Skype for Linux, which one would you go for? Matt Hartley from MadPenguin.org says to opt for SIP. Why? "One tidbit of information that most people are not likely aware of is that when you install the Skype client, it will drain system resources by running as a supernode from time to time. Granted, this is not always the case; however, the very idea of my PC having its resources tied up for someone else's phone call is frankly maddening to me."
This discussion has been archived. No new comments can be posted.
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • Isn't that the point? (Score:5, Insightful)

    by dizzoug (886134) on Monday October 02 2006, @10:32AM (#16277435)
    The sacrifice you make to have a 'free' phone service is your system resources. Without donating your clock cyles, you would have to pay skype to use servers that they would otherwise have to provide. And yes, if your system can handle it, it will act as a supernode from time to time. It is your choice, but very few things are truly free.
    • Re:Isn't that the point? by FooAtWFU (Score:2) Monday October 02 2006, @10:44AM
      • Re:Isn't that the point? (Score:5, Interesting)

        by Sylver Dragon (445237) on Monday October 02 2006, @11:38AM (#16278535)
        (Last Journal: Thursday October 18, @07:35PM)
        I can confirm that this is occuring. I work at a University, and while they do not, technically, ban Skype outright, they might as well. The reason for this is that Skype likes to put computers on our network into supernode mode (considering the bandwidth here, I understand why it happens). The problem is that it starts eating bandwidth like mad, and reduces bandwidth available for other users. So, in order to combat the bandwidth hogging, Skype traffic is throttled at the firewall; it is still allowed to connect and use some bandwidth, but you can forget video conferencing. And before I get any of the "but, but, but...student's rights" type posts: we are a private university, i.e. no public funds; the students have the right to go elsewhere if they don't like it.
        Actually, this is a rather timely article, as I am working on setting up a video conferencing room and need to find good free/cheap options.

        [ Parent ]
      • There's lots of bogus anti-Skype FUD by billstewart (Score:2) Monday October 02 2006, @12:14PM
        • by GreyPoopon (411036) <<gpoopon> <at> <gmail.com>> on Monday October 02 2006, @12:42PM (#16279691)
          Skype doesn't use a lot of bandwidth, so even if you're running in supernode mode it's not going to make a big difference, except maybe if you're on a home DSL with 128kbps upstream bottleneck, and the FUD's targeted at businesses and universities that have much larger connections (i.e. places that make decent supernodes.)
          Uh, if the supernode mode is enough to cause performance problems with a single user over a 128kbps upstream connection, it's likely to cause some noticeable problems at a business with thousands of users running Skype -- even if the connection to the internet that they share is a very large one.
          [ Parent ]
    • Re:Isn't that the point? by Greyfox (Score:3) Monday October 02 2006, @10:45AM
    • Re:Isn't that the point? (Score:5, Insightful)

      by Vihai (668734) on Monday October 02 2006, @10:52AM (#16277767)
      (http://www.orlandi.com/)

      No, it isn't. No wonder there is no "SIP" server, managed by a "SIP" company.

      SIP is a technology while Skype is a service, provided by a single company with a proprietary technology.

      The difference is absolute.

      You could provide the same exact service Skype is providing with SIP. Did you ask to yourself why there is no such service? Because it would be much harder to lock your customers in with SIP. SIP is already peer-to-peer for what concerns audio streams.

      [ Parent ]
      • Re:Isn't that the point? by x-router (Score:1) Monday October 02 2006, @11:18AM
      • Re:Isn't that the point? by CharlieHedlin (Score:2) Monday October 02 2006, @11:18AM
      • by postbigbang (761081) on Monday October 02 2006, @11:35AM (#16278485)
        Thanks for pointing out the obvious thing that people forget. Let me go further and say:

        1) Skype is closed and a single metamodel that's been implemented nicely and virally (not that it matters)

        2) SIP (and ENUM) are perilously prone, not because they're protocols, but how the protocols are implemented, to shenanigans. SIP is natively text, and ENUM is a DNS method that's prone to spoofing and other problems. For now, Skype wins only because few people know how it works at its deepest levels.

        3) Skype isn't as extensible as the SIP/ENUM combination, and it makes one dependent on a single (if diverse and highly peered) network.

        4) SIP and ENUM don't care about the service and are largely service neutral (some coming problems, here, though, as it doesn't do nice things like embue codec choices, encryption/authentication means, and other security niceties).

        5) Skype is one closed vendor, very few business partners, while SIP is a technological infrastructure that invites whomever to do whatever.

        [ Parent ]
      • Re:Isn't that the point? by STFS (Score:2) Monday October 02 2006, @12:23PM
      • Re:Isn't that the point? by phatmonkey (Score:3) Monday October 02 2006, @12:43PM
    • Re:Isn't that the point? (Score:4, Interesting)

      Actually, the only reason this is done is that, for two computers without the ability to open up a listening port to Internet, they have trouble contacting one another. So, Skype uses one of its members as a through-way for a call. Calls done in this manner are reduced in quality to reduce the third-party's overhead (since you're essentially leeching off another human to do it).

      It would be very nice to find a way to make a TCP/IP connection without having a listening port. I believe it could be done, still using the third party for setting up the connection, but using a spoof of some nature.

      A possible way is: Caller (C) requests a connection via the Skype Network (SN) to Reciever (R). R is connected to SN, but has no incoming connection capabilities, so SN requests a transitional connection from a third party (T). C and R both call T. R tells T which local port its connection is on. T spoofs C, telling C that its IP address and port are those of T. T also spoofs R, telling it that its IP address is that of C, connecting on R's port(R effectively becomes the server, the router's outgoing port becoming the incoming port). R and C, knowing this will happen, do all the syn/ack stuff manually.

      I'm not well enough versed in TCP/IP to do this (or even say whether it can be done), but perhaps someone is.
      [ Parent ]
    • Re:Isn't that the point? by Rodness (Score:3) Monday October 02 2006, @12:47PM
    • 2 replies beneath your current threshold.
  • Success of Skype (Score:4, Insightful)

    by dyefade (735994) on Monday October 02 2006, @10:32AM (#16277439)
    (http://www.commafruit.co.uk/ | Last Journal: Friday June 25 2004, @06:40AM)
    It's getting to the stage now where I know people who say "Skype" when they mean "VoIP/SIP". Admittedly, it's early days in terms of adoption of the technologies, but this is a little worrying. Seems like very few people in the real world have any concept of open standards etc.
  • the very idea (Score:5, Insightful)

    by thrillseeker (518224) on Monday October 02 2006, @10:32AM (#16277441)
    of my PC having its resources tied up for someone else's phone call is frankly maddening to me

    ... but I have no problem with tying up someone else's resources when it's for my convenience ... ?
  • So that means... by Anonymous Coward (Score:1) Monday October 02 2006, @10:33AM
  • Supernodes "maddening?" (Score:4, Insightful)

    by cbreaker (561297) on Monday October 02 2006, @10:34AM (#16277465)
    (Last Journal: Tuesday December 12 2006, @07:54PM)
    "the very idea of my PC having its resources tied up for someone else's phone call is frankly maddening to me."

    Well, boo hoo. It's the way the system works. I seriously doubt any significant system resources would be used up for other people's calls. When you make your calls, it happens to other people. It's a give-pull situation where everyone has to share resources in order for the system to scale with the number of subscribers. Would you rather have nothing?

  • Doesn't play well with others (Score:4, Insightful)

    by Rob T Firefly (844560) on Monday October 02 2006, @10:35AM (#16277491)
    (http://robvincent.net/ | Last Journal: Tuesday October 09, @01:55PM)
    "One tidbit of information that most people are not likely aware of is that when you install the Skype client, it will drain system resources by running as a supernode from time to time. Granted, this is not always the case; however, the very idea of my PC having its resources tied up for someone else's phone call is frankly maddening to me."
    Erm.. that's kind of the point of decentralized P2P, you leech.

  • Sure, I prefer open solutions, but to say that Skype will drain your system's resources is just crap. A simple consumer firewall between your skype-running PC and the internet will prevent Skype from using your PC as a 'supernode'.
  • by Hektor_Troy (262592) on Monday October 02 2006, @10:40AM (#16277549)
    So - it's cool if others donate their time (and other resources) to give you something for free (SIP - both the protocol, but also a LOT of the programs for it), but if YOU have to give something of your resources (like bandwidth) for free - well, that's something COMPLETELY different.

    Somehow I don't see how that works.

    Sure, Skype is proprietary - but I've never paid anything for it (except bandwith), and it works just fine for me, so - to me at least - it's free (monetary, not libre). SIP - well, never tried anything that worked just as well as Skype, so it's libre, but it's not free to me (costs me and others resources like their and my time to get it working).

    I don't really see the difference (but I'm not a fanatic proponent of Libre software).
    • by Lussarn (105276) on Monday October 02 2006, @11:07AM (#16278057)
      Skype is a black hole. Sure I could open it up in my firewall but why would I? As I understand it skype could easily use a couple of gigs of bandwidth every month with no way to control it or even measure the usage. I could probably set up a couple of QOS rule to tame it down but that would take time, and the only benifit I would get is letting an unknown protocol connect to my home computer through a closed source app.

      I'm also sick and tired of installing all these proprietary apps, each with it's own protocol and from the looks of it every couple of years there is the next big thing you need to install. Not because it's actully better but because someone you need to write/talk to has it. No thanks, we need something open and documented. Then every company could make their own client, brand it, sell it and popup commercials all day long as they wish. And I could use something smaller OSS that suits my needs.

      And I would gladly contribute both bandwidth and cpu usage. But never for skype as it stands now.
      [ Parent ]
  • IAX? by zotz (Score:2) Monday October 02 2006, @10:41AM
    • Re:IAX? (Score:4, Interesting)

      by ncw (59013) on Monday October 02 2006, @10:48AM (#16277679)
      (http://www.craig-wood.com/nick)
      Yes!

      Sip plays merry hell with firewalls. Don't even think about it unless you've got a VPN back to your sip server! If you have then it works great. The new Nokia E70 phone connects to our office Asterisk server via SIP and works very well ( http://europe.nokia.com/phones/e70 [nokia.com] ).

      IAX2 goes through NATed firewalled links just fine. It is much easier to configure if you are on the move (or your users are).

      I wouldn't touch Skype with the proverbial barge pole given its closed nature.
      [ Parent ]
      • Re:IAX? by RGRistroph (Score:2) Monday October 02 2006, @10:52AM
        • Re:IAX? by element-o.p. (Score:1) Monday October 02 2006, @11:44AM
      • Re:IAX? by HuskyDog (Score:2) Tuesday October 03 2006, @05:12AM
      • Re:IAX? by docfaraday (Score:1) Tuesday October 03 2006, @08:26AM
  • Suppressed Information + Fear by DingerX (Score:2) Monday October 02 2006, @10:41AM
  • gtalk (Score:3, Insightful)

    by hey (83763) on Monday October 02 2006, @10:42AM (#16277589)
    (Last Journal: Thursday December 08 2005, @04:33PM)
    Its worth considering Google Talk (Jingle protocol).
    It uses XMPP (Jabber) then kicks up to Jingle for voice.
    Nice.
    • Re:gtalk by hanssprudel (Score:3) Monday October 02 2006, @10:57AM
      • Re:gtalk by msh104 (Score:2) Monday October 02 2006, @11:45AM
        • Re:gtalk by msh104 (Score:2) Monday October 02 2006, @11:47AM
      • Re:gtalk by arose (Score:2) Monday October 02 2006, @12:21PM
        • Re:gtalk by JayAEU (Score:1) Monday October 02 2006, @02:52PM
      • Re:gtalk by kripkenstein (Score:2) Monday October 02 2006, @12:22PM
      • Re:gtalk by dovf (Score:1) Wednesday October 04 2006, @05:17PM
  • Opensource by kernel_pat (Score:1) Monday October 02 2006, @10:43AM
    • Re:Opensource by Simon80 (Score:2) Monday October 02 2006, @02:28PM
  • Landline by Gamefreak99 (Score:1) Monday October 02 2006, @10:44AM
    • Re:Landline by Malc (Score:2) Monday October 02 2006, @10:52AM
      • Re:Landline by Firehed (Score:2) Monday October 02 2006, @11:10AM
        • Re:Landline by Malc (Score:2) Monday October 02 2006, @11:31AM
      • Re:Landline by generic-man (Score:1) Monday October 02 2006, @01:25PM
    • Re:Landline by rhnk17 (Score:1) Monday October 02 2006, @11:52AM
    • Re:Landline by teknopagan (Score:1) Monday October 02 2006, @12:09PM
    • Re:Landline by Tony Hoyle (Score:2) Monday October 02 2006, @05:16PM
    • Re:Landline by Knuckles (Score:2) Monday October 02 2006, @11:50AM
    • 1 reply beneath your current threshold.
  • Control freak... (Score:4, Interesting)

    by Vellmont (569020) on Monday October 02 2006, @10:44AM (#16277623)

    the very idea of my PC having its resources tied up for someone else's phone call is frankly maddening to me

    This strikes me as an attitude of someone who can't stand the idea that he's not in control of everything (which you never are). The real question is, does it use any significant resources that effect what you're trying to do at the time? Frankly I don't really care about 20-50 megabytes of memory, or 5% of my processor usage, or even 100% of my idle processor usage. Those numbers are all low enough that you'd more than likely never notice or miss those resources. I would be concerned if the app started taking up hundreds of megabytes of memory, or 30-40% of my processor time, or locked up system resources that interfere with other apps I'm running. So which is it? The author didn't provide us with any of that information, only the extremist position that ANY useage of his computers resources that wasn't for him was unacceptable. What a useless article.
  • jabbin (Score:3, Interesting)

    by msh104 (620136) on Monday October 02 2006, @10:44AM (#16277629)
    I recently discoffered jabbin.
    http://www.jabbin.com/int/ [jabbin.com] it's free as in speech, and has voip support.
    perhaps he should give it a try. there are windows, linux and mac releases.
    • Re:jabbin by lixee (Score:1) Monday October 02 2006, @12:08PM
  • by demallien2 (991621) on Monday October 02 2006, @10:53AM (#16277785)
    Of course, this wonderfully balanced, well-researched and well-written article did overlook one rather important point: The whole supernode concept lets Skype get through nearly ANY router configuration imagineable. I beat my head against a brick wall for three months trying to convince my father's ADSL modem to let through voice comms for a SIP client. No go. The only way to get a VoIP solution through was to install Skype.
  • Correct, but bad reason. by Mathiasdm (Score:1) Monday October 02 2006, @10:53AM
  • Run away, run away ......... by slightlyspacey (Score:1) Monday October 02 2006, @10:54AM
  • Cringely on Skype (Score:3)

    by richg74 (650636) on Monday October 02 2006, @10:54AM (#16277803)
    Back in July, Bob Cringely at PBS had a column in which he talked about Skype [pbs.org] and its use of super-nodes.
  • by xxxJonBoyxxx (565205) on Monday October 02 2006, @10:56AM (#16277853)
    Frankly, I'm surprised to hear that people, especially Slashdotters, still talk to each other. I'm guessing this "voice" thing is some kind of emergency backup in case your email and instant messaging clients go down.
  • Why I initially chose Skype... (Score:3, Interesting)

    by emag (4640) <(slashdot) (at) (gurski.org)> on Monday October 02 2006, @10:57AM (#16277867)
    (http://www.gurski.org/)
    One word: laziness

    Longer reason:

    I really didn't want to have to learn the intricacies of a protocol in order to get everything up and running. I'd been seeing various things that at least *implied* that I'd have to start mucking about with firewall rules in order to get SIP running. This was something I had zero interest in doing at the time. I also wanted something that would be cross-platform in an easy manner (I was looking at this so my manager & I could keep in touch while we both worked from home, without using cell minutes or LD charges....him Windows, me Linux).

    Then I needed to be able to call out to POTS lines. Enter SkypeOut. No monthly charges, just a relatively low per-minute charge (which was OK, I still, after 16 months, haven't used the initial 10 Euros I put in). Then I needed people from work to be able to contact me, and I didn't want to give them my cell or house lines. Enter SkypeIn. $38 for a full year, with voicemail. Usable anywhere. That was a big draw. So long as I had a network connection, I could head off to a family member's place for a long weekend out-of-state, and still be reachable. No problemo spending 8 hours with sun and surf in the background and me being several hundred miles away...

    And then things soured... I tried to renew my SkypeIn number. Failed. Again and again and again. Skype's purchase process is rather....opaque. They use a variety of 3rd party payment processors, and all Skype can tell you is "success" or "failure" until you start bitching about being unable to pay. Though don't expect an immediate response, as it will take up to 4 days. And then, if you're like me, you'll be told that your NATed laptop running Linux on a static IP with no proxies is "an anonymous proxy", and be told to check you IE settings to ensure you're not using a proxy (yes, IE settings in Linux...). You'll be told to, get this, try a different ISP. And even though you'll have already tried multiple credit cards, and multiple browsers with them, you'll be told to try another credit card, or another browser. Or worse (IMNSHO), another payment method that until just recently announced, had practically NO consumer protections (way to pay, pal!).

    Ultimately, I ended up with access to work's terminal server, and after one too many complaints from the muckety-mucks who'd already been given my cell number (remember I didn't want to do that?) because I couldn't renew my SkypeIn, I decided that I could make a business case for using company resources for attempting to renew. And....it worked. NFC why, but it did.

    So, now I have about another year to come up with another solution that'll work for me on random networks, doesn't require special hardware (other than a headset or speakers+microphone), and doesn't have recurring monthly fees, as I don't actually make calls every day, or even once a week. SIP still gives me a headache just trying to wrap my head around. Trying to figure out WHICH providers offer WHAT parts of what Skype offers as an all-in-one package is something I tend to just grow bored trying to research. Some of the more promising-looking clients seem to be geared towards specific providers, while others leave you trying to guess who to go with. Ick. I really don't want to stick with Skype having experienced the bad side of things, but I'm afraid momentum an just how unfocused SIP solutions are for what I want will force me to stay.

    (Let's not even get into the whole Skype's Linux client lagging way behind their Windows client, with the Mac client having leapfrogged Linux at some point. There HAVE been a few betas that have finally brought support for ALSA, and some UI improvements. Still miles behind Windows & Mac, which is frustrating, but there's been at least some progress now almost a year after their last major Linux release)
  • Problems with SIP? by EmptyHead (Score:1) Monday October 02 2006, @10:57AM
  • Skype by jevring (Score:1) Monday October 02 2006, @10:59AM
  • Hmm... SIP of course (Score:4, Insightful)

    Skype is a closed-source resource-eating protocol. SIP is an open, standardized protocol which projects like Asterisk use. I think telephony should be a PPP (Point-to-Point Protocol) and not a Kazaa-like P2P (Peer-to-Peer protocol). First of all: what information passes the supernodes? Can anyone see or analyze who you're calling, when and where? Second: what is the bandwidth usage? I can call SIP through 56k, can I call Skype as SuperNode on 56k?
  • So that's where my 10 GB cap went... by spxZA (Score:1) Monday October 02 2006, @11:05AM
  • Audience by Splinton (Score:2) Monday October 02 2006, @11:06AM
  • One Important thing.... by Toreo asesino (Score:2) Monday October 02 2006, @11:07AM
  • Ekiga port for Windows? by TheSync (Score:2) Monday October 02 2006, @11:10AM
    • 1 reply beneath your current threshold.
  • You guys are kidding, right? by glomph (Score:2) Monday October 02 2006, @11:14AM
  • Oh, that's nice. by Moofie (Score:1) Monday October 02 2006, @11:18AM
  • A good SIP phone is hard to find... by sco_robinso (Score:1) Monday October 02 2006, @11:23AM
  • OMG SHARED RESOURCES! by Blakey Rat (Score:2) Monday October 02 2006, @11:24AM
  • Lend a helping hand. by suparjerk (Score:1) Monday October 02 2006, @11:41AM
  • Whatever you select by Z00L00K (Score:2) Monday October 02 2006, @11:42AM
  • Better reasons by VincenzoRomano (Score:2) Monday October 02 2006, @11:46AM
  • Skype doesn't use resources if it's not running by Matt Perry (Score:2) Monday October 02 2006, @11:55AM
  • SIP providers and Skype (Score:4, Insightful)

    by tttonyyy (726776) on Monday October 02 2006, @11:56AM (#16278845)
    (http://www.cooldark.com/ | Last Journal: Monday April 26 2004, @05:31PM)
    Well, the problem with SIP and Skype is NAT. The phone/computer doesn't know it's WAN IP to establish connections with other phones, and there aren't necessarily inbound UDP ports open to route UDP traffic to the phone.

    NAT routers temporarily accept inbound UDP packets on a port when there has been an outbound UDP packet on that port (aka UDP pinholes). So you get a working UDP "connection" (well, stateless ;) ) both ways once you've estabilished an outbound connection. For VoIP with both users behind NAT, however, this is unlikely to work.

    Skype gets around this by using computers that aren't behind NAT to route traffic between two phones that are behind NAT. So if everyone was to block this behaviour, Skype just wouldn't work for NAT users. It requires some community spirit (even if this is unintentional on the part of the user).

    SIP systems often employ STUN servers that allow a phone/computer to query the server to find out what its WAN IP and NAT type are (and use the query itself to open up temporary UDP inbound ports on the router - something that works with all NAT types except symmetric).

    There's a description and some pretty pictures of how STUN works here: http://www.newport-networks.com/whitepapers/nat-tr aversal3.html [newport-networks.com]

    In addition, SIP is also an open protocol, so there is nice free open-source software available (Asterix) to allow you to set up your own home switchboard (calls from different outside lines can be routed to different phones - IE, whenever your daughter's boyfriend calls, it can be routed to ring her VoIP phone). Skype is proprietry so you won't get any customisable features like this.

    So really, SIP is the way to go if you're a supporter of open standards, and Skype if you want to follow the headless masses. :)
  • Gripe With Skype by RAMMS+EIN (Score:2) Monday October 02 2006, @11:58AM
  • Why skype? by dlichterman (Score:1) Monday October 02 2006, @12:07PM
  • Overlay Network by RAMMS+EIN (Score:2) Monday October 02 2006, @12:12PM
  • by Chembal (15397) * on Monday October 02 2006, @12:19PM (#16279287)
    (http://www.chembal.com/)
    Just so you know, I started with Skype, and it works just dandy. If it drains away my resources, I haven't noticed it. But, I've recently had the pleasure of installing asterisk at home, and it is the way to go! If you install and use Asterisk, you have the widest choice of phones (including soft phones) and VoIP endpoint providers, and you have the flexibility of changing your mind about any one of those choices at any time without disturbing the rest of the system. In my recent conversion, I converted the whole house to use Asterisk without changing any of our phones. My wife doesn't notice the difference - she just calls normally and it works. But, behind the scenes, I can selectively route different calls to different networks - hard wired or VoIP - to take advantage of whatever route I decide is the best. If any one of those routes starts to irritate me, I can change it without affecting the rest of the system. Try that with Skype.

    Now, a common argument you might get against this approach is that it's unneccesarily complicated and requires a dedicated machine. Well, it may be partially true, in that it's more complicated than installing a single SIP or Skype phone or softphone, and the best (IMHO) approach for an install takes a surplus box; however, the TrixBox [trixbox.org] distribution gets you up and running awfully fast, and can be installed onto a crap machine (I'm using a celeron 500). Follow the How-To here [sureteq.com]. The flexibility is worth it. And, if you have a decent net connection and VoIP provider, the call quality even for VoIP is outstanding.

    Other advantages are flexibility in call routing. I currently have a digium TDM400P card hooked up in my install, with one module hooked up to the phone line, and the other module hooked up to all my analog phones in the house. (I'll eventually replace some of the analog phones with some nice IP phones when I have the cash.) I could just as easily add SIP softphones connected to Asterisk, if I wanted, but normal phones seem more natural to me, and it's cheap to do with the TDM400P card. I have three inbound and outbound trunks set up, one using the land line, one using VoipJet [voipjet.com] for long distance over VoIP, and one for calls in from and out to the Free World Dialup [freeworlddialup.com] SIP network. I have my dial plan set up as follows:

    Any calls coming in from either my old PSTN landline or my Free World Dialup account are routed to my dialplan, which during the day (6AM to 11PM) rings the analog phones. If the caller is blocking caller id, it forces them to enter their phone number first before ringing the phones. At night, (currently defined as 11PM to 6AM) callers are sent to a VRU, which asks them to hang up if they're a phone solicitation, press 1 to actually call us, or 2 to send the call straight to voicemail without waking us up. In either case when it rings the phones, it will go to voicemail if we don't answer. That voicemail can be retrieved either by the phone, by secure web interface, or currently I also have it email me the wav file of the message.

    For outgoing calls, I have it set like this: If you dial a seven digit number, a toll free number, 911, or use a 9 prefix before a long distance call (in case my network connection is down), it dials out through the land line. If you dial a long distance number normally (using just 1 + area code + number, or 011 + country code + international number), it routes it through the IAX2 trunk to VoipJet and saves us tons of money. If you dial a 8 or 393 prefix before the number, it assumes you want to call a FWD number, and routes it out the IAX2 trunk to FWD, which would be a direct SIP to SIP call for free.

    In summary, it works awesome, and I had the whole thing working in a basic way (PSTN + analog phone + VoipJet trunk) in one Saturday morning. I had rerouted the whole house's phone system and revam
  • Considerations by VincenzoRomano (Score:2) Monday October 02 2006, @12:29PM
  • Skype works well, SIP works badly. End of story. by porttikivi (Score:2) Monday October 02 2006, @12:45PM
  • Sip? No. Skype? No. Jingle? OK. by Baloo Ursidae (Score:2) Monday October 02 2006, @12:54PM
  • There are reasons to use closed SKype by sideswipe76 (Score:2) Monday October 02 2006, @01:36PM
  • Have your cake and eat it too by DumbSwede (Score:2) Monday October 02 2006, @02:24PM
  • My experience with Skype and Gizmo by bdwoolman (Score:1) Monday October 02 2006, @06:53PM
  • Ask Phil Zimmermann.... by Kernel Kurtz (Score:2) Monday October 02 2006, @07:47PM
  • The trouble is that SIP is a crap protocol. by kholburn (Score:2) Monday October 02 2006, @08:29PM
  • Skype reverse engineered (March 2006) by SaberTaylor (Score:1) Tuesday October 03 2006, @11:16AM
  • SIP already better than Skype by Jump (Score:1) Tuesday October 03 2006, @02:54PM
  • Re:FUCK YOU FREELOADER (Score:5, Funny)

    by hahiss (696716) on Monday October 02 2006, @10:56AM (#16277855)
    (http://www.dolemite.com/)

    Yeah, totally! That'd be like participating in an online forum as an anonymous coward!
    [ Parent ]
  • Re:Gotta love this... by Sarkoon (Score:1) Monday October 02 2006, @12:50PM
  • Nice troll by metamatic (Score:2) Monday October 02 2006, @01:13PM
  • 19 replies beneath your current threshold.