Asterisk awakens open source love in telecom entrepreneur


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Asterisk awakens open source love in telecom entrepreneur
# 1  
Old 01-02-2008
Asterisk awakens open source love in telecom entrepreneur

Wed, 02 Jan 2008 21:02:00 GMT
Marc Fribush, a former "Microsoft guy," is a telecommunications industry entrepreneur who discovered the benefits of open source when he launched a turnkey SAAS telephony business based on Asterisk. "It's really powerful stuff," Fribush says.


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Red Hat

Os Open source dialer not working on Centos Asterisk platform

Hi We have one centos Server on Asterisk platform and using OS Open source dialer for dialing outbound connections.We are using eyebeam as a softphone for calling with Server ip 192.168.1.X.Today i found dialing issues with each client side phones.Not showing pause/resume button when browse... (0 Replies)
Discussion started by: Vaibhav.T
0 Replies

2. Shell Programming and Scripting

Open Source

Hi Friends I'm new to this UNIX - I'm working on the porting project from Solaris To Linux i just want to map some commands from solaris to Linux so can any one please tell me how to get the source code of the commands like "ls", "cu", "du" Regards sabee (1 Reply)
Discussion started by: sabee.prakash
1 Replies

3. Cybersecurity

is open source more secure ?

Hi Guys, I'd like to know your opinion. A friend of mine claims, an open source OS like linux is more secure than a closed one like AIX because 'if he is hacked, he can do countermeasures'. I believe the opposite is the case - it's more secure if not everybody knows the kernel and is able to... (6 Replies)
Discussion started by: zxmaus
6 Replies

4. UNIX for Dummies Questions & Answers

what is the best open source antispam?

Hello what is the best open source antispam? Thanks http://www.linuxforums.org/forum/images/smilies/icon_smile.gif (1 Reply)
Discussion started by: mohammadmahdi
1 Replies

5. Post Here to Contact Site Administrators and Moderators

open source for the forum

This is a slick looking forum. Any chance on making the code for the forum open source? (1 Reply)
Discussion started by: ecupirate1998
1 Replies
Login or Register to Ask a Question
SoGLCacheList(3)						       Coin							  SoGLCacheList(3)

NAME
SoGLCacheList - The SoGLCacheList class is used to store and manage OpenGL caches. SYNOPSIS
#include <include/Inventor/caches/SoGLCacheList.h> Public Member Functions SoGLCacheList (int numcaches=2) ~SoGLCacheList () SbBool call (SoGLRenderAction *action) void open (SoGLRenderAction *action, SbBool autocache=TRUE) void close (SoGLRenderAction *action) void invalidateAll (void) Detailed Description The SoGLCacheList class is used to store and manage OpenGL caches. Constructor &; Destructor Documentation SoGLCacheList::SoGLCacheList (intnumcaches = 2) Constructor. SoGLCacheList::~SoGLCacheList () Destructor. Frees remaining caches. Member Function Documentation SbBool SoGLCacheList::call (SoGLRenderAction *action) Test for valid cache and execute. Returns TRUE if a valid cache could be found, FALSE otherwise. Note that when a valid cache is found, it is executed before returning from this method. void SoGLCacheList::open (SoGLRenderAction *action, SbBoolautocache = TRUE) Start recording a new cache. Remember to call close() when you've finished recording the cache. See also: close() void SoGLCacheList::close (SoGLRenderAction *action) Finish recording the currently open cache. See also: open() void SoGLCacheList::invalidateAll (void) Invalidate all caches in this instance. Should be called from the notify() method of nodes doing caching. Author Generated automatically by Doxygen for Coin from the source code. Version 3.1.3 Wed May 23 2012 SoGLCacheList(3)