similar to: Multi-homed SIP in Asterisk 11?

Displaying 20 results from an estimated 6000 matches similar to: "Multi-homed SIP in Asterisk 11?"

2011 May 24
1
SIP per-call heartbeat?
One of our customers has an Asterisk conference bridge connected to a SIP trunk from an ITSP. Yesterday, they had two inbound calls that didn't get hung up properly. From the tcpdump SIP trace that we have running continuously, I can see that no BYE was received by the bridge, and when some hours later the hangup was forced from the bridge end, the bridge sent a BYE to which it received a 481
2006 Feb 08
1
SIP on IP aliases
I have some Asterisk boxes in my SIP provider's colo, and the SIP connections are done without using any kind of authentication credentials. It's a secure network, so I guess that's OK. I now want different sets of calls from one box billed to different customers, by the providers billing system, and the provider says that the distinction can only be made by having the differnet sets
2005 Sep 15
3
${DIALSTATUS} problems
Hi. I'm dialling two numbers - one that's unobtainable, one that's busy. ${DIALSTATUS} is coming back ANSWER each time right before the channels hang up. Am using the following dialplan macro to dial out. [macro-advdial] exten => s,1,Dial(${ARG1},20,g) ; Ring the interface, 20 seconds maximum exten => s,2,Goto(s-${DIALSTATUS},1) ; Jump based on status
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
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]:
2011 Apr 28
9
How to create distortion, echo, and chopping sound in a SIP trunk?
Hi everyone, How can I introduce some distortion, echo, chopping sound and all other bad quality things that can happen to a SIP trunk? I have plenty of bandwidth and crisp clear lines so the only thing that I can think of is to limit bandwidth but even that requires quite some scripting work. Is there any easy way to simulate a distorted SIP line temporarily for testing? I am appreciate
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
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 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
2019 Jul 20
2
ARI libraries?
In article <301a2e78-d490-3805-e30f-41b668aac5c1 at sysnux.pf>, Jean-Denis Girard <jd.girard at sysnux.pf> wrote: > > Hi Tony, > > Le 20/07/2019 à 06:29, Tony Mountifield a écrit : > > Are there any other languages/libraries I should be considering? > > Same here, after years of AGI / AMI, I recently made my first project > using ARI on Asterisk-16. I love
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
2015 Aug 18
2
C5 recent openssl update breaks mysql SSL connection
In article <55D20981.7030902 at centos.org>, Johnny Hughes <johnny at centos.org> wrote: > On 08/17/2015 10:57 AM, Tony Mountifield wrote: > > I recently applied updates to a CentOS 5 box running MySQL. I've discovered > > that the new version of openssl, 0.9.8e-36.0.1.el5_11, breaks MySQL SSL > > connections. > > > > If I rename
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
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?
2008 Apr 18
3
Closest Fedora to CentOS 4?
Hi, I want to take a SRPM that is available for various versions of Fedora and rebuild it on a CentOS 4 system. Which release of Fedora is the closest to CentOS 4? In other words, which would be the best FC to take the SRPM for? Cheers Tony -- Tony Mountifield Work: tony at softins.co.uk - http://www.softins.co.uk Play: tony at mountifield.org - http://tony.mountifield.org