search for: usecache

Displaying 20 results from an estimated 21 matches for "usecache".

2017 Jun 27
0
Seg Fault memory violation
...e same system. We have multiple installations and they all exhibit the same behavior. Any help would be greatly appreciated. Thanks for your time all. -------------- next part -------------- Program received signal SIGBUS, Bus error. bcEval (body=body at entry=0x857990, rho=rho at entry=0x17f3d798, useCache=useCache at entry=TRUE) at eval.c:5873 5873 { (gdb) bt #0 bcEval (body=body at entry=0x857990, rho=rho at entry=0x17f3d798, useCache=useCache at entry=TRUE) at eval.c:5873 #1 0x00007ffff78d4138 in Rf_eval (e=0x857990, rho=rho at entry=0x17f3d798) at eval.c:624 #2 0x00007ffff78d61af in R_execC...
2004 Aug 29
0
System freezes when using Festival with usecache
...hesize some menu Interaction with a caller and am having a problem. What I am working on is a remote callback where I can remotely call in to an extension, and enter a callback number (or use the CALLERID info) and a second outbound dialing number to connect to. Things work O.K. until I set usecache=yes in festival.conf. After doing this, things run well for the first two or three Festival Commands, then the call to locks up. Here is a copy of my festival.conf file that causes this behavior. The dialplan logic works OK otherwise (ultimately I will probably convert this to AGI). Als...
2003 Sep 23
1
App_festival crashing
...1000,4,Wait(5) exten => 1000,5,Festival(send the argument) exten => 1000,6,Hangup Cache file is created but playback to channel doesn't work correctly. I'm running Asterisk CVS-09/23/03-23:16:24 I also noticed that parsing of festival.conf in app_festival.c is done incorrectly for usecache. On line 281 of app_festival.c usecache = ast_true(temp); value of usecache config entry is tested with ast_true function, which returns -1 if value is (yes, y, t or 1). For that reason cache is never used. Correct line should be: usecache = ast_true(temp)==-1; Thanks in advance. Borut
2016 Jun 01
2
segfault / crash when asking for large memory via strrep()
...64/libc.so.6 #1 0x0000000000457def in do_strrep (call=<optimized out>, op=<optimized out>, args=<optimized out>, env=<optimized out>) at ../../../R/src/main/character.c:1658 #2 0x00000000004d6844 in bcEval (body=body at entry=0xd66840, rho=rho at entry=0x45253b8, useCache=useCache at entry=TRUE) at ../../../R/src/main/eval.c:5648 #3 0x00000000004dd240 in Rf_eval (e=0xd66840, rho=0x45253b8) at ../../../R/src/main/eval.c:616 #4 0x00000000004dedaf in Rf_applyClosure (call=call at entry=0x45250a8, op=op at entry=0xd668e8, arglist=0x45251f8, rho=rho at entry=0x452...
2018 Aug 06
2
SIGSEGV in R_RunWeakRefFinalizer, object allocated with Rcpp
...in RunFinalizers () at memory.c:1459 #3 0x6ca1d024 in R_RunPendingFinalizers () at memory.c:1495 #4 R_gc () at memory.c:2893 #5 do_gc (call=0x1d45b88, op=0x15241d0, args=0x1d454b8, rho=0x1d45318) at memory.c:2013 #6 0x6c9db60f in bcEval (body=body at entry=0x1d45a88, rho=rho at entry=0x1d45318, useCache=useCache at entry=TRUE) at eval.c:6781 #7 0x6c9ecfb2 in Rf_eval (e=0x1d45a88, rho=0x1d45318) at eval.c:624 #8 0x6c9ee6f1 in R_execClosure (call=call at entry=0x0, newrho=<optimized out>, sysparent=<optimized out>, rho=0x15a3370, arglist=0x18c2498, op=0x1d45968) at eval.c:1773...
2019 Aug 02
4
Infrequent but steady NULL-pointer caused segfault in as.POSIXlt.POSIXct (R 3.4.4)
...Rf_mkChar (name=0x0) at envir.c:3725 #2 0x00007f1dcb1dc225 in do_asPOSIXlt (call=<optimized out>, op=<optimized out>, args=<optimized out>, env=<optimized out>) at datetime.c:705 #3 0x00007f1dcb22197f in bcEval (body=body at entry=0x4064b28, rho=rho at entry=0xc449d38, useCache=useCache at entry=TRUE) at eval.c:6473 #4 0x00007f1dcb230370 in Rf_eval (e=0x4064b28, rho=rho at entry=0xc449d38) at eval.c:624 (More stack frames follow?) Tracing into src/main/datetime.c:705, it?s a simple string-making code: SET_STRING_ELT(tzone, 1, mkChar(R_tzname[0])); mkChar function i...
2004 Oct 06
1
Asterisk and Festival, getting gethostbyname failed error
...ject: [Asterisk-Users] Asterisk and Festival,getting gethostbyname failed error I've installed festival 1.4.3, I've applied the proper patches and everthing seems to have gone fine. So I edited the festival.conf file per the Wiki ; Festival Configuration [general] host=localhost port=1314 usecache=yes cachedir=/var/lib/asterisk/festivalcache/ festivalcommand=(tts_textasterisk "%s" 'file)(quit)\n I added the following extension exten => 5001,1,Answer exten => 5001,2,Festival(mary had a little lamb) exten => 5001,3,Hangup I made sure to start the festival server up be...
2005 Aug 18
2
asterick and festival...Help!
..."I can say numbers like") in new stack == Parsing '/etc/asterisk/festival.conf': Found == Spawn extension (mytest, 2890, 13) exited non-zero on 'SIP/1000-2915' and of course the call exits. Here is my /etc/asterick/festival.conf [general] host=127.0.0.1 port=1314 usecache=no cachedir=/var/lib/asterisk/festivalcache/ festivalcommand=(tts_textasterisk "%s" 'file)(quit)\n Everything is running on the same box. I have rebooted... nothing is var log messages either. The local festival_client connects and I can put in (SayText "I can say numbers li...
2019 Aug 04
1
Infrequent but steady NULL-pointer caused segfault in as.POSIXlt.POSIXct (R 3.4.4)
...0x00007f1dcb1dc225 in do_asPOSIXlt (call=<optimized out>, > > op=<optimized out>, args=<optimized out>, > > env=<optimized out>) at datetime.c:705 > > #3 0x00007f1dcb22197f in bcEval (body=body at entry=0x4064b28, > > rho=rho at entry=0xc449d38, useCache=useCache at entry=TRUE) > > at eval.c:6473 > > #4 0x00007f1dcb230370 in Rf_eval (e=0x4064b28, > > rho=rho at entry=0xc449d38) at eval.c:624 > > (More stack frames follow?) > > > > Tracing into src/main/datetime.c:705, it?s a simple string-making code: >...
2014 May 02
1
backtrace while trying to clear workspace
...=0x16c6908, rho=0x16c6a20, ans=0x7fffffffd2c0, dropmissing=0, argsevald=0) at eval.c:2311 #17 0x00002aaaab095937 in do_subset3 (call=0x1447178, op=0x5154a0, args=0x16c6908, env=0x16c6a20) at subset.c:1068 #18 0x00002aaaaafcd946 in bcEval (body=<value optimized out>, rho=0x16c6a20, useCache=2873058336) at eval.c:4482 #19 0x00002aaaaafd612f in Rf_eval (e=0x14463d0, rho=0x16c6a20) at eval.c:399 #20 0x00002aaaaafdabf6 in Rf_applyClosure (call=0x16c6c50, op=0x1446638, arglist=0x16c6b70, rho=0x53dd90, suppliedenv=0x53ddc8) at eval.c:861 #21 0x00002aaaaafd621b in Rf_eval (e=0x16c6c50, r...
2018 Aug 09
0
SIGSEGV in R_RunWeakRefFinalizer, object allocated with Rcpp
...c:1459 > #3 0x6ca1d024 in R_RunPendingFinalizers () at memory.c:1495 > #4 R_gc () at memory.c:2893 > #5 do_gc (call=0x1d45b88, op=0x15241d0, args=0x1d454b8, > rho=0x1d45318) at memory.c:2013 > #6 0x6c9db60f in bcEval (body=body at entry=0x1d45a88, > rho=rho at entry=0x1d45318, useCache=useCache at entry=TRUE) > at eval.c:6781 > #7 0x6c9ecfb2 in Rf_eval (e=0x1d45a88, rho=0x1d45318) at eval.c:624 > #8 0x6c9ee6f1 in R_execClosure (call=call at entry=0x0, > newrho=<optimized out>, sysparent=<optimized out>, > rho=0x15a3370, arglist=0x18c2498, op...
2004 Oct 06
0
Asterisk and Festival, getting gethostbynamefailed error
...dnesday, October 06, 2004 3:42 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Asterisk and Festival, getting gethostbynamefailed error Hmmm? I should have tried that. I commented everything out of the festival.conf file and it works! I uncommented the usecache and cachedir and it still works, but when I uncomment festivalcommand it just hangs on Parsing '/etc/asterisk/festival.conf': Found but definitely the gethostbyname error occurs when host and port are uncommented and specified. Thanks. Chris Steve Woolley wrote: > Interestingly enou...
2016 Jun 01
0
segfault / crash when asking for large memory via strrep()
...; #1 0x0000000000457def in do_strrep (call=<optimized out>, op=<optimized out>, args=<optimized out>, > env=<optimized out>) at ../../../R/src/main/character.c:1658 > #2 0x00000000004d6844 in bcEval (body=body at entry=0xd66840, rho=rho at entry=0x45253b8, > useCache=useCache at entry=TRUE) at ../../../R/src/main/eval.c:5648 > #3 0x00000000004dd240 in Rf_eval (e=0xd66840, rho=0x45253b8) at ../../../R/src/main/eval.c:616 > #4 0x00000000004dedaf in Rf_applyClosure (call=call at entry=0x45250a8, op=op at entry=0xd668e8, > arglist=0x45251f8, rho=rho a...
2003 Sep 24
6
Festival Problems
I am trying to use festival (latest version 1.4.3) I have downloaded all the files needed and patched it with the provided diff. festival does work and does tts fine. but when I call Festival either from an extention or an AGI script, I get this in my asterisk messages log, but no sound on the channels (H323 or SIP) - they (the clients) just say "trying" and then hangup... Sep 24
2005 Jan 10
2
Festival Woes
...ons.conf ; Record Message exten => _*500,1,Answer exten => _*500,2,Festival('Please record your message') exten => _*500,3,Record(mymessage:gsm) exten => _*500,4,Festival('You said') exten => _*500,5,Playback(mymessage) festival.conf [general] host=asterisk port=1314 usecache=yes cachedir=/var/lib/asterisk/festivalcache/ festivalcommand=(tts_textasterisk "%s" 'file)(quit)\n Any ideas?
2019 Aug 02
0
Infrequent but steady NULL-pointer caused segfault in as.POSIXlt.POSIXct (R 3.4.4)
...vir.c:3725 > #2 0x00007f1dcb1dc225 in do_asPOSIXlt (call=<optimized out>, > op=<optimized out>, args=<optimized out>, > env=<optimized out>) at datetime.c:705 > #3 0x00007f1dcb22197f in bcEval (body=body at entry=0x4064b28, > rho=rho at entry=0xc449d38, useCache=useCache at entry=TRUE) > at eval.c:6473 > #4 0x00007f1dcb230370 in Rf_eval (e=0x4064b28, > rho=rho at entry=0xc449d38) at eval.c:624 > (More stack frames follow?) > > Tracing into src/main/datetime.c:705, it?s a simple string-making code: > SET_STRING_ELT(tzone, 1, mkCha...
2013 Dec 03
2
Complete migration from Cyrus on remote server
...tion (i have scripted it to maintain sync every 10 minutes with the addtion of "--maxage 1" option) using the following command line options: /usr/local/bin/imapsync --noreleasecheck --useheader ALL --delete2 --expunge2 --tmpdir /var/vmail/cache --subscribe --subscribed --tls1 --tls2 --usecache --nofoldersizes --nocheckmessageexists --host1 oldserver.domain.com --authuser1 adminuser --user1 testuser at domain.com --authmech1 PLAIN --password1 <HIDDEN> --host2 newserver.domain.com --authuser2 adminuser --user2 testuser at domain.com --authmech2 PLAIN --password2 <HIDDEN> All e...
2010 Aug 04
1
Asterisk not working with Festival
...ls to my mobile and once call is answered then asterisk attaches it to ?connect-to-me? context. But after that, I can hear only a voice saying ?one? but nothing after that. Please find below details on configuration files: festival.conf: ; Festival Configuration [general] host=localhost port=1314 usecache=yes cachedir=/var/lib/asterisk/festivalcache/ festivalcommand=(tts_textasterisk "%s" 'file)(quit)\n And, festival.scm : (define (tts_textasterisk string mode) "(tts_textasterisk STRING MODE) Apply tts to STRING. This function is specifically designed for use in server mode so...
2013 Mar 06
0
do_fileinfo / file.info test for file IS directory during package load pointlessly stresses NIS by getting username / group info
...in getpwuid () from /lib64/libc.so.6 #12 0x00007ffff7905262 in do_fileinfo (call=<optimized out>, op=<optimized out>, args=<optimized out>, rho=<optimized out>) at platform.c:946 #13 0x00007ffff7894f62 in bcEval (body=<optimized out>, rho=<optimized out>, useCache=<optimized out>) at eval.c:4444 *R: trace(file.info,browser) where* where 7: file.info(lib.loc)$isdir %in% TRUE where 8: library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, warn.conflicts = warn.conflicts, quietly = quietly) *R: library* l...
2004 Oct 06
3
Setup problems
I am totally new to this project, I have been trying to set it up now for almost a whole day, and can not understand what is wrong. The following error appears when my phone tries to register: Oct 6 19:08:30 NOTICE[98310]: chan_sip.c:7519 handle_request: Registration from '<sip:2201@192.168.0.5;user=phone>' failed for '192.168.0.253' What exactly does this error mean,