Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Security

Submission + - Why VoIP Security Matters To You (voipsupply.com) 1

anthm writes: "VoIP use is becoming more and more prevalent meaning businesses are at risk to lose real money from hacker attacks. Even though VoIP can be used over secure, encrypted networks sometimes businesses focus more on functionality than security."
Security

Submission + - Barracuda Networks Connects FLASH To SIP for FREE (freeswitch.org)

anthm writes: "Barracuda Networks Inc. Has donated the new mod_rtmp for FreeSWITCH http://www.freeswitch.org/ an open source telephony platform. Using the module, you can connect a web page to your server and make phone calls that can gateway to and from SIP or other protocols or just call a conference or other voice app on the FreeSWITCH server. The module is licensed under the MPL and is freely available as part of the FreeSWITCH source tree."
Programming

Submission + - The 8-bit computer that's been built by hand (pcpro.co.uk)

nk497 writes: "Forget snapping a few components into a motherboard — programming enthusiast Jack Eisenmann has made his own PC from scratch. His Duo Adept, as he's named it, features 64KB of main memory, 256 bytes of RAM and, in total, 263 lines of code for his homemade OS. Sure, it can't run Crysis, but it does run a game he's written himself. Check out the video of the homemade 8-bit computer in action here."

Comment Working with SIP is never easy (Score 3, Interesting) 90

I have been working on the open source softswitch FreeSWITCH http://www.freeswitch.org/ for almost 6 years now.
During that time I have seen SIP continuously evolve to try to cover its own shortcomings which all stemmed from the simple concept of "If we base it on HTTP, we can use proxys and never have to worry about media" Of course this is not true and the amount of complexity that is put into each SIP device is much too great which is probably why Cisco prefers its own lighter "skinny" protocol. Sadly they own Sipura and Linksys and have SIP on their devices using countless hacks that make interop a nightmare. I am sure you can do many of these same attacks on any brand of phone. There are much better reasons out there to curse Cisco for being involved in VoIP. =D
 

Submission + - ITEXPO – Ooma is all open source FreeSWITCH (hdvoicenews.com)

anthm writes: The popular Ooma VoIP device announces at IT expo that they are based on the open source VoIP platform FreeSWITCH http://www.freeswitch.org/

FreeSWITCH is a scalable open source cross-platform telephony platform designed to route and interconnect popular communication protocols using audio, video, text or any other form of media. It was created in 2006 to fill the void left by proprietary commercial solutions. FreeSWITCH also provides a stable telephony platform on which many telephony applications can be developed using a wide range of free tools.

Comment This Is an Issue for VoIP (Score 1) 253

We work on an open source softswitch called FreeSWITCH http://www.freeswitch.org/
Blocked ports and content filtering can mess up Voice over IP traffic running on your broadband line which can be used as a free alternative to the "Digital Phone" services many providers offer. Some entire countries already do this type of thing like China for instance. There are ways around it using secure packets so the payload cannot be sniffed and other workarounds but it would be a huge pain if we had to do that inside the US.

Submission + - FreeSWITCH 1.0.6 Released Supports Skype Codec (freeswitch.org)

anthm writes: FreeSWITCH, http://www.freeswitch.org/ the only open source telephone switch, has released version 1.0.6 that supports the SILK audio codec from Skype. https://developer.skype.com/silk
Also supported is the newly open sourced broadvoice bv-16 and bv-32 audio codecs among a ton of other features making FreeSWITCH capable
of merging computers and telephone networks.

FreeSWITCH is also capable of connecting calls with the Skype applicaton as well.

Comment Open Source Options (Score 1) 405

We have an Open Source project called FreeSWITCH http://www.freeswitch.org/ that allows you to do this sort of thing with any computer running Windows MAC or most UNIX. It can be paired with traditional phones with a small analog adapter or a hardware telephony card from Sangoma http://www.sangoma.com./ But you could just get a software phone for free as well and play around with it.
 

Communications

Journal Journal: HD-Telephony: HIP or Hype?

Since the advent of the High Definition Television, The HD phenomena has spread far and wide in recent years making the "ordinary" "extraordinary" with the addition of a simple 2 letter prefix. The telecommunications industry is no exception with the strengthening concept of HD-Telephony. Is it all hype or is there an actual benefit to better sounding phone calls? How does this affect the hardware and software designed to keep us connected? As a software developer in this field, I hope to she

Communications

Submission + - Free Software Connects Skype To Everything Else (zdnet.com)

anthm writes: "An Open Source Soft-Switch, FreeSWITCH now has support for the Skype protocol. It's the first step towards bridging the gap between proprietary Voice Over IP and open standards such as SIP, H323 and Jingle. Using the new module it's possible to bridge Skype to SIP, PSTN and Wide-Band Conferencing. The software is first in line for Skype's new SILK codec."

Comment That's one good thing about open source (Score 1) 517

When you create closed source code you have a much higher chance of flaws because your code can not tested nearly as much as open source can. As the leader of an open source project, FreeSWITCH http://www.freeswitch.org/ , I am fortunate to have a very large crowd of beta testers who help ensure our releases are as stable as they can be. If you are selling the application and never letting anyone see the source you run a very high risk of missing something in Q/A and releasing buggy software. When people pay for it the will get angry so I am not surprised such a suggestion is being made but I find it unpractical to enforce since if it "works right" is hard to judge in some cases besides maybe medical equipment or other situation where human lives are at stake. Blue screens of death are hardly an excuse to sue anyone.

Comment We use MPL and BSD/MIT (Score 2, Insightful) 124

Our project (FreeSWITCH) uses the MPL for the main application and BSD for satellite libraries that we create that can be used by other projects etc.

Once you decide to have open source code, it's more logical to stick with the fact that at least the core code is FREE and come up with ways to develop a product on top of it if you want to have something to sell. Otherwise it sounds like an "open source tax" and businesses do not like uncertainty. If they choose to use a code base they need to know it will always be available.

Slashdot Top Deals

Two can Live as Cheaply as One for Half as Long. -- Howard Kandel

Working...