14
COPYRIGHT © TWILIO INC. 2012 Twilio An Introduction Jonas Borjesson – Tech Lead SIP

Mobicents Summit 2012 - Jonas Borjesson - Introduction to Twilio

Embed Size (px)

Citation preview

Page 1: Mobicents Summit 2012 - Jonas Borjesson - Introduction to Twilio

COPYRIGHT © TWILIO INC. 2012

Twilio

An Introduction

Jonas Borjesson – Tech Lead SIP

Page 2: Mobicents Summit 2012 - Jonas Borjesson - Introduction to Twilio

COPYRIGHT © TWILIO INC. 2012

Making Telecom Simple

● Telecom technologies are inaccessible to most developers.

● Providers select customers based on size & volume

● Web technologies are open & ubiquitous

● Millions of web developers world wide

Page 3: Mobicents Summit 2012 - Jonas Borjesson - Introduction to Twilio

COPYRIGHT © TWILIO INC. 2012

Products

● Full voice application stack with best in class API● Send and receive phone calls all over the world

● Leading provider of long code and short codes● Connected to over 1,000 mobile operators networks

● VoIP for both web browsers and, iOS and Android● Build VoIP capabilities directly into applications

Page 4: Mobicents Summit 2012 - Jonas Borjesson - Introduction to Twilio

COPYRIGHT © TWILIO INC. 2012

Unparalleled Community

Page 5: Mobicents Summit 2012 - Jonas Borjesson - Introduction to Twilio

COPYRIGHT © TWILIO INC. 2012

An API to the telephony network

A User calls or sends an SMS to your Twilio phone number

Page 6: Mobicents Summit 2012 - Jonas Borjesson - Introduction to Twilio

COPYRIGHT © TWILIO INC. 2012

An API to the telephony network

Twilio receives the call or SMS and makes a request to your application

Page 7: Mobicents Summit 2012 - Jonas Borjesson - Introduction to Twilio

COPYRIGHT © TWILIO INC. 2012

An API to the telephony network

Your app receives that information and sends XML back to Twilio

Page 8: Mobicents Summit 2012 - Jonas Borjesson - Introduction to Twilio

COPYRIGHT © TWILIO INC. 2012

An API to the telephony network

Twilio executes those instructions and interacts with the user

Page 9: Mobicents Summit 2012 - Jonas Borjesson - Introduction to Twilio

COPYRIGHT © TWILIO INC. 2012

Live Coding

Page 10: Mobicents Summit 2012 - Jonas Borjesson - Introduction to Twilio

COPYRIGHT © TWILIO INC. 2012

● Make & receive calls from a desktop browser or mobile app

● Dial from the web to the PSTN and Vice-versa

● Connect audio between browsers and mobile apps

Page 11: Mobicents Summit 2012 - Jonas Borjesson - Introduction to Twilio

COPYRIGHT © TWILIO INC. 2012

What might you build?

E-CommerceLet visitors connect to salesor customer service with a

single click.

Call CentersDeploy call center agentswith only a web browser

or tablet.

ConferencingBridge the web, mobile appsand even traditional phones.

CollaborationAdd rich voice

communications to your productivity apps.

Lead GenerationInstantly connect hot leads to

your sales team. Track allaspects of the calls.

GamingAdd realtime voice

communications to your webor mobile games.

Page 12: Mobicents Summit 2012 - Jonas Borjesson - Introduction to Twilio

COPYRIGHT © TWILIO INC. 2012

1 include2 lines of JS

simplepowerful

Page 13: Mobicents Summit 2012 - Jonas Borjesson - Introduction to Twilio

COPYRIGHT © TWILIO INC. 2012

Live Coding

Page 14: Mobicents Summit 2012 - Jonas Borjesson - Introduction to Twilio

COPYRIGHT © TWILIO INC. 2012