similar to: Async AGI

Displaying 20 results from an estimated 10000 matches similar to: "Async AGI"

2008 Dec 05
2
async agi question
Hi, I am developing asterisk support for our application using the Async AGI and Asterisk-Java. One thing I haven't been able to implement is how to stop playing a sound. Something similar to StopIO for Dialogic GlobalCall or DivaStopSending for Eicon. Is there any way to achieve this today which I have missed? Or could someone give me hints on how I could implement this in the res_agi.c The
2015 May 15
1
Re-INVITE and bridge breakage
Hello, as a variation of our issues with Adhearsion calls dropping when an INVITE comes in for a bridged call, I now have a new issue to contend with. Our call is in an AsyncAGI application, and has been bridged to another channel. The provider that supplies the DID sends a polling reINVITE every 15 minutes (it's a documented Metaswitch behavior amongst others). The reINVITE is seen as a new
2009 Oct 29
1
Async Agi problem
Now that everything seems to rock I've hit the next hurdle. In my extensions.conf I have the extension: [agi-async] exten => _01XXXX,1,Agi(agi:async) and I can see that the context is "hit" when dialing into *. However my java app that's supposed to receive async agi events get no such events at all, but it does receive other manager API events. * version is 1.6.1.4
2009 Jun 05
5
How run AsyncAGI commands in background
Hi all, I have an external application commanding asterisk by AMI and AsyncAGI. I also have a dialplan like this: ; AsyncAGI extensions exten => _8.,1,Noop(entering in AGI loop at 8 ${EXTEN}); exten => _8.,n,AGI(agi:async); exten => _8.,n,Hangup(); ; Meetme extensions exten => _1.,1,Noop(Conference ${EXTEN} ${CONTEXT}); exten =>
2006 Nov 13
4
Asterisk IVR functionality
Hi i have an application developed with bayonne. Recentely i'm experiencing some problems and i am planning to migrate to asterisk. I would like to know if i can do these things whit asterisk: - IVR integration with database (mysql, insert,delete,update,select) - TTS - record exploration (for example, check if some resources are available in the database, and list them to the user (via
2018 Mar 22
2
AMI potential memory leak
HI Matt, I am trying to replicate this particular problem. We are seeing more frequently where the Event: AsyncAGIExec is never being sent. The two scenarios I have seen in tests yesterday and today... We sendl an AMI action. For example, play a short file or hangup. AMI Events will indicate it did the work, but we never receive the Event: AsyncAGIExec with a result at all. Asterisk debug
2013 May 14
4
dial and bridge
Hi all, I need some advice - I have been working on originating multiple calls using AMI and then joining them. What I want to do is: - dial call 1 (where the caller is in a "channel" format, like SIp/1234 or Local/1234 at ext) and "park" it somehow - dial call 2 (where again the caller is in channel format) and join it to the previous call. As a requirement, I cannot use the
2011 Dec 16
1
CDR END TIME in correct in 1.8+
Hi, I've tested 1.8.6.0, 1.8.4.0 and 1.8.0 I can get proper start and answer time but not the end time of call <SIP/11-00000000>AGI Rx << GET VARIABLE CDR(start) <SIP/11-00000000>AGI Tx >> 200 result=1 (2011-12-16 18:34:48) <SIP/11-00000000>AGI Rx << GET VARIABLE CDR(end) <SIP/11-00000000>AGI Tx >> 200 result=1 (2011 12-16 18:34:48)
2005 Mar 17
2
ser+asterisk - security
Hi there, I'm using ser and asterisk together. Asterisk for voice mail etc and ser for registration of the users usig database. I can restrict forwarding calls from another sip proxy to ser (using proxy_authorize) but how can I restrict access to asterisk ... Now everyone can forward calls to my asterisk and can place pstn calls. Thanks in advance, Pavel -------------- next part
2013 Jan 02
3
Dialing out and recording
Hi, I am using asterisk via AGI and want to be able to record a call. The scenario is: 1. A call comes in 2. The call is redirected to a mobile number via a local extension and ChannelRedirect 3. The local extension looks like something this: exten => _X.,1,Dial(SIP/${EXTEN},60,?) exten => _X.,n,Agi(agi://localhost/aj.agi?action=??..) I have looked through all arguments of Dial
2016 Sep 21
3
AsyncAGI - How to jump in dial plan when no action initiated on channel or AMI user is disconnected
It means, AMI application is no more running or crashed or lost network connection with asterisk server. In such cases call is neither answered nor disconnected by Asterisk. I want to detect such state and jump to next dial plan to answer or reject the calls Regards Amit Patkar On September 20, 2016 8:07:23 PM GMT+05:30, Matthew Jordan <mjordan at digium.com> wrote: >On Sat, Sep 17,
2016 Sep 17
2
AsyncAGI - How to jump in dial plan when no action initiated on channel or AMI user is disconnected
Hi Is there any way to detect inactivity on channel when AsyncAGI is used? I want to detect whether application handling calls using AMI & AGI has stopped responding. Alternatively, how can dialplan check if there is any AMI user connected and decide dial plan execution? Thanks & Regards, Amit Patkar -------------- next part -------------- An HTML attachment was scrubbed... URL:
2015 Aug 24
3
PJSIP add
I am trying to set add a SIP Header to a call before adding it to the Queue. The dial plan sends the call to my macro to perform the work. When I use chan_sip, everything works as expected. When I use PSJIP support, it's not adding the SIP header. Looking at the output, I see the macro is called in both cases. In the PJSIP case, the added sip header never is showing up in the asterisk logs
2011 Feb 11
6
On-Hold Music
Hi gang, In 500 words or less (if possible), please explain what is a legal music-on-hold file? My boss hates the stuff provided with the distribution and I figure that I'm asking for trouble if I take my Les Mis tracks and run them through Audacity and SOX to make new files. Thanks in advance Danny Nicholas -------------- next part -------------- An HTML attachment was
2011 Nov 25
1
Install Adhearsion on Debian
Hi, I'm giving Adhearsion a try on a Debian Squeeze. I read here (https://github.com/adhearsion/adhearsion/wiki/Getting-Started) that the command "sudo gem install adhearsion" should "automatically add the ahn command to your system". On mine I can't run ahn without specifying full path (/var/lib/gems/1.8/bin/ahn). Did I miss something ? Regards -------------- next
2013 May 30
2
Executing a dynamic sequence of applications
Hello, I'm researching the possibilities of multiple communication platforms like Asterisk and FreeSwitch for handling a dynamic sequence of applications to execute, like Playback, Read, etc. This only applies to originating a call from an external application by using the AMI Manager and the Originate action. I need to know the following: 1) Does the Originate action support multiple
2011 Dec 15
3
Play audio file for both Caller and Callee in a call
Dear all, Anyone of you knows how to play an audio file at the beginning of a call for both Caller and Callee? A(x) of Dial application only plays audio for callee. I don't want to use MeetMe because I want to use Monitor and MixMonitor. Thank you! ________________________________ Este mensaje se dirige exclusivamente a su destinatario. Puede consultar nuestra pol?tica de env?o y recepci?n
2012 Jan 04
1
Rami
Hi, Does anybody know if RAMI (Ruby Ami) is still functional? And is this still compatible with asterisk 1.8 Best Regards, Arjan Kroon Mobillion BV
2010 Sep 02
4
agi playback to execute say.conf settings
Hi all, I am using asterisk-1.6.2.10. I changed say.conf script for customized number reading. In the extension.conf: -------------------------- [number-to-voice] exten => 8765,1,playback(num:344345,say) exten => 8765,n,hangup It executes corresponding say.conf script and produces good results for me. but when I write it in agi does not working. Here is agi debug output from asterisk.
2012 Jan 04
2
asterisk -> AGI (perl) -> sqlplus (oracle)
Hi all, I'm trying to run an AGI in PERL which uses the module DBD-Oracle. Currently my AGI is working fine in my two servers but not in my other four servers. When I tried execute an AGI (as a user asterisk) in command line it works fine (even I also declare environmental variables in user profile and in my AGI), but when I tried to call my AGI (perl) in dial plan, it don't get