search for: rlt

Displaying 20 results from an estimated 24 matches for "rlt".

Did you mean: ret
2009 Aug 04
5
Anyone actively using RLT for mobile phone forwarding?
Hello, We currently have a scenario where a large percentage of inbound calls on a telco PRI are intended for professors who aren't currently in their offices/at their desks. My question is, is anyone actively using the Asterisk "RLT" (Release Link Trunking) feature to bounce these sorts of calls back to the telco? The idea being to forward the call to their mobile phone without tying up two of the PRI channels (one inbound and one outbound) for the duration of the call. If so, any caveats pertaining to the combination of...
2007 Oct 07
3
rsync error
Skipped content of type multipart/alternative-------------- next part -------------- Executing: rsync.exe -v -rlt --delete "/cygdrive/C/Documents and Settings/User/Local Settings/Application Data/Identities/{DFF16927-88E6-4EAA-A097-460B7E65289B}/Microsoft/Outlook Express/" "localhost::Backup/Outlook Express/" building file list ... done ./ Deleted Items.dbx rsync: writefd_unbuffered fai...
2006 Aug 02
1
Can not rsync certain folders a second time
...the first time but if i pick up email and then run the command again it will freeze with a error, But if i just use a folder that has say my downloads in and i alter a file here it will ok, if you want to test this you will need to use your settings and your code after identities. rsync.exe -v -rlt "/cygdrive/C/Documents and Settings/eden/Local Settings/Application Data/Identities/{D43979E3-361F-4827-A8E9-59A22FDE7806}/Microsoft/Outlook Express/" "192.168.0.254::Disk-0/Outlook Express/" rsync.exe -v -rlt "/cygdrive/C/Documents and Settings/eden/Favorites/" &quo...
2008 Mar 17
1
Shouldn''t should return true?
''cause it doesn''t... This is an issue for nested custom matchers, ie: module CRFT class RFT def initialize(args) blah end def matches?(target) "Yeah, baby!" end end def r_f_t(args) RFT.new(args) end end module CRLT class RLT include CRFT def initialize(args) blag end def matches?(target) target.should r_f_t(''foo'', ''bar'', ''baz'') #Whoops! Matcher FAILS end end def r_l_t(args) RLT.new(args) end end -- View this...
2012 Dec 19
1
rsync without POSIX ACLs
...AS looks like: ~$ ls -la /net/sonas/directory d--------- 2 user group 36 Oct 9 12:59 ./ d--------- 2 user group 36 Oct 9 12:59 ../ ---------- 2 user group 36 Oct 9 12:59 file (I can still read/write files and dirs, it just looks like I can't) If I try to rsync this like: Rsync ?rlt /net/sonas/directory /tmp/ The directory is created in /tmp/ and then the ACLs on the directory, and the files in it are set to ---------, then rsync fails, because it can?t read the directory rsync: recv_generator: failed to stat "/tmp/directory/file": Permission denied (13) rsync error...
2009 Jun 01
2
Rsync spawning a child process when pulling files ?
...a RedHat Linux server. Everything is working perfectly, but there is one thing I do not understand. Apparently there is a difference in pushing and pulling files with rsync. When I push my files to the server with this command, I see one rsync process on my WinXP machine, just as expected rsync -rlt -e "ssh -T" Test.pst <user>@<ip address>:/data But when I pull my files from the server to my WinXP machine with this command, I see two rsync processes on my WinXP machine. rsync -rlt -e "ssh -T" <user>@<ip address>:/data/Test.pst . Can anybody confir...
2007 Nov 15
2
Two B-Channel Transfer (2BCT/TBCT) Trobule on DMS100 PRI
I have not been able to get two B-channel transfer to work on DMS100 PRI. I consistently get the following errors: [Nov 6 11:12:49] ERROR[2774]: chan_zap.c:8178 zt_pri_error: ROSE RETURN ERROR: [Nov 6 11:12:49] ERROR[2774]: chan_zap.c:8178 zt_pri_error: OPERATION: RLT_OPERATION_IND [Nov 6 11:12:49] ERROR[2774]: chan_zap.c:8178 zt_pri_error: ERROR: RLT Not Allowed I have tried on two different DMS500 switches with two different phone companies. The phone companies swear it is enabled on their end, and they are billing accordingly :). This is using Asterisk...
2010 Jun 04
2
Backup to NTFS USB drive --compare-dest not working
When I'm running "rsync --compare-dest" on a local Linux volume (ext4) it works as expected (duplicate files not created) however when same commands with same options are run on NTFS USB drive (in my scenario below mounted to /share/external/sdt5) all the files are copied regardless if they have been updated or not. I have spent many hours trying to figure out what could be wrong and
2008 Jan 30
3
Rsync windows vista permissions problems
I am using deltacopy (uses rsync) to backup up a drive in windows vista to a freenas server. Before moving to vista, had the system working fine (on a windows xp machine). The command used for the backup is: rsync.exe -v -rlt -z --delete "/cygdrive/F/TXT/" "nas::160d/_Acer_F/TXT/" As a result of this command, rsync should create a dir (not on nas) and then copy some files into it. The directory is created with the wrong permissions: subsequently, files can not be copied into it. If I create a direct...
2011 Sep 14
0
Permission problems on Win 7 x64
...4 SP1 German). The permissions for the source file (e.g. an executable like: Xshell.exe) are: Everyone with Full control (inherited from the root of drive D:) Now I sync that file to the destination machine (Strato HiDrive) with: "D:\Users\Jack_Walter\Tools\Rsync\bin\rsync.exe" -v -P -h -rlt -z --chmod=a=rw,Da+x --modify-window=2 --delete --exclude-from "/cygdrive/D/Users/ Jack_Walter /Tools/Rsync/hidrive_excluded_files.txt" -e "/cygdrive/D/Users/ Jack_Walter /Tools/Rsync/bin/ssh.exe -o StrictHostKeyChecking=no -l Jack_Walter -i /cygdrive/D/Users/ Jack_Walter /Tools/Rsyn...
2011 Sep 15
1
Group "None" after synching to a windows machine?
...are all in group policy keys like: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy\GroupMembership] "Group0"="S-1-5-21-3080689651-386630603-1536007245-513" The source permissions for that file are: Everyone with full control My rsync options are: -v -rltp -z -P -h but I tried -a | or -rlt (instead of the -rltp) as well but the results for this "None" entry didn't change. Google stated that it was possible (a few years ago) to use SET CYGWIN=nontsec to avoid such a behavior but this seems deprecated. Any hints how I can avoid the add...
2010 Apr 13
1
PRI TBCT - Practical Experience, Anybody?
...is not related to this but I think it is. I have a PRI with Bell Canada and when I dial in and have the call transfered to a context to dial out and then have those two channels bridged, the call disconnects with cause 16 just exactly as Jay R. Ashworth shows in his CLI output. Bell Canada support RLT or know as 2BCT or TBCT to some but we have not requested that feature. However, we don't care to keep two channels tied up. Is this not possible through PRI? [zap_bridge] exten => s,1,answer exten => s,n,Dial(ZAP/g0/4167778888) If incoming leg of call is through PRI and outgoing leg is...
2009 Jul 26
1
DeltaCopy puts unwanted TAB character into rsync command
...ta Family Premium Edition SP2. I installed DeltaCopy and set it up to make a test backup to an openSUSE Linux 11.0 server running rsync 3.0.2. The test fails because the rsync command created by DeltaCopy is badly formed: it has an unwanted TAB after the module name. Executing: rsync.exe -v -rlt -z --delete "/cygdrive/M/Documents de Michel/Documents/Test backup/" "michel at clubmicrolag.net::Michel-MD1695 /Test backup/" @ERROR: Unknown module 'Michel-MD1695 ' rsync error: error starting client-server protocol (code 5) at /home/lapo/packaging/rsync-3.0.4-1/...
2010 Apr 13
0
PRI Gurus ONLY - Too complex of an issue - SOLVED
Told you it was too complex of an issue :-) I figured to do this in zapata.conf and all is fine now: transfer=no That was the magic two letter which was sending a request for RLT feature on the line. Set transfer to "no" and all worries gone. Thanks for the input everyone. -Bruce On Mon, Apr 12, 2010 at 10:10 PM, bruce bruce <bruceb444 at gmail.com> wrote: > Futher check into the PRI debug I am seeing this which actually relates to > TBCT and AOC-E...
2005 Aug 08
1
T1 versus PRI
Hello All, I was wondering. What are the primary advantages to using a PRI over a T1? As I understand it, the PRI terminates very fast, meaning you can do immediate answer and dial... This is very handy on the BRI line I have on the asterisk. Can T1 signalling also do immediate answer, or does it just behave like a channelized pots line and ring as usual? I am trying to determine if I should
2006 Sep 18
0
Some Files are Missing
Hello All, I'm kishore, new to this group. I'm using rsync to backup the Directory from local system to remote system. I'm using the command: rsync -rlt PATH(path of the filename to be backed up) IPAddress:/Path (where the file has to be backedup). I'm able to backup the directory, but some files are found missing.Please help me in solving this.thanks in advance. With regards, Kishore
2007 Jul 04
2
ask for help
Hi All, I met a problem when I use rsync to transfer some files to remote server. Why does my transfer fail with something like the following error? rsync: mkstemp "/Instrument/A0003237.agilent.com/.Instrument.mdb.3lGdSl" (in wcss) failed: No such file or directory (2) rsync error: some files could not be transferred (code 23) at /home/lapo/packaging/tmp/rsync-2.6.6/main.c(791)
2008 Jan 24
1
Rsync iconv (Cygwin) (file has vanished)
...in. Works splendidly and compiles cleanly. I made sure to have libiconv installed and it supports the --iconv command (at least it accepts it). I've been using rsync to test a backup of some files from a windows box to a linux box. I use the following command under windows: - rsync.exe -v -rlt -z --delete -y --delete-excluded --partial-dir=/.rsync-partial --iconv=utf-8,utf-8 "/cygdrive/D/Data_Tier1/" "username@server::virtualdir/Data_Tier1/" I get the following error on files that have russian cryllic letters: - --- file has vanished: "/cygdrive/D/Data_Tier1/H...
2008 Jun 03
1
rsync from Windows to Linux
Hello all, I am having a problem rsyncing from windows to linux, or rather, keeping the file permissions the way I want them. My project is basically to keep two identical directories, one in Windows and one in Linux, mirrored, but they must retain their user and group permissions. what rsync commands can I use to ensure that the windows permissions do not get copied over to linux? I have tried
2007 Jul 20
2
RSYNC Hung
...sites. 1 site is running perfectly, whilst the other 2 are causing constant grief. The backups at these 2 sites are hanging during the RSYNC process at random places. One of the two files cause the hang. We are running the following command on the client to initiate the backup: rsync.exe -v -rlt -z --delete "/cygdrive/D/MT32/ddiBkRes/Backup/PHCCAMMT32.GBK" "192.168.X.X::rsync//PHCCAMMT32.GBK" When it hangs, If I kill the rsync process on the client it will attempt the backup again. Usually a few retries and it will go through successfully. The RSYNC client log just...