Posted in Telephony by: sean
No Comments
29 Sep
http://www.crtc.gc.ca/ENG/NEWS/SPEECHES/2006/s060929.htm
A local college radio station is being called to task for the following alleged infractions, committed over a year ago.
The examination also revealed shortfalls relating to the following three conditions of licence:
1. the licensee broadcast a level of 4.73% category 3 music instead of the weekly minimum of 5%;
[…]
Posted in Linux/Unix/OpenSource by: sean
2 Comments
26 Sep
I’m sure there’s a million variants out there, but I had a simple need to make sure a process was running and restart it if it isn’t. I’ve done this before using one off scripts, but then I figured I may as well do one that is generic:
watchdog.sh:
#!/bin/sh
# watchdog LOOKFOR SERVICE
# will restart SERVICE […]
Posted in Telephony, Linux/Unix/OpenSource by: sean
No Comments
18 Sep
I’ve got ertw.com set up to accept SIP calls, so that if you dial sean@ this domain, it rings a phone here. But, how do you dial out?
It’s actually quite easy in theory, since you can Dial() any sort of address, but the trick is to integrate it with the dialplan.
A bit of research […]