Displaying 9 results from an estimated 9 matches for "tamp".
Did you mean:
stamp
2007 Dec 10
0
diferents events between ast1.2 & ast1.4 ??
...he reason?
I paste my dial plan and the the AMI events:
[b]1.2 dialplan[/b]
exten => _4XX,1,dial(SIP/${EXTEN})
exten => 140,1,Answer()
exten => 140,n,Set(CALLERID(name)=140:${CALLERID(name)})
exten =>
140,n,Set(MONITOR_FILENAME=/var/spool/asterisk/monitor/q${EXTEN}-${TIMES
TAMP}${UNIQUEID})
exten => 140,n,Queue(140|t||)
exten => 140,n,Hangup()
[b]1.2 AMI events[/b] (newcallerid event is maked with bold font)
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Asterisk Call Manager/1.0
Action: Login
UserName: admin
Secret: xxxxxx
ActionID:...
2002 Sep 27
2
Rsync synchronizes unchanged files
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I wish to use rsync to synchronize a whole fat32 (MSWindows) partition
mounted into a linux system. I run rsync from linux.
The problem is rsync synchronizes most of the data even if the data hasn't
changed since the original image was made.
I used the -avz parameters to do the backup and the same for restoration.
Also I've tried just -rvz. It
2006 Nov 08
1
Queue forks asterisk and then leaves the extraprocesses lying around
...1,1,Answer
exten => 101,n,GotoIf($["${CONTEXT}"="from-internal"]?USERCID:SETCID)
exten => 101,n(USERCID),Macro(user-callerid,)
exten => 101,n(SETCID),Set(CALLERID(name)=${CALLERIDNAME})
exten =>
101,n,Set(MONITOR_FILENAME=/var/spool/asterisk/monitor/q${EXTEN}-${TIMES
TAMP}-${UNIQUEID})
exten => 101,n,Queue(101|tr|||30)
exten => 101,n,Goto(ext-local,83,1)
exten => 101*,1,Macro(agent-add,101,)
exten => 101**,1,Macro(agent-del,101,101)
and from queues.conf
[101]
wrapuptime=0
timeout=15
strategy=ringall
retry=5
queue-youarenext=
queue-thereare=
queue-thank...
2000 Jul 20
1
bad R bug
...82 83
288 288 288 288 288 288 288 288 288 288 288 288 288 288 288 288 288 288
288 288
84 85 86 87 89 90 91 92 93 94 95 96 97 99 100 102 103 104
105 106
288 288 288 288 288 288 288 288 288 288 288 288 288 288 288 288 288 288
288 288
107 108 109 110 111 112
288 288 288 288 288 288
> tamp_temp[temp[,1]!=104,]
>
NO EFFECT!
> table(temp[,1])
1 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
21 22
288 288 288 288 288 288 288 288 288 288 288 288 288 288 288 288 288 288
288 288
23 24 25 26 27 28 29 30 31 32 33 34 35 37 38 39 40 41
42 43
2...
2009 Aug 14
6
LZO versus LZJB
Hi
Some developers here said a long time ago that someone should show
the code for LZO compression support for ZFS before talking about the
next step. I made that code with a friend and we also made a little
benchmark to give a first impression:
http://denisy.dyndns.org/lzo_vs_lzjb/
I hope we made no technical error, but if you find something
not accurate, we will correct it.
Denis
--
This
2017 Feb 23
3
which rsync command?
This is looking good and very helpful to an rsync novice. I will try the modification
rsync --dry-run -avi --delete --filter 'protect /*’ --filter ‘protect /.*’ SOURCE/ TARGET/
and see what it produces. I do have a number of directories and files beginning with a dot in TARGET and these need to be protected.
Unfortunately, the output from —dry-run is still likely to be sufficiently
2016 Jun 28
3
WERR_DNS_ERROR_RCODE_REFUSED
Hello!
Yes, Windows dns too, my dns in samba is Bind!!!
I dont understande -> "where does Bind store the zone info ? *"
:-|
Thanks
Em 28-06-2016 18:25, Rowland penny escreveu:
> On 28/06/16 21:37, Carlos A. P. Cunha wrote:
>> Hello!
>> I have Samba 4.3.3 with Windows Server 2008 R2 SP1, I cm problems in
>> DNS, which in windows can not create dns entries:
2019 Jul 14
2
Build error due to Waf task dependency cycle in run_after
Dear all,
trying to build some Heimdal-based packages for Samba AD DC under
openSUSE I am facing some difficulties with the build system:
During the installation which is triggered by "make install" waf complains
about some task dependency cycle after leaving folder bin/default.
Full log including config options can be seen unter https://build.opensuse.org/
2011 Sep 12
14
[Bug 8450] New: --link-dest seems not to work mounted NTFS file systems
https://bugzilla.samba.org/show_bug.cgi?id=8450
Summary: --link-dest seems not to work mounted NTFS file
systems
Product: rsync
Version: 3.0.8
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org