Displaying 2 results from an estimated 2 matches for "desitn".
Did you mean:
design
2011 Sep 29
0
I can't figure out how to redirect a call to a trunk.
...now what i want to do is set it up so that an incoming call (from a
third server)
is redirected to the second server from the first server when the
extension number does exist on the first server.
I thought I knew how to do this.... setup an inbound route that
answers any inbouond call and set the desitnation
to be "trunk" "server2"
but this doesn't seem to be working.
I know the inbound route is being called, i can even see the first
server trying to forward the call to server 2.
but the problem seems to be that no $OUTNUM is being set, so no
extension number on the second...
2003 Oct 06
2
Patch to revive tmpfiles
This is a patch to fix one annoyance of having rsync processes race:
I usually keep our servers synced with the following script, run by cron.
#!/bin/sh
lockfile -r 2 -l 1000 /tmp/synchome.lock || exit 1
rsync -e ssh -avHP --delete zorro01:/home/\* /home >/dev/null
rm -f /tmp/synchome.lock
--
Sometimes my users (including myself) are in a hurry and syncronise files and directories in their