search for: retrytime

Displaying 20 results from an estimated 163 matches for "retrytime".

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 provider/44${EXTENSION} Extension: $CALLERID Callerid: <my home phone number> Context: out WaitTime: 15 MaxRetrie...
2014 Jan 31
2
callfiles.call
hello list, i have created a callfiles with my asterisk 1.4.43 like: Channel: SIP/watara/06xxxxxxxx MaxRetries: 10 RetryTime: 5 WaitTime: 20 Context: mycontext Extension: s Priority: 1 extensions.conf mycontext exten => s,1,Ringing() exten => s,n,Playback(hello-world) exten => s,n,Dial(SIP/105) exten => s,n,Hangup() it works with one number how can i do in order to create a callfiles with a lot of number...
2007 Mar 07
2
Asterisk Auto-dial out
I am using the * auto-dial out feature but don't want to have to specify a channel (Zap/G2/) to connect to the extension. Current file I use: Channel: Zap/G2/12127778866 #<< ==== I have to specify a specific channel MaxRetries: 1 RetryTime: 60 WaitTime: 30 # # Assuming that your outgoing call logic is kept in the # context called [line1out] # Context: line1out Extension: 7632 Priority: 1 Is there a way that I can just put in the number and have the system decide the channel to use for calling it? What I would like to do: Channel:...
2003 Dec 22
7
call files
I am after using a web crm system which has a button to then get asterisk to dial the contact. For this I was looking at call files, which appear good for the job, I have one small problem with them though. 1/ file is created 2/ external number is called 3/ the external party answers 4/ the external party now hears ringing as you extension is now being called - bad! What I would like to
2005 Feb 14
2
Can't run AGI for outbound call
...any versions ago). The problem is Asterisk does not seem to know the AGI application. I create a file test.call and place it in the outbound spool directory: the test.call file looks like this: #Simple test call script. #call my NetMeeting client Channel: h323/ivar@192.168.0.153 MaxRetries: 2 RetryTime: 60 WaitTime: 30 Application: AGI(agi-test.agi) Data: 1234 "agi-test.agi" is under "/usr/share/asterisk/agi-bin" (as configured in asterisk.conf) Here is the output on the console: *CLI> -- Attempting call on h323/ivar@192.168.0.153 for application AGI(agi-test.agi)(...
2003 Dec 26
6
Problems with outgoing calls
Hello: I have found the following problems with outgoing calls with asterisk, compiled with an updated CVS on 22 Oct. 1.- Problem with retries: Whenever I set the MaxRetries parameter, to something greater than 0 in a call-fille, Asterisk ignores the RetryTime parameter and retries every file in the outgoing folder when a new call-file is copied into that folder. So, if I make a call placing a call-file in the outgoing folder, nobody answers and my call-file stays in the outgoing folder waiting for 'RetryTime' seconds (say 120 seconds), if ano...
2006 Mar 28
2
Dial out .call files File permissions??
Hi all, I've created this test.call file and it is not running outgoing call files: i've made mv test.call /var/spool/asterisk/outgoing and nothing happens Channel: SIP/200 MaxRetries: 3 RetryTime: 40 WaitTime: 25 Context: from-internal Extension: 200 Priority: 1 My asterisk is running with asterisk user. not root user. Could you help me on ? Could this be a problem of file permissions?
2003 Sep 26
3
dialing out with the outgoing queue problem.
...nyone have any suggestions? or know what am I missing? Thanks, Dante Here's my configuration: extensions: [callme] ... exten => 800,1,Dial(Zap/1/19548738986) exten => 800,2,BackGround(demo-congrats) exten => 800,3,BackGround(demo-instruct) ... 1.call: Channel: Zap/1 MaxRetries: 2 RetryTime: 60 WaitTime: 30 Context: callme Extension: 800 ... cp /tmp/1.call /var/spool/asterisk/outgoing -- Attempting call on Zap/1 for 800@callme:1 (Retry 1) -- Executing Dial("Zap/1-1", "Zap/1/195487389xx") in new stack NOTICE[360464]: File app_dial.c, Line 499 (dial_exec)...
2004 Nov 26
1
How to transfer value to extensions.conf?
Hi, all, I met a problem for several days, any suggestion is really appreciated!!! I'd like to do autodial using Asterisk. For example, I have a file under /var/spool/asterisk/outgoing, which include: channel: zap/g1/12345 MaxRetries: 0 RetryTime: 60 WaitTime: 20 Context: default Extension: 2222 Priority: 1 And in my "extensions.conf" file, I have [default] exten => 2222,1,Dial(Zap/g1/34567,20) exten => 2222,2,Hangup Then Asterisk will first dial the 'number 12345, then dial the number indicted in the exten =>2222...
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 = 8002) Verbosity is at least 3 -- Attempting call on ZAP/G1/6144994925 for 36652@amaxx:1 (Retry 1) -- Requested...
2003 Oct 08
2
pbx_spool and contexts
...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 <pstn-number> is a valid number) ---------------------- start ---------------------- Channel: IAX2/screel@NuFone/<pstn-number> MaxRetries: 2 RetryTime: 60 WaitTime: 30 Context: test-call Extension: s Priority: 1 ---------------------- end ---------------------- The problem surfaced after upgrading to current CVS (10/8) from 9/9. Is anyone else having this problem? Is there something I should be doing differently? Steve ____________________...
2006 Jan 05
1
ChanSpy via external application
...user clicks on the Agent, I would Originate a call between his extension and the extension I have for ChanSpy, passing as parameter the Agent number. For testing this, I tried a call file on /var/spool/asterisk/outgoing Channel: SIP/dov.bigio -----------> This is me MaxRetries: 3 RetryTime: 40 WaitTime: 25 Context: 01.telecom Application: ChanSpy Data: Agent/5450 ---------> This is the Agent I want to monitor Priority: 1 The problem is that ChanSpy doesn't accept "Agent/xxxx" as parameter, just "Agent". Is there a way to ChanSpy a spec...
2009 Feb 13
2
Fwd: Manager Interface Originate (ASYNC) - How to get the Originate Status
...el'=>"SIP/416XXXXXXX at ABC/n", 'Context'=>'ORIG', 'Exten'=>'s', * 'Async'=>'1',* 'MaxRetries' => '1', 'RetryTime' => '10', 'Priority'=>1, 'Account'=>"$phonenumber", 'Callerid'=>"$callid") *extensions.conf* [ORIG] exten => s,1,Answer exten => s,2,Playback(ivrfile) exten =>...
2008 Dec 23
2
outging ---asterisk -bug
...when i use the automated dial out,I found that once the zap answerd,the contex will be exectued, but i don't hope do it ,i hope when extern phone answered ,then ,the context will be exectued. Anyone can help me solve the problem! the call file is: Channel: Zap/g0/15015895665 Context: myivr RetryTime: 60 MaxRetries: 2 Waittime: 60 Extension: 808 Priority: 1 Callerid: 15015895665 [myivr] exten => s,1,Background(test) exten => s,n,WaitExten Thanks in advance! -- Best regards! jordan pan Location:Shenzhen China Company:www.justcall.cn -------------- next part -------------- An HTML attach...
2011 Apr 23
2
call files
Hi. Im having trouble setting variables in channel dialplan and re-using them in Extension dialplan... Im using the following call file: Channel: Local/210332450 at ZonNew-Outbound CallerID: ZonNew-Outbound:49:210332450: MaxRetries: 5 RetryTime: 10 WaitTime: 60 Account: Outbound210332450 Context: agents Extension: 888210332450 Set: __PARTNER=ZonNew-Outbound Set: NUMBER=210332450 - In "Local/210332450 at ZonNew-Outbound" I Set(bla='blabla'); It seems I cannot re-use this var in extension _888XXXXXXXXX in context agen...
2004 Nov 09
2
Auto dial Out
HI I am trying to use the outcall going by the wiki.( http://www.voip-info.org/wiki-Asterisk+auto-dial+out) But I keep 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...
2014 May 15
1
Call file problem, DelayedRetry/retrying spite MaxRetries: 0
...ct_init, t, 1) exited non-zero on 'SIP/peer-2-00002f7e' <bye message, Really destroying SIP dialog, etc> This is the call file: Channel: SIP/peer-2/00numberhere CallerID: "" <+calleridhere> Extension: 123 SetVar: someid=123 Context: setup WaitTime: 30 MaxRetries: 0 RetryTime: 300 Account: 123 Priority: 1 Some time after the call has hung up, the call file is still there and this is appended to the file: StartRetry: 20354 1 (1400070906) (My note: Wed May 14 14:35:06 CEST 2014) DelayedRetry: 20354 0 (1400070906) same time... DelayedRetry: 20354 0 (1400071206) five mi...
2005 Sep 15
2
Caller ID for auto outgoing calls
...when we call the first number, we want the Caller ID set to our number, but then when we connect them to the second number, we want _their_ number to be the Caller ID. I've tried the following (and various approximations): Channel: Local/16193644799@outtrunk Callerid: 6193647100 MaxRetries: 5 RetryTime: 60 WaitTime: 60 Context: outtrunk Extension: 16193647100 Priority: 1 SetVar: CALLERIDNUM=6193644799 When it calls 6193644799, it properly shows a Caller ID of 6193647100. But then when it dials 6193647100, it still shows Caller ID of 6193647100 instead of 6193644799. What am I doing wrong? How...
2007 Oct 15
2
About .call files when the congestion is on my side
Hello everyone. I'm working on an application that needs to automatically send faxes. To send the faxes I create .call files but the .call files mostly fail because my lines are always congested within business hours! Is there any trick I can use to give the end user a better chance at actually receiving the faxes? I already tried using the local channel for dialing (so I can put in
2011 Apr 04
1
MeetMe headache
...etc. I was playing status messages to the calling party using a context like this: [status-one-en] exten => 100,1,Playback(my_status_message) exten => 100,1,Hangup() and then creating a call file like this: Channel: Local/100 at status-one-en CallerID: Rick <5555555555> MaxRetries: 0 RetryTime: 15 WaitTime: 45 Application: MeetMe Data: 12345,qdM and it would hook into the meetme, play the message, then hangup and drop out. I've been building an application with 1.6, and this isn't working at all. In verbose mode, I see the message played, and the call hang up, but the music nev...