similar to: Execution of pre-bridge handlers

Displaying 20 results from an estimated 30000 matches similar to: "Execution of pre-bridge handlers"

2018 Mar 14
2
DIALSTATUS vs HANGUPCAUSE
Hello list, Hope all doing well! I've been checking some cases when a Dial fails and dialplan execution continues to handle this. I am finding it a little confusing how we should handle the DIALSTATUS and the HANGUPCAUSE in this situation.... More specifically, I am facing a case in version 13.6.0 where I am getting a DIALSTATUS=BUSY and HANGUPCAUSE=19 after receiving a 480 SIP error. Seems
2018 Mar 14
2
DIALSTATUS vs HANGUPCAUSE
Thanks Dovid! Indeed looks a bug but regardless of this, this problem made me think that the HANGUPCAUSE could be used for this purpose with benefits. I couldn't find an explanation about when DIALSTATUS would actually be better. The HANGUPCAUSE was reworked in version 11 ( https://wiki.asterisk.org/wiki/display/AST/Hangup+Cause) but I didn't find someone actually stating it is a better
2018 Sep 18
2
AGI timeout option
Please can i ask you i want to know which code can help me to provide the taxation of voip/toip services in asterisk Le mar. 18 sept. 2018 à 01:36, Patrick Wakano <pwakano at gmail.com> a écrit : > Thanks everyone for the answers! > I did explored some options at the PHP level and probably will do > something in this direction, but in fact what I was really looking was >
2020 Feb 25
2
pjsip startup errors when using "with-ssl" configure option
Hi Kevin! Thanks very much for your reply! Much appreciated! So I just have a remaining question from this, if the with-ssl is not mandatory to have the encryption support, what is it actually used for? Maybe it is some old flag which is not needed anymore and so can be ignored for now and possibly removed from the configure/makefile stuff for future releases? Kind regards, Patrick Wakano On
2018 Apr 23
4
Alias for country in indications.conf
Hello list, Hope you all doing fine! I've tried to use the 'alias' directive in the indications.conf file but apparently it doesn't work.... It looks like maybe this feature was removed, because old sample for the indications.conf file have example using the alias parameter, but newer samples don't have it anymore.... also I couldn't find any ticket saying this parameter
2018 Jul 05
3
MixMonitor and ChanSpy whisper
Hello Asterisk list, Hope you are all doing well! We are using the MixMonitor application to record the calls and under some situations the call can be spied using ChanSpy with whisper enabled. Sometimes the spying channel is a person who can interact in the call, and some other times it is a sound file playing a message. The problem is that for some reason the MixMonitor does not record whatever
2018 Sep 14
2
AGI timeout option
I don't know AGIspeedy, but I have some PHP scripts where I set a connect timeout using streams. Example using https, but should be easily adaptable to non-s http.: $pbxsh_bin = @file_get_contents("https://blah.blah.blah", FALSE, @stream_context_create(array('https' => array('timeout' => 5, "verify_peer"=>false,
2020 Feb 21
2
pjsip startup errors when using "with-ssl" configure option
Hello list, Hope you are all doing well! I am facing a problem when compiling Asterisk 16.8.0 in a CentOS 6 box and I wonder if someone can put some light on it. Log history short, install_prereq fails to install the packages (not sure how important they actually are....): speexdsp-devel, gmime-devel, uriparser-devel, iksemel-devel, uw-imap-devel, hoard Then, I am running the following commands
2017 Nov 14
2
RTCP + Stasis causing high memory consumption
Hello Asterisk list, I've facing a memory allocation issue that happens occasionally but on a consistent basis. The problem happens as follow, suddenly Asterisk starts consuming a lot of memory, in a rate of more than 1GB per hour. Kernel will eventually kill it via the OOM killer when memory is really exausted... This situation does not generate backtrace because Asterisk is responsive
2014 Oct 14
1
Do subroutines need their own h extension?
Hi all, According to the documentation ( http://www.voip-info.org/wiki/view/Asterisk+h+extension): Be aware: Macros require their own h extension as they do not make use of the calling context's h extension! Does this apply to subroutines too? I am unable to find the corresponding explanation. If not: what happens when a call is hanged-up during the execution of a subroutine? Is the h
2013 Mar 25
1
Asterisk 11, hangup-handlers, Local channels and channel originate
Hello, I'm giving hangup-handlers a try on a new Asterisk 11.2.1 setup. My plan is to use this handler to update my CDRs with values such as Asterish and Tech cause (see function HANGUP_CAUSE). I want to have my custom hangup-handler be run only once and when "the second channel" hangs up. At the moment, I'm issuing a couple of "channel originate Local/1 at mycontext1
2020 May 04
1
Asterisk and CentOS 8
Hello George, Hope this finds you well! I wonder if there has been any progress on this matter? I've been working to have Asterisk running on CentOS 8 and our jump from CentOS 6 to 8 doesn't look too bad.... The missing packages found are: gmime-devel, iksemel-devel, corosynclib-devel, libresample-devel, hoard and python-devel. Python-devel could be replaced by python2-devel or
2010 Feb 06
1
CONNECTEDLINE
Gentlemen, Did tryout "CONNECTEDLINE" function, was exactly what I have been looking for. But there are at least one thing I cant figure out. Did a very simple and "stupid" extension 0317998955 and ran a test. My phone (0317998975) dials 955, the display on my phone changes from "955" to "Connected Line 955" when my call is answered, shouldn't the
2015 Apr 30
1
Asterisk 11 - CONNECTEDLINE and Asterisk applications
Hello, I recently gave CONNECTEDLINE function a try on an Asterisk 11 setup with a couple of SIP phones. When a SIP phone dials an other one, with a CONNECTEDLINE statement in its dialplan, I noticed that Asterisk update caller's information using a Remote-Party-ID header in 180 Ringing message. For instance: Alice ----------------> Asterisk ------------------->Bob ------- INVITE
2014 Mar 13
1
CONNECTEDLINE(name) ISDN problem
When I set CONNECTEDLINE() info for an incoming ISDN call, the calling party sees only CONNECTEDLINE(num) and the name does not get displayed. Some time ago I called a number, where I did get back a name and a number and everything was displayed correctly. So I think the calling site should basically be able to handle all connected line info. Looking at a pcap trace of the D-channel data, I
2018 Sep 14
3
AGI timeout option
Hello list, Hope you all doing well! Recently, I had an issue with a FastAGI PHP script, which under some specific situation would run into an infinity loop, consuming all CPU resources. This also was preventing Asterisk to terminated the call properly because it was waiting for the AGI to return... The application uses AGIspeedy to process the AGI calls, not sure if this can be affecting this
2018 Feb 21
2
Asterisk crash on core show channel
Thanks for you answer Marcus, So maybe this means some bug was fixed? Anyone aware of something related? >From the release notes, I couldn't find any direct change that could fix this.... Thanks, Kind regards, Patrick Wakano On 21 February 2018 at 20:29, Marcus Kvarsell <Marcus.Kvarsell at fogwise.se> wrote: > Hello, i found upgrading to asterisk 15 helped. > > > >
2016 Dec 12
2
AMI version of CONNECTEDLINE
Hello, Is there any equivalent of the CONNECTEDLINE function which can be called from an application using the AMI? Thanks for any ideas. -- David Cunningham, Voisonics http://voisonics.com/ USA: +1 213 221 1092 Australia: +61 (0) 2 8063 9019 -------------- next part -------------- An HTML attachment was scrubbed... URL:
2020 May 28
2
Notification when on the phone
>>> But if you've already got the caller on the phone, then you might consider the CONNECTEDLINE function in Asterisk... And that we don't. It's the third party that would like the notification the the destination phone is currently busy with another call. CONNECTEDLINE only functions after a channel has been answered. I was successful with using CONNECTEDLINE when issuing
2013 Nov 18
1
CONNECTEDLINE and panasonic 500
Hello! I have following connections over isdn pri: avaya definity---pri--asterisk--pri-panasonic 500 Just because panasonic 500 can't send user's names. I also want to have reverse callerid for avaya users. But if there is no answer in dial plan: exten => _XXXX,1,Set(CONNECTEDLINE(name)=${DB(names/${EXTEN})}) ;exten => _XXXX,n,Answer exten => _XXXX,n,Dial(DAHDI/g4/${EXTEN})