similar to: Fax detection when dialing out

Displaying 20 results from an estimated 11000 matches similar to: "Fax detection when dialing out"

2004 Nov 23
0
Zombie channels dropping lines
Hi all, We are running Asterisk 1.0.0 with a TE410P. Very often we exerience calls dropping in the middle of the call. I enable the full logging and saw a couple of suspicious messages right before the hangup. Thos could happen on a Zap-IAX2 bridge as well as on a Zap-Agent bridge... I see Nov 23 09:08:36 DEBUG[-1274020944]: Bridge stops because we're zombie or need a soft hangup:
2003 Aug 20
1
IAX to zaptel echo
Hi all, I am experiencing a problem with the quality of the voice communication between an IAX based softphone (WinIAX) and an outside line through a FXO port or even with a regular analog phone connected to a FXS port. The party using the IAX softphone hears his own echo a plit of a second after speaking. The party on the analog end does not experience any echo. I tried to modify the KFLAG
2003 Oct 02
2
Voice detection
Does anyone know if there's public voice detection algorithms available? I've scoured the net for the last hour or so, and I can't come up with anything except a few proprietary or embedded solutions. I know dsp.c uses goertzel algorithms for DTMF detection, but how does one detect voice? I dunno, maybe detecting voice isn't the way to go. I want to begin playback of a file
2004 Jul 05
2
fax detection and X100P
Hi everybody I am having problem detecting fax with my X100P. I have RedHat 8 as OS and an X100P and a TDM400P. The X100P being plugged into PSTN. I have successfully installed tiff-v3.5.7 and spandsp-0.0.1 and also patched Asterisk wthout problem. Here is my zapata.conf file context=cda signalling=fxs_ks echocancel=yes echocancelwhenbridged=yes relaxdtmf=yes rxgain=1.5 txgain=1.5
2018 Mar 07
0
ggplot2: plot gruped/nested split violins
Hi, I posted this on StackOverflow also but did not get a response so I thought that I would also try luck here. The post is at: https://stackoverflow.com/questions/49120060/ggplot2-display-blocks-of-nested-split-violins Basically, I have the following test example: --cut-and-paste-from-here-on df <- data.frame(dens = rnorm(5000), split = as.factor(sample(1:2, 5000, replace =
2003 Aug 03
1
Fax Detection?
I have looked though the archives on this issue and I can not find a final answar on it. So I will bring it up again. I have an x100p card.....if Asterisk picks up a call, and it see if there are fax tones on it, and if so transfer it somewhere. What is a user has picked it up. Can it still transfer it, or would the user have to? Thanks again, Michael
2017 Jul 24
0
Compare output of Violin plot from ggplot2 and vioplot . Need Explanation
Hi,? I have made violin plot with both ggplot2 and vioplot package with same data.? The results and code are as follows.? ################### ?Loading data? data.melt <- dget("https://gubox.box.com/shared/static/rirth0eym114afwyjxwe128sjzipzdym.txt") ################### ?Violin plot by library(vioplot) library(vioplot) data.use_11<- data.melt$value[data.melt$ident == 0]
2011 Mar 24
1
Colour makes my life; but not my bwplot (panel.violin)
Using Trellis, am successfully setting up a number of panels (25) in which I have two box and violin plots. I would like to colour - one plot as RED and the other as BLUE (in each panel). I can do that with the box plots, but the violin density areas just take on one colour. My basic call is as follows: bwplot(rmsd ~ file | code, data=spread_data.filtered, panel = function(...,
2009 Nov 16
2
violin - like plots for bivariate data
I'm attempting to produce something like a violin plot to display how y changes with x for members of different groups (My specific case is how floral area changes over time for several species of plants). I've looked at panel.violin (in lattice), which makes nice violin plots, but is really set up to work on a single variable - the area trace represents the frequency of each value of x
2009 Apr 27
1
Changing color of points in violin plot
Hello, I am trying to graph a violin plot like the example in panel.violin(lattice) with the singer data - see below Does anyone know how to change the color of the boxplot on the graph from blue to green? I tried a number of changes, but to no avail. Thanks for your help, John bwplot(voice.part ~ height, singer, panel = function(..., box.ratio) {
2012 Nov 03
1
Violin plot of categorical/binned data
Hi, I'm trying to create a plot showing the density distribution of some shipping data. I like the look of violin plots, but my data is not continuous but rather binned and I want to make sure its binned nature (not smooth) is apparent in the final plot. So for example, I have the number of individuals per vessel, but rather than having the actual number of individuals I have data in the
2011 May 06
1
Weighted box or violin plots in Lattice?
Is it possible to create weighted boxplots or violin plots in lattice? It seems that you can specify weights for panel.histogram() and panel.densityplot(), but not for panel.bwplot or panel.violin(). Please let me know if I've missed something in the package documentation. Thanks! -- Raphael D. Mazor Freshwater Biologist Southern California Coastal Water Research Project 3535 Harbor Blv
2016 Apr 30
4
Removing NAs from dataframe (for use in Vioplot)
Hi First post and a relative R newbie.... I am using the vioplot library to produce some violin plots. I have an input CSV with columns off irregular length that contain NAs. I want to strip the NAs out and produce a multiple violin plot automatically labelled using the headers. At the moment I do this Code:? ds1 = read.csv("http://www.lecturematerials.co.uk/data/spelling.csv")
2004 Sep 28
1
Help with fax dial plan
I am getting pounded by junk faxes. I have noticed that all of them have no callerid. Can I set up a dial plan to ignore a fax if no callerid is sent? I am using RxFax (spandsp) on an x100p card. Thanks John Hill
2013 Mar 26
1
Increase font size in plots
Hi I am using violin plots (type of boxplots) and  I am trying to increase the font size in the plots. It looks like that the violin plots do not work as "normal" plots as the cex parameters are ignored. You can have a loot at the code below require('vioplot') data1<-rnorm(100) data2<-rnorm(10) data3<-rnorm(1000) vioplot(data1,data2,data3,cex.lab=2,cex.axis=2)
2004 Aug 06
0
ambiguity in sample ices config files
Hello Csillag, Tuesday, January 28, 2003, 7:39:22 PM, you wrote: CK> [please cc the answers to me, because I'm not on this list!] CK> Hi there! CK> Yesterday I downloaded the CVS version of icecast and ices. CK> There are several example config files provided for ices in the CK> conf/ directory. CK> The ices-playlist.xml specifies encoding for one of the instances:
2004 May 01
1
Fax Detect problem (have consulted archives, wiki & irc)
Hi All, I'm using an X100P to connect to PSTN ( context=from-pstn ). I'm trying to get fax detection to work. Using the simplest dialplan, I cannot get * to detect fax tones: [from-pstn] exten => s,1,Answer exten => fax,1,Goto(ext-fax,999,1) The fax is never detected (ie: Goto never executed) All that I see on the * -vvvvc console is: -- Executing Answer("Zap/1-1",
2004 May 31
0
digium card fax detect AND spandsp
Hi all, I've run into 2 separate problems relating to fax: 1) Using tdm400p + fxo, Asterisk is unable to detect the fax from some fax machines (from others it can). Using zap barge, I can confirm that these troublesome calling fax machines _do_ send the fax tone loud and clear. Are there certain circumstances where I should expect a Digium card to fail in detecting a fax? 2) Using
2005 Jan 18
1
External fax modem takeover of fxo?
Given all the issues with the fax DSP code and reliability, I'm looking into the option of using an external fax modem instead of trying to shoehorn asterisk into handling faxes properly... I'm thinking of hooking up the faxmodem to the line directly, then hooking the X100P to the modem's Phone port. Can I enable fax detection and use the fax extension to spawn an external command
2005 Nov 10
2
ltext - adding text to each panel from a matrix
Hi all (really probably just Deepayan): In the plot below I want to add text on either side of each violin plot that indicates the number of observations that are either positive or negative. I'm trying to do this with ltext() and I've also monkeyed about with panel.text(). The code below is generally what I want but my calls to ltext() are wrong and I'm not sure how to fix them.