Tech Talk- IT & Code

28
FEB 2013

Posted by Leo Zheng at 01:05 PM EST

840 reads

Share this

Why hasn't VoIP made more of a dent in traditional telephony?


During my first few weeks working at OnSIP, I spent a significant portion of my time learning about VoIP, and more specifically, about SIP, the de facto signaling protocol most widely used for setting up voice communication sessions over the Internet. I tried out other SIP applications such as video, presence, and IM, and found it convenient that I could access all of these applications using a single point of contact, my SIP address. With SIP, I discovered that both the media type and what a person uses as his access point don’t matter (SIP phones or anything that can run SIP software will allow the user to get access to his applications).

It clicked with me. I could make a high definition call, conduct a video chat, send an IM, etc. using an address that looks like my email address. Best of all, I could do all of this for free using the Internet I already pay for.

I distinctly remember thinking to myself that it was only a matter of time before the excitement around this technology started having serious impacts on traditional telephony.

That was almost 4 years ago, and as far as I can tell, my prediction has yet to happen. What happened?

31
JAN 2013

Posted by Samantha Avignone at 02:47 PM EST

1163 reads

Share this

Recap: OnSIP Presents at NYC Telephony Hackers Meetup

Earlier this week, CTO John Riordan and Software Engineer Will Mitchell attended the NYC Telephony Hackers Meetup to demonstrate and discuss OnSIP’s three APIs.

Written By Will Mitchell

Monday night John Riordan and I went to the Rain Agency, located in NYC, to attend the Telephony Hackers Meetup. This was the third of the monthly meetups and my first time attending. Organizer Doug Crescenzi did a great job with the event, attracting about 15 people to discuss telephony APIs and share in some pizza and beer.

23
JAN 2013

Posted by Will at 04:00 PM EST

4328 reads

Share this

WebRTC, SIP, and HTML5: A Brief Introduction

WebRTC. It has certainly generated a lot of interest in the web community. Last month, you may have even caught us saying we believe the browser to be the ultimate destination of SIP communications. And with another Java security flaw being discovered (and patched) this month, the idea of a purely browser-based option is very appealing. So what is this great new technology? It's actually a couple of different HTML5 specifications, each with its own role. Let's take a look.

Note: For the sake of brevity, I have left off the use browser-specific prefixes. Be sure to check resources such as Can I Use... when implementing your web app.

14
JAN 2013

Posted by Nicole at 07:17 PM EST

1137 reads

Share this

Java "Zero-Day" Security Issue & Oracle's Patch, Java 7u11: Explanation and What It Means for You

Java 7 has recently made the news for security concerns highlighted by the Department of Homeland Security this past Wednesday. Oracle, owners of Java, quickly responded by releasing a Java 7 update yesterday, Sunday, January 13, 2013. Because we use Java in our web application my.OnSIP, we would like to briefly explain what this all means and how it affects you.

What's Java and Which OnSIP Applications Use It?

As you may know, Java is a cross-platform programming language and computing platform that was first released by Sun Microsystems in 1995 and is now provided by Oracle. It's often used in web applications to give the applications more native capability than the browser will allow. A similar and competing alternative is Adobe's Flash.

02
JAN 2013

Posted by Samantha Avignone at 03:17 PM EST

847 reads

Share this

Mihail's Favorite Tech Tools of 2012

Blog by Mihail Comanescu, Software Engineer at OnSIP

Happy New Year. One of the greatest joys of software engineering is that you're constantly discovering and learning about new tools that will enhance your work. I'd like to share a few tools that made my life a little easier this past year.

13
DEC 2012

Posted by Leo Zheng at 02:45 PM EST

1386 reads

Share this

How Apple's security updates have affected our web phone Java applet


Below is the web phone in My.OnSIP. Actually, it’s a picture of the new dialpad we recently added; the web phone has been embedded in My.OnSIP for months. It currently runs as a Java applet in the browser, allowing OnSIP users to seamlessly make and receive HD calls from their business numbers in any web browser. Unfortunately, Apple’s recent security updates complicate the user experience for Mac users.


Historically, Java came included by default on Mac OS X, with Apple taking responsibility for Java 6 and earlier versions. Apple only stopped bundling Java with the Mac OS X starting with Lion in 2011, but users could still download Java from Apple.

In mid October, Apple made a sweeping security update which axed all the their Java applet plug-ins on Macs running Mountain Lion and Lion. For machines running the older Snow Leopard, the update simply prevented web browsers from running Java applets automatically.

26
OCT 2012

Posted by Leo Zheng at 02:10 AM EDT

951 reads

Share this

We've pushed out fixes to the in-browser phone in My.OnSIP

Our software engineer Oren Forer has been hard at work rebasing the code for the browser-based phone found in our unified communications tool, My.OnSIP. Rebasing, for those of us who aren't programmers, can mean either reorganizing a series of commits ( a commit is any permanent change to the code ) within a branch ( think of streams of code that can be worked on in parallel ) to make it more maintainable, or synchronizing a branch with its master branch in a way that successfully incorporates the changes in both streams in the final product.

25
SEP 2012

Posted by Samantha Avignone at 05:13 PM EDT

1760 reads

Share this

Opus: One codec to rule them all?

By Senior Software Engineer, Eric Tamme

Overview

Opus is a relatively new audio codec that was created through a joint effort between several organizations based on two previously available codecs: SILK from Skype, and CELT from Xiph.org. Opus has seen a lot of press lately due to its receiving a newly IETF approved standard in RFC 6716. Beyond the new standard, Opus is interesting because of its technical claims, capability to provide high-quality real time audio encoding and decoding for a wide range of bit rates and sampling rates, and the fact that Opus is not only free, it's open sourced.

07
SEP 2012

Posted by Nicole at 03:05 PM EDT

1438 reads

Share this

Social Networking, Evolved: What Do VoIP, Bacon, and Dinosaurs Have in Common?


Six years ago from July, Twitter launched. By the beginning of 2008, businesses were inundated with words like tweet, engagement, authenticity, #FF, and buzz. Your local florist, shoe repairer, and laundromat owner asked themselves, "Do I need a Twitter?" Our team started the OnSIP Twitter account on October 30, 2008 (TWBirthday.com) By February 2010, we were making fun of the "buzz" with our very own social media guru video. (Hey, I've been looking for a reason to dust that off and link it.)


Today, it's not just about engagement on Twitter and Facebook. With the help of commenting apps like Disqus and open standard OpenID, almost every site I visit today is a community, in and of itself, providing visitors the ability to login and interact. In addition, niche social communities have formed. As a result, for most businesses, the question is no longer, Should I engage in a social community? It is, Given our time and resources, in which communities should we engage?


For OnSIP, one such community is Spiceworks.com, a website where over 2 million IT pros write product reviews, rate vendors, ask for IT help, answer IT questions, compose how-to's, and... socialize. Spiceworks provides free network inventory and management software. In addition, over 1,200 vendors offer deals and information on their products and services via "vendor pages".


29
AUG 2012

Posted by Samantha Avignone at 12:07 PM EDT

8437 reads

Share this

A free way to listen to .wav files on your Android device

This post was prepared by Support team member Clorece Kulp as a follow up to our original post on this subject, Can't listen to .wav files on your droid? Here's a solution.

One of the biggest time-saving features we provide is voicemail-to-email. No calling your inbox, no entering a PIN; you just open up the email we send you with the .wav attachment inside, and click play. If you're an Android user like me, then you probably already know that .wav files and Android don't play nice.  This is a long standing issue that has yet to be resolved.

Pages