Displaying 20 results from an estimated 292 matches for "maxretries".
2010 Apr 01
0
Question about MaxRetries in the Asterisk Outgoing folder
...mated calling by putting .call files in the Outgoing
folder of Asterisk. I'm concerned this might be a stupid question, but I'm
pretty sure I've done my research well and I'm unable to come up with an
answer on my own.
I want to know: what happens to the .call files after the "MaxRetries"
number has been reached?
In my experience, they stay in the Outgoing folder, but are never deleted.
Instead, Asterisk keeps processing them, but never actually making a call.
In my mind, once the MaxRetries number has been met, Asterisk should do
something to get rid of the files, whether mo...
2014 May 15
1
Call file problem, DelayedRetry/retrying spite MaxRetries: 0
...tension (project_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 (140007...
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...
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...
2012 May 28
1
anyone care to helop with a fail2ban problem on Centos 5.8?
I've got an up-to-date Centos 5.8 and can't seem to get fail2ban to
get rid of troublesome sshd login attempts. /etc/fail2ban/jail.conf
has these sections:
[ssh]
enabled = true
port = ssh
filter = sshd
logpath = /var/log/auth.log
maxretry = 6
# Generic filter for pam. Has to be used with action which bans all ports
# such as iptables-allports, shorewall
[pam-generic]
enabled =
2005 Feb 14
2
Can't run AGI for outbound call
...a while back (many 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(...
2017 Mar 01
3
fail2ban Asterisk 13.13.1
Hello, fail2ban does not ban offending IP.
NOTICE[29784] chan_sip.c: Registration from
'"user3"<sip:1005 at asterisk-ip:5060>' failed for 'offending-IP:53417' - Wrong
password
NOTICE[29784] chan_sip.c: Registration from
'"user3"<sip:1005 at asterisk-ip:5060>' failed for ?offending-IP:53911' -
Wrong password
systemctl status
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.
...'.
Does anyone 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 49...
2014 Aug 28
2
Smart1500lcdt will not connect with usbhid-ups
I have searched the archives and googled this problem with usbhid-ups. I
would really appreciate any help anyone could offer to solve the problem.
System: Ubuntu 14.04.1 Trusty Tahr
Installed nut from Ubuntu repositories - nut 2.7.1
Ups.conf file
maxretry = 3
# user = nut
[TrippLite]
driver = usbhid-ups
port = auto
productid = 3016
desc = "Tripp Lite UPS,
2014 Aug 29
0
Smart1500lcdt will not connect with usbhid-ups
On Aug 28, 2014, at 6:49 PM, Barry Skrypnyk <barry at skrypnyks.com> wrote:
> I have searched the archives and googled this problem with usbhid-ups. I would really appreciate any help anyone could offer to solve the problem.
>
> System: Ubuntu 14.04.1 Trusty Tahr
Which kernel version are you using?
> Installed nut from Ubuntu repositories ? nut 2.7.1
>
> Ups.conf file
2014 Aug 29
2
Smart1500lcdt will not connect with usbhid-ups
See comments below.
> -----Original Message-----
> From: Charles Lepple [mailto:clepple at gmail.com]
> Sent: Friday, August 29, 2014 5:35 AM
> To: barry at skrypnyks.com
> Cc: nut-upsuser at lists.alioth.debian.org
> Subject: Re: [Nut-upsuser] Smart1500lcdt will not connect with usbhid-ups
>
> On Aug 28, 2014, at 6:49 PM, Barry Skrypnyk <barry at skrypnyks.com>
2011 Mar 28
8
asterisk and fail2ban
Is anyone using asterisk with fail2ban? I have it working except it takes
way more break-in attempts than what is set in "maxretry" in jail.conf
For example, I get an email saying:
"The IP 199.204.45.19 has just been banned by Fail2Ban after 181 attempts
against ASTERISK."
when "maxretry = 5" in jail.conf
Perhaps someone else is experiencing this or has resolved it,
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
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
2020 Oct 31
1
NUT Installation Issue
upsdrvctl start
Network UPS Tools - UPS driver controller 2.7.4
Network UPS Tools - Generic HID driver 0.41 (2.7.4)
USB communication driver 0.33
Fatal error: 'maxretry' is not a valid variable name for this driver.
Look in the man page or call this driver with -h for a list of
valid variable names and flags.
||/ Name Version Architecture Description
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 ext...
2003 Oct 08
2
pbx_spool and contexts
...t 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 <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
...to, when the 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 C...
2009 Feb 13
2
Fwd: Manager Interface Originate (ASYNC) - How to get the Originate Status
...t('Originate',
array('Channel'=>"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 =&g...