similar to: Automatically reload/restart asterisk following IP change (dynamic IP)

Displaying 20 results from an estimated 20000 matches similar to: "Automatically reload/restart asterisk following IP change (dynamic IP)"

2007 Sep 09
0
[mythtv-users] Real Time Clock Alarm Broken with 2.6.22+ kernel
Ok, the script is attached... I'll post it on www.generationd.com when I have a chance. If you have any updates & improvements please email them to me! (The command line parameter handle is pretty stupid - just grew from testing to production without cleanup). MD _____ From: Craig Huff [mailto:huffcslists at gmail.com] Sent: Saturday, September 08, 2007 11:34 AM To:
2009 Dec 09
5
Can't restart asterisk from script
I'm running * 1.4 and can successfully restart asterisk from the command line with: /usr/sbin/asterisk -r -x "restart gracefully" However, I have a cron job that tries to restart asterisk and gets this error: No such command 'restart gracefully' (type 'help restart gracefully' for other possible commands) Can anyone think of why this is happening? Thanks
2007 Aug 20
6
have to restart shorewall after a dynamic IP change
Hi, I''ve to restart shorewall when my dynamic IP was changed from my ISP. Of course i can with a shell script do it automatically, but the question is still there.. why ? mess-mate -- "I understand this is your first dead client," Sabian was saying. The absurdity of the statement made me want to laugh but they don''t call me Deadpan
2012 Nov 22
3
monitoring asteriks
How can I monitor asterisk if all lines are registered etc? I have an asterisk on a remote location and sometime they reporting problems that phone is not ringing, they can not dial out etc. Usually I just restart asterisk and it solves the problem. Is there an application that will email me if case any line looses registration with with asterisk? Or any better solution! -- Joseph
2012 Feb 06
3
Script to automatically update externip. Useful for a host with dynamic public IP
#!/bin/bash # checksetexternip.sh # Author: John Cahill email at johncahill.net # Licence: GPL v3 # Description: script that queries checkip.dyndns.com to find the server's external IP address. Updates asterisk's externip value and does a sip reload if necessary. # Last modified 06/02/2012 is_ip(){ input=$1 octet1=$(echo $input | cut -d "." -f1) octet2=$(echo $input
2015 Jan 12
1
SEMI OFF-TOPIC - Fail2ban
On Fri, Jan 9, 2015 at 5:24 PM, Michelle Dupuis <mdupuis at ocg.ca> wrote: > I'd suggest taking a look at the free edition of SecAst ( > www.generationd.com). It handles these messages perfectly (and can also > use AMI security events) - so you don't need to constantly be updating > fail2ban rules. It's a drop in replacement for fail2ban. > > -M- > >
2015 Jan 28
1
Investigating international calls fraud
Do you have DISA setup? We're seeing lots of attackers running scripts that send digits until they strike a DISA, misconfigured mailbox, etc. (Assuming it wasn't a stupid employee forwarding an inbound call to a 9xxxxxxx number etc). Have a look at SecAst (www.generationd.com) - it detects callers sending too many digits, monitors digit dialing speeds, etc. to help identify and block
2006 Mar 24
0
RES: reload - restart
That's it. 'sip reload', reloads the sip.conf, 'extension reload' (or extensions?), reloads the extension.conf and so on. The 'reload' command do it all at once. Regards, ---- Filipe Mordhorst Joinville - SC - Brasil -----Mensagem original----- De: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] Em nome de Johann
2019 Mar 14
0
Am I right to assume certificate renewal with the same filename requires a dovecot reload/restart
Hi, On 14.03.19 09:33, Yassine Chaouche via dovecot wrote: > On 3/14/19 9:32 AM, Yassine Chaouche via dovecot wrote: >> The general answere here is try and see, as you could totally test it >> on your own. The certificate is read at startup and put in memory for >> the rest of the execution time. Dovecot won't monitor the file for >> changes on disk, as this
2019 Mar 14
2
Am I right to assume certificate renewal with the same filename requires a dovecot reload/restart
Running dovecot 2.2, apologies if this question has been asked before: I've done the research but couldn't find anything. I run a server that uses dovecot as a MUA for Postfix and have a Let's Encrypt certificate that auto-renews through certbot on Ubuntu server 16.04. Dovecot did not pick up on the new certificate for the hostname. It did after a restart. To be clear: Let's
2019 Mar 14
0
Am I right to assume certificate renewal with the same filename requires a dovecot reload/restart
The general answere here is try and see, as you could totally test it on your own. The certificate is read at startup and put in memory for the rest of the execution time. Dovecot won't monitor the file for changes on disk, as this would waste CPU cycles and make dovecot only slower for no reason. The process (or person) that changes the file is responsible to restart dovecot to reload
2023 Nov 22
1
Restart or reload Icecast after changing source-password?
Hi, I need to change the source-password in icecast.xml. After saving the file, how to I make it take effect: reload or restart? Thank you! -- Jack Elliott Director of Classical Music Programming High Desert Community Radio KPOV Bend, Oregon
2014 Jul 17
1
syslog-ng 2.1.4 - file sources are read only when reload or restart is performed?
Hi All ;) I am using a virtual machine with: Red Hat Enterprise Linux Server release 5.7 (Tikanga) Linux logserver01 2.6.18-274.el5 #1 SMP Fri Jul 8 17:36:59 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux syslog-ng 2.1.4 I have following configuration: ... 9 options { 10 create_dirs (yes); 11 dir_group (root); 12 dir_owner (root); 13 dir_perm (0700); 14
2005 Feb 23
0
logger reload/restart hanging
Hi, We're running a very old version of Asterisk (CVS-HEAD-08/03/04) and we're having some problems with logging. Our logger.conf has the following: full => notice,warning,error,debug,verbose After having started Asterisk, asterisk will hang in "/usr/sbin/asterisk -rx 'logger reload'" unless some output has been sent to the file. I can't find anything on
2019 Mar 14
0
Re: Am I right to assume certificate renewal with the same filename requires a dovecot reload/restart
On Thu, Mar 14, 2019, at 11:33 AM, Yassine Chaouche via dovecot wrote: > On 3/14/19 9:32 AM, Yassine Chaouche via dovecot wrote: > > The general answere here is try and see, as you could totally test it > > on your own. The certificate is read at startup and put in memory for > > the rest of the execution time. Dovecot won't monitor the file for > > changes on
2019 Mar 14
0
Re: Am I right to assume certificate renewal with the same filename requires a dovecot reload/restart
On Thu, Mar 14, 2019, at 12:09 PM, Yassine Chaouche via dovecot wrote: > On 3/14/19 9:55 AM, Patrick Cernko via dovecot wrote: > > > [...] the way we have configured exim, it neither needs reload or > > restart but reads the certificate file every time it has to use it. > > What happens if you goof off in the middle of an opeartion, temporarily > putting a wrong file
2010 Dec 27
2
logrotate.d - reload vs restart
Looking at some of the stuff in /etc/logrotate.d, I see entries like this in some of the configuration files: postrotate /sbin/service privoxy reload 2> /dev/null || true >From the commandline, that doesn't work: # /sbin/service privoxy reload 2> /dev/null || true Usage: /etc/init.d/privoxy {start|stop|restart} Changing reload to restart does work: ]# /sbin/service privoxy
2020 Jan 16
2
Reload domain configuration on guest restart
Hi all, as you surely know, after changing some domain parameters via libvirt (ie: NIC type), the guest need to be shutdown and restarted. A simple reboot will not be sufficient, as libvirt will not launch a new qemu domain (ie: the same qemu process will be in charge to start the new guest instance). It is possible to configure libvirt to start a new qemu domain on guest reboot? Can the
2020 Jan 16
0
Re: Reload domain configuration on guest restart
On Thu, Jan 16, 2020 at 06:56:30PM +0100, Gionatan Danti wrote: > Hi all, > as you surely know, after changing some domain parameters via libvirt (ie: > NIC type), the guest need to be shutdown and restarted. A simple reboot will > not be sufficient, as libvirt will not launch a new qemu domain (ie: the > same qemu process will be in charge to start the new guest instance). >
2023 Jun 26
1
NSD reload and restart : in-memory data
Hi, I'm new to NSD and would really appreciate if someone can point me to the right direction. I have like 8 NSD servers (secondary) serving around 30,000 zones. Zone updates are transferred from the primary DNS servers by AXFR/IXFR. The 8 NSD servers do not save the zones file on disk but are only held in memory. Therefore after NSD service is restarted zone transfer requests are being