similar to: pbx_spool - outgoing qcall failure upon call progress

Displaying 20 results from an estimated 3000 matches similar to: "pbx_spool - outgoing qcall failure upon call progress"

2020 Apr 23
0
/outgoing/ .call files and RetryTime problem
asterisk-16.8.0 Hi I've set up a callback script to retry a number if it's busy, but as I watch the console output asterisk seems to rush 3 or 4 calls at once before waiting the RetryTime of 20 seconds that I've set. The script: -----8<------ CALLERID=$1 EXTENSION=$2 TEMP=`mktemp /tmp/call-XXXXXX`.call cat <<EOF > $TEMP Channel: IAX2/account at
2009 Feb 03
2
some kind of timeout problem in pbx_spool.c
I am using outgoing call files. I typically see the "ooh something changed / timeout" on a regular bases every second to be exact. Then it stops until some other call event happens. So I "mv" my call file to the outgoing spool directory, I am listening to that message, another call file is "mv"'ed into the directory and something happens to the timeout that its
2004 Aug 23
1
H323 outgoing calls
Does asterisk support using an H.323 provider for outgoing calls? From everything I have found, it looks like it does. However, I have had no success in getting it to work. I would really appreciate if somebody could give me a hand. I am using the channel that comes with asterisk. I have also tried using the channel from inaccessnetoworks but have not had any more success. My provider
2011 Jun 15
1
call file challenge...
Greetings!! We're getting some strange results using call files.. no matter the technology, DAHDI, SIP, etc., we get a "Call failed to go through, reason (3) Remote end Ringing" message when attempting to originate a call from a call file. Numbers changed to protect the innocent.... using call file.... //------------CALL FILE------------// Channel: DAHDI/g1/918005551212
2013 Jun 24
2
Asterisk-11 loop behaviour
Arch = x86_64 OS = CentOS-6.4 (freepbx) Asterisk = 11.4.0 FreePBX = 2.11.0.2 Snom870 Handsets We are in the process of moving to an Asterisk based PBX. At the moment most things work as we wish. However, I have 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
2008 Aug 07
1
outgoing call file and agi detect busy
I am using asterisk 1.4.21 with outgoing call files. I am call a line that is busy as you can see below. How can my AGI ask what the status of the last call was so I can tell if there was NO ANSWER or it was 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
2007 Feb 28
0
Occasional SMS problem
Hi, I am using asterisk's SMS functionality for sending messages. Most of the time it works without problems (as in situation 1) but sometimes something seems to go wrong with the transmission (as in situation 2). I am using "Deutsche Telekom", Germany's main TELCO, so I suppose the problem must be on my end. Can anybody tell me what is going on or how I could narrow down
2009 Sep 27
0
Is channel local what I need?
On 1.6.0.16-rc1: I'm using app_fax.so to send a fax, and then send a confirm. 'send' => 1. Set(UniqueFile=/var/spool/asterisk/outgoing/call-${UNIQUEID}) [pbx_config] 2. System(env echo -e "Channel:DAHDI/g0/........\\nContext:fax-tx\\nExtension: s\\nPriority: 1\\n" >${UniqueFile}) [pbx_config] [ Context 'fax-tx' created by
2020 Jan 28
4
Call from an extension
I can make calls over a SIP trunk as SIP/<trunk>/number I am trying to make calls over an extension thought using the same format SIP/4452/number - its not working. person says they can connect a software as extension 4452 and it works just fine. I have my register: register => 4452 at X.X.X.X/4452 [4452] type=friend username=4452 host=X.X.X.X allow=all dtmfmode=inband When I try to
2009 Oct 09
1
${REASON} not getting set.
Hi all, I've got a program that creates a callfile and most if it working great. However, when a call fails, I'm trying to capture the reason, which I'm told should be in the ${REASON} channel variable. http://www.voip-info.org/wiki/view/Asterisk+auto-dial+out Here is an excerpt from the callfile: Channel: local/155555555 Callerid:Tests <155555555> MaxRetries: 0 RetryTime:
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
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
2007 Sep 13
1
SMS in France - allways get "NAK"
I'm trying to send an sms: smsq --motx-channel=CAPI/g1/0809101000 0607396666 "X" It seems to try to do something, but FT aren't happy: -- Attempting call on CAPI/g1/0809101000 for application SMS(0) (Retry 1) == ISDN4#02: Setting up DTMF detector (PLCI=0x104, flag=1) [Sep 13 15:45:50] WARNING[23584]: pbx.c:5142 ast_pbx_outgoing_app2: CAPI/ISDN4#02/0809101000-1 already
2010 Mar 22
1
Call files : call multiple SIP-accounts
Hello, I'm trying to call different SIP-accounts to connect them to a conference. This is my call-file : Channel: SIP/test3&SIP/test1 MaxRetries: 2 RetryTime: 60 WaitTime: 30 Context: from-conf Extension: 1000 I get the following in the CLI : [Mar 22 14:40:26] -- Attempting call on SIP/test3&SIP/test1 for 1000 at from-conf:1 (Retry 1) [Mar 22 14:40:26] WARNING[29908]:
2011 Mar 15
1
[1.4] Failed callfile doesn't jump to "failed" extension
Hello For some reason, when dialing out through a call file and the remote line is busy, Asterisk doesn't jump to the "failed" extension in the context used by the call file: ====== call file Channel: Zap/1/5551234 Context: callbacktest Extension: start Priority: 1 MaxRetries: 1 ====== extension.conf [callbacktest] exten => start,1,NoOp(Status is ${DIALSTATUS}) exten =>
2004 Dec 23
1
PRI unable to request channel
I wonder if anyone has come across this odd behavour with a T1 PRI using NI2 signalling from a Nortel switch. Sometimes, when bringing up a PRI trunk, a channel gets into a state where asterisk can't request a channel, and gets reason 0, but the channel is not busy. The only thing so far that clears this state is to make an incoming call to the channel, which succeeds. After that, outgoing
2006 Nov 20
3
Spandsp rxfax txtax fails no errors
I'm using Slackware 11. I unistalled the package that provides libtiff 3.8..... and installed the most current 3.7.... for lib tiff. I downloaded asterisk 1.4 beta3 and the 1.4 beta2 addons and untared them. created a simlink: ln -s asterisk-1.4.0-beta3 asterisk I've compiled spandsp from as follows cd /usr/src wget
2014 Apr 23
2
Trunk issue
I have setup a trunk on Asterisk 11.7 to an Avaya Session Manager. Every time I try to send a call over it, the call gets rejected. Here is the sip debug trace. Could anyone tell me what may be going wrong? nxdasterisk-2*CLI> [Apr 23 08:20:59] WARNING[19047]: pbx_spool.c:309 safe_append: Unable to set utime on /var/spool/asterisk/outgoing/scott.call: Operation not permitted Audio is at 18380
2007 Mar 07
1
auto dialer
Not able to get the auto dialer part of asterisk to work with the zap channel. It works great with the sip channel. Here is the call file and the CLI output Call File Channel: ZAP/G1/6144994925 MaxRetries: 3 RetryTime: 40 WaitTime: 2 Context: amaxx Extension: 36652 Priority: 1 CLI Output Connected to Asterisk SVN-branch-1.4-r57207 currently running on VoIP-PBX (pid
2006 Mar 25
2
help on mfc/r2
Hello there! I've problem with setting up unicall / mfcR2. can't find proper notation for channel, trying unicall/1, unicall/1/1001, unicall/g1, unicall/g1/1000 and still having no luck. klaudia*CLI> !cp call /var/spool/asterisk/outgoing -- Attempting call on Unicall/1001 for application Dial(363) (Retry 1) Mar 25 09:29:34 NOTICE[19920]: channel.c:2429 __ast_request_and_dial: