Results 1 to 9 of 9

Thread: SIP over TCP

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default SIP over TCP

    Any chance we’ll see this in the near future? The reason I ask is because, particularly with “smartphones” and 4G becoming more prolific, there are many advantages to SIP over TCP. These include, but are not limited to, the following:

    • More reliable call reception (mostly due to aggressive UDP state timers by mobile providers)
    • Improved battery life for mobile devices as they do not have to wake to send keep-alives as often and, consequently, they use their radios less
    • Reduced server overhead due to reduced keep-alive signaling and response
    • More firewall friendly
    • Improved NAT traversal (will only get worse until IPv6 becomes more prolific)
    • Required for possible SIP over TLS

    Thanks.
    Last edited by Bink; 07-18-2012 at 10:33 AM.

  2. #2
    Join Date
    Mar 2011
    Posts
    27

    Default Re: SIP over TCP

    If you really needed it, why not run asterisks at your house and use it as trunk to VOIPO and as gateway to your mobile. My um "friend" does this and it works really well esp when in foreign countries where voice costs money but you can typically find free wifi

  3. #3
    Join Date
    Feb 2007
    Location
    Irvine CA
    Posts
    1,542,128,044

    Default Re: SIP over TCP

    We don't really have any plans for TCP at this time.
    Timothy Dick
    Founder/CEO
    VOIPo.com

    Interact with VOIPo: Twitter, Facebook

  4. #4

    Default Re: SIP over TCP

    Quote Originally Posted by VOIPoTim View Post
    We don't really have any plans for TCP at this time.
    Okay Tim—thanks for chiming in/the official response.

  5. #5

    Default Re: SIP over TCP

    Quote Originally Posted by claganga View Post
    If you really needed it, why not run asterisks at your house and use it as trunk to VOIPO and as gateway to your mobile. My um "friend" does this and it works really well esp when in foreign countries where voice costs money but you can typically find free wifi
    I’m aware of this, but this is not an ideal solution (a home Internet connection is generally not business class, latency and jitter will likely go up, a single Asterisk box is not fault tolerant and etcetera).

  6. #6
    Join Date
    Mar 2011
    Posts
    27

    Default Re: SIP over TCP

    Quote Originally Posted by Bink View Post
    I’m aware of this, but this is not an ideal solution (a home Internet connection is generally not business class, latency and jitter will likely go up, a single Asterisk box is not fault tolerant and etcetera).
    the only point I can agree with you here is the fault tolerance and it being a single point of failure.

    With any home voip service your internet connection is the limiting factor, so you already have this QOS factor in place. Plus the mobile networks are more more jittery and have a higher latency then your home service could ever dish out.

    If you were concerned about your home service you could configure asterisk to not act as your media server and instead would be used for signaling the media would be point to point from your mobile to "voipo"

    If you were more concerned about the quality of your mobile provider you could configure asterisk to act as a media server and transcode to GSM/729/ILBC/ect and provide buffering between the two services.

    If excellent voice quality, no jitter, and no latency were your goals then you wouldn't even consider 4g connectivity

  7. #7

    Default Re: SIP over TCP

    Quote Originally Posted by claganga View Post
    the only point I can agree with you here is the fault tolerance and it being a single point of failure.

    With any home voip service your internet connection is the limiting factor, so you already have this QOS factor in place. Plus the mobile networks are more more jittery and have a higher latency then your home service could ever dish out.

    If you were concerned about your home service you could configure asterisk to not act as your media server and instead would be used for signaling the media would be point to point from your mobile to "voipo"

    ...

    If excellent voice quality, no jitter, and no latency were your goals then you wouldn't even consider 4g connectivity
    I guess you have a point here/I didn’t realize Asterisk could be used for signaling only. I might revisit my options here and the idea of setting up a small Asterisk VM on my ESXi box at home.

    Thanks for chiming in.

  8. #8
    Join Date
    Feb 2007
    Location
    Michigan
    Posts
    2,220

    Default Re: SIP over TCP

    I believe TCP has too much overhead for practical real-time conversation - or at least that was true as VoIP was developed.
    It used to be code had to be small because memory and processing power was limited. Now code can be ponderous, but
    fast to build the app. Still, I don't think voice technology is ready for bloat.


    Using VOIPo services since February 2007
    Beta Tested the VOIPo Reseller Plan.
    A happy VOIPo Residential Customer

    Using VoIP devices since 12-2002
    Companies I've tried
    iConnectHere|Vonage|BroadvoxDirect|Vonage|Packet8| VOIPo
    VOIPo is a keeper!


  9. #9
    Join Date
    Mar 2011
    Posts
    27

    Default Re: SIP over TCP

    Quote Originally Posted by usa2k View Post
    I believe TCP has too much overhead for practical real-time conversation - or at least that was true as VoIP was developed.
    It used to be code had to be small because memory and processing power was limited. Now code can be ponderous, but
    fast to build the app. Still, I don't think voice technology is ready for bloat.
    Well TCP would be just for signalling, not RTP. SCCP/SKINNY uses only TCP or TLS for signalling never supported UDP, as far as I know.

    TCP could be an advantage esp over wireless networks, not counting 802.11, since the invite could be lost esp in a ring group scenario.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •