Displaying 16 results from an estimated 16 matches for "slinfactori".
Did you mean:
slinfactory
2017 Apr 12
2
More issues with Siren14 datalen == 0 packets
Another crash with a packet:
$10 = {frametype = AST_FRAME_VOICE, subclass = {integer = 0,
format = 0x12c62170, frame_ending = 0}, datalen = 0, samples = 640,
mallocd = 1, mallocd_hdr_len = 324, offset = 64,
src = 0x2ad290064a08 "siren14tolin32/speex", data = {ptr = 0x80893318,
uint32 = 2156475160, pad = "\030\063\211\200\000\000\000"}, delivery = {
tv_sec =
2005 Aug 29
2
Compile problem with 1.2 beta 1
Has anyone else got 1.2 compiled from cvs ? I've posted the question
below to the -dev list but got no answers:
1) No-one else is trying beta 1
2) No-one else is having any issues (I must be the idiot)
3) No-one else saw my message :)
I have been trying to compile 1.2 beta 1 on a centos 4 box, to no avail.
The "make" command seems to compile ok, but "make install"
2005 Sep 01
1
Loop error when compiling CVS version of 1.2-Beta
I am still getting an error compiling the 1.2-Beta version. The
tarball works fine, but I have never been able to compile the 1.2beta
from CVS. I have been compiling CVS-HEAD on the machine for quite
some time.
It goes into this loop:
if cmp -s include/asterisk/version.h.tmp include/asterisk/version.h ;
then echo; else \
mv include/asterisk/version.h.tmp include/asterisk/version.h ; \
2012 Jan 18
1
Compile error 1.8.8.1
Hi,
While compiling 1.8.8.1, I met the following error:
[AR] hash/hash.o hash/hash_bigkey.o hash/hash_buf.o hash/hash_func.o
hash/hash_log2.o hash/hash_page.o hash/ndbm.o btree/bt_close.o
btree/bt_conv.o btree/bt_debug.o btree/bt_delete.o btree/bt_get.o
btree/bt_open.o btree/bt_overflow.o btree/bt_page.o btree/bt_put.o
btree/bt_search.o btree/bt_seq.o btree/bt_split.o btree/bt_utils.o db/db.o
2017 Apr 12
2
More issues with Siren14 datalen == 0 packets
> All patches need to go into JIRA with a license agreement to be
> accepted.
Understood, but I was using it as an illustration. Note, however, that,
from a legal perspective, a patch such as this has no protectable IP (you
can't copyright the only way of doing something) and the GNU projects have
a formal rule that sufficiently-small patches need no assignments for that
reason, which
2011 Mar 07
1
[1.8.3] Error compiling Asterisk: __sync_fetch_and_add
Hello all,
mmm a bit embarrassing about not having a clue as to why we're getting this
error on make of 1.8.3
[AR] hash/hash.o hash/hash_bigkey.o hash/hash_buf.o hash/hash_func.o
hash/hash_log2.o hash/hash_page.o hash/ndbm.o btree/bt_close.o
btree/bt_conv.o btree/bt_debug.o btree/bt_delete.o btree/bt_get.o
btree/bt_open.o btree/bt_overflow.o btree/bt_page.o btree/bt_put.o
btree/bt_search.o
2005 Oct 04
0
compile loop?
Gosh, took me a long time to notice that this was not doing what I wanted:
mkdir /usr/src/asterisk-20050720
ln -sf /usr/src/asterisk-20050720 /usr/src/asterisk
cd /usr/src/asterisk
export CVSROOT=:pserver:anoncvs@cvs.digium.com:/usr/cvsroot
cvs login
cvs checkout -D 2005-07-20
make clean
make
This was last Thursday. Since it'll be Wednesday tomorrow, I thought
I'd waste some time
2013 Jul 15
0
Asterisk 1.8.23.0 Now Available
The Asterisk Development Team has announced the release of Asterisk 1.8.23.0.
This release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk
The release of Asterisk 1.8.23.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following is a sample of the issues resolved in this
2013 Jul 15
0
Asterisk 1.8.23.0 Now Available
The Asterisk Development Team has announced the release of Asterisk 1.8.23.0.
This release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk
The release of Asterisk 1.8.23.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following is a sample of the issues resolved in this
2011 Mar 07
1
Error compiling Asterisk 1.8.3 on Sun SPARC x64 w/Debian Squeeze
Hello all,
Figured I'd repost this with an edited subject line, to attract attention of
people with Debian On Sparc experience. Apologies in advance if this kind of
thing is frowned upon :)
[AR] hash/hash.o hash/hash_bigkey.o hash/hash_buf.o hash/hash_func.o
hash/hash_log2.o hash/hash_page.o hash/ndbm.o btree/bt_close.o
btree/bt_conv.o btree/bt_debug.o btree/bt_delete.o btree/bt_get.o
2016 May 05
2
cannot find -lasteriskssl
HI!
I'm trying to compile asterisk 13.8.2+ on openSUSE Linux but it fails. It seems
file ./main/libasteriskssl.so.1 is present when it fails. Building 13.7.2 works
without any problem. It fails since 13.8.0.
$ ./bootstrap.sh
$ ./configure
$ make menuselect.makeopts;menuselect/menuselect --enable chan_ooh323
$ make
..
failure (see message below)
Any hint is appreciated. Thanks in advance.
2005 Aug 23
2
compiling CVS-HEAD + Patch from http://bugs.digium.com/view.php?id=3644
Hi!
First I have to say, that I'm not very familiar with CVS and patching.
I tried to patch & compile CVS-HEAD.
First I checked out zaptel, libpri and asterisk with this command: "cvs
co zaptel libpri asterisk"
But the latest patch sipsubscribe-20050812.rev806v2.txt from
http://bugs.digium.com/view.php?id=3644 didn't worked, so I tried to
check out an older CVS-Versions
2005 Oct 10
2
Errors with new fetched Asterisk cvs
Below is my try of installation to the latest CVS. I have not updated 3
months. What do I miss since last time?
bye
Ronald
/usr/local/src/asterisk # make clean; make update; make install
build_tools/make_version_h > include/asterisk/version.h.tmp
if cmp -s include/asterisk/version.h.tmp include/asterisk/version.h ;
then echo; else \
mv include/asterisk/version.h.tmp
2005 Aug 26
3
bug tracker bug?
Cant submit bugs - error 1303, invalid value for field when submitting a new issue.
Bug info
Failure on build with 1.2beta1 on fresh FC4 install
ast_expr2f.c:1784: warning: no previous prototype for ?ast_yyget_column?
ast_expr2f.c:1860: warning: no previous prototype for ?ast_yyset_column?
ast_expr2f.c:1259: warning: ?yyunput? defined but not used
gcc -g -o asterisk -Wl,-E io.o
2005 Aug 23
1
latest CVS on Mandrake 9.2 Mini ITX
All,
wondering if you can help, I had a perfectly working Mandrake 9.2 box
running on a via Mini ITX 5000/classic. Asterisk (zaptel and libpri) was
built from CVS head around 22nd July 2005. I decided now was a good time
to ghost it up....although humorous for you all suffice to say, I ended
up with a partitionless box!
Following the install script I had created I built an identical server
to
2005 Aug 09
2
error compiling asterisk on solaris
hello,
can anyone help me? im gettitng this error when i tried runnin make on solaris 9
rm -f include/asterisk/version.h.tmp
make[1]: `ast_expr.a' is up to date.
make[1]: Leaving directory `/export/home/fst/chris/cvs/asterisk'
gcc -g -o asterisk io.o sched.o logger.o frame.o loader.o config.o channel.o t ranslate.o file.o say.o pbx.o cli.o