search for: avgsil

Displaying 7 results from an estimated 7 matches for "avgsil".

Did you mean: avail
2006 Apr 19
1
determining optimal # of clusters for a given dataset (e.g. between 2 and K)
...f optimal # of clusters, considering the algorithms in "cluster" were developed decades ago. By the way, I have alot of missing values in my dataset, coded as "NA", so some software packages don't work. Here is the code I've been using: library(cluster) avgsil <- c() for (k in kseq){ clarares <- clara(data, k, rngR = TRUE) savg <- clarares$silinfo$avg.width print(c(k,savg)) avgsil[k] <- savg } k<-kseq plot(k,avgsil[k]) lines(k,avgsil[k]) Sincerely, Andrew McSweeny grad student Medical University of Ohio [[al...
2011 Feb 10
0
Busy Detection on Analog Lines
...t=2 Indications zone = us, with the modifications for my country for busy: 425Hz Pattern(0.2ms on, 0.2ms off, 0.2ms on, 0.6ms off) I compiled with BUSY DETECT DEBUG. I can see: [Feb 10 15:48:06] DEBUG[26968]: dsp.c:1276 ast_dsp_busydetect: busy detector: FAILED with avgtone: 255, avgsilence 30 [Feb 10 15:48:06] DEBUG[26968]: dsp.c:1276 ast_dsp_busydetect: busy detector: FAILED with avgtone: 255, avgsilence 30 [Feb 10 15:48:06] DEBUG[26968]: dsp.c:1276 ast_dsp_busydetect: busy detector: FAILED with avgtone: 255, avgsilence 30 [Feb 10 15:48:40] DEBUG[26971]: dsp.c:1276 ast_dsp_bu...
2006 Apr 15
0
clustering genes / automatically determining # of clusters
...f optimal # of clusters, considering the algorithms in "cluster" were developed decades ago. By the way, I have alot of missing values in my dataset, coded as "NA", so some software packages don't work. Here is the code I've been using: library(cluster) avgsil <- c() for (k in kseq){ clarares <- clara(data, k, rngR = TRUE) savg <- clarares$silinfo$avg.width print(c(k,savg)) avgsil[k] <- savg } k<-kseq plot(k,avgsil[k]) lines(k,avgsil[k]) Sincerely, Andrew McSweeny grad student Medical University of Ohio [[al...
2006 Jan 10
1
Disconnected calls
Hi! We have some problems with calls that get disconnected in the middle of a call. We are using Asterisk 1.2.1 with a TE410P (2.gen firmware). When the call is disconnected Asterisk writes this to the log: Jan 9 14:56:17 DEBUG[4404] dsp.c: ast_dsp_busydetect detected busy, avgtone: 300, avgsilence 2090 Jan 9 14:56:17 DEBUG[4404] dsp.c: Requesting Hangup because the busy tone was detected on channel Zap/6-1 Jan 9 14:56:17 DEBUG[4404] channel.c: Got a FRAME_CONTROL (5) frame on channel Zap/6-1 Jan 9 14:56:17 DEBUG[4404] channel.c: Bridge stops bridging channels SIP/071068-a34d and Zap/6-1...
2010 Jun 06
0
Strange problem with zap channel.
..., but waiting for progress detection before doing more... At this point I have picked up the phone and am speaking, he can hear me but I can't hear him. After I hang up I get this. [Jun 6 13:32:02] DEBUG[4825]: dsp.c:1445 ast_dsp_busydetect: ast_dsp_busydetect detected busy, avgtone: 255, avgsilence 240 -- Zap/1-1 is busy -- Hungup 'Zap/1-1' == Everyone is busy/congested at this time (1:1/0/0) [Jun 6 13:32:02] DEBUG[4825]: app_macro.c:337 _macro_exec: Executed application: Dial -- Executing [1-dial at macro-trunkdial-failover-0.3:2] GotoIf("SIP/6006-015d0004&quo...
2006 Mar 25
2
Asterisk spanDSP / Faxing problem
...Mar 25 13:54:17 DEBUG[17501] app_rxfax.c: FLOW Non-ECM carrier down Mar 25 13:54:18 DEBUG[17501] app_rxfax.c: FLOW Non-ECM carrier up Mar 25 13:54:18 DEBUG[17501] app_rxfax.c: FLOW Non-ECM carrier training failed Mar 25 13:54:18 DEBUG[17501] dsp.c: ast_dsp_busydetect detected busy, avgtone: 500, avgsilence 500 Mar 25 13:54:18 DEBUG[17501] dsp.c: Requesting Hangup because the busy tone was detected on channel Zap/1-1 Mar 25 13:54:18 DEBUG[17501] app_rxfax.c: Got hangup Mar 25 13:54:18 DEBUG[17501] pbx.c: Extension s, priority 4 returned normally even though call was hung up Mar 25 13:54:18 DEBUG...
2010 Jul 28
1
Why do Zaptel calls drop all of a sudden? Could busy detect be the problem?
Hi Guys, I am getting a complain that call on analogue lines (Sangoam A400D) drops all of a sudden. Here is what I see in logs: [Jul 28 15:49:08] DEBUG[21438] dsp.c: ast_dsp_busydetect detected busy, avgtone: 75, avgsilence 135 [Jul 28 15:49:08] VERBOSE[21438] logger.c: -- Executing [h at macro-dialout-trunk:1] Macro("SIP/2111-b6a400b0", "hangupcall|") in new stack [Jul 28 15:49:08] VERBOSE[21438] logger.c: -- Executing [s at macro-hangupcall:1] GotoIf("SIP/2111-b6a400b0", &qu...