1 / 12

SIP2SIP

SIP2SIP.info. SIP accounts for the masses. SF Telephony Inaugural Meetup San Francisco, June 30 th , 2010. Introduction. My name is Adrian Georgescu Founder and CEO of AG Projects My business is the delivery of SIP infrastructure to service providers. My Open Source Portfolio.

micah
Download Presentation

SIP2SIP

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. SIP2SIP.info SIP accounts for the masses SF Telephony Inaugural Meetup San Francisco, June 30th, 2010

  2. Introduction • My name is Adrian Georgescu • Founder and CEO of AG Projects • My business is the delivery of SIP infrastructure to service providers

  3. My Open Source Portfolio • OpenSIPS – SIP Proxy/Registrar • OpenXCAP – Presence Policy Server • MediaProxy – RTP media Relay • MSRP Relay – IM/FT media relay • CDRTool – Mediation and Accounting • Blink – State of the art SIP client

  4. What is SIP • SIP stands for 'Session Initiation Protocol', an IETF standard described by: RFC 3261. SIP is an Internet application-layer control protocol that can establish, modify and terminate multimedia sessions such as Internet telephony calls (VoIP). Media can be added to (and removed from) an existing session. • SIP allows the endpoints to negotiate and combine any type of session they mutually understand like Audio, Video, Instant Messaging (IM), File Transfer and provides a generic event notification system with real-time Publications and Subscriptions about state changes that can be used for asynchronous services like Presence, Message Waiting Indicator and Busy Line Appearance.

  5. SIP Addresses (SIP URIs) • user@example.com, same as email • Most of the SIP service providers do not provide a real SIP address, they provide a telephone number instead #fail • Most SIP providers support VoIP only The lack of SIP URIs and transparency is a big loss to innovating at the edge of the Internet using SIP. SIP2SIP service fills up the gap, it provides a globally reachable SIP address on the Internet

  6. SIP2SIP.info Features • SIP service transparent for the end-points • Publicly reachable SIP URI user@sip2sip.info • Audio, Video, Fax, IM, File Transfer, SMS, Presence, XCAP • State of the art NAT traversal based on ICE and MSRP relay • ENUM, Aliases, Voicemail, Call Forwarding, Time of day DND • End-user web call control panel • …

  7. SIP2SIP.info Usage • Today 40K SIP accounts (June 2010) • Today about 1000 devices online at any given moment • Most of the registered SIP devices have advanced capabilities beyond VoIP (Video, IM, Presence, XCAP)

  8. Infrastructure Based on SIP Thor

  9. Free and Commercial Service • Free service for end-users (no PSTN or SMS interconnection) • White label service for operators with control for PSTN & SMS access with prepaid and postpaid accounting

  10. Easy Provisioning for Operators #!/usr/bin/php <? include("SOAP/Client.php”); require("ngnpro_client.php”); // Initialize the SIP port of the SOAP client $SipPort = new WebService_NGNPro_SipPort(); // Login credentials to SIP2SIP $credentials = array("username"=>”operator_username","password"=>”operator_password"); $auth_header = array('auth', $credentials , 'urn:AGProjects:NGNPro', 0, ''); $SipPort->addHeader($auth_header); $SipPort->addAccount(array("id" => array("username" => 'alice’, "domain” => 'example.com'), "password” => ‘123’ ) ); ?> SOAP/XML interface description: http://msp-documentation.ag-projects.com/wiki/ProvisioningGuide

  11. Easy Provisioning for End-users • Create a SIP account in one single step • Configure the SIP account in any SIP device • Integration with Blink, you got to see this! Live demo, surf with me to http://sip2sip.info

  12. Contact Information Thank you, You may contact me at: ag@ag-projects.com http://ag-projects.com

More Related