similar to: Contact id protocol problem

Displaying 20 results from an estimated 4000 matches similar to: "Contact id protocol problem"

2005 Jun 07
0
about tables
Hi dear all I'm doing some contingency tables and I'd like to know if it is posible to make only one table in R that shows me the responses of people who visit a place with some frecuency about one question with two posibilities (they are treated like two variables with options). I'm thinking of a table similar to the next below: Frecuencia (Frec) Alternative 1 Alternative
2009 Nov 12
1
How to send DTMF on Zaptel with 50ms tone duration and 50ms gap between the digits?
Hi, After some testing I've found out that my client's hardware recognizes DTMF only if digits are sent 50ms apart with 50ms of tone duration. This was tested using a test device which generates DTMF. Now asterisk doesn't do it by default because digits going out from Asterisk are not being recognized. Using command sendDTMF, I can control inter-digit duration, and using
2005 Sep 03
1
Current status on _outgoing_ Swedish/Dutch DTMF CLIP for TDM400 FXS interfaces?
Hi all, I have been looking at the code for both the zaptel driver (wctdm.c/wcfxs.c) and the asterisk channel driver (chan_zap.c) trying to figure out how much of this that has been implemented. So far I can see that the current stable 1.0.9.1 zaptel driver don't have the SETPOLARITY ioctl that would be required to properly signal the Swedish/Dutch CLIP, but the 1.2 beta1 has this
2011 Nov 23
2
Frequency table
Hello everybody I am new on R I have some problem when i try to obtain frequency table which script do I need to write in R in order to obtain the frecuency of a value per repetition You could see my example Var. rep x I need to obtain these 201 1 1 201 the x=1 (repeat once), x=3 (repeat 3 times) 201 2
2003 Jul 10
2
OH323 + G729 + Go2Call
hi .. i've just installed and licensed an instance of the G729 codec. I am trying to connect through asterisk to Go2Call server .. According to their info it involves dialling extension 729 on voip01.go2call.com, to get the IVR. my extensions.conf shows : exten => s,2,Dial(OH323/h323:729@216.52.153.206) which I think is correct, I have G729 enabled in the OH323.conf file and it seems to
2012 Aug 07
1
Hist function
Hello everyone, First i explain my aim. I would like to calculate the frecuency of temperature (datos.mx1, columns 3-6) for each month with the thresholds of table lf.med and lc.med. numero1 <- hist(subset(datos.mx1[,3], datos.mx1$Mes==1),plot=FALSE,breaks=c(min(datos.mx1[,3]),lf.med[1,2],lc.med[1,2],max(datos.mx1[,3]))) # First month and only the first weather station (column 3) I now
2004 Aug 06
0
DTCR Project
I think you will be VERY interested int he next upcoming release of SAM2 - www.spacialaudio.com Bryan ----- Original Message ----- From: "Shaun Mcmanus" <smcmanus@twcsd.com> To: <icecast@xiph.org> Sent: Sunday, February 23, 2003 7:41 AM Subject: [icecast] DTCR Project <p>> Disturbed Transmitter Community Radio Project > > The Need: > Where I live there is
2004 Aug 06
0
*Real* real time streaming (no delay/latency)?
one problem apart from icecast is that tcp/ip over ethernet does not guarantee *when* your packets will arrive, or even in what order. while the chances are good that it works rather quickly, you can't sue anyone if it doesn't ;) but once the network becomes congested, you are in trouble. if the network between your two locations is one cable, not shared, no hubs, it might work. but
2008 Dec 19
1
Increase DTMF Tone Duration
Hi, We are running 1.4.22 and have been experiencing problems with certain IVRs and DTMF Tone duration. We would like to be able to increase DTMF Tone duration by 50 to 100ms over what the user is pressing on his phone. We have a PRI test circuit and an analyer in between to measure tone duration. We have tried setting chan_dahdi.conf parameter 'toneduration', but that does not do
2011 Jan 24
2
Outgoing FXO calls have no audio with callprogress=no
My outgoing FXO calls are answered but have no audio in either direction if I have callprogress=no in chan_dahdi.conf. If I change to callprogress=yes then the audio returns. My chan_dahdi.conf file is listed below. Can anyone point-out why callprogress=no isn't working? #cat /tmp/a [trunkgroups] [channels] language=en context=incoming toneduration=40 ;usedistinctiveringdetection=yes
2005 Jan 22
2
Persistent audio streams?
My apologies if this is a stupid question, or has been covered in detail somewhere that I haven't found yet. I have spent a while looking around. I'm new to streaming audio, but I do know a thing or two about TCP/IP networking. I'm working with a local public radio station. They have a remote transmitter located about a hundred miles away, to serve another community. Right now
2009 Jan 29
1
howto configure an asterisk to send credentials in a REGISTER message to another asterisk
Hi, I am trying to register an asterisk (Asterisk 1) against another one (Asterisk 2). My problem is that the REGISTER message goes without credentials and the Asterisk 2 send a 401 message to the Asterisk 1. How can I configure Asterisk 1 to force it to send credentials? I have tried setting Asterisk 2's IP in the "realm" field of Asterisk's 1 sip.conf, but it doesn`t work.
2005 Jan 23
0
Persistent audio streams?
On Sat, Jan 22, 2005 at 07:20:46PM -0800, Jeff Simmons wrote: > I've been experimenting with running an internet audio stream to the remote > site. Our ISP has a direct route from the local studio to the remote > transmitter (over their backbone and then to the remote via high speed > wireless, about 5 hops). I've set up ice2 and icecast, and I'm getting a very >
2009 Nov 11
1
How to control DTMF tone duration on Zap channels?
Hi, I am using zap channels, and by using sendDTFM application, I can control the duration between two DTMF digits, but I can't find a way to control the duration of the digits themself. Did search on the Internet and found out that I can change it in the asterisk source files and recompile asterisk. Wiki also says that it can be controlled using toneduration option in zapata.conf, but it
2010 Jul 12
0
DTFM Detection issues
Hi list, I'm having trouble with DTFM tones detection. Usually, some tones are being received duplicated in Asterisk, some not. As you can imagine, that's a very big problem involving IVR menu options, Meetme conferences protected with passwords, and so on. We are currently using DAHDi 2.2.0.2, module wct4xxp, which is managing a Digium TE220B card, with a hardware echo canceller
2010 Jun 17
1
DTMF detection issues
Hi list, I'm having trouble with DTFM tones detection. Usually, some tones are being received duplicated in Asterisk, some not. As you can imagine, that's a very big problem involving IVR menu options, Meetme conferences protected with passwords, and so on. We are currently using DAHDi 2.2.0.2, module wct4xxp, which is managing a Digium TE220B card, with a hardware echo canceller
2004 Aug 06
5
DTCR Project
Disturbed Transmitter Community Radio Project The Need: Where I live there is only one open channel in our FM band. The one major company that owns 13 of the local stations plus 8 more that bleed over from the next biggest city, has lobbied the FCC so that the last FM license will never be given out. So my friends run a little 10 watt, Max. allowed by FCC for a non-commercial non-licensed
2019 Sep 03
0
[PATCH v4 2/5] vsock/virtio: reduce credit update messages
On Tue, Sep 03, 2019 at 12:38:02AM -0400, Michael S. Tsirkin wrote: > On Wed, Jul 17, 2019 at 01:30:27PM +0200, Stefano Garzarella wrote: > > In order to reduce the number of credit update messages, > > we send them only when the space available seen by the > > transmitter is less than VIRTIO_VSOCK_MAX_PKT_BUF_SIZE. > > > > Signed-off-by: Stefano Garzarella
2019 Sep 03
2
[PATCH v4 2/5] vsock/virtio: reduce credit update messages
On Wed, Jul 17, 2019 at 01:30:27PM +0200, Stefano Garzarella wrote: > In order to reduce the number of credit update messages, > we send them only when the space available seen by the > transmitter is less than VIRTIO_VSOCK_MAX_PKT_BUF_SIZE. > > Signed-off-by: Stefano Garzarella <sgarzare at redhat.com> > --- > include/linux/virtio_vsock.h | 1 + >
2019 Sep 03
2
[PATCH v4 2/5] vsock/virtio: reduce credit update messages
On Wed, Jul 17, 2019 at 01:30:27PM +0200, Stefano Garzarella wrote: > In order to reduce the number of credit update messages, > we send them only when the space available seen by the > transmitter is less than VIRTIO_VSOCK_MAX_PKT_BUF_SIZE. > > Signed-off-by: Stefano Garzarella <sgarzare at redhat.com> > --- > include/linux/virtio_vsock.h | 1 + >