Displaying 20 results from an estimated 1000 matches similar to: "How to xfer calls or is my setup wrong?"
2006 Jan 04
5
Grandstream web configuration utility
I just purchased a Grandstream gxp-2000, budgetone102 and a HT-386.
Browsing to each device by IP address, I can get logged in using admin
and I can see the advanced settings, however, if I try to change the
settings and clicking the Change button, it just brings me back to ask
for the password again..
I can't get into the Status page or any of the Account1-4 pages either.
It just keeps
2006 Sep 08
2
post-xfer exec -- more juice!
Hello,
I'm attempting to use the pre-xfer exec and post-xfer exec utilities to
replace a complicated script which tails the rsync log and does A Bunch
Of Stuff at the beginning and completion of rsync transfers.
(It will also allow us to throw away a nasty hack which forces rsync to
log the fact that is exiting - trying to provide a catch for /all/
possible exit conditions (ie, strings in the
2007 Feb 01
1
pre-xfer exec fails in FreeBSD
Hi
I want to use pre-xfer exec function in rsync for permition checking. In my Linux boxes, it successed. But today, I tried to put them in my FreeBSD box, it failed.
I've checked the log, but found the pre-xfer exec returns always be -1, which means waitpid failed to get the return status. After doing a little ugly patch for the wait_process function as follow, pre-xfer works again.
DO NOT REPLY [Bug 4320] New: Daemon should send stdout, stderr of {pre, post}-xfer command to client
2007 Jan 02
3
DO NOT REPLY [Bug 4320] New: Daemon should send stdout, stderr of {pre, post}-xfer command to client
https://bugzilla.samba.org/show_bug.cgi?id=4320
Summary: Daemon should send stdout, stderr of {pre,post}-xfer
command to client
Product: rsync
Version: 3.0.0
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned@samba.org
2008 Nov 19
1
chdir / chroot after pre-xfer ?
Hello,
I am trying to configure rsyncd to mount destination encrypted FS
(using EncFS) before syncing.
In my rsyncd.conf :
[test]
path = /home/dest
<...>
pre-xfer exec = sleep 30 ; echo mypassword | encfs -S /home/
encrypteddir /home/dest ; sleep 30
(I have put "sleep 30" instructions just to make some tests)
/home/encrypteddir is correctly mounted by rsyncd to /home/dest
2010 Dec 10
1
1.6.2.14 > 1.6.2.15: blind transfer works but not Xfer on aastra
Upgraded from 16.2.14 to 1.6.2.15 on Fedora 13, with aastra 9133i and 57i.
On 9133i and 57i:
#<extension># works for a blind transfer.
Xfer<extension>Xfer doesn't!
All this worked on 1.6.2.14.
Nothing useful on cli, verbose 3, DEBUG. Here extension 169 answers an
outside call, and tries to transfer it to 145 using the Xfer button:
-- SIP/169-0000009c answered
2008 Jun 20
1
pre/post-xfer exec not executed ?
Hi,
I've got an issue since about a week and I still can't solve it after a
thorough research.
I've setup a rsync server on my backup host, with shares using
post/pre-xfer exec options but the scripts seems not to even be called :
they should write a lockfile, and write in a logfile some information
about the transfer request / report.
I'm using rsync through stunnel and
2008 Dec 02
1
rsync / checksum small block / xfer small block
is there a way to somehow force rsync to check checksum in blocks vs
the whole file and xfer only part that has changed vs the whole file?
for instance i have a few gig file, and it usually keeps adding at the
end, maybe a line a day, yet rsync xfer the whole file over and it
takes forever...
--
http://alexus.org/
2012 Jun 12
4
rsync takes long pauses in xfer ?
Hey folks,
I did some googling on this but did not come up with much. I'm using
rsnapshot which uses rsync, and I notice some pretty long pauses in
the xfers as you can see on this graph from "munin". THe machine in
question right at the moment is doing nothing but rsyncing (
rsnapshoting ) some 12T of NAS storage to local disk, so there is
nothing else going on at all.
2010 Jan 20
2
Call Xfer issue between DataCenter and User Site
Hi,
I am running a Asterisk 1.6 box in our Data Centre, and have a number of users connecting to that box, as their PBX.
Calls in and out work fine, as does voicemail.
The PBX at the Data Centre has an External IP, Nat?d to it by the firewall, and the relevant ports are open.
The Office users have a dedicated internet connection for the phone lines, and calls are seen to traverse this
2005 Mar 15
1
blind xfer works atxfer doesn't...help!
Hi all
I am having problems with atxfer
if I do the extact same thing with blind xfer it works fine
when I hit press #2 (defined in conf for atxfer) i get "transfer"
I dial the number I want and i get the following on the console
-- Playing 'pbx-transfer' (language 'en')
-- Executing Dial("Local/18005558355@jesnjer-f97a,2", "/18005558355")
2019 Nov 08
1
Regarding an "earlier" variant of `pre-xfer exec` [feature request and proposed patch]
(I think the subject is quite descriptive; however for use-cases and
details see bellow after the mention of the old conversation and the
patch.)
Searching the mailing list about this topic yields an old conversation
about this from 2008:
* https://lists.samba.org/archive/rsync/2008-November/022148.html
* https://lists.samba.org/archive/rsync/2008-November/022150.html
I'll quote
2007 Mar 31
1
Setting a call to be recorded before Xfer?
I need to allow the company operator to decide whether to record a call.
(Car dealership that needs to coach salespeople). They don't want to record
every sales call, just for the purposes of coaching certain employees on an
ad hoc basis.
The situation is:
a. Call comes in on PSTN PRI
b. Call is routed to operator in dialplan
c. Operator ascertains that its a sales call for a salesman in
2015 Jun 25
2
add rsync -A -X to Backuppc "RsyncArgs" get 'Got fatal error during xfer (fileListReceive failed)'
Backuppc uses rsync (do not know what rsync version but Backuppc is
latest version, so assuming 'very' current rsync version is included)
and I am trying to add acl and attr file permissions to rsync in
"RsyncArgs" and "RsyncRestoreArgs" and have discovered that their
addition is not that easy.
Backuppc uses "RsyncArgs" and "RsyncRestoreArgs" to
2011 Oct 29
1
"enable ctxprog xfer only when we need it to save power" introduces big performance regression
Hi
I've bisected pretty big performance regression (nv92):
$ git bisect good
b2737681d5442f05ab6419e05468c3d2511a5ced is the first bad commit
commit b2737681d5442f05ab6419e05468c3d2511a5ced
Author: Martin Peres <martin.peres at ensi-bourges.fr>
Date: Sat Jul 30 23:08:45 2011 +0200
drm/nv50/gr: enable ctxprog xfer only when we need it to save power
This patch adds
2003 Nov 06
1
File xfer speed issues with MacOS X 10.2 and 10.3
Hi all,
I have a mixed environment of Windows 2000, XP, Linux, and MacOS X clients
connecting to various Samba servers. Our network is 100Mbit switched ethernet.
Originally, we were using samba 2.2.8a, with the socket options of TCP_NODELAY
SO_SNDBUF=4096 SO_RCVBUF=4096. However, the MacOS X clients (which were added
after the initial setup and testing), had horrible file xfer performance;
2007 Jun 18
2
Blind xfer issue -- URGENT!
Greetings, folks.
I'm having a problem with blind transfers. It seems that, despite not
having the T flag set, callers are able to use the blind transfer option.
Scenario is this:
- Asterisk 1.2.14
- Caller calls into our call center on one of our many phone numbers.
- Call gets placed into queue.
- Operator answers call.
- Caller is able to hit our blind xfer key sequence (#0) and dial
2014 Aug 09
1
meta bug: info on "why" xfer seems no longer available? (3.1.0)
I just copied a file system using
xfsdump|xfsrestore
At least 1 new directory had been created on the source during the
xfer (took 9+hours -- 7TB), so I wanted to verify I hadn't missed anything.
Using rsync:
> rsync --version
rsync version 3.1.0 protocol version 31
Capabilities:
64-bit files, 64-bit inums, 64-bit timestamps, 64-bit long ints,
socketpairs, hardlinks,
2015 Jun 25
2
add rsync -A -X to Backuppc "RsyncArgs" get 'Got fatal error during xfer (fileListReceive failed)'
Thank you. This helps get me closer.
One machine shows rsync 3.0.9 and the other shows rsync 3.1.0. Running
"rsync --version" both show "ACL, xattr" are supported.
Two questions, would the two different version cause it to fail?
Second, does the order rsync "receives" the switches matter. Does "-A"
and "-X" need to be near the beginning of
2010 Jul 02
1
Transfer fails
Hello list,
this is the dialplan :
<snip>
exten => s,n,Dial(SIP/test1&SIP/test2,,t)
<snip>
exten => 10,1,Dial(SIP/test1)
exten => 20,1,Dial(SIP/test2)
So there is an incoming call that rings SIPaccounts test1 and test2.
Account test1 answers and wants to transfer the call to test2.
Transfer is : #20
This is what the CLI shows :
[Jul 2 10:55:30] -- Executing [20