search for: pbx_spool

Displaying 20 results from an estimated 136 matches for "pbx_spool".

2009 Feb 03
2
some kind of timeout problem in pbx_spool.c
...rectory and something 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) 19...
2005 Oct 15
2
What would cause a high memory usage in pbx_spool.c ?
Hi, After only 4 days I have 107472352 bytes in 46007 allocations in file 'pbx_spool.c' asterisk*CLI> show memory summary 180 bytes in 2 allocations in file 'netsock.c' 12 bytes in 1 allocations in file 'devicestate.c' 2268 bytes in 1 allocations in file 'jitterbuf.c' 8160 bytes in 1 allocations in file '...
2014 May 15
1
Call file problem, DelayedRetry/retrying spite MaxRetries: 0
...: 20354 0 (1400071806) never deleting this file DelayedRetry: 20354 0 (1400072106) are we? DelayedRetry: 20354 0 (1400072406) nope.... DelayedRetry: 20354 0 (1400072706) waiting for someone.... DelayedRetry: 20354 0 (1400073006) to do manual work Asterisk log: [May 14 14:35:06] DEBUG[20421] pbx_spool.c: Delaying retry since we're currently running '/var/spool/asterisk/outgoing/callfile' [May 14 14:40:06] DEBUG[20421] pbx_spool.c: Delaying retry since we're currently running '/var/spool/asterisk/outgoing/callfile' [May 14 14:45:06] DEBUG[20421] pbx_spool.c: Delaying retry...
2011 Jun 15
1
call file challenge...
...//------------CLI SNIPPET------------// -- Attempting call on DAHDI/g1/918005551212 for 12564286000@ xs-globx-ds3:1 (Retry 1) -- Requested transfer capability: 0x00 - SPEECH -- PROGRESS with cause code 31 received -- Hungup 'DAHDI/1-1' [2011-06-15 01:35:14] NOTICE[27176]: pbx_spool.c:339 attempt_thread: Call failed to go through, reason (3) Remote end Ringing -- Attempting call on DAHDI/g1/918005551212 for 12564286000 at xs-globx-ds3:1 (Retry 2) -- Requested transfer capability: 0x00 - SPEECH -- PROGRESS with cause code 31 received -- Hungup 'DAHDI/1-1'...
2006 Jun 06
0
pbx_spool - outgoing qcall failure upon call progress
...e a call file in /var/spool/asterisk/outgoing and Asterisk picks it up and starts placing the call. However if the called channel provides any sort of progress indication (such as a SIP or IAX channel indicating ringing that causes the console to say "SIP/xxxx is ringing") the code in pbx_spool.c indicates a call failure and drops the call with "reason 3". I suspect the call progress handling code is newer than the pbx_spool.c and pbx_spool.c expects any indication returned to be a failure, which is not necessarily the case anymore. Is this a bug? -- Executing Dial(&...
2004 Nov 09
2
Auto dial Out
...p getting the errors below. Here is a sample of a callout file. What am I doing wrong? ////Begin Outgoing.call//// Channel: sip/2075 MaxRetries: 2 RetryTime: 60 WaitTime: 30 Context: managers Extension: 2184 Priority: 1 ////End outgoing.call//// Nov 9 20:32:02 WARNING[1102211008]: pbx_spool.c:184 apply_outgoing: Unknown keyword ' Channel' at line 1 of /var/spool/asterisk/outgoing/outgoing.call Nov 9 20:32:02 WARNING[1102211008]: pbx_spool.c:184 apply_outgoing: Unknown keyword ' MaxRetries' at line 2 of /var/spool/asterisk/outgoing/outgoing.call Nov 9 20:32:02 WARNING...
2009 Mar 11
4
Are .call files working with extensions.ael ?
Hello, With an extensions.ael enabled system, I keep getting whatever I change into my "astup.call" file : [Mar 12 00:13:56] WARNING[2538]: pbx_spool.c:267 apply_outgoing: At least one of app or extension (or 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...
2003 Jul 17
0
Example: Writing a click-to-call application using pbx_spool
I have written a small perl CGI script that demonstrates how one might use the asterisk spooler 'pbx_spool' to make a 'click-to-dial' type application. The script is intended to be a demonstration example only and since it has little security, should not be deployed. I was just experimenting with the spooler and wrote this to try some things, and I though it'd be a good example to share....
2013 Jun 24
2
Asterisk-11 loop behaviour
...just notices that when I force a reload using 'amportal a reload' I see this loop start in 'asterisk -rvvvvvvvvvv': > Channel Local/s at tc-maint-000002a4;1 was answered. > Launching NoCDR() on Local/s at tc-maint-000002a4;1 [2013-06-24 15:22:32] NOTICE[32678]: pbx_spool.c:402 attempt_thread: Call completed to Local/s at tc-maint [2013-06-24 15:22:32] NOTICE[32678]: pbx_spool.c:402 attempt_thread: Call completed to Local/s at tc-maint == Spawn extension (tc-maint, s, 5) exited non-zero on 'Local/s at tc-maint-000002a4;2' -- Attempting call on Local/s...
2003 Jul 23
1
Newbie Help
...run\" -DASTSPO OLDIR=\"/var/spool/asterisk\" -DASTLOGDIR=\"/var/log/asterisk\" -DASTCONFPAT H=\"/etc/asterisk/asterisk.conf\" -DASTMODDIR=\"/usr/lib/asterisk/modules\" -DASTAGIDIR=\"/var/lib/asterisk/agi-bin\" -DBUSYDETECT -fPIC -c -o pbx_spool.o pbx_spool.c gcc -shared -Xlinker -x -o pbx_spool.so pbx_spool.o make[1]: Leaving directory `/usr/src/asterisk/pbx' make[1]: Entering directory `/usr/src/asterisk/apps' gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarat ions -g -Iinclude -I../include -D_REENTRANT...
2003 Oct 08
2
pbx_spool and contexts
When I drop my file into the outgoing folder, the call is completed but the 'Context' entry is not respected. Instead, it drops into the default context. It does drop "properly" into the default context and function as would be expected. I looked through the source but didn't see any reason it would be completely ignoring the context. Call file: (where
2006 May 24
1
Placing call files in /var/spool/asterisk/outgoing/ does not work
...r local extensions are kept in the # context called [extensions] # Context: ext-local Extension: 210 Priority: 1 >>> I'm coping (as root) from /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, Ma...
2009 Mar 16
1
Bristuff bug or feature ? (Was: Are .call files working with extensions.ael ? bristuff problem)
Hi, Is the following behaviour a bug or a feature ? Using bristuff-0.4.0-RC3d.tar.gz, the call file thereafter produces : [Mar 16 15:39:36] WARNING[25547]: pbx_spool.c:267 apply_outgoing: At least one of app or extension (or keyword 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.ca...
2009 Sep 02
1
Skype for Asterisk callfile question
...-- SIP/228 is my desk phone, i purposely did not include a context (is it necessary for Skype calls? i guess not because i also did not create a 'dial plan' for it, should be just dump and go i guess) But i guess something must be wrong on my dial string : [Sep 2 09:39:10] NOTICE[8834]: pbx_spool.c:255 apply_outgoing: Syntax error at line 3 of /var/spool/asterisk/outgoing/REMCO.CALL [Sep 2 09:39:10] WARNING[8834]: pbx_spool.c:260 apply_outgoing: At least one of app or extension must be specified, along with tech and dest in file /var/spool/asterisk/outgoing/REMCO.CALL [Sep 2 09:39:10]...
2015 Dec 31
2
Logging to CDR after call file Not Answered
If the end user does not pick up the phone, is there a way to log to the CDR about the call file failing? /var/log/asterisk/messages does show a NOTICE message [2015-12-31 06:58:46] NOTICE[28059] pbx_spool.c: Call failed to go through, reason (3) Remote end Ringing [2015-12-31 06:58:46] NOTICE[28059] pbx_spool.c: Queued call to SIP/102 expired without completion after 0 attempts but I would rather not have to run a script and search the call log for those two strings, extrapolate the reason code and...
2007 May 22
1
Local SMS how-to.
Hello, i just want to activate SMS service between my asterisk local sip accounts and between asterisk and local sip accounts. How can i do this thin? Also i tried smsq to an account but all i obtained is a error message: ---<Cut Here>--- May 22 13:09:37 WARNING[4829] pbx_spool.c: Unable to open /var/spool/asterisk/outgoing/smsq.motx.0.1179827912-4429.1: Permission denied, deleting May 22 13:09:37 WARNING[4829] pbx_spool.c: Failed to scan service '/var/spool/asterisk/outgoing/smsq.motx.0.1179827912-4429.1' ---<And Here>--- Is necessary supplementary setting...
2006 Mar 06
3
call manager integration
I am getting this error from call manager (4.0) and asterisk 1.2.4 I have canreinvite=yes on the call manager setup. I can call into the asterisk box from call manager. THat seems to work. When I am calling out of the box using a call file I see this entry from call manager... What might be the problem with my setup? THanks, JErry ---------------- <Date>03/06/2006
2009 Oct 09
1
${REASON} not getting set.
...and this is what I see on the console: -- Executing [failed at Dialout:1] NoOp("OutgoingSpoolFailed", "======== Call to 155555555 failed ") in new stack == Auto fallthrough, channel 'OutgoingSpoolFailed' status is 'UNKNOWN' [Oct 9 14:16:50] NOTICE[29172]: pbx_spool.c:341 attempt_thread: Call failed to go through, reason 0 [Oct 9 14:16:50] WARNING[15708]: pbx_spool.c:245 apply_outgoing: At least one of app or extension must be specified, along with tech and dest in file /var/spool/asterisk/outgoing/t.call Does this just not work? Or am I missing som...
2004 Aug 23
1
H323 outgoing calls
...18:30 WARNING[-1273607248]: channel.c:1659 ast_request: No translator path exists for channel type h323 (native 257) to 64 Aug 19 09:18:30 NOTICE[-1273607248]: channel.c:1597 __ast_request_and_dial: Unable to request channel h323/101014037402962@65.17.207.253 Aug 19 09:18:30 NOTICE[-1273607248]: pbx_spool.c:235 attempt_thread: Call failed to go through, reason 0 Callfile: MaxRetries: 2 extension: 9999 Channel: h323/101014037402962@65.17.207.253 CallerID: LAKEVIEW 4037422000 This is my h323.conf file: ; The NuFone Network's ; Open H.323 driver configuration ; [general] port = 1720 bindaddr =...
2005 Aug 23
1
latest CVS on Mandrake 9.2 Mini ITX
...er -fPIC -c -o pbx_config.o pbx_config.c gcc -shared -Xlinker -x -o pbx_config.so pbx_config.o gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i586 -DZAPTEL_OPTIMIZATIONS -fomit-frame-pointer -fPIC -c -o pbx_spool.o pbx_spool.c gcc -shared -Xlinker -x -o pbx_spool.so pbx_spool.o gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i586 -DZAPTEL_OPTIMIZATIONS -fomit-frame-pointer -fPIC -c -o dundi-parser.o dundi-parser....