SIP URI @ fscons 2009

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

0 comments

Post a comment

    Post a comment
    Embed Video
    Edit your comment Cancel

    Favorites, Groups & Events

    SIP URI @ fscons 2009 - Presentation Transcript

    1.  
    2. nobody@linux:~$ whoami Mats Karlsson [email_address]
    3. Abstract The Telecom companies is still blocking free calls. I would like to present and promote that there is techniques that will make VoIP calls as free as Emails are. The standards that is presented is SIP URI and DNS SRV and with these combined can a company have the same VoIP & Email address.
    4. Vision
      • Email
      • Chat (XMPP, MSN)
      • Voice/Video (SIP)
        One Identity
      All comes together to [email_address] for all types of communication!
    5. The way to get there!
      • DNS
      • SIP
      • XMPP
    6. DNS
      • RFC-2782, February 2000
      • BIND example...
      • Record format
        An SRV record has the form: _Service._Proto.Name TTL Class SRV Priority Weight Port Target
      • Record format
      Service: The symbolic name of the desired service. Proto: The protocol of the desired service; usually either TCP or UDP. Name: The domain name for which this record is valid. TTL: Standard DNS time to live field. Class: Standard DNS class field (this is always IN). Priority: The priority of the target host, lower value means more preferred. Weight: A relative weight for records with the same priority. Port: The TCP or UDP port on which the service is to be found. Target: The canonical hostname of the machine providing the service.
        _Service._Proto.Name TTL Class SRV Priority Weight Port Target
    7. Example An example SRV record might look like this: _sip._tcp.example.com. 86400 IN SRV 0 5 5060 sipserver.example.com. Another example: _sip._tcp.example.com. 86400 IN SRV 10 60 5060 sip1.example.com. _sip._tcp.example.com. 86400 IN SRV 10 20 5060 sip2.example.com. _sip._tcp.example.com. 86400 IN SRV 10 10 5060 sip3.example.com. _sip._tcp.example.com. 86400 IN SRV 20 0 5060 sip4.example.com.
    8. Verify a SRV In Linux, UNIX or OS X operating systems you can use the host command to verify that the SRV record is created. host -t SRV _sip._udp.edvina.net or host -t SRV _sip._tcp.edvina.net In Windows operating systems you can verify the SRV record as follows (from the command prompt): nslookup set type=srv _sip._udp.edvina.net
    9. DNS SRV usage DNS SRV records can also be used for:
      • LDAP
      • Kerberos
      • XMPP
      • SMTP
      • +++
    10. DNS SRV impl. ex.
      • Microsoft uses DNS SRV for locating services in their Active Directory components like:
      • Kerberos
      • LDAP
      • +++
    11. SIP
      • SIP was originally designed by Henning Schulzrinne and Mark Handley starting in 1996.
      • RFC-3261,June 2002
      • Asterisk example...
    12. SIP The Session Initiation Protocol (SIP) is a signaling protocol, widely used for controlling multimedia communication sessions such as voice and video calls over Internet Protocol (IP). The protocol can be used for creating, modifying and terminating two-party (unicast) or multiparty (multicast) sessions consisting of one or several media streams.
    13. SIP ”Asterisk”
      • In asterisk is 3 different steps needed to get this working:
      • Allow anonymous calls.
      • Inbound routing.
      • Outbound routing.
    14. SIP ”Asterisk” Configuring Asterisk to accept anonymous and inbound URI calls: Under [general] in sip.conf make sure the following is allowed: [general] context=sip-uri ; Context for incoming calls. allowguest=yes ; Allow or reject guest calls (default ; is yes, this can also be set to 'osp'. bindport=5060 ; UDP Port to bind to (SIP standard ; port is 5060). srvlookup=yes ; Enable DNS SRV lookups on outbound ; calls.
    15. SIP ”Asterisk” The context “sip-uri” is where these calls go in the extensions.conf, this is the same place that I send inbound calls from a telco or another sip peer. Under your version of the “sip-uri” context just define your dialing plan: [sip-uri] exten => s,1,NoOp(Calling remote SIP peer 123) exten => s,n,Dial(SIP/123,120,tr) exten => s,n,Congestion()
    16. Test SIP URI [email_address]
    17. Obstracles
      • Market players
      • Technology
        • NAT
        • SPIT
        • Security
      • End users (adoption)
    18. Early adopters
      • Universities
      • Non profit organisations
      • “Nerds” like me...
    19. Reference's
      • en.wikipedia.org/wiki/SRV_record
      • www.dns-sd.org/ServiceTypes.html
      • www.asterisk.org
      • www.blyon.com/blog/index.php/2009/06/22/p2p-sip-uri-dialing/
      • www.enum.org
    20. ENUM
      • Map's telephone numbers to SIP URI addresses.
      • Proposed as an transition technology between POTS and ”real” IP telephony.
      • The Swedish government hasn't implemented due to lack of interest from Telco operators (Budget proposal 2006).
    SlideShare Zeitgeist 2009

    + FSCONS 2009FSCONS 2009 Nominate

    custom

    129 views, 0 favs, 0 embeds more stats

    The Telecom companies is still blocking free calls. more

    More info about this document

    © All Rights Reserved

    Go to text version

    • Total Views 129
      • 129 on SlideShare
      • 0 from embeds
    • Comments 0
    • Favorites 0
    • Downloads 1
    Most viewed embeds

    more

    All embeds

    less

    Flagged as inappropriate Flag as inappropriate
    Flag as inappropriate

    Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

    Cancel
    File a copyright complaint
    Having problems? Go to our helpdesk?

    Categories

    Tags