Displaying 20 results from an estimated 100 matches similar to: "Problems compiling pridump utility"
2003 Dec 10
3
pridump
Hi All,
Can anyone tell me what are the <dev1> <dev2> parameters that I should
use to run pridump? I took a look at the source code but couldn't figure
this one out.
Best,
PauloHM
2003 Feb 28
2
error in tor2
i have error in install module of tor2.
but it compile good.
what happen ?
ivr2:/usr/src/zaptel # make clean; make install
rm -f torisatool makefw tor2fw.h
rm -f zttool
rm -f *.o ztcfg tzdriver sethdlc
rm -f zonedata.lo tonezone.lo libtonezone.so.1.0 *.lo
rm -f gendigits tones.h
rm -f libtonezone*
rm -f tor2ee
rm -f core
cc -I. -O4 -g -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -c -o
2008 Jan 25
3
Finding difficulty in installing Asterisk
Hi all,
Please help me in installing Asterisk.
I am getting the following error when trying to install Libpri
[treepr at CDC5S3FB-174202 Asterisk]$ cd libpri-1.4.2
[treepr at CDC5S3FB-174202 libpri-1.4.2]$ make clean
rm -f *.o *.so *.lo *.so.1 *.so.1.0
rm -f testprilib libpri.a libpri.so.1.0
rm -f pritest pridump
rm -f .depend
[treepr at CDC5S3FB-174202 libpri-1.4.2]$ make install
gcc -Wall
2005 Jun 09
1
compile error cannot find -lidn
hello
can u tell me what is the problem in my asterisk or
linux why i am getting this error while make.
PTEL_OPTIMIZATIONS
-DASTERISK_VERSION=\"CVS-HEAD-05/26/05-20:43:39\"
-DASTERISK _VERSION_NUM=999999 -DINSTALL_PREFIX=\"\"
-DASTETCDIR=\"/etc/asterisk\" -DASTLIB
DIR=\"/usr/lib/asterisk\"
-DASTVARLIBDIR=\"/var/lib/asterisk\"
2023 Jun 16
1
Changing EFI boot order via API
On 6/12/23 15:38, Lukas Zapletal wrote:
> Hello,
>
> I would like to be able to change the boot order of an EFI VM via
> libvirt API. Specifically, I am looking into configuring a VM to boot
> over HTTP UEFI Boot or HTTPS UEFI Boot (also available as HTTP IPv4 in
> the firmware).
>
> Is this possible? I cannot find anything relevant in the documentation. Thanks.
>
It
2023 Jun 12
1
Changing EFI boot order via API
Hello,
I would like to be able to change the boot order of an EFI VM via
libvirt API. Specifically, I am looking into configuring a VM to boot
over HTTP UEFI Boot or HTTPS UEFI Boot (also available as HTTP IPv4 in
the firmware).
Is this possible? I cannot find anything relevant in the documentation. Thanks.
--
Later,
Lukas @lzap Zapletal
2006 Dec 05
4
Attended Transfer
Dear List,
I've been working with Asterisk CVS-v1-0-09 and i'm trying to enable
attended transfer feature. but i just can't do it work. I've already
set "atxfer = *" (and many other combinations) and all extensions on
extensions.conf have the t and T option. But when I'm going to test,
it doesn't work. Is there any other file that i have to configure in
order to
2009 Apr 26
4
1.6.1: menuselect has problems with x86_64 ??
1.6.1 svn 190575:
CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect
CONFIGURE_SILENT="--silent" menuselect
make[1]: Entering directory
`/home/asterisk/rpmbuild/BUILD/asterisk-1.6.1/menuselect'
gcc -m64 -march=native -mtune=native -floop-interchange
-floop-strip-mine -floop-block -c -o
2004 Sep 08
2
'Hangup' not hanging-up, is this intended behaviour?
Greetings folks;
I have a bit of a conundrum, and I can't tell if Asterisk is doing
something daft, or whether I'm clean missing out why it's doing what it's
doing. So, I have a dialplan that looks a little like this:
--------------------
[start]
include => dids
include => everythingelse
[dids]
; Test
exten => 8378,1,SetCallerID(3015551212)
exten => 8378,2,Hangup
2010 Apr 07
3
[LLVMdev] Injecting code before function prolog
I'm trying to implement something similar to this:
http://gcc.gnu.org/wiki/SplitStacks in LLVM. The reason I want this
is so that I can have dynamically growing and shrinking stacks in my
programming language. In order to do this, I need to be able to check
for overflow of a stack frame. The methods of doing this are outlined
in the link above, but my intention is to pass the current stack
2010 Jun 18
1
[LLVMdev] Problem adding a MachineBasicBlock during X86 EmitPrologue
I'm attempting to add an error handler to functions with a custom
calling convention. This error is checked upon function entry, before
any code is run (specifically, I cannot allow any stack operations).
Because of this, I figured a good place to do this code insertion is
in EmitPrologue. I also, at this time, create the block that handles
the error case.
// create a new block for
2005 Feb 18
2
Asterisk + RedHat9 - Libpri problem
I install the Asterisk into a RedHat9, exactly like manual says, and I'm
having the attached error message when try to install libpri.
Please, help on it.
-------------- next part --------------
[root@LinuxLab zaptel]# cd ..
[root@LinuxLab src]# cd libpri/
[root@LinuxLab libpri]# make clean; make install
Makefile:93: .depend: No such file or directory
./mkdep -Wall -Werror -Wstrict-prototypes
2007 Jan 28
1
T1 Wire Level Tapping
I am trying to do a wire level tap on T1 equipment using digum
equipment. So far most call monitoring hardware for call centers try
to stay on the analog side requiring a lot of rewiring. I have
already posted to the list about T1 "bridging" using DAC's support in
the zaptel drivers. I still don't know if I can spy on channel
information since I don't have any digium
1999 Dec 10
2
samba v DAVE
samba server 2.0.6
DAVE 2.1
DAVE 2.0
When the DAVE 2.1 client tries to connect with samba, it gets an error that
machine name doesn't match. This DAVE client connects with NT systems fine,
and other Windows systems connect with samba fine, so it's just samba and
DAVE that are having this failure to communicate.
When DAVE 2.0 client tries, it connects fine but when I try to copy a file
to
2008 Nov 15
1
[LLVMdev] ARM libgcc dependencies
I was trying to build some code today for an ARM7TDMI, which does not
have a hardware divider and I noticed that LLVM translated divide
instructions into a call into libgcc's udivsi3. Is there any way of
removing this library dependency and allowing LLVM's link time
optimizer optimize the generated division code (inline it, merge the
div/mod if using both, etc)?
Thanks much,
Arlen
2006 Dec 05
3
Rejecting a Call
All,
Is there a way of rejecting a call using SIP in the Asterisk Dialplan?
Essentially, I want to look at the called number and if it matches
something I don't like I want to send back a SIP response which will not
cause the other end to 'hunt'. The response codes that will achieve
this are:
401 Unauthorized
403 Forbidden
Is there a way of getting Asterisk to send back such a
2010 Apr 10
0
[LLVMdev] Injecting code before function prolog
On Wed, Apr 7, 2010 at 12:43 PM, Arlen Cox <arlencox at gmail.com> wrote:
> I'm trying to implement something similar to this:
> http://gcc.gnu.org/wiki/SplitStacks in LLVM. The reason I want this
> is so that I can have dynamically growing and shrinking stacks in my
> programming language. In order to do this, I need to be able to check
> for overflow of a stack frame.
2006 Dec 19
6
No music on hold?
Hi all,
I've got Asterisk 1.2.10 up and running on Debian using the back ports.
I noticed that it didn't come with mpg123 or depend on it and I believe
I read somewhere that asterisk now handles it's own mp3 playback? Is
this true? If so I must have a problem, because I hear no music when
putting someone on hold. When looking at the console when putting
someone on hold, I see
2004 May 14
0
SuSE & Zaptel Compilation errors
Hi,
Thanks for giving me a detailed reply on hardware needs steven.
I have been looking at the archives in detail and found a few people have
had problems with zaptel compilation on suse(kernel-source-2.4.19.SuSE-342
// gcc 3.2.2 ) ... is shifting to red hat the only viable scenario...would
be a pain cuz suse comes with sun java desktop system( just bought it !! )
... any fixes would be a
2010 Nov 05
1
Asterisk 1.8 Installation Problem
Hi,
We want to upgrade both our servers to asterisk 1.8, the one from Romania and the one from Chicago, but for the moment I`m trying to install Asterisk 1.8 on a test machine running CentOS 5.5 with the kernel: Linux asterisk3 2.6.18-194.17.4.el5PAE #1 SMP Mon Oct 25 16:35:27 EDT 2010 i686 i686 i386 GNU/Linux .
I`ve tried many things from the forums and mailing lists but none seemed to help me.