search for: arrival

Displaying 20 results from an estimated 4464 matches for "arrival".

2006 Aug 04
8
I need an idea !
Hello here, I need to find an idea to solve a problem I manage Events which are of kind :arrival or :departure At first the two kind of events was unrelated but my client want to see the :departure belonging to the :arrival and vice versa. I''m searching for a solution to implement this ''link''. I''ve thought about an integer column containing an uniq id for...
2011 Nov 01
1
condition has length > 1 for LL denominator
...t; that looks like this: arrive depart intercept 1 1 1 1 2 1 1 3 1 1 2 2 1 3 2 1 3 3 2 2 2 2 3 2 3 3 3 where arrive is the period of arrival, depart is the period of departure, and intercept is the period in which that person was counted. I'm trying to construct the denominator for a likelihood function using the following function. For the first row in "results", for example, I want the denominator to be the sum of all...
2006 Oct 14
5
Problem with two providers:Need to route packets on the interface on which they arrives.
2004 Oct 21
2
migration to maildir and arrival time
Hello. I am currently testing dovecot (0.99.10.8, Debian woody from backports), with the maildir storage. I have noticed that when I use the mailutil tool from uw-imap distribution to transfer my IMAP mailboxes from our current server (uw-imap, mbx format) to the dovecot one, the mails arrival time are apparently lost. I can see this in Pine, using the Arrival sort: the mailboxes on the originating server and dovecot server are not ordered the same. If I use the mb2md perl script to transfer the same mailbox, I see the same behaviour. Is this normal ? Thanks. -- Nicolas
2010 Mar 16
2
Conditional variable assignment
...th a problem I can't seem to figure out. I suppose this learning curve levels off eventually, lol. I am learning on my own with absolutely no background in programming, so if I seem to request help a lot it's not because I am seeking others to do the work for me. I need to assign one of two arrival times to the 'ARRIVE' variable of my dataframe, and I want a value assigned only to the first element of each 'MM' by 'DD' variable grouping. The value used (either 0700 or 1430) will be conditional on the value in the 'TOD' variable, such that if 'TOD' == 1,...
2007 Sep 18
2
Running a script when a mail arrives
Hi, I'm trying to execute a script when a mail arrives in a given user's mailbox. Something like .dovecot.sieve. The reason I'm not using sieve itself is that I need to do stuff on mail arrival, which is beyond sieve's features. So is there a way to tell dovecot to run a script when a mail arrives in a certain mailbox? Optionally a solution to forward the whole mail to a script would be good too. -- Dennis Becker
2010 Jun 17
2
how to 'average' one col wrt to another one
Hi, folks, test=matrix(rep(letters[1:3],6),nrow=6,byrow=T) test[2,]=letters[5:7] test[4,]=c('e','f','i') test[1,3]='i' colnames(test)=c('leave','arrive','line') The code will generate a sample dataset. I have thousands rows of data. For the same 'leave' and 'arrive', how can I get the sum of square of percentages of
2004 Apr 23
2
use keep state(strict) to mitigate tcp issues?
Hi, When deploying a BSD with IPF in at the network perimeter and using rules like these: pass in .. proto tcp ... keep state(strict) it's possible to refuse tcp packets which arrive out of order. This would increase the difficulty doing blind attack resets and blind data injection attack, cause then you'd have to "guess" the exact expected number. Checpoint has a similar
2005 Sep 02
2
Notification of new voicemail by various methods
...ld like to have my asterisk ring my cell phone and let me know when a new voicemail arrives. In fact if it would automatically put into the voicemail menu that would be cool too. In the future I will probably want it to IM me. Are there good examples somewhere of doing stuff automatically on the arrival of a new voicemail ? I noticed a place for the pager email address in voicemail.conf, but I am looking to be able to configure an arbitrary action on the voicemail arrival. I could also do this by having a script do something on the arrival of the voicemail email, but it should be more flexible t...
2005 Sep 18
3
How does the jitter buffer "catch up"?
Is is possible to give a short hint about how the jitter buffer would "catch up" when network condition have been bad and then get better? I'm using the jitter buffer with success now, but sometimes I have a long delay that's caused by bad network conditions and then later when the conditions get better, I would think we would want the audio to gradually catch up with real-time
2006 Dec 12
4
MeetMe Conferencing and Marked Mode
I am trying to set up a Conference room where users are put on hold until the host arrives. I have figured out that the A option activates marked mode and the w option is used to activate the waiting until the marked user arrives. This seems to be what I need. What I can't seem to find is how do I mark a user? Thanks _____________________ Kevin Savoy Business Unit Telecom Analyst 2218 4th
2010 Mar 17
3
Adding minutes to 24 hour time
Hi, Does anyone know how to add minutes (up to 100 min) to a 24 hour time, to create a new 24 hour time? I can't seem to find any documentation or examples explaining how to do this. The variables of interest are 'ARRIVE','WAIT', and 'DEPART' in the attached partial dataframe. I want 'DEPART' to be the "sum" of 'ARRIVE' and 'WAIT' in
2020 Jun 11
2
executing script on mail arrival from sieve
I currently have a basic script to process some mails, it runs from cron every 10 minutes, basically, sieve copies some mails to subfolder on mail arrival, script fetches mails if any from this subfolder then processes these mail, get maybe 1 or 2 or often none but cron runs the script every 10 minutes, most times not needed as nothing is retrieved it's pretty crude - but works getmail fetches mails to local folder, deletes in subfolder munpack...
2002 Oct 02
1
deleting (empty) directories
I am evaluating rsync for the mirroring of a website and associated database. To exercise it and establish the correct run string I need I am running tests LOCALLY between two test directories. I have a /scratch/temp/Departure and a /scratch/temp/Arrival trees. I apply changes to the Departure tree, run rsync, and do a diff -r. Now I delete a file in Departure rm Departure/Quattro/uno.file rsync -vvv -rlptPzu --delete \ /scratch/temp/Departure/* /scratch/temp/Arrival/ and it does work (deletes file from Arrival/Quattro/uno.file) Now I delete...
2006 Aug 16
1
list to balanced array
I am working with a large data set of arrivals, for each day I have aggregated the arrivals into hrs (1-24) via: apply(x,2,table). On some days there are zero arrivals during some hours of the day, this leaves me with (I believe) a list of vectors of differnt lengths (see below). [[4]] 1 2 3 5 6 8 9 10 11 13 14 15 16 17 18 19 20 21 2...
2016 Nov 04
2
How does one mark all messages as read (imap4flag "seen") with sieve?
...g more required? Or is it a bug/limitation in my email client? I've found many examples of "addflag "\\Seen";" on the web, but all of them are wrapped in conditional logic of some variety. This is a spam-training mailbox and I simply want everything marked as seen/read upon arrival so I'm not bothered/notified every time. Thanks for any pointers here! -Ben
2006 Nov 27
1
Incoming calls don't arrive for correct number
I have an asterisk box registering 100 numbers on a voip provider. Numers are: 2546.1000 to 2546.1099 My problem is that every incoming call arrived to number 2546.1099 that is the last number to register on voip provider. The correct is call arrive in destination number. See this exaple: I call to 2546.1000. -- Executing Dial("SIP/25461099-08738060", "Zap/g1/3000") in new
2012 Feb 10
2
Discrete Event Simulation problem
Hi All, I am attempting to simulation an inventory model on R and I am having some problems. I believe the problem is when I define my demand rate is stays constant throughout so when I do need to reorder the model does not recognise it as I have the initial supply arrival time set to infinity at the start as no order has been played but I have an if statement saying, if the level falls below a certain point then an order should be placed, I have the expected time to order arrival set to be before the the sale but this is not working. Any Help would be appreciated....
2011 Apr 23
1
Thunderbird does not notice new mails arrival in imap folders
am 23.04.11 18:28 schrieb Andreas Ntaflos <daff at dword.org>: > On 23/04/11 06:58, Frank Bonnet wrote: >> Hello >> >> Since I've installed Dovecot 2 I've observed that TB does not >> notice new mails arrival in IMAP folders. >> When I click on a folder new mails count is updated, with >> dovecot 1 it was automatic. >> I wonder if it is due to the new TB version (lastest stable) >> or Dovecot 2 (2.0.11). > > I believe this is the default behaviour in Thunderbird 3 and has n...
2004 Jan 23
1
PSTN incoming - both SIP & H323 always arrive in default context :-?
Some of you may remember seeing my issue using SIP for incoming calls from the PSTN: http://voip-info.org/wiki-Asterisk+cisco+FXO i.e. all incoming calls arrive in the default 'bogon-calls' context. Well, I tried again using H.323 & get exactly the same result (both for chan_h323 & chan_oh323) i.e. all attempts to put a type=peer in sip.conf or a type=user in h323.conf for