similar to: DTMF not sending properly via IAX

Displaying 20 results from an estimated 10000 matches similar to: "DTMF not sending properly via IAX"

2004 Dec 10
0
Not receiving DTMF from gateway
I have Asterisk running voip-only on my colo server, and have subscribed to the Voiptalk PSTN->SIP service in the UK. All has been working fine while I have had incoming calls going straight to an phone extension. I am now trying to put in a simple IVR Welcome script. I have found that I cannot receive DTMF keypresses from the incoming PSTN caller. Nothing registers on the Asterisk server, and
2007 Mar 02
1
DTMF detection problems on PRI channels?
I am using Asterisk 1.2 with a TE410P connected to E1 PRI trunks. The application relies on a DTMF digit string sent by the phone after the call has connected. This DTMF is detected by Asterisk under the control of WAIT FOR DIGIT commands send from an AGI processor over a FastAGI connection. Usually the DTMF is detected without error, but on a significant minority of calls, Asterisk is missing
2006 Jan 24
8
UK Provider
Hi Does anyone know a UK Voip Proivder that will give me more than 1 telephone number and point it to my sip account. www.SipGate.co.uk are great but they only allow 1 telephone number per user, you can register another telephone number by registering as another user but Asterisk doesn't allow multiple registrations. Many Thanks Scott
2015 Nov 25
2
Dialing a call back out on same SIP trunk as it came in
In article <20151125133008.6369360.14455.17239 at gmail.com>, Israel Gottlieb <isrlgb at gmail.com> wrote: > Try putting progress instead of answer Yes, I tried Progress already, and it didn't help. But thanks for the suggestion! Tony > I have a puzzling situation, and would be grateful for any insight. > > I have a dialplan that forwards an incoming call out to
2020 Sep 27
2
Using CentOS 7 to attempt recovery of failed disk
In article <E02FA554-9D6D-4E7D-8A78-5FBDE1DE939D at kicp.uchicago.edu>, Valeri Galtsev <galtsev at kicp.uchicago.edu> wrote: > > > > On Sep 26, 2020, at 8:05 AM, Jerry Geis <jerry.geis at gmail.com> wrote: > > > > I have a disk that is flagging errors, attempting to rescue the data. > > > > I tried dd first - if gets about 117G of 320G disk
2005 May 28
2
UK DID providers
Hi Can anyone provide me with a Manchester (0161) UK DID number, preferably IAX2 but SIP is ok too, that I can use for my incoming calls? Call volume will be low. The critical thing is that DTMF must be correctly passed 100% of the time, unlike Sipgate, my current (free) provider, whose DTMF detection/passing is not at all reliable, making it useless for a virtual receptionist scenario. I
2017 Sep 01
2
ERROR during high volume MoH dialplan
Thanks for the suggestion Tony, I installed each codec for MoH, core sounds, and extra sound packages. Unfortunately the tests produce the same results. [Sep 1 20:36:45] ERROR[10081][C-00007fe5]: frame.c:343 ast_frdup: FRACK!, Failed assertion Excessive refcount 100000 reached on ao2 object 0x20380b0 ( continuously for a while followed by a [Sep 1 20:36:46] WARNING[7761][C-0000770d]:
2006 Apr 25
3
Background asynchronous AGI
I have been writing a lot of AGI programs in C with good success. I would like somehow to have an AGI program continue in the background while the pbx execution returns to the dialplan and continues. Is this possible? I was thinking that perhaps I could fork or create another thread within the AGI prog. The reason I want to do so is in order to monitor external information (e.g. credit limit and
2005 Feb 28
5
Strange text on Asterisk console
I've just set up a new box with FC1+updates and the latest Stable Asterisk from CVS. Asterisk is started with the default safe_asterisk script with a console on TTY9. The coloured text on this console is made up of weird characters instead of normal. Please see http://www.softins.co.uk/dsc00018.jpg for an example. If I do "asterisk -rvvvvv" on a normal login, either via the
2008 Jul 24
7
How to detect whether running on VMware?
Does anyone know how a program, script or shell user can best determine whether the machine is running on bare metal or is a VMware guest? Cheers Tony -- Tony Mountifield Work: tony at softins.co.uk - http://www.softins.co.uk Play: tony at mountifield.org - http://tony.mountifield.org
2006 Oct 13
1
Digium TE410P LED problem
Has anyone else experienced a problem with the LED for span 1 on a TE410P or TE405P? I had a TE410P on which the span 1 LED would not light red, but once the span was connected, it did correctly light green. I RMAed the board to our UK distrbutor and received a replacement. However, the replacement board displayed the same problem! Wondering if it was related to the computer I was putting it
2013 Jun 19
1
fail2ban with standard Apache log format?
I want to use fail2ban on CentOS 6 to monitor Apache with the standard default logfile format ("combined"). Has anyone here succeeded in doing so? The format has the IP at the start of the line, followed by two dashes (if no authentication) and THEN the timestamp. What I've read on the fail2ban wiki seems to say that the timestamp must ALWAYS be at the start of the line, followed by
2015 Nov 25
2
Dialing a call back out on same SIP trunk as it came in
I have a puzzling situation, and would be grateful for any insight. I have a dialplan that forwards an incoming call out to another number via the same SIP trunk as it came in on. e.g. [from-siptrunk] exten => 0123456789,1,NoOp exten => 0123456789,n,Dial(SIP/siptrunk/0987654321) Now, if I use a different SIP trunk for the outbound call, than the inbound call came on, the call is set up
2004 Jun 29
2
How to test E1 interfacing?
Hi, I have a project coming up which will need to interface Asterisk to E1 trunks in the UK. I have a couple of questions which I hope someone can answer, or give me some pointers: 1. If I want two E1 trunks, is there anything to choose, performance-wise, between using two ports on a single TE405P, and using two E100P cards? 2. How can I test the E1 operation in the lab, which doesn't
2016 Nov 21
2
C6: latest util-linux-ng dependency on kernel?
I am just applying the latest C6 updates to a couple of KVM Linodes. It appears that the latest update of util-linux-ng has added a new dependency on the kernel package. On these VMs, the kernel package is not normally installed, and the VM runs a host-supplied kernel. But now, a "yum update" wants to install for dependencies kernel, kernel-firmware and grubby, none of which should be
2007 May 29
6
Remote system up/down monitoring tool?
I have a small number of boxes in different locations, and currently have a fairly crude cron job running on each, which does a ping of one or more of the other boxes, and if the ping fails, it emails me to say the other box might be down. It then emails me again the next time the other box appears to be up. Of course, this can't distinguish between the remote box really being down and there
2008 Mar 04
1
Clustering Meetme over multiple boxes?
Has anyone here done any work on clustering Meetme conferences over multiple Asterisk boxes? The scenario I am thinking of is where there are two or more boxes connected to a set of PRIs that all answer to the same PSTN number, and where it's not possible to know in advance on which box a call would arrive. So it would be possible to have some calls on one box and some on another, that should
2014 Apr 22
1
Anyone used WatchGuard SIP ALG?
Has anyone here used Asterisk inside a WatchGuard firewall, talking via the WatchGuard SIP Application Layer Gateway to an outside SIP service? I have a customer doing just that, and I am 100% convinced there is a bug in the ALG regarding the media port number it inserts into the SDP when it rewrites it. However, either they or WatchGuard will not accept there is a bug, despite my very detailed
2015 Jun 04
1
Find out or log negotiated codec for SIP channel?
Hi, despite some searching I haven't found an answer to this question: Is there a way I can see in the log, or find out in the dialplan, what codec has been negotiated for a SIP channel? If possible, I'd like to do this in both Asterisk 11 and in an old 1.2 system. What I'm specifically trying to do is to determine historically the usage of the G.729 licences installed in a system,
2019 Oct 01
1
SquidGuard update in EPEL
In article <dafd6c5f-9676-c4da-8761-619d6f003525 at microlinux.fr>, Nicolas Kovacs <info at microlinux.fr> wrote: > Le 01/10/2019 ?? 09:05, Liam O'Toole a ??crit??: > > [...] > > > > FWIW, the current release has squidguard 1.6 > > https://packages.debian.org/source/stable/squidguard > > And this all begs the question: who's flying this plane?