similar to: How to get the original SIP result code

Displaying 20 results from an estimated 300 matches similar to: "How to get the original SIP result code"

2015 Mar 02
4
Problems with the voice quality under load
B.H. Hello, all :-) We have a cluster of Asterisk (v. 11.9) servers that host IVR applications. The servers work behind SIP proxy (kamailio) for load balancing. All servers are in 2 processor configuration, 8-10 cores per CPU. When a particular server gets about 500 concurrent calls, the sound quality begins to degrade, the sound plays slowly and with clicks. As far as i understand, it's
2013 Jun 11
2
A problem with IAX2
B.H. Hello! We have several Asterik boxes that are connected to PSTN using PRI cards and they are interconnected using IAX2 trunks so that incoming calls are delivered from PSTN to the servers they belong to. In past we were using asterisk 1.4 on the server that is receiving IAX connections and everything worked as expected. Recently, we have switched to a newer box with asterisk 1.8.22 and
2015 Jun 17
1
Channels stuck on CONFBRIDGE_INFO
B.H. Hello, all. We have noticed many calls on our PBX get "stuck" - the other end sends BYE, and our side sends ACK but the call remains active (no hangup event on AMI, the call is listed in 'core show channels') and it's impossible to hang up until asterisk is restarted. Asterisk's log shows lots of messages like this: chan_sip.c: Autodestruct on dialog .... with
2006 Feb 27
1
Problems dialing to another Asterisk server
Hi, I have a problem dialing a SIP phone which is logged in as different Astesrik machine from the one I am working with. I want to call a phone in Another astersik machine in , if it answers, calling a SiP phone registered in my ASterisk: My dialplan is: [mariaSIP] exten => _1.,1,Wait(1) exten => _1.,2,Dial(SIP/6021@192.168.0.51:5038,20) exten => _1.,3,HangUp() exten =>
2013 Aug 11
1
SIP trunk and congestion handling
B.H. Hello, all. We have a dialer software that runs outgoing telephony campaigns. We have been using it successfully with PRI cards, now we're evaluating it's use also with a SIP trunk. Most of the things run perfectly good without a need to change anything except for dial string, but there's some strange problem with asterisk interpreting SIP result codes. Our software is written
2009 Oct 05
3
OriginateResponse Event
Hi people, I'm executing some parallel Originate async, is there a way to know the result of each originate?... I was looking at the OriginateResponse event, but I don't know how to get it from my web service. Also, if I have 3 originate in parallel, how can I identify the OriginateResponse of each one? Thanks in advance... Anahi Ludue?a
2013 Jun 03
1
DAHDI 2.6 and OPENVOX cards
B.H. Hello, all :-) We have some OPENVOX D410P PRI cards and we are successfully using them with Asterisk boxes which are based on stock ubuntu 12.04 DAHDI and Asterisk packages. The card is recognized by DAHDI as 'Wildcard TE410P (2nd Gen)' and it uses wct4xxp driver. Now, i'm trying to run this hardware with DAHDI 2.6.2 package which is available from asterisk.org site and looks
2014 Jan 01
1
Get data from the SDPof SIP INVITE message
B.H. Hello, all I'm using Asterisk 11.7, connected to PSTN using SIP trunk. I'm looking for a way to get data from INVITE's SDP. Specifically, i would like to get a value of o= for incoming call from PSTN because it contains data about the operator that the call originates from. I have googled for a solution and found this patch:
2009 Jul 29
1
Matching Originate action with its NewChannel event
An application commanding asterisk with AMI is going to launch lots of concurrent calls in very few seconds using the Originate AMI command but it's also going to need to be able to cancel very quickly any call of them even before each OriginateResponse event comes in. All the calls will be done by the same trunk (a trunking enabled channel). But there's a problem for canceling any call:
2018 Jun 09
2
getting real sip status after dial
I think HANGUPCAUSE is channel agnostic. See: core show function HANGUPCAUSE Some thing like this IIRC: Set(my_cause=${HANGUPCAUSE(${CHANNEL(name)},tech)}) Remember the incoming leg of the call and the outgoing leg of the call are different channels. Make sure you are giving HANGUPCAUSE the correct channel. On 06/09/2018 02:01 PM, Khalil Khamlichi wrote: > It seems very weird to me
2010 Dec 01
1
Reasons of OriginateResponse
Good morning everyone. I wonder where I can find a list of the reasons the event OriginateResponse. I found this list [1]. But in my Asterisk has other reasons too. [1] 0 = no such extension or number 1 = no answer 4 = answered 8 = congested or not available Thanks in advanced, -- Rodrigo Lang Opening your mind - Just another Open Source site<http://openingyourmind.wordpress.com/>
2007 Sep 26
1
Manager Originate Action and Cancel
I'm using the Originate Action on the Asterisk Manager to place calls between two extensions in async mode. Is there any way to cancel the Originate Action before I get the OriginateResponse action? I'm unable to perform a Hangup because I can't know the channel name before I get the response... thanks in advance! -- santiago aguiar *netlabs* / Palmar 2548 Montevideo, Uruguay Tel.
2010 Oct 21
1
How to kill AMI ORIGINATE on-the-fly
My application fires several calls thru AMI ORIGINATE command. For example if I have 3 operators I do 3 ORIGINATEs. My trouble is when one operator quit for some reason, I should kill the corresponding ORIGINATE. Of course, I could let the call ring and hangup after the customer pick-up. But this is not the case, I do have to kill the corresponding ORIGINATE. I could execute a soft hangup,
2008 Apr 10
3
Removing "Parsing /etc/asterisk/manager.conf" from CLI
Hello, Is there any way of removing this line from showing on the console? I have a script that logs in every few seconds to manager and it makes the CLI output very hard to follow because of the " == Parsing '/etc/asterisk/manager.conf': Found". (Yes, Found! manager.conf was there 3 seconds ago, guess what it's still there.) There is a very old feature request about this
2007 Jul 09
10
Monitor events?
Hi all, I would like to know if there is any possibility to send an event when a call is monitored? For both start and stop monitor. There is no event sent on asterisk 1.2 for that monitor case. I did not find any changes regrding that on 1.4. Am I wrong? Is it even possible to send an event when a monitor starts or stop ? Or is this a bad idea. Regards, Daniel
2015 Aug 06
3
Asterisk uses "Anonymous", but why?
On Thu, Aug 6, 2015 at 12:33 PM, Murthy Gandikota <murthy64 at hotmail.com> wrote: > > > ________________________________ > > Date: Thu, 6 Aug 2015 12:07:35 -0500 > > From: rmudgett at digium.com > > To: asterisk-users at lists.digium.com > > Subject: Re: [asterisk-users] Asterisk uses "Anonymous", but why? > <snip> > >> Here
2007 Jul 12
1
Queues monitoring software
Hello all, A client of us, needs a queue monitoring system. In realtime he needs to now the PRI status, the agents logged in and logged out, the number of received calls by agent, ....,etc. I am not a call center specialist and i want to find a call center software to offer to my client that fits his needs. I need a monitoring solution for incomming and outgoing calls and a queue management
2006 May 29
4
Recent debian packages?
Hi, I'd like to use the convenience of apt packaging, but debian sarge's default asterisk is something like 1.0.7. Are there any apt repositories which provide newer versions of the software? Thanks! -- Jean-Michel Hiver - http://ykoz.net/ D?couvrez la R?union des Technologies IP & Telecom TEL: +262 (0)262 55 03 98 - RCS 434 273 330 SAINT PIERRE
2007 Feb 28
3
multiple phones registered for the same user
Dear all, I've noticed that when I have a phone registered in Asterisk, and then I register another phone with the same user, the "sip show peers" in the CLI shows that Asterisk replaced the IP of the first phone by the IP of the last one registered for that user. Consequently, if someone calls that user, only the last phone rings!! How may I configure Asterisk to be able to
2015 Aug 06
2
Asterisk uses "Anonymous", but why?
On Thu, Aug 6, 2015 at 1:25 PM, Murthy Gandikota <murthy64 at hotmail.com> wrote: > > > ________________________________ > > Date: Thu, 6 Aug 2015 12:55:28 -0500 > > From: rmudgett at digium.com > > To: asterisk-users at lists.digium.com > > Subject: Re: [asterisk-users] Asterisk uses "Anonymous", but why? > > > > > > > > On