SlideShare ist ein Scribd-Unternehmen logo
1 von 21
Downloaden Sie, um offline zu lesen
Globe Labs – Voice API
Power up your apps with voice capabilities!
Michelle Santos
Developer Relations Manager – Globe Labs
www.globelabs.com.ph | globelabs@globetel.com.ph
T: @globelabs
F: facebook.com/ globelabs
G+: gplus.to/globelabsph
 	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  and	
  Mobile	
  Ecosystem	
  
•  Launched	
  2008	
  
•  Innova9on	
  Driven	
  
•  Work	
  with	
  Individual	
  
Developers	
  and	
  
Startups	
  
•  Enable	
  to	
  build,	
  
launch	
  &	
  market	
  new	
  
apps	
  and	
  services	
  
•  4000+	
  Members	
  
•  IT	
  Professionals	
  
(Developers,	
  
Designers,	
  Sys	
  Admin),	
  
Students,	
  Business	
  
Managers	
  
Mobile
Platforms
Apps and
Content
APIs, SDKs and
Platforms
Distribution
Channels
Vector Image - http://creattica.com/vector/developer-economics/62382
Conduct Training & Sponsor Community
Events
Provide Developer Tools & Platforms
Provide Advice on Market Viability & Champion
Commercialization Channels 
LEARN	
  -­‐	
  BUILD	
  -­‐	
  LAUNCH	
  
? Your App Here
70+	
  Applica9ons	
  /	
  Services	
  as	
  
of	
  Launched	
  as	
  2010	
  
APIs (www.globelabs.com.ph)
Messaging API
(SMS & MMS)
 Location-Based
Services API
Voice API
The Globe Labs APIs were officially launched on August
2008 and provided the first publicly accessible Telco API in
the Philippines.
Featured	
  App	
  	
  –	
  Tropa.ph	
  
Featured	
  App	
  –	
  GL	
  APIs	
  
@tweetitow
SMS Tweeting in Philippines, and
MMS / Twit Pic (Beta)
Register (Online – OAuth):
http://app.tweetitow.com/
Send a Tweet:
- Send tweets to 23737033
Send MMS (Beta):
WHY	
  VOICE?	
  	
  
Globe	
  Labs	
  –	
  Voice	
  API	
  
•  RESTful	
  API	
  (powered	
  by	
  Tropo©)	
  
•  3	
  Types:	
  
– 	
  Scrip<ng	
  
– 	
  Web	
  API	
  
– 	
  RESTFul	
  API	
  
•  Popular	
  Programming	
  Languages	
  
– Javascript,	
  PHP,	
  Ruby,	
  Groovy,	
  Python	
  
Globe	
  Labs	
  –	
  Voice	
  API	
  (powered	
  by	
  Tropo©)	
  
•  Inbound	
  and	
  Outbound	
  Phone	
  Calls*	
  from	
  within	
  any	
  
Web	
  or	
  Mobile	
  App	
  	
  
•  Call	
  conferencing	
  (up	
  too	
  100	
  simultaneous	
  calls)	
  
•  Automated	
  Speech	
  Recogni<on	
  (ASR)	
  in	
  several	
  
languages	
  
•  Text-­‐to-­‐Speech	
  (TTS)	
  
•  SIP	
  calls	
  	
  
•  Call	
  Recording	
  and	
  Transcrip<on	
  
