search for: outgoingspoolfailed

Displaying 13 results from an estimated 13 matches for "outgoingspoolfailed".

2008 Aug 07
1
outgoing call file and agi detect busy
...as BUSY? Thanks, Jerry -- Attempting call on SIP/401 for smvoice_callprogress at smvoice-dialout:1 (Retry 1) -- Got SIP response 486 "Busy" back from 192.168.1.161 > Channel SIP/401-15aa5ab0 was never answered. -- Executing [failed at smvoice-dialout:1] AGI("OutgoingSpoolFailed", "smvoice") in new stack -- Launched AGI Script /var/lib/asterisk/agi-bin/smvoice == Spawn extension (smvoice-dialout, failed, 1) exited non-zero on 'OutgoingSpoolFailed' [Aug 7 09:20:56] NOTICE[11272]: pbx_spool.c:341 attempt_thread: Call failed to go through, rea...
2009 Apr 22
1
CDR feature not working properly for "failed call attempt"
Hi Asterisk Developers/users, I am facing a problem while using the cdr feature of asterisk(version asterisk1.4.24.1). Whenever I make a call using a ?*.call? file and it gets failed , it don't produce the CDR for that channel as it falls into ?OutgoingSpoolFailed? channel As there is no such channel defined for ?OutgoingSpoolfailed?.. I am using this line in extension.conf for capturing the failed atempt: exten => failed,1,Set(CDR(userfield)=${HANGUPCAUSE}) I did a bit of googling and found that this problem is coming out with Asterisk1.14.24 and it w...
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
2015 Feb 18
1
Callfile problem - Unable to find codec translation path from (nothing)
Joshua, If I'm understanding this correctly, you're saying that the Playback is failing because it isn't connected to anything on the other end, because the Dial() failed. When the channel is created on the "OutgoingSpoolFailed" extension, what context is it created in, one of the origin legs? Is there a way detect this condition in the target context ([outbound-swift]), or better yet, verify the other leg is attached before starting the logic? -Justin -----Original Message----- From: asterisk-users-bounces at lis...
2004 Jul 14
0
Originate to IAXComm problem once again
...within window 0->2 Jul 15 00:00:16 DEBUG[180235]: chan_iax2.c:5057 socket_read: Received iseqno 3 not within window 0->2 Jul 15 00:00:34 DEBUG[1441809]: chan_iax2.c:2269 iax2_hangup: We're hanging up IAX2[kamyk]/3 now... -- Hungup 'IAX2[kamyk]/3' -- Executing Answer("OutgoingSpoolFailed", "") in new stack == Spawn extension (meetme, failed, 1) exited non-zero on 'OutgoingSpoolFailed' -- Executing Answer("OutgoingSpoolFailed", "") in new stack == Spawn extension (meetme, h, 1) exited non-zero on 'OutgoingSpoolFailed' Mana...
2015 Feb 17
4
Callfile problem - Unable to find codec translation path from (nothing)
...ion path from (nothing) to (slin) [2015-02-16 16:56:02] WARNING[9737][C-0000f8a7]: file.c:1017 ast_streamfile: Unable to open AAA/check_ip_failure (format (nothing)): Function not implemented [2015-02-16 16:56:02] WARNING[9737][C-0000f8a7]: app_playback.c:484 playback_exec: ast_streamfile failed on OutgoingSpoolFailed for AAA/check_ip_failure [2015-02-16 16:56:02] WARNING[9737][C-0000f8a7]: channel.c:5353 set_format: Unable to find a codec translation path from (nothing) to (slin) [2015-02-16 16:56:02] WARNING[9737][C-0000f8a7]: file.c:1017 ast_streamfile: Unable to open AAA/check_ip_failure (format (nothing)):...
2006 Dec 29
0
PHP to call script
...call, however I get the following error: -- AGI Script cid-spoof.agi completed, returning 0 == Parsing '/etc/asterisk/manager.conf': Found == Parsing '/etc/asterisk/manager_custom.conf': Found == Manager 'admin' logged on from 127.0.0.1 -- Executing Wait("OutgoingSpoolFailed", "4") in new stack -- Executing BackGround("OutgoingSpoolFailed", "beep") in new stack == Spawn extension (custom-web-dial-both-called, failed, 2) exited non-zero on 'OutgoingSpoolFailed' -- Executing Hangup("OutgoingSpoolFailed", &quo...
2009 Oct 09
1
${REASON} not getting set.
...tension: dialer Priority: 1 According to the wiki, this should work. Here is my "failed" extension: exten => failed,1,noop(======== Call to ${phone_number} failed ${reason} The call to noop works 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...
2015 Feb 17
0
Callfile problem - Unable to find codec translation path from (nothing)
...gt; > [2015-02-16 16:56:02] WARNING[9737][C-0000f8a7]: file.c:1017 > ast_streamfile: Unable to open AAA/check_ip_failure (format (nothing)): > Function not implemented > > [2015-02-16 16:56:02] WARNING[9737][C-0000f8a7]: app_playback.c:484 > playback_exec: ast_streamfile failed on OutgoingSpoolFailed for > AAA/check_ip_failure > > [2015-02-16 16:56:02] WARNING[9737][C-0000f8a7]: channel.c:5353 > set_format: Unable to find a codec translation path from (nothing) to (slin) > > [2015-02-16 16:56:02] WARNING[9737][C-0000f8a7]: file.c:1017 > ast_streamfile: Unable to open AAA/ch...
2003 Dec 26
6
Problems with outgoing calls
...seconds), if another call-file is placed in the outgoing folder the previous call is retried inmediately before the RetryTime finishes. 2.- Problem with high-volume calls: When I put lots of call-files in then outgoing folder, from time to time asterisk show an error in Master.csv. The error is OutgoingSpoolFailed, and shows no info about the call, just "failed" as the extension. I move one call-file every second, but for several minutes. How can I avoid this two problems? Thanks in advance, Robert T. _________________________________________________________________ Entra de visita en las dece...
2011 May 17
1
Question on AMI
I am using asterisk 1.4.41 and the AMI I am trying to execute a command over AMI, specifically "core show channels concise" "sometimes" I get this back: asterisk_command_show_channels() execute failed. 'Response: Follows[CR ][LF ]Privilege: Command[CR ][LF ]OutgoingSpoolFailed!smvoice-dialout!failed!1!Down!AGI!smvoice|-digium_failed!!!3!0!(None)[LF ]' I'm not expecting to see that... My manager.conf file section is: [JJJJ] secret=YES permit=127.0.0.1/255.255.255.0 read = system,call,command,agent,user write = system,call,command,agent,user,originate ;read = sy...
2005 Oct 05
0
Asterisk 1.0.9-BRIstuffed-0.2.0-RC8o memory leak when using call files ?
...=> s,8,Playback(/opt/gucky/test/pending/${SMID1}${SMID2}${SMID3}-fileb) exten => s,9,Playback(/opt/gucky/test/gap2) exten => s,10,Playback(/opt/gucky/test/${SMID1}${SMID2}${SMID3}-filec) exten => s,11,Hangup ; Hangup during play exten => h,1,GotoIf($["${CHANNEL}" = "OutgoingSpoolFailed"]?4) ; notify callgenerator about successful accepted call exten => h,2,TrySystem(rm -f /opt/gucky/test/pending/${SMID1}${SMID2}${SMID3}*) exten => h,3,TrySystem(/bin/echo > ${CALLGEN_PATH}/done/${SMID1}${SMID2}${SMID3}.SMT) ; do nothing exten => h,4,NoOp(CHANNEL=${CHANNEL}) ; d...
2008 Feb 04
8
AGI: Not getting answers from get_data in a call-file call
I have the following situation: I drop a call-file into the Asterisk spool directory and I get called back. That all works. And I have this script: #!/usr/bin/perl -w use Asterisk::AGI; my $AGI = new Asterisk::AGI; my %input = $AGI->ReadParse(); $AGI->answer(); my $i; $i = $AGI->channel_status(); $AGI->say_digits($i); $i =