similar to: Patch submitted to add a "move-existing" functionality

Displaying 20 results from an estimated 10000 matches similar to: "Patch submitted to add a "move-existing" functionality"

2011 Aug 09
8
[Bug 8367] New: Add a feature to --move-existing files
https://bugzilla.samba.org/show_bug.cgi?id=8367 Summary: Add a feature to --move-existing files Product: rsync Version: 3.0.8 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: devin.nate at cloudwerx.com
2013 Jun 13
2
[Bug 9948] New: Patch to provide progress display in log file
https://bugzilla.samba.org/show_bug.cgi?id=9948 Summary: Patch to provide progress display in log file Product: rsync Version: 3.0.9 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: devin.nate at
2011 Sep 22
1
[Bug 8478] New: Add an option to skip open files
https://bugzilla.samba.org/show_bug.cgi?id=8478 Summary: Add an option to skip open files Product: rsync Version: 3.0.8 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: devin.nate at cloudwerx.com
2015 Jun 05
0
11.17.1 : ReceiveFax then signal 11 ??
dialplan [FaxIncoming] exten=s,1,NoOp(Incoming fax on 46-va) same=n,Set(FAXFILE=/var/spool/asterisk/fax/${STRFTIME(${EPOCH},,%Y%m%d)}_${STRFTIME(${EPOCH},,%H%M)}) same=n,Answer() same=n,ReceiveFAX(${FAXFILE}.tif,df) same=n,Hangup() exten=>h,1,NoOp(FAXSTATUS: ${FAXSTATUS} FAXERROR: ${FAXERROR} FAXPAGES: ${FAXPAGES} @ bitrate ${FAXBITRATE}) same=n,System(scp ${FAXFILE}.tif
2009 Sep 27
1
digium fax: failed to queue document
In my quest to actually send a fax, I'm now stuck trying to send the confirm. First I send the fax: -- Executing [send at outbound-fax:2] System("Console/dsp", "env echo -e "Channel:DAHDI/g0/12036378447\\nContext:fax-tx\\nExtension: s\\nPriority: 1\\n" >/var/spool/asterisk/outgoing/call-1254012878.0") in new stack -- Auto fallthrough, channel
2014 Dec 23
1
ReceiveFax for multiple page (asterisk 13.0.1)
Hi all, I have problem for receiving fax from multiple page fax that sent from fax machine (analog). The error is : WARNING T.30 Page did not end cleanly This is my dialplan [inboundfax] exten => s,1,NoOp(**** FAX RECEIVED from ${CALLERID(num)} ${STRFTIME(${EPOCH},,%c)} ****) exten => s,n,Set(FAXOPT(ecm)=yes) exten =>
2014 Sep 21
1
error receiving a fax ... but with a fax that was received without problems
Dear all, When receiving a fax, the extension is "spawned", despite nothing but positive messages (see below) The sending fax considers it a success & the verbose output of asterisk gives a "FAX_SUCCESS" and a "NO_ERROR" error in the ReceiveFax command. The problem is that all the next steps (conversion of the fax to pdf & sending it to a mailbox) are never
2010 May 02
1
working example of t38 fax w/ 1.6.2?
I can't get a test T.38 fax between 2 1.6.2 machines, using app _fax and spandsp pre17 and 20100501. The machines can't seem to get connected. send side extensions.conf: [fax-tx-test] exten=>s,1,NoOp(Context fax-tx-test) exten=>s,n,SendFAX(${FaxFile}.tif) exten=>s,n,HangUp() exten=>h,1,NoOp(FAXSTATUS: ${FAXSTATUS} FAXERROR: ${FAXERROR} FAXMODE: ${FAXMODE})
2006 Feb 21
0
[Bug 910] known_hosts port numbers
http://bugzilla.mindrot.org/show_bug.cgi?id=910 devin.nate at bridgecomm.net changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #980 is|0 |1 obsolete| | ------- Comment #39 from devin.nate at bridgecomm.net 2006-02-21 14:08
2009 Sep 18
1
digium fax: is this even close to working?
My set up is 1.6.0.15 with the digium fax modules. I want to capture a fax from the internal analog fax machine (using an SPA2102), and then resend it. I know the internal extension of the fax machine, and for now I'm just testing it to one outside fax machine if I dial 8447. In particular, I'm completely unfamiliar with the use of "G" in the Dial app. exten =>
2009 Jun 13
1
1.6.0.10: core restart on ReceiveFax()
For our internal fax machines, I'm checking if the faxes are going to branch offices. If they are, I want to capture and email them to the branches. I've set up extension 8447 to test this. A fax machines is connected via an SPA 2102 on 173. Any calls from 173 are sent to: [outbound-fax] exten => 8447,1,Answer() exten => 8447,n,GoSub(Capture-Fax,s,1) exten
2009 Jan 15
1
how to debug mime-construct with fax2mail?
I'm trying to capture faxes on 1.6.1-beta4. AFAICT, app_fax is working OK. I'm then using fax2mail to send the fax. That wasn't working, so i posted for help using the System() cmd, since fax2mail did work from the command line. But now I realize it's fax2mail and mime-construct itself. I set up a fax-test context: [fax-test] exten=>666,1,NoOp( fax-test )
2015 Jun 25
2
Receiving faxes with spandsp question
Hello! I?m trying to add fax functionality to my asterisk installation. Right now I?m focusing on receiving faxes. This is not explained in a book, but I assume that I can use same context, add ?fax? extension and if someone calls to send fax - it will autodetect. Right? Per book, I made following setup additions: 1. In sip.conf [general] I added: ;FAX stuff faxdetect=yes t38pt_udptl=yes 2.
2006 Mar 27
2
Testing asterisk faxing functionality
I have asterisk with rxfax txfax modules.I want to test fax sendig and reciving in one asterisk instance, in extensions.conf I have : exten => 1234567,1,rxfax(/home/patryk/fax-new.tif|debug) exten => s,1,Dial(1234567) exten => s,2,txfax(/home/patryk/fax.tif|caller|debug) but I doesn't seem to work.But when I'm calling on this number I can hear fax tones. I can't find sip
2004 Aug 05
0
[Bug 910] known_hosts port numbers
http://bugzilla.mindrot.org/show_bug.cgi?id=910 Summary: known_hosts port numbers Product: Portable OpenSSH Version: 3.7.1p2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: ssh AssignedTo: openssh-bugs at mindrot.org ReportedBy: devin.nate at
2007 Sep 25
1
NFS issue
I am currently running K12LTSP on Centos 5, which is working well but without sound on most machines(ok all). So in order to remedy this and the cd-burning issue I have decided to try to install CentOS locally on one machine and then apply the personalizations via NFS. Steps: I editted the /etc/exports to export the /home dir as per the NFS howto and that seemed to work as the user homes were
2009 Jan 14
1
1.6.1-b4: Can't get fax2mail work from System()
On 1.6.1-beta4: Trying to receive faxes over a pstn line. extensions.conf: [incoming-pstn-line] exten => fax,1,NoOp(Fax Detected) exten => fax,2,GoTo(incoming-fax,s,1) exten => fax,n,Hangup() ............ [incoming-fax] exten => s,1,Set(FAXFILE=/var/spool/asterisk/fax/${STRFTIME(${EPOCH},,%Y%m%d%H%M)}-0${CALLERIDNUM}) exten => s,2,ReceiveFAX(${FAXFILE}.tif) exten =>
2008 Mar 18
1
how to log only opened files via vfs_modules?
I have share with a lot of scan files with .tif extension. They are grouped in catalogs by years for example 2006 2007 2008 etc. I would like to log open files (open scanned files .tif) by users. But /var/log/messages shows a lot of useless informations!!. For example user fujitsu opened only file 11005_07.tif in windows explorer. In /var/log/messages I can't exactly know which file was
2010 Oct 05
2
ow to force samba to allow write specified filename to folder
Hello I have directories named as the names of years eg. 2009 2010 etc. And in this folders eg. 2009 folder there are scanned .tif files like this: 10_09.tif 229_09.tif 3890_09.tif 3890_1_09.tif etc. I would like to samba check correct filenames eg. in folder 2010 there shouldn't be any flies from xxxx_09.tif eg. 229_09.tif only 229_10.tif (_10.tif and vice versa in 2009 there
2011 Nov 05
2
Doing dist on separate objects in a text file
So I have a text file that looks like this: "Label" "X" "Y" "Slice" 1 "Field_1_R3D_D3D_PRJ_w617.tif" 348 506 1 2 "Field_1_R3D_D3D_PRJ_w617.tif" 359 505 1 3 "Field_1_R3D_D3D_PRJ_w617.tif" 356 524 1 4 "Field_1_R3D_D3D_PRJ_w617.tif" 2 0 1 5 "Field_1_R3D_D3D_PRJ_w617.tif" 412 872 1 6