Displaying 20 results from an estimated 1000 matches similar to: "Question about X100P card"
2005 Feb 08
1
Question about TDM11B Configuration
Hello all,
i would like to configure TDM11B with Asterisk, if any one have the configuration steps please provide me it.
Thanks in advance
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050208/1f6dfabe/attachment.htm
2005 Feb 05
0
Question about VoIP Solution
Hello
I'm in Egypt and i would like to provide VoIP Service. what i (as hardware
and software )need to provide this service?
only Digium telephony card and Asterisk (Configuration Package)? am i need
to any other getway , hardware or software?
if any 1 have complete solution, please provide me it.
thanks in advance
Regards
Eng. Yousri Farouk
Linux System administrator
www.egypt.com
2010 Apr 30
2
Simple example of decoding streaming audio realtime?
On 30 April 2010 11:43, Sherief N. Farouk <sherief at mganin.com> wrote:
>>> I'm a software engineer. I'm terribly uncomfortable with C.
>
> Aaaaahahahahahahahaha
Please be civil, guys. Different engineers have different skill
levels, so what. If someone asks for some help with the reference
implementation the least we can do is point them in a useful
direction. If
2010 Dec 06
2
Problems with Speex Resamplers
How much latency are we talking about? It seems that this issue cannot be
easily pinpointed, but if it turns out to be related to the Speex Resampler
let me know and I will put it on my task list.
- Sherief
-----Original Message-----
From: speex-dev-bounces at xiph.org [mailto:speex-dev-bounces at xiph.org] On
Behalf Of Colin Guthrie
Sent: Monday, December 06, 2010 9:47 AM
To: speex-dev at
2008 Sep 29
0
[LLVMdev] Architecture Dependency of LLVM bitcode (was Re: compile linux kernel)
On Mon, 2008-09-29 at 15:03 -0400, Sherief N. Farouk wrote:
> Why not add types with explicit endianess?...
The issues with architecture dependency are far broader than byte order.
LLVM in its current form is simply not intended to be machine neutral.
Quite the contrary: it is heavily machine dependent!
2003 Oct 21
1
memory error / iterative procedure
Dear R experts,
I have been trying to run an iterative procedure in R and am having
some sort of memory build up problem. I am using R1.8.0 on Windows XP.
One single iteration of my procedure is coded into a function. This
function creates an extremely large matrix of simulated values (actually
calls WinBugs which returns simulations), does some calculations with it
and returns a single number
2009 Apr 06
1
[LLVMdev] Makefile Problem?
I'm seeing the following when configuring llvm to point to llvm-gcc-4.2 and
then run a "make clean." This is building llvm in a separate object directory
than the source:
% ../src/configure
--prefix=/tmp/ptmp/dag/buildbot/slaves/llvm-validate/llvm-validate-debug-egypt-linux/build/install
2009 Apr 03
2
[LLVMdev] Trouble Building llvm-gcc-4.2
I'm still trying to debug the validator buildbot.
I'm getting this error when building some variants of llvm-gcc-4.2:
/bin/sh ../../src/gcc/mkconfig.sh bconfig.h
gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros
-Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute
-fno-common
2010 Nov 21
3
R help
Dear All,
I'm a beginner user in R and I would like to make a quadratic and
plateau model in R. Can you help please with an example?
Thanks so much
--
Ahmed M. Attia
Assistant Lecturer
El-Khattara farm Station
Agronomy Dept.,
Zgazig Univ., Egypt
Visiting Scientist
Haskell Agricultural laboratory
Agronomy and Horticultural Dept.,
Univ. of Nebraska-Lincoln
ahmedatia at zu.edu.eg
2010 May 27
2
[LLVMdev] Using LLVM to compile Objective-C on an Xbox 360
This is certainly an option... but keeping up an LLVM backend for the 360 seems like a bit much work. Using Clang's rewriter requires no real low-level maintenance, just creating and maintaining a C library for support functions emitted by the compiler (e.g. objc_msgSend).
It seems to create a backend for LLVM targeting the 360 I wouldn't need to create something that outputs XEX's
2004 Jul 05
4
Question about x100P and zap
I have 2 X100P card and configured everything based on configs here
http://www.onlamp.com/onlamp/2004/01/22/examples/config_files.txt
I changed the area codes to match mine.
When I try to dial out I get
app_dial.c:554 dial_exec: Unable to create channel of type 'Zap'
A zap show channels gives me this
Chan Extension Context Language MusicOnHold
1
2007 Feb 08
2
R
Dear Professor,
I am preparing for a Ph.D in semiparametric regression at Cairo university in Egypt. Referring to R package KernGPLM, I obtained R version 2.4.1 but I did not find package KernGPLM. Please, help me how can I obtain this package. Thanks in advance.
Name: Magda Haggag
E-mail: magdahaggag@yahoo.com
Address: 27, Notrdam Desion st., Gleem, Alexandria, Egypt.
2008 Aug 28
3
[LLVMdev] Visual C++ 2008 Build from trunk
I'm trying to build the sources from the svn trunk using VC2008, and I'm
running into some problems. First, I have no idea what the configure project
is for, and it fails with a manifest related error (the project lacks any
.c* files anyway). This causes an avalanche of problems, initiated by
TableGen not being able to build. Has anyone been successful in getting the
LLVM libs to build
2009 Apr 03
0
[LLVMdev] Trouble Building llvm-gcc-4.2
On 2009-04-03 18:39, David Greene wrote:
> I'm still trying to debug the validator buildbot.
>
> I'm getting this error when building some variants of llvm-gcc-4.2:
>
> /bin/sh ../../src/gcc/mkconfig.sh bconfig.h
> gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes
> -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros
>
2005 Mar 04
2
Part 2 of ONLamp.com Rails article is online
ONLamp.com has finally published part 2 of my Rails article! You can find it
here:
http://www.onlamp.com/pub/a/onlamp/2005/03/03/rails.html
It would be really nice if we could get this slash dotted again before the
weekend.
>From what I understand, you''re more likely to get accepted when multiple
people submit something. So, to anyone who has the inclination: if you would
submit
2010 May 27
0
[LLVMdev] Using LLVM to compile Objective-C on an Xbox 360
Le 27 mai 2010 à 08:48, Kevin Wooten a écrit :
> This is certainly an option... but keeping up an LLVM backend for the 360 seems like a bit much work. Using Clang's rewriter requires no real low-level maintenance, just creating and maintaining a C library for support functions emitted by the compiler (e.g. objc_msgSend).
>
The clang rewriter is not the same than LLVM C backend.
2008 Apr 19
3
Wine LGPL version
I can't understand what version of the LGPL you are using for the Wine source code.
> Wine is free software. The licensing terms are the GNU Lesser General Public License.
There are 2 links in your main page:
the first links to the official LGPL v3 page http://www.gnu.org/copyleft/lesser.html
the second links to a page of the WineHQ site, showing the LGPL v2.1
2006 May 08
4
Asterisk documentation..
Where can I get some asterisk books.. or tutorials..? I?ve been searching in
google.. but I find just some tutorials explaining how to fast set up an
asterisk server. I want to learn how to use it and how to make my own
configurations. So, the thing is that I want to know what is the best book
or tutorial that you know? recomendations? Thanks to everyone...
Danko Miocevic
2008 May 11
2
UnKnownAction exception
Hi all,
i''m new in ruby on rails.
i created a controller which has 2 views index, add_to_cart
& inside index i created "button_to" which references to add_to_cart
view, but when i click on this button UnKnownAction exception appear
to me, i don''t know why this happen
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are
2009 Nov 03
0
FW: Handling allocation failure in resampler init - patch
From: Sherief Farouk [mailto:sherief.farouk at twisted-works.com]
Sent: Tuesday, November 03, 2009 5:34 PM
To: 'speex-dev at xiph.org'
Subject: Handling allocation failure in resampler init - patch
Hi,
Here's a patch that stops allocation failures during
resampler init from segfaulting, now they fail gracefully and report the
error through the error code parameter