similar to: Webmin and incoming call recording

Displaying 20 results from an estimated 4000 matches similar to: "Webmin and incoming call recording"

2003 Aug 25
11
Why doesnt anyone reply me ?
I have posted soo many times in the past but never recieved even a single reply . seem like you people are ignoring me or either way too busy .. never mind this is my last try . How can record a conversation with asterisk ? I tried to use Record() but dint work for me .. here is what i tried . exten => s,1,Wait,1 ; Wait a second, just for fun exten => s,2,Answer
2004 Mar 03
1
Bug in plot.lm (PR#6640)
Dear all, I noticed the following behaviour of plot.lm: > fm1 <- lm(time~dist, data=hills, weights=c(0,0,rep(1,33))) > par(mfrow=c(2,2)) > plot(fm1) Warning messages: 1: longer object length is not a multiple of shorter object length in: res/(sd * (1 - hat)) 2: longer object length is not a multiple of shorter object length in: (res/(sd * (1 - hat)))^2 * hat which seems to be
2005 Feb 11
1
cook's distance in weighted regression
I have a puzzle as to how R is computing Cook's distance in weighted linear regression. In this case cook's distance should be given not as in OLS case by h_ii*r_i^2/(1-hii)^2 divided by k*s^2 (1) (where r is plain unadjusted residual, k is number of parameters in model, etc. ) but rather by w_ii*h_ii*r_i^2/(1-hii)^2 divided by k*s^2,
2002 May 15
1
ploting a linear model
Hi I have the result of a linear model "lm98" and I want to plot it to analyse the regression but I'm getting the folowing error message > lm98<-lm(log(U+1)~Bq+Gi+Lv+Tb+Bq:Gi+Bq:Lv+Bq:Tb+Gi:Lv+Gi:Tb+Lv:Bq) > plot(lm98) Error in plot.window(xlim, ylim, log, asp, ...) : need finite ylim values In addition: Warning message: NaNs produced in: sqrt(1 - hii) The
2006 Nov 17
1
Problems in "plot.lm" with option "which=5"
Hi: I think I found an error in plot.lm with the option which=5, of course I can be wrong , as usually happen, but I had work on it for a while and show it to some other people that work with R, and so far I don't see what I can be interpreting wrong. I also worked over the plot.lm's code and change some lines to get what I call "the right plot", if any body is
2009 Mar 13
4
Save the elements of an atomic vector to a text fil
Hii, I will save the elements of the vector median<-with(x, tapply(V3, grup, median)). The output of this vector is: 25 50 75 100 125 150 175 200 225 250 275 300 325 350 375 400 425 450 475 500 17.8 17.8 17.5 17.8 17.7 17.6 17.7 17.6 17.8 17.7 17.6 17.7 17.8 17.7 17.8 17.8 17.8 17.8 17.7 17.7 Can anybody help me how to do it. I will save it to a text file...
2013 Nov 22
2
issue on upgrade samba 3 to samba 4
hii all i think i have finished trial to upgrade my samba 3 pdc server base on clearos 5.2 into new samba 4.1.1 in new machine and different network but then i realized when i check my user with samba-tool, i cant find any of my samba 3 user account, all i find is [root at pdcs4 ~]# samba-tool user list Administrator dns-pdc krbtgt Guest has anyone got same problem with me ? how to overcome it
2004 Nov 24
2
call forwarding to gsm phones
Hii, I want to forward calls from an asterisk server to a local gsm network. I have read the wiki pages on various forums. But the thing i want is to receive the call(Voip) from an asterisk server then it should be forwarded to a gsm network & again to either a gsm/ PSTN from the gsm network itself. Please post a help. Thanx in advance. -- Day by Day in Every Way I'm Getting Better
2008 Jun 20
2
3D histogram
Hii.. Could anyone please tell me how to draw 3D histogram in R I have a 20X3 matirx. Now I want 2 of the variable on X and Y axis .And Height of the bar should denote the value of third variable. Thanx Sumit [[alternative HTML version deleted]]
2009 Jan 11
2
connecting boxplots
Hii, I created some boxplots with this commands: x <-read.table(file="test.txt") x$group <- rep(1:8, each=5) boxplot(V3~gruppe, data=x) Now, I will connect the boxplots to each other to the min, max and median values. Can anybody help me how to do it ? greetings, J -- View this message in context: http://www.nabble.com/connecting-boxplots-tp21405459p21405459.html Sent from
2009 Mar 16
2
plot lines at 0,0 axis
Hii I am trying to plot lines at (0,0) axis where my scatterplot goes between positive n negative values for x and y axis i can plot point using points(0,0) but if i want to draw lines along it, can't seem to get it right Mohan
2010 Oct 20
2
How do i use button_to_function
Hii all , I am trying to create a button that, when clicked on, calls a method in a controller . I am thinking that button_to_function is good to use for that i made htnl viwe like <h1>File Upload</h1> <p><label for="upload_file">Select File</label> : <%= file_field ''upload'', ''datafile'' %></p>
2009 Mar 21
5
Plot and Boxplot in the same graph
Hii, Is it possible, to use the plot() funktion and the boxplot() funktion together ? I will plot a simple graph and additionally to the graph on certain places boxplots. I have imagined to plot the graph a little bit transparency and show in the same graph on certain places boxplots.... Is it possible to do it in this way ? greetings, johnh -- View this message in context:
2008 Nov 11
7
music on hold
hii guys: i get the message from the asterisk: Started music on hold, class 'default', on Local/s at skype-web-callback-dial-263to263-1775,1 [2008-11-11 14:32:41] WARNING[1781]: format_wav.c:156 check_header: Unexpected freqency 11025 [2008-11-11 14:32:41] WARNING[1781]: file.c:322 fn_wrapper: Unable to open format wav [2008-11-11 14:32:41] WARNING[1781]:
2010 Oct 01
3
help regarding the package installation
hii everyone! Recently i have started working with R and it would be nice if anyone can help me with this. I am vista user (32 bit). I wanted to install package in my parent directory i.e .Library. whenever I try to install nnet (package) it is showing me the following error: > install.packages("C:\\Users\\nn223\\Downloads\\nnet_7.3-1.zip",lib=.Library) Warning in
2014 Aug 25
2
Samba4 Internal DNS Problem : Suddently Dns Crash
hii all i have some issue with my samba 4 installation, i use samba 4.1.3, suddenty my dns stop working and i try to restart the service but nothing good happen i check on samba log i found this Aug 25 21:15:39 pdc samba[6605]: [2014/08/25 21:15:39.206091, 0] ../lib/util/fault.c:72(fault_report) Aug 25 21:15:39 pdc samba[6605]: ===============================================================
2009 Jan 31
2
[LLVMdev] Optimized code analysis problems
Hii, Thanks for the response, yes I couldn't find any way to extract the names through any of the passes. Where could I potentially insert a hack so that any function call to intrinsic functions or library functions can be retrieved? Could you gimme any ideas for the start? -Nipun On Fri, Jan 30, 2009 at 10:39 PM, Eli Friedman <eli.friedman at gmail.com>wrote: > On Fri, Jan 30,
2010 Mar 31
6
any body can help me ?? why is this happen??
Hii All I use ruby 1.8.7 I run irb and type: a = (0.29 * 100).to_i the result is 28 why?????? could u explain to me.. Please???? THank you -- Senior Rails Developer Anton Effendi - Wu You Duan -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2007 Apr 18
1
[Bridge] is possible to create vlan capable switch use linux?
Hii All, VLAN is create in manageable switch, like Cisco Catalyst and other vlan cap= able switch. eac port in that switch can be assigned in different VLAN. so,= that switch capable to insert 802_1q to each incoming frame (Please correc= t if its wrong, i just newbie in VLAN).I want build VLAN but i don't have v= lan capable switch. Is possible to create a vlan capable switch using switc=
2014 Jan 21
1
DNS Setup
hii guys i have some issue with dns in samba 4 i have install and setup 2 samba dc in different Site site2 dc joint to site1 dc, with internal dns topology : site1 --- openvpn server --- firewall --- wan --- openvpn client --- site2 192.168.1.0/24 192.168.2.0/24 in site1 i have some application let say email server: mail.local.lan > 192.168.1.2 web server : web.local.lan > 192.168.1.3