similar to: restricting one user per account

Displaying 20 results from an estimated 10000 matches similar to: "restricting one user per account"

2009 Jan 07
2
\iaxclient-2.0.2 compile problem
Hi, I had downlaoded iaxclient-2.0.2 and complie project *\iaxclient-2.0.2\contrib\win\vs2005* ** It gives many83 fatal and file missing error of file missing Error 1 fatal error C1083: Cannot open include file: 'portaudio.h': No such file or directory d:\mohit\asterisk\iaxclient-2.0.2\iaxclient-2.0.2\lib\portmixer\px_win_wmme\px_win_wmme.c 40 Error 2 fatal error C1083: Cannot open
2003 Nov 29
1
iaxComm Update available [Ringtones, Intercom, UI improvements]
iaxComm is an Open Source softphone for the Asterisk PBX. iaxComm compiles and runs on Win32, Linux and Mac OS X systems. Sources included in the iaxclient library: http://iaxclient.sourceforge.net/snapshots/iaxclient.tar.gz Precompiled binaries at: http://iaxclient.sourceforge.net/snapshots/iaxclient.tar.gz Features: * Register with multiple servers (ie enterprise server and iaxtel).
2005 Jan 14
1
iaxComm 0.99pre11 binaries posted to Sourceforge
iaxComm is a crossplatform open source softphone utilizing the IAX2 protocol. It is distributed as part of Steve Kann's iaxclient library. I've just posted new Windows, Linux and Mac OSX binaries to sourceforge. The Windows binary was compiled on WinXP. The Linux binary was compiled on RedHat 9. The OSX binary was compiled by Andreas Wrede on 10.3 and was tested on 10.4 (Tiger) beta.
2005 Jan 28
6
iaxComm version 1.0 released
iaxComm is an Open Source softphone for the Asterisk PBX. iaxComm compiles and runs on Win32, Linux and Mac OS X (Panther) systems. Recent Changes: * Improved jitterbuffer code * Steve Underwood's Packet Loss Concealment Code Features Include: * iLBC support * GSM support * speex support * ulaw and alaw support * Blind Transfer. * Custom Ringtones per
2006 Mar 02
1
IAX Video and Meetme
Hi I'm browsing around the internet looking for signs that the IAX client library and app_meetme support video. I stumbled across this post by SteveK on the 27th of Feb 2006. "My company is looking to hire a full-time developer, who will be working about 25-50% of the time on iaxclient; in particular to finally integrate, build, polish and enhance video in iaxclient, add video
2010 Apr 30
1
Embedded IAX
Hi All, I've been lurking here for a while now, having only made a couple of posts. I am starting a new hardphone project and was wondering if there is some GPL'ed IAX source that I could start with. I've searched and haven't come up with much beyond iaxClient. While iaxClient does give me a little bit to start with, it looks like it is really intended to be more of a
2003 Jun 02
1
Announcing IAXCLIENT v0.02 A cross-platform IAX client.
Asterisk-people, Some of you may have heard that we were working on a simple, cross-platform IAX client library called "iaxclient". We've pretty much been "on vacation" with the project for a while, but recently have made some progress, and now have the library working across platforms, and a simple test client called "testcall", up and running on 3
2006 Mar 22
3
router UDP timeout
Hi there I am using an IAX2 softphone built from the IaxClient library dialing into Meetme conferences. The IaxClient seems to use silence suppression, and not sure if this can be disabled. The client works fine through most routers, but for some it disconnects the client after about 5 minutes and gives this error in the asterisk logs: Chan_iax2.c:1480 attempt_transmit: Max retries exceeded to
2007 Oct 25
1
Obtaining loudness information in 1.2beta2
What would be a good parameter to return that would better represent the loudness of the signal? As for the your other comments, I'll make the necessary changes and resubmit. Thanks, Mihai On Oct 25, 2007, at 7:45 PM, Jean-Marc Valin wrote: > I'm in favor of the idea, but not of the current implementation. There > are two problems: > 1) The st->loudness parameter
2007 Mar 17
1
SV: How to detect SpeexBits corruption
Ohh...nice. I actually thought I was emailing Jean-Marc and didn't expect anything back from the list. In fact once I got a reply back saying it was waiting mod approval for list submission, I though it would be dropped. Your reply is both unexpected and much appreciated. I'm checking it out right now!! Thanks, Greg On Sat, 2007-03-17 at 12:00 -0400, Steve Kann wrote: > I wrote
2011 Nov 15
2
[LLVMdev] Pass options to the linker
Hi all, I'm trying to use the PPL (Parma Polyhedra Library, bugseng.com/products/ppl) in one of my LLVM passes getting the error: > Error opening > '/home/jorge/SvnReps/Systems/llvm/build/Debug+Asserts/lib/MyAnalysis.so': > /home/jorge/SvnReps/Systems/llvm/build/Debug+Asserts/lib/MyAnalysis.so: > undefined symbol: _ZNK23Parma_Polyhedra_Library13PIP_Tree_Node2OKEv >
2011 Nov 15
0
[LLVMdev] Pass options to the linker
Hi Jorge, > I'm trying to use the PPL (Parma Polyhedra Library, > bugseng.com/products/ppl) in one of my LLVM passes getting the error: > >> Error opening >> '/home/jorge/SvnReps/Systems/llvm/build/Debug+Asserts/lib/MyAnalysis.so': >> /home/jorge/SvnReps/Systems/llvm/build/Debug+Asserts/lib/MyAnalysis.so: >> undefined symbol:
2005 Mar 01
1
[Asterisk-biz] IAX2 web client that works withg723 / g729. We got One
Andres sounds as if this is Andres's own development. He mentioned IAX, not IAX2. My guess is that he might have used one of the IAX GPL Libraries and source trees, based on iaxClient and not libiax2. It is possible that Andres is not aware of the GPL terms that he has to adhere to, if he wants to commercialize this product. The Source code for IAX Phone is available from Steven Sokol's
2005 Sep 10
1
PRI echo
Hi, My configuration is pri----*(te405p)---iaxclient. My * version is 1.0.7 running on tyan dual opteron board. I have several problems. 1) inbound echo For outbound call(iaxclient-->pri), there is almost no echo. But for inbound(pri-->iaxclient), I can hear distinct echo. Can Sangoma a104 or digium te406p help this problem? 2)Today i received te406p. I know T1/E1 jumper. But how can i
2011 Aug 05
1
If find x, then y, else do nothing
I want to write code that says "If you find an element equal to 4 in this vector for each person in the data set tested separately, then put in 1 for 2 and 2 for 4, else leave the variable as is" u.ppl <- (unique(init.dat1$grid)) l.ppl <- length(u.ppl) for (i in 1:l.ppl) { if (grep("4",init.dat1$Slide1_RESP)) {2 == 1, 4 == 2}; else
2011 Nov 15
1
[LLVMdev] Pass options to the linker
On Tuesday, November 15, 2011 at 10:11:25 (+0100), Duncan Sands wrote: >> Hi Jorge, >> >> > I'm trying to use the PPL (Parma Polyhedra Library, >> > bugseng.com/products/ppl) in one of my LLVM passes getting the error: >> > >> >> Error opening >> >> '/home/jorge/SvnReps/Systems/llvm/build/Debug+Asserts/lib/MyAnalysis.so':
2004 Oct 04
1
Will there be any support for iLBC in IAXClients soon?
Hello Folks, I noticed that all of the IaxClient based softphones with exception of Firefly only seem to have support for GSM but what about iLBC? The quality is excellent with iLBC even on a dialup connection! Meanwhile while the audio on GSM often sounds scratchy. Is anyone looking to implement iLBC in an IaxClient based softphone soon? Errol Biz4Web Solutions Limited
2013 Jul 11
1
Can't install gcc
Hi, I'm having this odd problem with being unable to install gcc, this is what I tried and what I'm getting as an error: $ sudo yum install gcc.x86_64 Loaded plugins: security Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.4.6-4.el6 will be installed --> Processing Dependency: cpp = 4.4.6-4.el6 for package:
2006 May 03
2
New jitter.c, bug in speex_jitter_get?
> Yes. Jean-Marc has made the API more similar. > > Jean-Marc: Have you looked at the API we have for the > asterisk/iaxclient jitterbuffer? Just did. > It's pretty close to what you have now -- the major difference is that > your jb still assumes it can "own" the data passed in -- it copies it, > and it destroys it at will. With the API I put together,
2013 Oct 10
4
- problem gcc with yum
hi all, today, I have this problem: # yum install gcc Loaded plugins: fastestmirror, security Loading mirror speeds from cached hostfile * base: ftp.hosteurope.de * epel: mirror.de.leaseweb.net * extras: ftp.hosteurope.de * updates: ftp.hosteurope.de Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.4.7-3.el6 will be installed