search for: durat

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

Did you mean: drat
2018 Aug 10
2
[cfe-dev] Filesystem has Landed in Libc++
...). All of these are based on 64 bit timestamps. Here is a file_clock, quickly thrown together, lightly tested, that models ext4: #include "date/tz.h" #include <ostream> #include <istream> namespace filesystem { struct file_clock { using duration = std::chrono::nanoseconds; using rep = duration::rep; using period = duration::period; using time_point = std::chrono::time_point<file_clock>; static constexpr bool is_steady = false;...
2008 Mar 10
2
About CID with DTMF in Asterisk
...;Zap/4-1", "__FROM_DID=s") in new stack 4. [Mar 10 16:26:03] VERBOSE[9274] logger.c: -- Executing [s at from-trunk:2] Wait("Zap/4-1", "4") in new stack 5. [Mar 10 16:26:03] DTMF[9274] channel.c: DTMF end '9' received on Zap/4-1, duration 0 ms 6. [Mar 10 16:26:03] DTMF[9274] channel.c: DTMF begin emulation of '9' with duration 100 queued on Zap/4-1 7. [Mar 10 16:26:03] DTMF[9274] channel.c: DTMF end emulation of '9' queued on Zap/4-1 8. [Mar 10 16:26:03] DTMF[9274] channel.c: DTMF en...
2019 Jul 11
2
Getting login stats
...-------- But even after many successful logins, doveadm reports 0 for all events: metric_name field count sum min max avg median stddev %95 auth_request_finished duration 0 0 0 0 0.00 0 0.00 0 auth_passdb_request_finished duration 0 0 0 0 0.00 0 0.00 0...
2009 Jan 20
2
SIP DTMF problem with SNOM
...packet from 83.136.33.3:64118 (type 00, seq 042778, ts 4066334248, len 000160) Got RTP packet from 83.136.33.3:64118 (type 101, seq 042780, ts 4066334648, len 000004) Got RTP RFC2833 from 83.136.33.3:64118 (type 101, seq 042780, ts 4066334648, len 000004, mark 0, event 00000001, end 0, duration 00320) Got RTP packet from 83.136.33.3:64118 (type 101, seq 042781, ts 4066334648, len 000004) Got RTP RFC2833 from 83.136.33.3:64118 (type 101, seq 042781, ts 4066334648, len 000004, mark 0, event 00000001, end 0, duration 00480) Got RTP packet from 83.136.33.3:64118 (type 101, seq...
2019 May 02
1
Webm files written without duration in header
...mmenting – 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 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? &gt...
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/attachm...
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 event (i.e. not radio). Woul...
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 event (i.e. not radio). Woul...
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 life i...
2006 Apr 26
1
help using tapply
...#39;s what I am trying to do. I have a dataset like this: id = c(rep(1,8), rep(2,8)) dur1 <- c( 17,18,19,18,24,19,24,24 ) est1 <- c( rep(1,5), rep(2,3) ) dur2 <- c(1,1,3,4,8,12,13,14) est2 <- rep(1,8) mydata = data.frame(id, estat=c(est1, est2), durat=c(dur1, dur2)) # I want to one have this: id = c(rep(1,8), rep(2,8)) dur1 <- c( 17,18,19,20,28,1,2,3 ) est1 <- c( rep(1,5), rep(2,3) ) dur2 <- c(1,2,3,4,12,13,14,15) est2 <- rep(1,8) mydata2 = = data.frame(id, estat=c(est1, est2), durat=c(dur1...
2010 Oct 06
7
Passing a hash from the model to the view
I''m trying to display a drop-down menu by using an instance variable from a model. THIS WORKS... <div class="field"> <%= f.label :duration %><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 @dur...
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? Do you mean the stream you sent to icecast or the stream listeners ge...
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
...gt; TDM400 enter extension 111 -> dial tone enter password 111 -> "new" dial tone enter extension -> I still getting the dial tone whatever I'm entering timeout. Here the debug log: *Code:* <snip> DTMF digit: 1 on Zap/1-1 DTMF end '1' received on Zap/1-1, duration 0 ms DTMF end accepted without begin '1' on Zap/1-1 DTMF end passthrough '1' on Zap/1-1 Scheduling timer at 0 sample intervals Set channel Zap/1-1 to write format ulaw Oooh, got something to jump out with ('1')! DTMF digit: 1 on Zap/1-1 DTMF end '1' received on Za...
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
...levels "","00:00:01",..: 574 573 575 583 565 566 579 577 $ Time2: Factor w/ 1298 levels "00:00:00","00:00:01",..: 1292 1297 1288 1281 1290 1286 1284 1279 I would like to make calculations (adding, summing) on this data. How do I transform those factors into duration data (in format hh:mm:ss). I have already found *lubridate* package but it does not work with factors. I tried to convert as numeric, but it never works for me. How do I do that? -- View this message in context: http://r.789695.n4.nabble.com/Adding-duration-hh-mm-ss-Converting-factor-column-...
2013 Oct 16
3
[LLVMdev] Unable to evaluate clang on linux or windows
.../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 'duration' (aka 'std::chrono::duration<long, std::ratio<1, 1000000> >') : __d(__t.time_since_epoch()) ^ ~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../include/c++/4.6/condition_variable:106:42: note: in instantiation of function t...
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...
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
Hi all, I'm using the ssanova function from the gss package to fit smoothing spline anovas, and am running into some difficulty. For my data, I have measurements at 2 milisecond intervals for every observation. Every observation does not have the same duration, so I have scaled the times for each observation 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...