•  Your	
  own	
  access	
  number	
  (2373-­‐####)	
  
*	
  API	
  is	
  currently	
  in	
  developer	
  preview,	
  calls	
  are	
  limited	
  to	
  Globe	
  and	
  TM	
  numbers	
  only	
  
Key	
  Feature	
  and	
  Func9onali9es	
  	
  
•  Answer	
  a	
  call	
  
<?php!
!!say (“Hello there”);!
?>!
Key	
  Feature	
  and	
  Func9onali9es	
  	
  
•  Call	
  Control	
  
– Transfer	
  /	
  Forward	
  
<?php !
say("Please wait while we transfer your call. Press star to
cancel the transfer."); !
transfer(array(”+639171234567","sip: !
12345678912@221.122.54.86"), array( "playvalue" => !
"http://www.phono.com/audio/holdmusic.mp3", "terminator" !
=> "*", "onTimeout" => "timeoutFCN" ) ); !
function timeoutFCN($event) { say("Sorry, but nobody
answered."); } !
?>!
Key	
  Feature	
  and	
  Func9onali9es	
  	
  
•  Call	
  Control	
  
– ConCall	
  	
  
<?php !
say("Welcome to the geek singles hotline!"); !
conference("1337", array( "terminator"=>"*",
"mute" => false, "playTones" => true ) ); !
say("We hope you had fun, call back soon!"); !
?>!
Key	
  Feature	
  and	
  Func9onali9es	
  	
  
•  Speech	
  Recogni<on	
  	
  
<?php !
$result = ask("What's your favorite color?
Choose from red, blue or green.”,
array( "choices" => "red, blue, green" )); !
say("You said" . $result->value); !
_log("They said " . $result->value);!
?>!
Key	
  Feature	
  and	
  Func9onali9es	
  	
  
•  Record	
  an	
  Audio	
  
<?php !
say("Welcome to the hotline!"); !
record("Tell us how you feel!", array
( "recordURI"=>"http://example.com/
recording.php" ) ); !
?>!
Try	
  it	
  out!	
  
• Mobile	
  Dealer	
  Inventory	
  
– hYps://voxeo13196.globelabsbeta.com/sessions?
ac<on=create&token=408aef1dffca45e8a42b7bd597d3c5d
e017d87fddf09115aeb5280e26635cf72d0b5313767290e
e4567dfe&numberToDial=<+63#########>	
  
•  Note:	
  change	
  the	
  mobile	
  number<+63#########>	
  to	
  another	
  number	
  you	
  
wish	
  to	
  test	
  
– Data	
  page:	
  hYp://bit.ly/case1-­‐db	
  	
  
Try	
  it	
  out!	
  
• Event	
  Registra<on	
  	
  
– Presented	
  from	
  Globe	
  Labs	
  Developers	
  Day,	
  April	
  
13)	
  
– Programmed	
  in	
  less	
  than	
  2	
  hours	
  
– To	
  test:	
  dial	
  23739359*	
  
*	
  API	
  is	
  currently	
  in	
  developer	
  preview,	
  calls	
  are	
  limited	
  to	
  Globe	
  and	
  TM	
  numbers	
  
only.	
  Soon	
  available	
  to	
  Super	
  Duo	
  subs	
  as	
  well.	
  
• Join the challenge!
• Power up your apps with Globe Labs Voice API
(powered by Tropo)
• Get a chance to win…. PHP 50,000(subject to applicable taxes)
• http://bit.ly/globelabs-voiceapichallenge
• Deadline for proposals: April 29*
URLs:	
  Links	
  and	
  References	
  
•  API	
  Challenge	
  details	
  	
  
– hYp://bit.ly/globelabs-­‐voiceapichallenge	
  
•  Samples	
  and	
  Codes:	
  
– hYps://github.com/globelabs	
  
•  Documenta<on:	
  	
  
– hYp://bit.ly/globelabs-­‐tropo-­‐docs	
  	
  
@globelabs
globelabs@globetel.com.ph
www.globelabs.com.ph
Globe Labs – Voice API
Power up your apps with voice capabilities!
Michelle Santos
Developer Relations Manager – Globe Labs
www.globelabs.com.ph | globelabs@globetel.com.ph
T: @globelabs
F: facebook.com/ globelabs
G+: gplus.to/globelabsph

Weitere ähnliche Inhalte

Ähnlich wie Globe Labs - Voice API (Developer Preview)

DevNet @TAG - Spark & Tropo APIs - Milan/Rome May 2016
DevNet @TAG - Spark & Tropo APIs - Milan/Rome May 2016DevNet @TAG - Spark & Tropo APIs - Milan/Rome May 2016
DevNet @TAG - Spark & Tropo APIs - Milan/Rome May 2016Cisco DevNet
 
VoIP Drupal Framework DrupalCon Prague
VoIP Drupal Framework DrupalCon PragueVoIP Drupal Framework DrupalCon Prague
VoIP Drupal Framework DrupalCon PragueTamer Zoubi
 
HTML5 is the Future of Mobile, PhoneGap Takes You There Today
HTML5 is the Future of Mobile, PhoneGap Takes You There TodayHTML5 is the Future of Mobile, PhoneGap Takes You There Today
HTML5 is the Future of Mobile, PhoneGap Takes You There Todaydavyjones
 
Turbocharge your API strategy with SDK
Turbocharge your API strategy with SDKTurbocharge your API strategy with SDK
Turbocharge your API strategy with SDKRamesh Elaiyavalli
 
VoIP Drupal: building sites that send SMS, answer phone calls, and more
VoIP Drupal: building sites that send SMS, answer phone calls, and moreVoIP Drupal: building sites that send SMS, answer phone calls, and more
VoIP Drupal: building sites that send SMS, answer phone calls, and moreLeo Burd
 
Automating SDK generation - London Mobile Forum 2.0
Automating SDK generation - London Mobile Forum 2.0Automating SDK generation - London Mobile Forum 2.0
Automating SDK generation - London Mobile Forum 2.0Thong Nguyen
 
Real World SharePoint Framework and Azure Services
Real World SharePoint Framework and Azure ServicesReal World SharePoint Framework and Azure Services
Real World SharePoint Framework and Azure ServicesBrian Culver
 
FocusOnLearning Conference 2016 Austin, TX
FocusOnLearning Conference 2016 Austin, TXFocusOnLearning Conference 2016 Austin, TX
FocusOnLearning Conference 2016 Austin, TXKirsten Rourke
 
PhoneGap at Facebook Mobile Hack
PhoneGap at Facebook Mobile HackPhoneGap at Facebook Mobile Hack
PhoneGap at Facebook Mobile HackPhoneGap
 
Embarcadero's Connected Development
Embarcadero's Connected DevelopmentEmbarcadero's Connected Development
Embarcadero's Connected DevelopmentJim McKeeth
 
Greach 2011 - Building Telephony Apps with Groovy and Grails
Greach 2011 - Building Telephony Apps with Groovy and GrailsGreach 2011 - Building Telephony Apps with Groovy and Grails
Greach 2011 - Building Telephony Apps with Groovy and Grailsgreach_es
 
Philly ete-2011
Philly ete-2011Philly ete-2011
Philly ete-2011davyjones
 
Uber’s Fascinating World of Inter-App Communications
Uber’s Fascinating World of Inter-App CommunicationsUber’s Fascinating World of Inter-App Communications
Uber’s Fascinating World of Inter-App CommunicationsJosiah Renaudin
 
HTML5 History & Features
HTML5 History & FeaturesHTML5 History & Features
HTML5 History & FeaturesDave Ross
 
RAD Studio XE5 in Action Tech Preview
RAD Studio XE5 in Action Tech PreviewRAD Studio XE5 in Action Tech Preview
RAD Studio XE5 in Action Tech PreviewSoftline
 

Ähnlich wie Globe Labs - Voice API (Developer Preview) (20)

DevNet @TAG - Spark & Tropo APIs - Milan/Rome May 2016
DevNet @TAG - Spark & Tropo APIs - Milan/Rome May 2016DevNet @TAG - Spark & Tropo APIs - Milan/Rome May 2016
DevNet @TAG - Spark & Tropo APIs - Milan/Rome May 2016
 
VoIP Drupal Framework DrupalCon Prague
VoIP Drupal Framework DrupalCon PragueVoIP Drupal Framework DrupalCon Prague
VoIP Drupal Framework DrupalCon Prague
 
GoralSoft
GoralSoftGoralSoft
GoralSoft
 
HTML5 is the Future of Mobile, PhoneGap Takes You There Today
HTML5 is the Future of Mobile, PhoneGap Takes You There TodayHTML5 is the Future of Mobile, PhoneGap Takes You There Today
HTML5 is the Future of Mobile, PhoneGap Takes You There Today
 
RealSpeaker usa
RealSpeaker   usaRealSpeaker   usa
RealSpeaker usa
 
Turbocharge your API strategy with SDK
Turbocharge your API strategy with SDKTurbocharge your API strategy with SDK
Turbocharge your API strategy with SDK
 
Real speaker usa
Real speaker   usaReal speaker   usa
Real speaker usa
 
VoIP Drupal: building sites that send SMS, answer phone calls, and more
VoIP Drupal: building sites that send SMS, answer phone calls, and moreVoIP Drupal: building sites that send SMS, answer phone calls, and more
VoIP Drupal: building sites that send SMS, answer phone calls, and more
 
Automating SDK generation - London Mobile Forum 2.0
Automating SDK generation - London Mobile Forum 2.0Automating SDK generation - London Mobile Forum 2.0
Automating SDK generation - London Mobile Forum 2.0
 
Real World SharePoint Framework and Azure Services
Real World SharePoint Framework and Azure ServicesReal World SharePoint Framework and Azure Services
Real World SharePoint Framework and Azure Services
 
Realspeakeren
RealspeakerenRealspeakeren
Realspeakeren
 
Real speaker us
Real speaker usReal speaker us
Real speaker us
 
FocusOnLearning Conference 2016 Austin, TX
FocusOnLearning Conference 2016 Austin, TXFocusOnLearning Conference 2016 Austin, TX
FocusOnLearning Conference 2016 Austin, TX
 
PhoneGap at Facebook Mobile Hack
PhoneGap at Facebook Mobile HackPhoneGap at Facebook Mobile Hack
PhoneGap at Facebook Mobile Hack
 
Embarcadero's Connected Development
Embarcadero's Connected DevelopmentEmbarcadero's Connected Development
Embarcadero's Connected Development
 
Greach 2011 - Building Telephony Apps with Groovy and Grails
Greach 2011 - Building Telephony Apps with Groovy and GrailsGreach 2011 - Building Telephony Apps with Groovy and Grails
Greach 2011 - Building Telephony Apps with Groovy and Grails
 
Philly ete-2011
Philly ete-2011Philly ete-2011
Philly ete-2011
 
Uber’s Fascinating World of Inter-App Communications
Uber’s Fascinating World of Inter-App CommunicationsUber’s Fascinating World of Inter-App Communications
Uber’s Fascinating World of Inter-App Communications
 
HTML5 History & Features
HTML5 History & FeaturesHTML5 History & Features
HTML5 History & Features
 
RAD Studio XE5 in Action Tech Preview
RAD Studio XE5 in Action Tech PreviewRAD Studio XE5 in Action Tech Preview
RAD Studio XE5 in Action Tech Preview
 

Kürzlich hochgeladen

presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistandanishmna97
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontologyjohnbeverley2021
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 

Kürzlich hochgeladen (20)

presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 

Globe Labs - Voice API (Developer Preview)

  • 1. Globe Labs – Voice API Power up your apps with voice capabilities! Michelle Santos Developer Relations Manager – Globe Labs www.globelabs.com.ph | globelabs@globetel.com.ph T: @globelabs F: facebook.com/ globelabs G+: gplus.to/globelabsph
  • 2.                                                              and  Mobile  Ecosystem   •  Launched  2008   •  Innova9on  Driven   •  Work  with  Individual   Developers  and   Startups   •  Enable  to  build,   launch  &  market  new   apps  and  services   •  4000+  Members   •  IT  Professionals   (Developers,   Designers,  Sys  Admin),   Students,  Business   Managers   Mobile Platforms Apps and Content APIs, SDKs and Platforms Distribution Channels Vector Image - http://creattica.com/vector/developer-economics/62382
  • 3. Conduct Training & Sponsor Community Events Provide Developer Tools & Platforms Provide Advice on Market Viability & Champion Commercialization Channels LEARN  -­‐  BUILD  -­‐  LAUNCH  
  • 4. ? Your App Here 70+  Applica9ons  /  Services  as   of  Launched  as  2010  
  • 5. APIs (www.globelabs.com.ph) Messaging API (SMS & MMS) Location-Based Services API Voice API The Globe Labs APIs were officially launched on August 2008 and provided the first publicly accessible Telco API in the Philippines.
  • 6. Featured  App    –  Tropa.ph  
  • 7. Featured  App  –  GL  APIs   @tweetitow SMS Tweeting in Philippines, and MMS / Twit Pic (Beta) Register (Online – OAuth): http://app.tweetitow.com/ Send a Tweet: - Send tweets to 23737033 Send MMS (Beta):
  • 9. Globe  Labs  –  Voice  API   •  RESTful  API  (powered  by  Tropo©)   •  3  Types:   –   Scrip<ng   –   Web  API   –   RESTFul  API   •  Popular  Programming  Languages   – Javascript,  PHP,  Ruby,  Groovy,  Python  
  • 10. Globe  Labs  –  Voice  API  (powered  by  Tropo©)   •  Inbound  and  Outbound  Phone  Calls*  from  within  any   Web  or  Mobile  App     •  Call  conferencing  (up  too  100  simultaneous  calls)   •  Automated  Speech  Recogni<on  (ASR)  in  several   languages   •  Text-­‐to-­‐Speech  (TTS)   •  SIP  calls     •  Call  Recording  and  Transcrip<on   •  Your  own  access  number  (2373-­‐####)   *  API  is  currently  in  developer  preview,  calls  are  limited  to  Globe  and  TM  numbers  only  
  • 11. Key  Feature  and  Func9onali9es     •  Answer  a  call   <?php! !!say (“Hello there”);! ?>!
  • 12. Key  Feature  and  Func9onali9es     •  Call  Control   – Transfer  /  Forward   <?php ! say("Please wait while we transfer your call. Press star to cancel the transfer."); ! transfer(array(”+639171234567","sip: ! 12345678912@221.122.54.86"), array( "playvalue" => ! "http://www.phono.com/audio/holdmusic.mp3", "terminator" ! => "*", "onTimeout" => "timeoutFCN" ) ); ! function timeoutFCN($event) { say("Sorry, but nobody answered."); } ! ?>!
  • 13. Key  Feature  and  Func9onali9es     •  Call  Control   – ConCall     <?php ! say("Welcome to the geek singles hotline!"); ! conference("1337", array( "terminator"=>"*", "mute" => false, "playTones" => true ) ); ! say("We hope you had fun, call back soon!"); ! ?>!
  • 14. Key  Feature  and  Func9onali9es     •  Speech  Recogni<on     <?php ! $result = ask("What's your favorite color? Choose from red, blue or green.”, array( "choices" => "red, blue, green" )); ! say("You said" . $result->value); ! _log("They said " . $result->value);! ?>!
  • 15. Key  Feature  and  Func9onali9es     •  Record  an  Audio   <?php ! say("Welcome to the hotline!"); ! record("Tell us how you feel!", array ( "recordURI"=>"http://example.com/ recording.php" ) ); ! ?>!
  • 16. Try  it  out!   • Mobile  Dealer  Inventory   – hYps://voxeo13196.globelabsbeta.com/sessions? ac<on=create&token=408aef1dffca45e8a42b7bd597d3c5d e017d87fddf09115aeb5280e26635cf72d0b5313767290e e4567dfe&numberToDial=<+63#########>   •  Note:  change  the  mobile  number<+63#########>  to  another  number  you   wish  to  test   – Data  page:  hYp://bit.ly/case1-­‐db    
  • 17. Try  it  out!   • Event  Registra<on     – Presented  from  Globe  Labs  Developers  Day,  April   13)   – Programmed  in  less  than  2  hours   – To  test:  dial  23739359*   *  API  is  currently  in  developer  preview,  calls  are  limited  to  Globe  and  TM  numbers   only.  Soon  available  to  Super  Duo  subs  as  well.  
  • 18. • Join the challenge! • Power up your apps with Globe Labs Voice API (powered by Tropo) • Get a chance to win…. PHP 50,000(subject to applicable taxes) • http://bit.ly/globelabs-voiceapichallenge • Deadline for proposals: April 29*
  • 19. URLs:  Links  and  References   •  API  Challenge  details     – hYp://bit.ly/globelabs-­‐voiceapichallenge   •  Samples  and  Codes:   – hYps://github.com/globelabs   •  Documenta<on:     – hYp://bit.ly/globelabs-­‐tropo-­‐docs    
  • 21. Globe Labs – Voice API Power up your apps with voice capabilities! Michelle Santos Developer Relations Manager – Globe Labs www.globelabs.com.ph | globelabs@globetel.com.ph T: @globelabs F: facebook.com/ globelabs G+: gplus.to/globelabsph