Voiceroute execs talk about going (mostly) open source (video)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Voiceroute execs talk about going (mostly) open source (video)
# 1  
Old 08-27-2008
Voiceroute execs talk about going (mostly) open source (video)

08-27-2008 01:00 PM
Voiceroute, asoftware PBX vendor, originally started as a proprietarysoftware company but went (at least partly) open sourceearlier this year. In this video, CEO Ming Guang Yong saysthe company should have moved toward open source "a lot sooner,"and explains why. He and CTO Navin Kumar also talk aboutsome of the specific differences between their open sourceand proprietary versions, including how and where they drawthe line between the two, and share their thoughts aboutdealing with open source developers and building asuccessful open source development community.



Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Red Hat

Video: Open source government

</p>Download this video: Ogg Theora] Open source is answering the call at government agencies on all levels as they look for opportunities to carve out costs and improve security, transparency, public participation, and collaboration. Why? Open source is stable, trustworthy, and secure,... (0 Replies)
Discussion started by: Linux Bot
0 Replies

2. Red Hat

Video: The seeds of open source

</p>Download this video: Ogg Theora] Video by Islam Elsedoudi, Kim Jokisch, and Tim Kiernan. Sometimes open source ideals make for the strangest–and most wonderful–bedfellows. We met Dr. Vandana Shiva–physicist, scientist, environmentalist, and activist–several years ago. Her work... (0 Replies)
Discussion started by: Linux Bot
0 Replies
Login or Register to Ask a Question
XvStopVideo(3)							  libXv Functions						    XvStopVideo(3)

NAME
XvStopVideo - stop active video SYNOPSIS
#include <X11/extensions/Xvlib.h> int XvStopVideo(Display *dpy, XvPortID port, Drawable draw); ARGUMENTS
dpy Specifies the connection to the X server. port Specifies the port for which video is to be stopped. draw Specifies the drawable associated with the named port. DESCRIPTION
XvStopVideo(3) stops active video for the specified port and drawable. If the port is not processing video, or if it is processing video in a different drawable, the request is ignored. When video is stopped a XvVideoNotify(3) event with detail XvStopped is generated for the associated drawable. RETURN VALUES
[Success] Returned if XvStopVideo(3) completed successfully. [XvBadExtension] Returned if the Xv extension is unavailable. [XvBadAlloc] Returned if XvStopVideo(3) failed to allocate memory to process the request. DIAGNOSTICS
[XvBadPort] Generated if the requested port does not exist. [BadDrawable] Generated if the requested drawable does not exist. SEE ALSO
XvGetVideo(3), XvPutVideo(3), XvVideoNotify(3) X Version 11 libXv 1.0.9 XvStopVideo(3)