SlideShare a Scribd company logo
1 of 21
Download to read offline
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

More Related Content

Similar to 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
 

Similar to 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
 

Recently uploaded

Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 

Recently uploaded (20)

Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 

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