What Are You Doing Right Now
-
Making a shopping list.
Need some Laptops/Desktops/Cables
-
I've got customer reporting that hosted Spiceworks helpdesk is down. I see the same thing here. Anyone else seeing this?
-
This thankfully isn't an issue I have to deal with.
-
@scottalanmiller said in What Are You Doing Right Now:
I've got customer reporting that hosted Spiceworks helpdesk is down. I see the same thing here. Anyone else seeing this?
Looks like something is
updown: https://status.spiceworks.com/ -
Getting my questions ready for my Thursday meeting with the owner of a local restaurant.
-
call load is frightening low this morning...
-
Does anyone have a trick to make FreePBX re-register the voip.ms SIP trunks after an internet outage restores? A cut fiber caused an outage for a few hours yesterday eve. When it was restored, I had to manually get them to register by re-booting the system. I probably could have just disabled and then enabled the trunks for the same result. Seems like it should do this "automagically"....
-
@brandon220 said in What Are You Doing Right Now:
Does anyone have a trick to make FreePBX re-register the voip.ms SIP trunks after an internet outage restores? A cut fiber caused an outage for a few hours yesterday eve. When it was restored, I had to manually get them to register by re-booting the system. I probably could have just disabled and then enabled the trunks for the same result. Seems like it should do this "automagically"....
systemctl restart asterisk
-
@brandon220 isn't the automagically "sudo reboot now". . .
-
@dustinb3403 said in What Are You Doing Right Now:
@brandon220 isn't the automagically "sudo reboot now". . .
reboot
does not require a parameter. It will do it immediately by default. -
@scottalanmiller said in What Are You Doing Right Now:
I've got customer reporting that hosted Spiceworks helpdesk is down. I see the same thing here. Anyone else seeing this?
Just came back up.
-
@jaredbusch said in What Are You Doing Right Now:
@brandon220 said in What Are You Doing Right Now:
Does anyone have a trick to make FreePBX re-register the voip.ms SIP trunks after an internet outage restores? A cut fiber caused an outage for a few hours yesterday eve. When it was restored, I had to manually get them to register by re-booting the system. I probably could have just disabled and then enabled the trunks for the same result. Seems like it should do this "automagically"....
systemctl restart asterisk
Or...
fwconsole restart
-
@dustinb3403 said in What Are You Doing Right Now:
@brandon220 isn't the automagically "sudo reboot now". . .
Are you thinking of
shutdown -h now
? -
@obsolesce said in What Are You Doing Right Now:
@dustinb3403 said in What Are You Doing Right Now:
@brandon220 isn't the automagically "sudo reboot now". . .
Are you thinking of
shutdown -h now
?It's just force of habit, as I often stand up a system for a one off test, and just don't care to wait for it to shutdown.
Out of habit I just also add the now parameter.
-
@dustinb3403 said in What Are You Doing Right Now:
@obsolesce said in What Are You Doing Right Now:
@dustinb3403 said in What Are You Doing Right Now:
@brandon220 isn't the automagically "sudo reboot now". . .
Are you thinking of
shutdown -h now
?It's just force of habit, as I often stand up a system for a one off test, and just don't care to wait for it to shutdown.
Out of habit I just also add the now parameter.
I guess technically if you want the logs to be 100% accurate wiht a PowerOFF, you'd use
-P
instead of-h
. -
@scottalanmiller said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
I've got customer reporting that hosted Spiceworks helpdesk is down. I see the same thing here. Anyone else seeing this?
Just came back up.
Spoke too soon, definitely not back up.
-
@eddiejennings said in What Are You Doing Right Now:
@scottalanmiller said in What Are You Doing Right Now:
I've got customer reporting that hosted Spiceworks helpdesk is down. I see the same thing here. Anyone else seeing this?
Looks like something is
updown: https://status.spiceworks.com/No issues with our osTicket.
-
@scottalanmiller you can't really compare a platform that you host and operate yourself versus what does which is likely running on a physical server from 1990. . .
-
@jaredbusch said in What Are You Doing Right Now:
@brandon220 said in What Are You Doing Right Now:
Does anyone have a trick to make FreePBX re-register the voip.ms SIP trunks after an internet outage restores? A cut fiber caused an outage for a few hours yesterday eve. When it was restored, I had to manually get them to register by re-booting the system. I probably could have just disabled and then enabled the trunks for the same result. Seems like it should do this "automagically"....
systemctl restart asterisk
This doesn't solve the problem the OP was asking for - "automagically" - i.e. why is manual intervention required at all? why isn't FreePBX auto reregistering say, ever 1 min or so?
-
@dashrender said in What Are You Doing Right Now:
@jaredbusch said in What Are You Doing Right Now:
@brandon220 said in What Are You Doing Right Now:
Does anyone have a trick to make FreePBX re-register the voip.ms SIP trunks after an internet outage restores? A cut fiber caused an outage for a few hours yesterday eve. When it was restored, I had to manually get them to register by re-booting the system. I probably could have just disabled and then enabled the trunks for the same result. Seems like it should do this "automagically"....
systemctl restart asterisk
This doesn't solve the problem the OP was asking for - "automagically" - i.e. why is manual intervention required at all? why isn't FreePBX auto reregistering say, ever 1 min or so?
If I had a log of the event, I could give more information.