XML VoIP API by Microsoft Live Meeting and Lypp
October 15, 2007
Erik Lagerway, a former TMC blogger, is excited about his REST-based VoIP API and wholesale VoIP termination service, which he claims decreases the time to market for developers when integrating VoIP into any application. Erik emailed me, "We have built a REST-based VoIP API that will fast track VoIP Integration for any developer that understands XML," said Lypp CEO Erik Lagerway.Here is a sample VoIP API call, which as you will notice uses XML:
Request:
GET /users/{user_id}/conferences
Accept: application/xmlResponse:200 OK
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<conferences type="array">
<conference>
<id type="integer">{conference_id}</id>
<created-at type="datetime">{created_at}</created-at>
<updated-at type="datetime">{updated_at}</updated-at>
<state>{state}</state>
<scheduled-to-start-at type="datetime">{scheduled_to_start_at}</scheduled-to-start-at>
<started-at type="datetime">{started_at}</started-at>
<ended-at type="datetime">{ended_at}</ended-at>
</conference>
...
</conferences>This use of XML as the VoIP API reminds me that Microsoft Live Meeting 2007, Microsoft's collaborative online meeting application featuring VoIP and videoconferencing also leverages XML to allow you to schedule meetings, manager users, and perform reporting functionality. The APIs actually look quite similar come to think of it. They use similar XML calls to create a conference. I'd include a screenshot of a sample Microsoft API call, but I'm under NDA. If you can't wait, you can join the Live Meeting 8 (LM8) beta located here. XML is a beautiful and simplistic method of integrating disparate applications by providing a common language for intercommunication. In fact, SIP and XML are a great combination and are often used together for many VoIP solutions.
In any event, Erik also emailed me and stated, ""Until now the only way developers could integrate scalable and reliable telephony was through acquisition of expensive equipment and infrastructure. Lypp has removed those barriers by building a simple API and allowing our customers to leverage our access to the North American PSTN (Public Switched Telephone Network) including but not limited to TELUS, Rogers, Bell, Verizon, AT&T, Sprint, SBC and BellSouth, through the most trusted interconnect providers in the business including Level 3, Global Crossing and XO."
The Lypp API enables rapid VoIP feature implementation, including: Click-to-Call and Click-to-Conference, virtual phone booth calling features, and integration of basic and advanced telephony such as embedded email and profile call links for FaceBook, MySpace and other web-based applications and services.
The Lypp API is available online at http://lypp.com/api.
Post a comment
- Microsoft » XML VoIP API by Microsoft Live Meeting and Lypp
- VoIP » XML VoIP API by Microsoft Live Meeting and Lypp
- Related Entries
- Cisco and Microsoft in Clash of the UC Titans - Apr 24, 2008
- Microsoft Response Point Announces SIP Trunking Service Providers - Apr 18, 2008
- Hulk Smash Asterisk 1.6! - Apr 16, 2008
- Plantronics SupraPlus HW251N-USB Wideband Headset - Apr 11, 2008
- VoIP & Communications Developers - We've heard you... - Mar 28, 2008
- Microsoft Response Point SP1 - Mar 24, 2008
- Microsoft & Aspect Software Partner on Unified Communications - Mar 18, 2008
- Yahoo Messenger for Vista Adds VoIP - Mar 07, 2008
- Voice Mobility UCN Vmerge takes on Microsoft OCS - Feb 13, 2008
- FaceFon Video Phone on its way? - Feb 07, 2008
Search Technorati: API, Live Meeting 2007, Lypp, Microsoft, REST, VoIP, XML
Related Tags: datetime, conference, Microsoft, microsoft, meeting, application
Listed below are links to sites that reference XML VoIP API by Microsoft Live Meeting and Lypp:
Trackback Pings
TrackBack URL:
http://blog.tmcnet.com/mt3/t.fcgi/33807
Technorati
Del.icio.us
Slashdot
Digg
Previous blog:



RSS feed



Andrew :
October 15, 2007 11:47 AM
Lypp looks interesting, and the API is well thought out. The only thing missing is a roadmap of where they are going. Developers are hesitant to jump in and start building businesses if your just going to be used as a skunk works team for the parent company.
Hopefully Lypp addresses this quickly.