search for: kon

Displaying 20 results from an estimated 82 matches for "kon".

Did you mean: gon
2007 Apr 29
2
Early audio(progress) and MOH
Hi, Is it possible to have MOH in early audio, while waiting for someone to pick up a Dial() call? (When using zap channels, I have early audio working with playback) H?kon Nessj?en Loopback Systems AS -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070429/c901ff90/attachment.htm
2010 Feb 17
4
Unrecognized prilocaldialplan NPI modifier
...k [Feb 17 12:33:03] WARNING[10750]: chan_dahdi.c:3096 dahdi_call: Unrecognized prilocaldialplan NPI modifier: o [Feb 17 12:33:03] WARNING[10750]: chan_dahdi.c:3096 dahdi_call: Unrecognized prilocaldialplan NPI modifier: w It only come on every 5 calls or more, or something. What does it mean? H?kon -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100217/71b31e47/attachment.htm
2010 Mar 09
1
app_queue problem with Ringing state
...s tro to call this channel when people enter the queue, because of the erroneous "Ringing" state. Even when asterisk has 0 channels in use, this state can be "Ringing" for this member. This is on Asterisk 1.6.1.2. Might this be a (former?) bug in device-state or app_queue? H?kon
2010 Jan 27
2
CDR problems with Queue
...an't seem to find any documentation of? I tried searching for "asterisk queue cdr" on google, but I only get info about queue_log, which is not what I want. I want numbers and channels written as usual in the cdr log. Anyone have any ideas why this is happening, and what I can do? H?kon -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100127/bec0dd65/attachment.htm
2009 May 12
2
newtons method
Hi, Does anyone know how to code newton's method for finding the roots of polynomial functions? im not sure whether i need to do this manually, or just code something with a loop to stop when it gets to the desired result thanks guys! _________________________________________________________________ Looking to move somewhere new this winter? Let ninemsn property help [[elided Hotmail
2009 May 20
2
evaluate polynomial
Hey guys, sorry im drawing a mental blank. i have coded the function: y <- function(x) 6*x^4-(1*x^2)^3 How do i evaluate this function for a given x? i know this is a ridiculous question, but thanks anyway _________________________________________________________________ [[elided Hotmail spam]] [[elided Hotmail spam]] =Domain_tagline&_m=EXT [[alternative HTML version
2010 Mar 05
1
Observation about DAHDI, FAX and Echo cancellation
...t to an external fax machine via DAHDI again.. For example, the result is: DAHDI/1-1 = incoming call, DAHDI/2-1 outgoing call. Now, with the help of dahdi show channel, if I check channel 2: echo cancellation is ON. Then i check channel 1: it is OFF. Shouldn't both be turned off? Regards, H?kon Nessj?en -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100305/7b9f83e1/attachment.htm
2009 May 12
2
newtons method
Hi, Does anyone know how to code newton's method for finding the roots of polynomial functions? im not sure whether i need to do this manually, or just code something with a loop to stop when it gets to the desired result thanks guys! _________________________________________________________________ Looking to move somewhere new this winter? Let ninemsn property help [[elided Hotmail
2007 Oct 19
4
[PATCH] nr_cpus calculation problem due to incorrect sockets_per_node
...er_node = num_online_cpus() /(num_online_nodes() * pi->cores_per_socket * pi->threads_per_core); The most straightforward solution is to remove sockets_per_node, and instead determine nr_cpus directly from num_online_cpus. This patch has been tested on x86_64 NUMA machines. -- Elizabeth Kon (Beth) IBM Linux Technology Center Open Hypervisor Team email: eak@us.ibm.com _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 Nov 20
1
Load balancing Asterisk.
...cy LBs out there that can actually load balance based on the SIP session rather than something like IP, but I'm afraid to even look at the price tag. I'm more than fine with balancing by user IP address instead - if that works. :) Would appreciate any comments or ideas. Thanks! -- Nitzan Kon, CEO Future Nine Corporation www.future-nine.com
2010 Feb 25
1
Getting: Can't fix up channel from 5 to 7 because 7 is already in use, and pri_dchannel: Answer requested on channel 0/7 not in use on span 1
...44] WARNING[17129]: chan_dahdi.c:10661 pri_fixup_principle: Call specified, but not found? What would be the reason for things like this to happen? And are they really just warnings (as it says), or actual errors, where something bad is happening to the actual calls, or calls not acknowledged? H?kon
2017 Feb 12
4
Replacement for antispam plugin
Den 12. feb. 2017 21:44, skrev ebroch at whitehorsetc.com: > > > Any opinion on dspam's interoperability with this? > > Just follow the wiki and replace sa-learn scripts with calling dspam. Dspam direct pipe needs mail-line-endings (\r\n) translated into unix line-endings (\r). like so: ----- learn-spam.sh --------- #!/bin/sh sed -e 's/\r$//' | /usr/bin/dspam
2007 Oct 19
3
Problem with nr_nodes on large memory NUMA machine
...each node according to the cutoff values. Then, acpi_scan_nodes calls unparse_node to "remove" nodes that don''t have the minimum amount of memory, due to the clipping of the memory range. Can someone explain what this is all about and why it might be necessary? -- Elizabeth Kon (Beth) IBM Linux Technology Center Open Hypervisor Team email: eak@us.ibm.com _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2003 Mar 14
3
logistic regression
...do ? ------------------------ 2* So, I thought whether I could perform sta. analyses on summarised data (count of yes/no values) of the huge file. Normally, summarised data file short and R could handle it. Then I used this command. > lo <-glm(hey.count~as.factor(jeo)+as.factor(eg)+as.factor(kon)+ as.factor(yol)+ as.factor(aks)+as.factor(fay),family=poisson,data=dt2) as you see I used count value of yes/no data as independent data. Is it good idea to use this method instead of binomial logistic regression ? what do you suggest more ? thanks in advance -- Ahmet Temiz Geological Engine...
2017 Nov 25
1
Mark message as read when moved to Trash
Den 25. nov. 2017 11:36, skrev Peter Chiochetti: > Am 2017-11-25 um 10:12 schrieb Felix Rubio Dalmau: >> Hi all, >> >> ????When I send a message to trash, without previously reading it >> (just with the subject is enough to say I do not want to read it), it >> remains as "unread". Then, clients (I am using Kmail) report there are >> unread message,
2009 Oct 01
2
matrix exponential
Hi Guys, Im trying to find the exponential of a matrix. Can someone please help me do this? Thanks a lot _________________________________________________________________ View photos of singles in your area Click Here =1&lage=18&uage=55&cl=14&sl=0&dist=50&po=1&do=2&trackingid=1046138&r2s=1&_t=773166090&_r=WLM_EndText
2009 May 12
2
(no subject)
...ons. if i have the following function, f <- function(x) x^3-2*x^2+3*x-5 i need a simple function for the derivative of this with respect to 'x', so that i can then sub in values to the the derivative function, and use Newtons method of finding a root for this. Please help. Regards, Kon Knafelman _________________________________________________________________ [[alternative HTML version deleted]]
2009 May 17
2
Newton's method for finding roots
Hey guys, i have a relatively simple problem. I need to use netwon's method to find the root of a polynomial, lets say x^3-2x-1 i start off with p <- function(x) x^3-2*x-1 My method, which im sure is very amateur, is to type another function, which is the derivative of p, and after picking an initial value to start off with, i follow the steps of newton's method manually, but i dont
2009 May 19
1
fitting distribution
Hey Guys, i have the sample variances for 1000 samples, and i want to fit it to a chi-squared distribution. after making a loop for the simulation initially, i have the following code to compute the variances samples = replicate(n, rnorm(m, 0, 1), simplify=FALSE) variances = sapply(samples, var) summary(variances) can someone please help me fit this to a chi-squared distribution with n degrees
2003 Jan 15
1
can syslinux display ethnic characters?
Hi, I am working on a norwegian linux distro. As far as I know syslinux can't display any characters that is not in the us ascii table. is there a way to load a different ascii table? Tor H?kon Gjerde