Displaying 11 results from an estimated 11 matches for "scan_thread".
Did you mean:
asan_thread
2009 Feb 03
2
some kind of timeout problem in pbx_spool.c
...omething happens to the timeout that its not resamplling the call
directory. Then if I do another call file it now comes out of it
and will place both calls.
Why does the time outs stop happening???
ACTUALLY -------------- I thought the timespec timeout time SHOULD
ALWAYS BE set in pbx_spool.c: scan_thread() ??? I thought the
timeout &ts can be modified at times by the nanosleep(). So I needs to
be reset inside the for() loop???? I am I off base here?
THanks - for taking a look.
See below.
Jerry
-----------------
Use 'exit' when done
Asterisk 1.4.23, Copyright (C) 1999 - 2008 Digiu...
2006 Jan 25
2
Changing Asterisk install location...
...t affecting the existing installation.
I did this without issue back in Asterisk 1.0.9/1.2.1. Well now.we have the following issues on startup in 1.2.3.
a) db.c:67 dbinit: Unable to open Asterisk database
Looks like it's still looking for astdb in /var/lib/asterisk Why?
b) pbx_spool.c:401 scan_thread: Unable to open directory /var/spool/asterisk/outgoing.
Well, duh it isn't there, because I quite clearly told you to install under /home/asterisk!
c) It's also still writing log data to /var/log/asterisk
d) I think there where a few more errors as well...
I'm guessing no one in D...
2009 Mar 11
4
Are .call files working with extensions.ael ?
...keyword message/pdu) must be specified, along
with tech and dest in file /var/spool/asterisk/outgoing/astup.call
[Mar 12 00:13:56] WARNING[2538]: pbx_spool.c:457 scan_service: Invalid file
contents in /var/spool/asterisk/outgoing/astup.call, deleting
[Mar 12 00:13:56] WARNING[2538]: pbx_spool.c:505 scan_thread: Failed to scan
service '/var/spool/asterisk/outgoing/astup.call'
With an extensions.conf enabled system, the same "astup.call" file would
work.
Has anyone tried ?
Any hint ?
Channel: sip/700 at mylocal
CallerID: 692 <692>
MaxRetries: 1
WaitTime: 60
RetryTime: 5
Context:...
2006 May 24
1
Placing call files in /var/spool/asterisk/outgoing/ does not work
...om /root/call to /var/spool/asterisk/outgoing/max.call
This is what tunes up in the console :
<<<
May 24 08:57:27 WARNING[10618]: pbx_spool.c:347 scan_service: Unable
to open /var/spool/asterisk/outgoing/max.call: Permission denied,
deleting
May 24 08:57:27 WARNING[10618]: pbx_spool.c:389 scan_thread: Failed to
scan service '/var/spool/asterisk/outgoing/max.call'
>>>
What am I doing wrong ?
Thank you.
--
Cheers,
Maxim Vexler
"Free as in Freedom" - Do u GNU ?
2013 Nov 27
2
Asterisk uses 105% CPU
Hello,
Using asterisk 1.8.24 on CentOS 6.4
I notice that the asterisk process is using between 105 en 110 % CPU :
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
1765 root 20 0 2508m 102m 8864 S 105.8 2.7 102:11.55 asterisk
2682 mysql 20 0 627m 29m 6204 S 0.7 0.8 1:59.51 mysqld
1 root 20 0 19228 1508 1220 S 0.0 0.0 0:00.75 init
2009 May 18
3
Number of max SIP calls.
...allocate RTP socket: Too many open files
> [May 18 14:57:15] WARNING[8314]: chan_sip.c:6710 sip_alloc: Unable to create RTP audio session: Too many open files
> [May 18 14:57:15] ERROR[8314]: acl.c:481 ast_ouraddrfor: Cannot create socket
> [May 18 14:57:15] WARNING[8315]: pbx_spool.c:472 scan_thread: Unable to open directory /var/spool/asterisk/outgoing: Too many open files
> [May 18 14:57:15] ERROR[8314]: acl.c:481 ast_ouraddrfor: Cannot create socket
> [May 18 14:57:15] WARNING[8314]: rtp.c:2433 rtp_socket: Unable to allocate RTP socket: Too many open files
> [May 18 14:57:15] WARNI...
2006 Jan 25
0
Re: Asterisk-Users Digest, Vol 18, Issue 158
...affecting the existing installation.
I did this without issue back in Asterisk 1.0.9/1.2.1. Well now.we have the following issues on startup in 1.2.3.
a) db.c:67 dbinit: Unable to open Asterisk database:
Looks like it's still looking for astdb in /var/lib/asterisk Why?
b) pbx_spool.c:401 scan_thread: Unable to open directory /var/spool/asterisk/outgoing.
Well, duh it isn't there, because I quite clearly told you to install under /home/asterisk!
c) It's also still writing log data to /var/log/asterisk
I'm guessing no one in Digium's QA team has actually tested installing Ast...
2006 May 24
0
Placing call files in
...name' is used)
>
> This is what tunes up in the console :
> <<<
> May 24 08:57:27 WARNING[10618]: pbx_spool.c:347 scan_service: Unable
> to open /var/spool/asterisk/outgoing/max.call: Permission denied,
> deleting
> May 24 08:57:27 WARNING[10618]: pbx_spool.c:389 scan_thread: Failed to
> scan service '/var/spool/asterisk/outgoing/max.call'
> >>>
>
> What am I doing wrong ?
Letting asterisk read it before it is complete.
-- Tzafrir
---------------------------------
Blab-away for as little as 1?/min. Make PC-to-Phone Calls using Yahoo...
2009 Mar 16
1
Bristuff bug or feature ? (Was: Are .call files working with extensions.ael ? bristuff problem)
...ord message/pdu) must be specified, along
with tech and dest in file /var/spool/asterisk/outgoing/astup.call
[Mar 16 15:39:36] WARNING[25547]: pbx_spool.c:457 scan_service: Invalid file
contents in /var/spool/asterisk/outgoing/astup.call, deleting
[Mar 16 15:39:36] WARNING[25547]: pbx_spool.c:505 scan_thread: Failed to
scan service '/var/spool/asterisk/outgoing/astup.call'
Reverting Bristuff's patch on lines 266 in asterisk/pbx/pbx_spool.c such as
correct this and call file can be played :
/* Original code
if (ast_strlen_zero(o->tech) || ast_strlen_zero(o->dest) ||
(ast_strl...
2009 Sep 02
1
Skype for Asterisk callfile question
...f app or extension must be specified, along with tech and dest in
file /var/spool/asterisk/outgoing/REMCO.CALL
[Sep 2 09:39:10] WARNING[8834]: pbx_spool.c:427 scan_service: Invalid
file contents in /var/spool/asterisk/outgoing/REMCO.CALL, deleting
[Sep 2 09:39:10] WARNING[8834]: pbx_spool.c:482 scan_thread: Failed to
scan service '/var/spool/asterisk/outgoing/REMCO.CALL'
Where am i going wrong?
Thanks!!
2016 Oct 11
5
Asterisk 13.11.2, 13.11.1, 13.10.0 and certified-13.8-cert3 : freeze on 'sip reload'
...ted at [ 200]
taskprocessor.c default_listener_start()
0x7f97fea33700 2171 default_tps_processing_function started at [ 200]
taskprocessor.c default_listener_start()
0x7f97feaaf700 2170 default_tps_processing_function started at [ 200]
taskprocessor.c default_listener_start()
0x7f97feb2b700 2169 scan_thread started at [ 920] pbx_spool.c
load_module()
0x7f97feba7700 2167 cleanup started at [ 400]
pbx_realtime.c load_module()
0x7f97fec23700 2165 lock_broker started at [ 524] func_lock.c
load_module()
0x7f97fee13700 2161 cal->tech->load_calendar started at [ 489...