search for: reception1

Displaying 2 results from an estimated 2 matches for "reception1".

Did you mean: reception
2013 May 25
0
Asterisk 1.8 wrong Def. Username
...one,ulaw-phone,callgroup1,snom-320) defaultuser=tel-221 mailbox=221 callerid="My CID" dtmfmode=auto ;defaultip=10.0.12.21 CLI sip show peer blabla0 Addr->IP : 10.0.12.21:2067 Defaddr->IP : (null) Prim.Transp. : UDP Allowed.Trsp : UDP Def. Username: Reception1 SIP Options : (none) Codecs : 0xc (ulaw|alaw) Codec Order : (ulaw:20,alaw:20) Auto-Framing : No Status : OK (23 ms) Useragent : snom320/8.7.3.19 Reg. Contact : sip:blabla0 at 10.0.12.21:2067 As you see, Def. Username should be tel-221 and not Reception1 ! We...
2009 Jan 30
2
Backup to spare drive (rsync / crontab)
...xample - the daily (/backup is a seperate physical drive) : #daily backup script rsync -a --delete /usr/home/data/Access/ /backup/daily/Access rsync -a --delete /usr/home/data/Templates/ /backup/daily/Templates rsync -a --delete /usr/home/QBdata/ /backup/daily/QBdata rsync -a --delete /usr/home/reception1/ /backup/daily/reception1 rsync -a --delete /usr/home/reception2/ /backup/daily/reception2 rsync -a --delete /usr/home/reception3/ /backup/daily/reception3 rsync -a --delete /usr/home/data/Files/ /backup/daily/Files All files created where chmod'd with +x, then I test the scripts by running th...