Results 1 to 5 of 5

Thread: Skype to SIP

  1. #1
    HEXUS webmaster Steve's Avatar
    Join Date
    Nov 2003
    Posts
    14,283
    Thanks
    293
    Thanked
    841 times in 476 posts

    Skype to SIP

    Hi everyone,

    I have a SIP-based VoIP service through draytel.org, and I want to be able to make/receive calls with Skype, without using conventional telephone numbers.

    So I need a piece of software that'll bridge between Skype and SIP.

    I have a PC running all the time - it's Linux based (Ubuntu Feisty Fawn).

    My VoIP phone is connected directly to my router, and has a SIP address.

    What options do I have?

    Cheers,
    Steve.
    PHP Code:
    $s = new signature();
    $s->sarcasm()->intellect()->font('Courier New')->display(); 

  2. #2
    TiG
    TiG is offline
    Walk a mile in other peoples shoes...
    Join Date
    Jul 2003
    Location
    Questioning it all
    Posts
    6,213
    Thanks
    45
    Thanked
    48 times in 43 posts

    Re: Skype to SIP

    Asterisk will do it.

    I've got this page bookmarked from a year or more ago.
    Skype-to-Asterisk(SIP): Progress - Part 1

    Though i have to say that my view is that Skype won't take things lying down if they realise what you are doing.

    TiG
    -- Hexus Meets Rock! --

  3. #3
    HEXUS webmaster Steve's Avatar
    Join Date
    Nov 2003
    Posts
    14,283
    Thanks
    293
    Thanked
    841 times in 476 posts

    Re: Skype to SIP

    Still looks to me like you need an app running alongside the Windows version of Skype. Or maybe I've misunderstood.
    PHP Code:
    $s = new signature();
    $s->sarcasm()->intellect()->font('Courier New')->display(); 

  4. #4
    TiG
    TiG is offline
    Walk a mile in other peoples shoes...
    Join Date
    Jul 2003
    Location
    Questioning it all
    Posts
    6,213
    Thanks
    45
    Thanked
    48 times in 43 posts

    Re: Skype to SIP

    Quite possibly, I never actually followed the steps to completion as i personally think that Skype is going to die sooner or later, in the SIP world that I work its days are numbered, too many things will be running open sourced sip for SKYPE to live in a closed loop network.

    TiG
    -- Hexus Meets Rock! --

  5. #5
    The late but legendary peterb - Onward and Upward peterb's Avatar
    Join Date
    Aug 2005
    Location
    Looking down & checking on swearing
    Posts
    19,378
    Thanks
    2,892
    Thanked
    3,403 times in 2,693 posts

    Re: Skype to SIP

    I'm not sure what it is you want to do. You can download the Skype software for Linux and make Skype calls that way, but only using Skype out. As Skype uses proprietary protocols, unlike SIP which is open, you cannot use the Skype software to make calls over SIP. Most of the SIP providers have brdges so you can call other SIP prioviders free - skype does not so you either use skype to call other Skype users, ar SIP to call other SIP users. The Asterisk solution may work although it could be tricky to set up. Really you are effectively needing to decode the skype audio, and reencode it to a SIP supported protocal, while translating the signalling protocols from one to the other. The difficulty lies in decoding the Skype protocols.

    As a crude analogy, think about using Linux to read/write NTFS files. It has eventually been done, but only because many people in the open source community have reversed engineered NTFS - that has not been done with Skype AFAIK.
    (\__/)
    (='.'=)
    (")_(")

    Been helped or just 'Like' a post? Use the Thanks button!
    My broadband speed - 750 Meganibbles/minute

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Skype handset phone that doesn't require USB/PC
    By tfboy in forum Networking and Broadband
    Replies: 1
    Last Post: 28-02-2014, 06:11 AM
  2. Replies: 23
    Last Post: 05-03-2006, 04:00 PM
  3. Have web-cam will Skype
    By Bob Crabtree in forum HEXUS News
    Replies: 0
    Last Post: 05-12-2005, 01:51 PM
  4. Skype
    By XA04 in forum General Discussion
    Replies: 9
    Last Post: 01-12-2005, 06:22 PM
  5. Skype
    By BEANFro Elite in forum Software
    Replies: 9
    Last Post: 03-06-2005, 10:31 PM

Posting Permissions

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