Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
martinch wrote:kashyapking makes a good point and that is the correct ViCiDial way of doing sip reload...although I'm not aware of any potential issues off the top of my head with running sip reload every minute via cron but yeah...potentially something could get messed up...I couldn't say but it shouldn't affect live calls though but yeah. Glad it's all sorted though.
ccabrera wrote:@Bronson,
The problem you refer to usually happens when Asterisk isn't running inside its own screen process, and so the keepalive script can't trigger the reload properly. Maybe Asterisk is running because of the "service asterisk start" command instead of running inside its screen?
bronson wrote:
How would I investigate this and resolve?
RBecker wrote:bronson wrote:
How would I investigate this and resolve?
Run "screen -r". You should get several things returned, one being asterisk and another being astshell. If those aren't listed, Asterisk is running outside of the screen. On ViciBox, you should be using "systemctl restart vicidial" to restart Asterisk and all associated screens.
vcc:~ # screen -r
There are several suitable screens on:
9284.ASTemail (Detached)
19151.ASTVDadapt (Detached)
4657.ASTVDremote (Detached)
17034.ASTVDauto (Detached)
17031.ASTlisten (Detached)
17028.ASTsend (Detached)
17025.ASTupdate (Detached)
14914.ASTVDadFILL (Detached)
14911.ASTfastlog (Detached)
Type "screen [-d] -r [pid.]tty.host" to resume one of them.
vcc:~ # screen -r
There are several suitable screens on:
26549.asterisk (Detached)
26543.astshell20240110163818 (Detached)
9284.ASTemail (Detached)
19151.ASTVDadapt (Detached)
14914.ASTVDadFILL (Detached)
14911.ASTfastlog (Detached)
Type "screen [-d] -r [pid.]tty.host" to resume one of them.
Users browsing this forum: Google [Bot] and 80 guests