search for: stdtime

Displaying 20 results from an estimated 37 matches for "stdtime".

2007 Dec 02
1
Asterisk on Solaris
I submiited to the list last night, but it never showed up. Here we go again. I've tried building Asterisk 1.4.15 on Solaris based on instuctions here, http://forums.digium.com/viewtopic.php?t=5888. However, this is the message I get. This is Solaris on X86. Any ideas? [CC] stdtime/localtime.c -> stdtime/localtime.o stdtime/localtime.c: In function `localsub': stdtime/localtime.c:1136: error: structure has no member named `tm_gmtoff' gmake[1]: *** [stdtime/localtime.o] Error 1 gmake: *** [main] Error 2 Thanks, Mike Clark
2006 Jan 03
4
Problems Upgrading to 1.2.1 on Fedora 3
...p to date. make[1]: Leaving directory `/usr/src/asterisk-1.2.1/editline' make[1]: Entering directory `/usr/src/asterisk-1.2.1/db1-ast' make[1]: `libdb1.a' is up to date. make[1]: Leaving directory `/usr/src/asterisk-1.2.1/db1-ast' make[1]: Entering directory `/usr/src/asterisk-1.2.1/stdtime' make[1]: *** No rule to make target `/usr/lib/gcc/i386-redhat-linux/3.4.2/include/stddef.h', needed by `localtime.o'. Stop. make[1]: Leaving directory `/usr/src/asterisk-1.2.1/stdtime' make: *** [stdtime/libtime.a] Error 2 and when I try to update from binary: [root@red2 ~]# rpm...
2009 Apr 19
3
asterisk-1.6.0.9-x86_64: voicemail: Segmentation fault (core dumped)
...s 23717] [New process 23721] [New process 23728] [New process 23718] [New process 23723] [New process 23719] [New process 23722] [New process 23720] [New process 23726] [New process 23727] #0 0x00000000004d8bb3 in tzload (name=0x536b26 "posixrules", sp=0x7f7f84076ba0, doextend=0) at stdtime/localtime.c:292 292 if ((strlen(p) + strlen(name) + 1) >= sizeof fullname) (gdb) bt #0 0x00000000004d8bb3 in tzload (name=0x536b26 "posixrules", sp=0x7f7f84076ba0, doextend=0) at stdtime/localtime.c:292 #1 0x00000000004d94bf in tzparse (name=0x7f7f840...
2004 Apr 26
3
Compiling asterisk
I got the error below while compiling asterisk. Please offer me some help. hubert for x in res channels pbx apps codecs formats agi cdr astman stdtime; do make -C $x depend || exit 1 ; done make[1]: Entering directory `/etc/asterisk/asterisk-0.7.2/res' make[1]: Nothing to be done for `depend'. make[1]: Leaving directory `/etc/asterisk/asterisk-0.7.2/res' make[1]: Entering directory `/etc/asterisk/asterisk-0.7.2/channels' make[1]:...
2004 Jan 20
3
Still problems at compiling
...or. I have attached the sysout log below. Any hint and help highly appreciated. What is wrong. Franz ---- the sysout log during "make clean" and "make install" of asterisk ----- linux:/usr/src/asterisk # make clean for x in res channels pbx apps codecs formats agi cdr astman stdtime; do make -C $x clean || exit 1 ; done make[1]: Entering directory `/usr/src/asterisk/res' rm -f *.so *.o .depend make[1]: Leaving directory `/usr/src/asterisk/res' make[1]: Entering directory `/usr/src/asterisk/channels' rm -f *.so *.o .depend rm -f busy.h ringtone.h gentone gentone-ula...
2003 Oct 15
0
Asterisk running on OpenBSD 3.3
...Wed Oct 15 07:16:08 2003 +++ Makefile Wed Oct 15 07:16:08 2003 @@ -22,7 +22,7 @@ PROC=$(shell uname -m) endif # Pentium Pro Optimize -#PROC=i686 +PROC=i686 # Pentium & VIA processors optimize #PROC=i586 @@ -204,7 +204,7 @@ fi asterisk: editline/libedit.a db1-ast/libdb1.a stdtime/libtime.a $(OBJS) - $(CC) $(DEBUG) -o asterisk -Wl,-E $(OBJS) $(LIBS) $(LIBEDIT) db1-ast/libdb1.a stdtime/libtime.a + $(CC) $(DEBUG) -o asterisk $(OBJS) $(LIBS) $(LIBEDIT) db1-ast/libdb1.a stdtime/libtime.a subdirs: for x in $(SUBDIRS); do $(MAKE) -C $$x || exit 1 ; done T...
2004 Nov 23
2
-lssl
...my first go at compiling Asterisk from cvs source. Compiled and installed zaptel ok Running make asterisk returns the following error message /usr/bin/ld cannot find -lssl collect2: ld returned 1 exit status The last part of the compile messages on screen are- editline/libedit.a db1.ast/libdb1.a stdtime/libtime.a -ldl -lncurses -lm -lresolv -lssl There is obviously something I have not installed, but what ? Have searched archives and thro package descriptions and come up with nothing Any help appreciated -- Clive Email : clive.carter@sbcs.co.uk Alt : clivecarter@orange.net Tel : 0845 0...
2005 Mar 29
3
-lssl problem on debian
...o say.o pbx.o cli.o md5.o term.o ulaw.o alaw.o callerid.o fskmodem.o image.o app.o cdr.o tdd.o acl.o rtp.o manager.o asterisk.o ast_expr.o dsp.o chanvars.o indications.o autoservice.o db.o privacy.o astmm.o enum.o srv.o dns.o aescrypt.o aestab.o aeskey.o utils.o editline/libedit.a db1-ast/libdb1.a stdtime/libtime.a -ldl -lpthread -lncurses -lm -lresolv -lssl /usr/bin/ld: cannot find -lssl collect2: ld returned 1 exit status make: *** [asterisk] Error 1 I have installed openssl. I added /usr/lib/ssl into my /etc/ld.so.conf. Looked for other pkgs such as dev pkgs for openssl but couldn't find a...
2005 Oct 10
2
Errors with new fetched Asterisk cvs
...nclude/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 include/asterisk/version.h ; \ fi rm -f include/asterisk/version.h.tmp for x in res channels pbx apps codecs formats agi cdr funcs utils stdtime; do make -C $x clean || exit 1 ; done make[1]: Entering directory `/usr/local/src/asterisk/res' rm -f *.so *.o .depend make[1]: Leaving directory `/usr/local/src/asterisk/res' make[1]: Entering directory `/usr/local/src/asterisk/channels' rm -f *.so *.o .depend rm -f busy.h ringtone.h g...
2007 Oct 08
2
asterisk hangs on STRPTIME
hello, running asterisk 1.4.11 on CentOS 4.5 I am getting no response on function STRPTIME() the system just hangs, STRFTIME() is working fine as seen below. Same thing happens whether I called in from a softphone or via teliax. While executing the following code : ; exten => s,n,Set(v_ts=) exten => s,n,Set(v_ts=${STRFTIME(|America/New_York|%Y-%m-%d)}) exten =>
2006 May 09
1
xmalloc symbol in libssh
...). I can provide a patch on request. %%% % cc -O2 -fno-strict-aliasing -pipe -march=pentium-m -include nbsd2fbsd.h -I/usr/src/libexec/lukemftpd -I/usr/src/libexec/lukemftpd/../../contrib/lukemftpd -I/usr/src/libexec/lukemftpd/../../contrib/lukemftpd/src -I/usr/src/libexec/lukemftpd/../../lib/libc/stdtime -I/usr/src/libexec/lukemftpd/../../bin/ls -DUSE_OPIE -DLOGIN_CAP -DUSE_PAM -fstack-protector -static -o lukemftpd cmds.o conf.o ftpd.o ftpcmd.o popen.o strsuftoll.o ls-unmain.o cmp.o print.o util.o -lcrypt -lutil -lm -lopie -lmd -lpam -lkrb5 -lasn1 -lcrypto -lcrypt -lroken -lcom_err -lradius -lta...
2004 Sep 02
2
Please help to config tdm11b
I have a TDM400P with 1 fxo and 1 fxs module(TDM11B) i just wanted to know how to configure the zaptel and zapata & extension conf to work well Please help me on that
2004 Mar 31
6
Can't compile asterisk.
...aw.o alaw.o call erid.o fskmodem.o image.o app.o cdr.o tdd.o acl.o rtp.o manager.o asterisk.o ast _expr.o dsp.o chanvars.o indications.o autoservice.o db.o privacy.o astmm.o enum .o srv.o dns.o aescrypt.o aestab.o aeskey.o -ldl -lpthread -lncurses -lm -lresol v editline/libedit.a db1-ast/libdb1.a stdtime/libtime.a make: pwd: Command not found ??editline/libedit.a(editline.o_a): In function `term_move_to_line': /usr/src/asterisk/editline/term.c:554: undefined reference to `tgoto' /usr/src/asterisk/editline/term.c:554: relocation truncated to fit: R_PPC_REL24 tgoto /usr/src/asterisk/editline...
2012 Jan 18
1
Compile error 1.8.8.1
...fixedjitterbuf.o frame.o framehook.o fskmodem.o global_datastores.o hashtab.o heap.o http.o image.o indications.o io.o jitterbuf.o loader.o lock.o logger.o manager.o md5.o netsock.o netsock2.o pbx.o plc.o poll.o privacy.o rtp_engine.o say.o sched.o security_events.o sha1.o slinfactory.o srv.o ssl.o stdtime/localtime.o strcompat.o strings.o stun.o syslog.o taskprocessor.o tcptls.o tdd.o term.o test.o threadstorage.o timing.o translate.o udptl.o ulaw.o utils.o version.o xml.o xmldoc.o editline/libedit.a db1-ast/libdb1.a -> asterisk pbx.o: In function `ast_str_substitute_variables_full': /usr/sr...
2006 Jan 03
9
FC3 or FC1 (or something else?)
Hi I wish to install asterisk 1.2 (the latest tar.gz from the site ....not the CVS version) on an HP box with a TE110P (single port E1/T1) My question is which OS would be preferred in this configuration Fedora Core 1 or Fedora Core 3, and are there any install guides out there that are recent enough for asterisk 1.2 I am also open to suggestions for other Operating Systems if any of you feel
2004 May 17
4
Redhat 7.3 compiling problem
Firstly, amazing software, props to all the developers. I'm trying to compile the latest asterisk cvs checkout and keep getting an error which I can't solve, any help would be much appreciated - make[1]: Leaving directory `/usr/src/asterisk/stdtime' if [ -d CVS ] && ! [ -f .version ]; then echo CVS-HEAD-05/17/04-16:45:34 > .version; fi for x in res channels pbx apps codecs formats agi cdr astman stdtime; do make -C $x || exit 1 ; done make[1]: Entering directory `/usr/src/asterisk/res' gcc -pipe -Wall -Wstrict-prototype...
2005 Mar 10
4
Suse Compiling: next err
...o say.o pbx.o cli.o md5.o term.o ulaw.o alaw.o callerid.o fskmodem.o image.o app.o cdr.o tdd.o acl.o rtp.o manager.o asterisk.o ast_expr.o dsp.o chanvars.o indications.o autoservice.o db.o privacy.o astmm.o enum.o srv.o dns.o aescrypt.o aestab.o aeskey.o utils.o editline/libedit.a db1-ast/libdb1.a stdtime/ libtime.a -ldl -lpthread -lncurses -lm -lresolv -lssl /usr/lib/gcc-lib/i586-suse-linux/3.3.4/../../../../i586-suse-linux/bin/ ld: cannot find -lssl collect2: ld returned 1 exit status make: *** [asterisk] Error 1 I thought that I was missing some ssl libraries. So I added openssl. But still I...
2010 Jun 23
2
"Hidden" memory leak
...39; 1336 bytes in 4 allocations in file 'hashtab.c' 812 bytes in 2 allocations in file '/usr/src/asterisk-1.6.2.9-rc3/include/asterisk/strings.h' 484 bytes in 1 allocations in file 'bridge_multiplexed.c' 24648 bytes in 2 allocations in file 'stdtime/localtime.c' 11624 bytes in 9 allocations in file 'app_voicemail.c' 568 bytes in 3 allocations in file 'logger.c' 3410 bytes in 4 allocations in file 'chan_oss.c' 356 bytes in 1 allocations in file 'func_dialgroup.c' 548 bytes...
2011 Mar 07
1
[1.8.3] Error compiling Asterisk: __sync_fetch_and_add
...fixedjitterbuf.o frame.o framehook.o fskmodem.o global_datastores.o hashtab.o heap.o http.o image.o indications.o io.o jitterbuf.o loader.o lock.o logger.o manager.o md5.o netsock.o netsock2.o pbx.o plc.o poll.o privacy.o rtp_engine.o say.o sched.o security_events.o sha1.o slinfactory.o srv.o ssl.o stdtime/localtime.o strcompat.o strings.o stun.o syslog.o taskprocessor.o tcptls.o tdd.o term.o test.o threadstorage.o timing.o translate.o udptl.o ulaw.o utils.o version.o xml.o xmldoc.o editline/libedit.a db1-ast/libdb1.a -> asterisk astobj2.o: In function `ast_atomic_fetchadd_int': /usr/src/aste...
2004 Jul 30
1
Compiling * on OpenBSD 3.5
...o say.o pbx.o cli.o md5.o term.o ulaw.o alaw.o callerid.o fskmodem.o image.o app.o cdr.o tdd.o acl.o rtp.o manager.o asterisk.o ast_expr.o dsp.o chanvars.o indications.o autoservice.o db.o privacy.o astmm.o enum.o srv.o dns.o aescrypt.o aestab.o aeskey.o utils.o editline/libedit.a db1-ast/libdb1.a stdtime/libtime.a -lncurses -lm -lssl with lots of errors like:- sched.o: In function `ast_sched_add': /usr/src/asterisk/asterisk/sched.c:244: undefined reference to `pthread_mutex_lock' /usr/src/asterisk/asterisk/sched.c:259: undefined reference to `pthread_mutex_unlock' sched.o: In functio...