similar to: record_in / record_out configuration parameters

Displaying 20 results from an estimated 8000 matches similar to: "record_in / record_out configuration parameters"

2010 Jul 12
0
[LLVMdev] build errors while cross compiling llvm-gcc for ARM
Hello, Since, I cudn't get performance gain using llvm compiler, I've tried to use gold linker instead of going through these following steps. a) 'llvm-gcc -c -flo -O2' to generate the .bc files. b) 'llvm-ld' to combine them into a single .bc. No, not a .so nor a .a. c) 'llc' to turn your combined .bc into a .s d) 'as' to turn your .s into a .o I followed
2006 Mar 28
3
winecfg not creating ~/.wine/config file
Hello, after a fresh install, wine 0.9.10 wont start while giving the following errors: flo@HAL2000 ~ $ wine can't create key_t for shm: No such file or directory wineserver: chdir /home/flo/.wine : No such file or directory winecfg also wont start: flo@HAL2000 ~ $ winecfg wine: creating configuration directory '/home/flo/.wine'... Can't open configuration file
2006 Jun 05
0
Multiple SIP Accounts Between Asterisk Boxes (Unreachable)
Name/username Host Dyn Nat ACL Port Status 2011/2011 10.1.1.10 5071 UNREACHABLE 2010/2010 10.1.1.10 5070 UNREACHABLE 2009/2009 10.1.1.10 5069 UNREACHABLE 2008/2008 10.1.1.10 5068 UNREACHABLE 2007/2007
2009 Jul 28
2
vary the parameters for a function
How I can vary the parameters for a function? I have a function with 5 parameters I want to turn the function for a range of numbers for one of these parameters!! i want to have in the end the value of the function in the different cas of one of the paramter (the others paramters are fixes!!) thank you for your help [[alternative HTML version deleted]]
2005 Aug 04
4
Asterisk <-> Firewall/Nat <-> Internet <-> Firewall/Nat <-> Softphone/hardphone
Hi! Problem: I can't hear what the people at Location B i saying, they hear me but I do not hear them. They can call, I can call. Just no sound. My current setup is: Softphones/Hardphones(Location A) <-> Asterisk <-> Firewall/Nat <-> Internet <-> Firewall/Nat <-> Softphone/hardphone(Location B) I am having problems with sound, I have opened the
2002 Jul 31
3
Setting custom parameters for wine-programs
Hi list, Trying to set custom paramters for a wine-program as wcmd for example doesn't work for me. I tried setting [AppDefaults\\wcmd.exe.so\\x11drv] "Desktop"= "N" and [AppDefaults\\wcmd.exe\\x11drv] "Desktop"= "N" when global is "Desktop"="640x480". wcmd is displayed on a 640x480 desktop. Is there a workaround ?
2007 Aug 20
1
Disabling Asterisk Authentication
Hello, I have a small LAN network connected through an Asterisk Server. When I try to make a call between two of the user pc's on this network I get a "401 Unauthorized" error. Would anyone know how to remove the Asterisk Authorization/Authentication? I am not sure if this can be done with an entry into the sip.conf file, or by other means. My sip.conf file is shown below: ;
2006 Apr 08
2
AAstra 9133i register double account.. ??
hi i've got an AAstra 9133i ip phone, when i've bought it, i've set it to use a SIP/400 account on my asterisk, then, i've changed settings and i've set set phone to use a SIP/500 account . now, when i connect the phone to tthe network, it register itself on asterisk with both accounts!!! -- Registered SIP '500' at 192.168.100.188 port 5060 expires 120 --
2012 Jan 06
1
Please help!! How do I set graphical parameters for ploting ctree()
I'm trying to understand how to set graphical parameters for trees created with the party package.  For example take the following code:   library(party)     data(airquality)     airq <- subset(airquality, !is.na(Ozone))     airct <- ctree(Ozone ~ ., data = airq,                    controls = ctree_control(maxsurrogate = 3))     plot(airct)   My problem is, I've got a ctree that has
2006 Dec 30
1
command line parameters dont seem to be working
I am trying to run: wine -desktop 800x600 pp.exe or wine -winver win95 pp.exe and the arguments are not being seen as araguments. The errors I see is : wine could not load L:"C:\\windows\\system32\\-desktop.exe" wine could not load L:"C:\\windows\\system32\\-winver.exe" How do I get these command line paramters to work. Jerry
2001 Feb 12
2
RODBC and connection parameters
Hi! I'm using the RODBC packages for connecting R and a mysql database. To do this, i use the function odbcConnect(dsn,uid,pwd). Is it possible to read the connection paramters from the odbc.ini file within R? +Especially I'm interested in uid/pwd parameters because of security reasons. Thanks -- Frank Gerrit Zoellner
2018 Sep 28
0
Username aliases
On 28.09.2018 00:08, Florian Pritz wrote: > On Wed, Sep 26, 2018 at 09:34:07AM +0300, Aki Tuomi <aki.tuomi at open-xchange.com> wrote: >> # before current passbd >> passdb { >> ? driver = passwd-file >> ? args = username_format=%Lu /etc/dovecot/aliases >> } >> >> # into /etc/dovecot/aliases >> alias at user:::::::user=real_username
2008 May 26
3
Registration of multiple SIP-clients for the same extensions
Hello, we want to setup the following scenario: - each user has a softphone AND a hardphone - the softphone is started with the operating system - the hardphone is connected all the time using SIP - only ONE extension for each user Both phones should ring when the user is called. We've setup an asterisk 1.4.18 and at the moment only the last registered client rings. In Asterisk 1.2 the
2011 Apr 11
3
[RFC][PATCH] virtio: 64 bit features
Extend features to 64 bit so we can use more transport bits. Future patches add two new feature bits which would exhaust the supply of transport feature bits, so let's add bit 31 to tell the guest that there are now 64 worth of features. For PCI this also changes the config layout. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- drivers/lguest/lguest_device.c | 8
2011 Apr 11
3
[RFC][PATCH] virtio: 64 bit features
Extend features to 64 bit so we can use more transport bits. Future patches add two new feature bits which would exhaust the supply of transport feature bits, so let's add bit 31 to tell the guest that there are now 64 worth of features. For PCI this also changes the config layout. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- drivers/lguest/lguest_device.c | 8
2018 Sep 27
2
Username aliases
On Wed, Sep 26, 2018 at 09:34:07AM +0300, Aki Tuomi <aki.tuomi at open-xchange.com> wrote: > # before current passbd > passdb { > ? driver = passwd-file > ? args = username_format=%Lu /etc/dovecot/aliases > } > > # into /etc/dovecot/aliases > alias at user:::::::user=real_username noauthenticate > > This hopefully works. This seems to work fine and I had the
2009 Mar 23
0
Parameter Estimation - "3 Paramter Gamma distribution"
Der r helpers, I have a following set of data. Though some other software, I know it follows 3 parameter Gamma distrinution. I need to write a R code for estimating the parameters of 3 Parameter Gamma distribution. c(0,0,18561.9,0,0,0,34400,0,0,0,0,2190,0,0,0,0,60000,0,0,0, ? 19583,0,0,0,109872.87,0,0,0,0,0,0,1244,0,0,25150,0,500,0,0,0, ?
2011 Jul 05
1
hash table access, vector access &c
Hi, I am confused by the way the indexing works. I read a table from a csv file like this: ysmd <- read.csv("ysmd.csv",header=TRUE); ysmd.table <- hash(); for (i in 1:length(ysmd$X.stock)) ysmd.table[ysmd$X.stock[i]] <- ysmd[i,]; the first column ("X.stock") is a string (factor): > ysmd$X.stock[[100]] [1] FLO 7757 Levels: A AA AA- AAAAA AAC AACC AACOU AACOW AADR
2011 Nov 18
0
how to define the bound between parameters in nls() (Jinsong Zhao)
The multiple exponential problem you are attempting has a well-known and long history. Lanczos 1956 book showed that changing the 4th decimal in a data set changes the parameters hugely. Nevertheless, if you just need a "fit" and not reliable paramters, you could reparameterize to k1 and k2diff=k2-k1, so k2=k1+kdiff. Then kdiff has a lower bound of 0, though putting 0 will almost
2009 Mar 23
3
Replacing a few variable values within a DataFrame...
I would like to replace a few varaibles within a data frame. For example, in the dataframe below (contrived) I would like to replace the current housesize value only if the Location is HSV. However, I would like to leave the other values intact. I tried "ifelse", but I don't really need the else condition. test_data2_df<-data.frame(Variables=c("SQR