search for: defnitely

Displaying 17 results from an estimated 17 matches for "defnitely".

Did you mean: definitely
2004 Mar 31
2
C7960 "busy" notification
Using the following defnitions with a C7960: exten => 3001,1,Dial(SIP/3001,15,r) exten => 3001,2,Voicemail2(u3001) exten => 3001,102,Voicemail2(b3001) exten => 3001,103,Hangup If someone is on this phone (real conversation) and another call comes in, the second call goes through the 15 second timeout and is dropped into the 2-priority as "unavailable" (not the 102 busy as
2005 Jan 31
2
video conferencing bounty
http://www.voip-info.org/tiki-index.php?page=Asterisk%20bounty%20Meet%20 Me%20video%20conferencing I posted this bounty for $US2,000 some months ago. Basically I needed the ability for 4 or 5 of us to conference on a weekly basis which is why I was happy to offer this bounty, however I have only had 2 people make brief inquiries and no one has really offered any substantial indication they
2010 Jan 06
2
FLAC C API / Visual Studio 2008 FILE* Issue
On 1/6/2010 18:53, Stuart Fisher wrote: > I haven't done any FLAC development for some time now, but I've around 25 years experience of working with libc and I don't really agree with Ben's view. > > You're talking about a binary compatibility issue and I'd be surprised if Microsoft had changed something in the library to break it. OS companies usually only break
2010 Dec 17
2
RODBC for 64-bit R with 32-bit Access
...el 2007 are bundled with Office 2007 but can be installed separately via the installer AccessDatabaseEngine.exe available from .... The Access/Excel 2010 versions at ... have a 64-bit version: however the 64-bit drivers cannot be installed alongside 32-bit versions of Office (as far as we know, and defnitely not for Office 2007)." odbcConnect docs: "You must have the 32-bit drivers when using 32-bit R and the 64-bit drivers when using 64-bit R: otherwise there will be a cryptic message about a driver not being found. And the 64-bit drivers cannot be installed alongside 32-bit Microsoft Offic...
2005 May 23
3
skewness and kurtosis in e1071 correct?
I wonder whether the functions for skewness and kurtosis in the e1071 package are based on correct formulas. The functions in the package e1071 are: # -------------------------------------------- skewness <- function (x, na.rm = FALSE) { if (na.rm) x <- x[!is.na(x)] sum((x - mean(x))^3)/(length(x) * sd(x)^3) } # -------------------------------------------- and #
2010 Jan 06
0
FLAC C API / Visual Studio 2008 FILE* Issue
...but it's not a very user friendly way of doing things. You end up with a whole lot of dlls containing the same functionality. :-( Getting back to the original problem, Steve's reasoning sounds like a possible explanation. Wide character and long filename support was something that was defnitely added later. I wouldn't be surprised if that meant yet another runtime dll!. ----- Original Message ----- From: "JonY" <jon_y at users.sourceforge.net> To: <flac-dev at xiph.org> Sent: Wednesday, January 06, 2010 12:09 PM Subject: Re: [Flac-dev] FLAC C API / Visual St...
2008 May 12
0
business class sip provider with a SIP proxy server in India ?
...ossibly save some money. My requirements are: 1. A lot of the customer support is done from India. So if there is a SIP provider with a SIP proxy server in India that would definitely be a plus. 2. The offices in US are both on each coast and west coast with their own local asterisk servers. So I defnitely want a SIP provider with multiple SIP proxy servers distributed geographically. I have considered the following vendors till now: 1. Bandwidth.com -> Left them a voice mail and filled out the inquiry form on their website. Still waiting to hear back from them. Any recommendations would be appr...
2007 Jul 04
0
How to handle plugin dependency
I am trying to use the permalink_fu plugin together with the acts_as_taggable plugin so my tags will have both a full name (like COM/OLE) and a permalink suitable for use in a url (like com-ole) so I can have urls like /article/list/com-ole. The only snag I have hit is that when I add: has_permalink :name to the Tag class definition I get a "method missing" error. I was able to get
2011 Jan 16
1
Encoding vorbis with theora
Hey everyone; I'm able to encode and mix audio data (in wav format) into theora with vorbis - easy enough. However, my issues comes when I need that audio data to play at certain locations in the video time line. I'm encoding the video in a frame by frame basis and am also providing the frame rate by which the encoded frames are to be played. So, to me, it sounds like it shouldn't be
2011 Jun 14
1
color specific(!) lines in different color with in parcoord plots
Dear Madame or Sir, in my current project, I have so far used a lot of very different plots. I am now trying to gain informatin with the help of parallel coordinate plots. Therefore, I use the function "parcoord" of the MASS package. What I would like to do, is to color let's say the points according to the first half of rows of a specific matrix/dataframe in a color different from
2014 Jun 26
1
Include directories
> I have just updated the Makefile.lite build system so it works on > Linux. Can you please test that it hasn't broken the build for you? I tested my setup thoroughly and uncovered a remaining handful of issues, though I don't think they are directly related to your commit. (Though, removing plugin_xmms from the default build was helpful.) With my changes in place, I am able to
2006 Feb 23
25
reloading fragments of pages
Hello, I have a treeview, that works with scriptaculous in order to load the nodes dynamically. I also have in the main part of the page, a table with the list of elements. The lists of elements can be drag-dropped on the treeview in order to move them around (they are also draggable on other parts of the page) I need though, to refresh the treeview to reflect changes when a folder was moved
2019 Nov 27
2
Error while trying to manage file share
Hello, according to documentation: https://wiki.samba.org/index.php/Setting_up_a_Share_Using_Windows_ACLs User is required to setup the file share using ms windows (Computer Management->Connect to another computer). That I am trying without success. When I connect with Windows 7 client I get error message: "Event Viewer cannot connect to computer 'SAMDOM.EXAMPLE.COM. The error ported
2006 Sep 12
3
Querying against numeric fields? e.g. price:( >= min_price)
Using acts_as_ferret I''m trying to do a query like: active:(true) title|body:(#{params[:s]}) product_price:( >= #{params[:min]}) Where I want to return only the active products that contain the search term in the title or body and has a minimum price >= params[:min] I''m finding that even though I''m indexing the product price as an integer (so no .00 to cause
2007 Mar 19
3
Assert_select
...I''m having a problem with assert_select in my functional tests. According to the documentation, it should be fine with two arguments - a CSS selector and a string to test it against. But no matter what I do I keep getting the exception: wrong number of arguments (6 for 2) It''s defnitely the assert-select line that''s throwing the error - the other tests work if I put that one in a begin-rescue block. I can''t even get an example from the assert_select cheat sheet to run. I''m using Rails 1.2.3, running on ruby 1.8.2 (yeah, I know that''s old, but w...
2019 Nov 27
4
Error while trying to manage file share
I checked my entire setup again and again. Now I can see the my share. The most relevant change I did (afaik - ofcourse): - since I am using ad backend I created dedicated unix admin groups (as recommended in the docs) - I removed the $ from the share section/defnition ([projects$] -> [projects]) - I changed browseable switch from 'no' to 'yes' Iam still getting the "event
2005 Mar 08
29
Interrupt levels
I''m tracking performance on the machine I installed yesterday. mutt running on one Xen instance, accessing via imap to another instance, accessing via nfs the maildir in another instances, seems little laggy when moving up and down the message index list. Network latency seems low < 30ms on average. So I was tracking vmstat. On the mutt instances is seems reasonable: [nic@shell:~]