search for: durations

Displaying 20 results from an estimated 2558 matches for "durations".

Did you mean: duration
2018 Aug 10
2
[cfe-dev] Filesystem has Landed in Libc++
On Aug 10, 2018, at 1:28 PM, Marshall Clow via cfe-dev <cfe-dev at lists.llvm.org> wrote: > > * The clock stuff being added in C++20 has already been discussed here. I’ve missed the discussions on file_time_type, however I thought I should throw in my opinion here before it is too late to do anything about it. I believe it is a mistake to model file_time_type with 128 bits. It
2008 Mar 10
2
About CID with DTMF in Asterisk
Hi, I have connected a TDM400P to my asterisk, I have enabled DTMF CID, the data is arriving to the asterisk but asterisk isn't interpretating it: its my full log: 1. Mar 10 16:26:03] DEBUG[8715] dsp.c: dsp busy pattern set to 0,0 2. [Mar 10 16:26:03] VERBOSE[9274] logger.c: -- Starting simple switch on 'Zap/4-1' 3. [Mar 10 16:26:03] VERBOSE[9274]
2019 Jul 11
2
Getting login stats
Hello, I'm trying to get some IMAP auth stats on a Dovecot 2.3.6 instance, but whatever I declare in metric, it always show 0. What I want basically is how many IMAP auth attempts there was on the server, and optional a way to filter on the auth attempt status (successful or failed). My server uses a simple auth (with LDAP backend) and supports only "auth_mechanisms = plain login"
2009 Jan 20
2
SIP DTMF problem with SNOM
Hi! I have two identical SIP accounts on Asterisk 1.4.22. One account is registered with eyebeam, the other one is registered with a SNOM phone. When using the eyebeam client DMTF detection works fine, when using the SNOM phone many digits are missing in the DTMF detection. I analyzed with wireshark and both phones uses RFC 2833 and the trace looks pretty the same. Also the rtp debug log
2019 May 02
1
Webm files written without duration in header
Hey Roger and everyone else commenting – I appreciate all the advice and questions. I now have more work than before 😊! Greetings from sunny South Africa! Sent from Mail for Windows 10 From: Roger Hågensen Sent: Thursday, May 2, 2019 12:12 PM To: icecast-dev at xiph.org Subject: Re: [Icecast-dev] Webm files written without duration in header On 2019-05-01 11:58, Sytze Visser wrote:> I am
2010 Jun 03
5
how to get call duration
Hello, I want to ask how to get call duration. -- Necati DEM?R http://demir.web.tr http://friendfeed.com/ndemir ndemir ~ demir.web.tr --------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100603/d4085dc6/attachment.htm
2019 May 01
4
Webm files written without duration in header
Dear all I am streaming live with webm with ffmpeg to icecast 2.4.2. After the stream ends, I am unable to determine the duration of the file using ffprobe or mediainfo. Not sure but it seems that this has to do with headers? Should icecast be writing the duration into the header or should this somehow be passed from ffmpeg? The requirement is really to determine the duration of the streamed
2019 May 01
4
Webm files written without duration in header
Dear all I am streaming live with webm with ffmpeg to icecast 2.4.2. After the stream ends, I am unable to determine the duration of the file using ffprobe or mediainfo. Not sure but it seems that this has to do with headers? Should icecast be writing the duration into the header or should this somehow be passed from ffmpeg? The requirement is really to determine the duration of the streamed
2009 Apr 13
3
duration of rfc2833 generated dtmf
Hi. I have a SIP provider which wants RFC2833 for the dtmfmode, however I would like to increase the duration of the tone, its pretty short and some IVR's are unhappy or don't detect it. I did poke around, but it looks like when RFC2833 is used, it actually generates rtp packets of some sort, so I have no idea how to increase that duration. Any assistance would be appreciated. -- Your
2006 Apr 26
1
help using tapply
...cept observations 4 and 5, which are 8 units of time away from each other. # So here we have individual 1 migrating from state 1 to state 2 at observation #6, # while individual 2 stays in state 1 as long as we can observe her. # I am interested in the spell (duration) of each state. # However, the durations are clearly mismesuared, and now I am trying to give some consistency to the data. # I am assuming that the first duration is correct. Departing from this, I wrote the following function: d <- function(dur,est) { if ( sum( diff(est) )==0 ) # for those who didn't change state...
2010 Oct 06
7
Passing a hash from the model to the view
...ration %><br /> <%= f.select ("duration", {"30 minutes" => "30", "1 hour" => "60"}, :prompt => "Select") %> </div> THIS DOESN''T WORK... Now, I want to populate the values from the model like this @durations = {"30 minutes" => "30", "1 hour" => "60", "1 hour 30 minutes" => "90", "2 hours" => "120"} Then in the form partial I have this <div class="field"> <%= f.label :duration %><br /&...
2019 May 02
0
Webm files written without duration in header
On 2019-05-01 11:58, Sytze Visser wrote:> I am streaming live with webm with ffmpeg to icecast 2.4.2. After the > stream ends, I am unable to determine the duration of the file using > ffprobe or mediainfo. Not sure but it seems that this has to do with > headers? > > Should icecast be writing the duration into the header or should this > somehow be passed from ffmpeg?
2007 Aug 15
1
CDR billsec greater than duration
Hi all, I have a strange situation on a Asterisk 1.2.17 with FreePBX 2.2.1 Doing a select in the CDR table I noticed there are some calls with billsec greater than duration, duration is always 0 in those calls. How can this happens ? Am I missing something ? Tnx in advance Regards Edoardo Serra WeBRainstorm S.r.l.
2007 Sep 14
2
DISA and DTMF detection problem w/ FXO port on a TDM400
-------------------------------------------------------------------------------------------- Originally posted at http://forums.digium.com/viewtopic.php?t=18045 -------------------------------------------------------------------------------------------- Hi! I'm trying to configure a DISA setup (Asterisk 1.4.11). Only, executing DISA seems to prevent any DTMF detection capability when using
2018 Jul 27
5
Filesystem has Landed in Libc++
Hi All, I recently committed <filesystem> to trunk. I wanted to bring attention to some quirks it currently has. First, it's been put in a separate library, libc++fs, for now. Users are responsible for linking the library when they use filesystem. Second, it should still not be considered ABI stable. Vendors should be aware of this before shipping it. Hopefully all the standard and
2012 Mar 29
1
Adding duration (hh:mm:ss)\Converting factor column into duration class
Hi All, I have a data frame: Time1 Time2 1 176:46:10 41:48:06 2 171:28:57 61:19:10 3 178:25:15 34:05:35 4 74:04:20 25:01:55 5 136:11:20 37:59:32 6 138:17:17 30:22:27 7 183:04:48 29:25:02 8 179:35:01 19:29:44 > str(df) 'data.frame': 8 obs. of 2 variables: $ Time1: Factor w/ 583 levels
2013 Oct 16
3
[LLVMdev] Unable to evaluate clang on linux or windows
Sorry ... I missed mentioning the details - this is the error I get - root at no1slu398:~/Documents/LLVM/tmp# clang++ -std=c++0x hello.cpp In file included from hello.cpp:1: In file included from /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../include/c++/4.6/thread:38: /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../include/c++/4.6/chrono:535:6: error: no matching constructor for initialization of
2008 Mar 18
2
Determining the duration of an ogg vorbis file
Hi all, I've got a question on regarding how to find out the duration of an ogg vorbis file. Sorry if it should already be mentioned somewhere in the docs, but I couldn't find out how to do it the best way. So, I can read the [bitrate_nominal] field from the identification header (if it is set), find out the size of the audio data (by subtracting the size of the three headers from the
2008 Dec 19
1
Increase DTMF Tone Duration
Hi, We are running 1.4.22 and have been experiencing problems with certain IVRs and DTMF Tone duration. We would like to be able to increase DTMF Tone duration by 50 to 100ms over what the user is pressing on his phone. We have a PRI test circuit and an analyer in between to measure tone duration. We have tried setting chan_dahdi.conf parameter 'toneduration', but that does not do
2009 Aug 31
1
ssanova help
...to a scale between 0 and 1. I would like to smooth over time, and the following works: ssanova(Measurement ~ ScaleTime, data = data) I would also like to see how the variable duration affects the curve, so I have another column in the dataframe which contains the log duration. I did it like so: Durations <- data.frame(LogDuration = log(tapply(data$Time, data$Token, max)), Token = levels(data$Token) data <- merge(data, Durations, by = "Token") Now every measurement point for every observation also has the log(duration) of the entire observation associated with it. I would assume th...