similar to: Asterisk 16.23.0 strange issue where Answer request succeeds and able to perform actions but Asterisk never sent 200 OK to answer call

Displaying 20 results from an estimated 5000 matches similar to: "Asterisk 16.23.0 strange issue where Answer request succeeds and able to perform actions but Asterisk never sent 200 OK to answer call"

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 =>
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:
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,
2011 Oct 19
1
macchiato -- so much for the markdown grapevine
so much for the markdown listserve grapevine... it ends up that there has been a markdown-savvy display-in-real-time app for a couple months now, by the name of "macchiato", coded by a college kid. > http://getmacchiato.com > http://kswizz.com/post/8624456381/macchiato > http://mac.onedayoneapp.com/macchiato/ > http://shawnblanc.net/2011/08/macchiato/ >
2013 May 08
0
Transfer cmd via AsyncAGI
Hello, I am using Asterisk 11.0.1 and do not notice any changes regarding the Transfer on newer Asterisk 11.x versions. I am using AMI and controlling a channel via AsyncAGI. I send a Transfer cmd (such as the following) Action: AGI ActionID: C8 Channel: SIP/1004-00000002 CommandID: C8 Command: EXEC Transfer SIP/1003 Destination phone starts ringing. If it answers the
2012 Mar 31
2
Is it there any std pattern in R which show same representation style of ppt found on net
i m searching on net,material related to R, whenever i get ppt presentation of some topic ,i found it in speical format white backgroud & blue bars,having links for further topics see link 1) https://www.rmetrics.org/files/Meielisalp2007/Presentations/Pfaff.pdf 2)http://grapevine.com.au/~yanchang/docs/Time-Series-Mining-slides.pdf If this is format,how can i made it,if i want to give my R
2010 Dec 09
1
Complete newbie - create microarray image from data file?
Hey So sorry to be a total newbie, but i'm just finding my feet with R. I heard on the grapevine i could recreate a scanned microarray image, or at least get a good graphic of it from a just a data file. I have .txt files for illumina beadarrays but no images cos the service we used didn't send them. The 'beadarray' package seems to require TIFFs to get the graphic output. Does
2009 Mar 30
1
The Redirect hangups the call while playing a file
Hi, I'm bringing this discussion here from http://www.moythreads.com/wordpress/2007/12/24/asterisk-asynchronous-agi/ about how to manage stopping a playback on a extension previously launched with AsyncAGI and redirecting the call to another exension. If I make the Redirect without a playback, the Redirect works: http://docs.google.com/Doc?id=ahfnfrcrh3rr_30f7fzq4hd But if I make 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
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
2005 Dec 23
1
Emails that get sent out on various site actions
Hi, I have a list of various "events" that emails should be sent out on. Example: user registers with site, or a user takes a test. And I want the admin user to be able to configure what email addresses should receieve the emails that get sent out on the events. Example: joe-TIA8ZjFfG1I@public.gmane.org and jane-+LBmYUDmh58@public.gmane.org get an email when a user registers, and
2007 Apr 16
3
Audio Problems - Operating System??
Hey All, I've been using Asterisk for a couple years now, but have always had some unsolvable audio problems. I get audio stuttering and popping quite often. Even if I have just one call up! The server is a Dual Duo-Core 3.0ghz Xeon Processor PC with 4 GB or ram. It just seems to me that this should NOT be happening. The server resources are nearly 98% idle. I've tried using
2008 Feb 14
2
R on AIX?
Hi, Last year our systems group tried to install R on an IBM p5-570 machine (16 nodes, 256 GB shared RAM), running AIX 5.3. They ran into all sorts of difficulties and finally gave up. I am interested in trying again (and working with an IBM support group if necessary), but before embarking on this odyssey I was wondering if anyone on this list has ever successfully run R on a similar
2019 Nov 01
2
Is it possible to record 2-4 party call audio in stereo quality as opposed to mono?
We have a customer who wants us to record anywhere from 2-4 participants on a call in stereo (as opposed to mono) quality audio. Some background.. We are using asterisk 16.6.1 We are also currently using AMI/AsyncAGI and ConfBridge to bring the parties together. I believe recording in the various file formats (based on extension), it's always recording in mono quality. My one thought is to
2019 Jul 14
2
Sent messages disappear and don't arrive. (Receiving is ok)
Hi List, I'm running an email server (Postfix, Dovecot, MySQL) on an RPi. I set it up using this 'howto' https://pestmeester.nl/index.html#11.0. It seemed to work but now sent emails just disappear and are not received. Inward emails are ok. I'm a Linux and Postfix Dovecot learner so please treat me as not being very knowledgeable. I'm not even sure if this is a Postfix or
2019 Jul 14
0
Sent messages disappear and don't arrive. (Receiving is ok)
On 14 Jul 2019, at 03:35, John via dovecot <dovecot at dovecot.org> wrote: > I'm running an email server (Postfix, Dovecot, MySQL) on an RPi. I set it up using this 'howto' https://pestmeester.nl/index.html#11.0. It seemed to work but now sent emails just disappear and are not received. Inward emails are ok. You will need to look in your postfix logs to see what is happening
2010 Jul 10
1
False answer() being sent by cellphone providers
-----Original Message----- From: asterisk-users-bounces at lists.digium.com on behalf of Steve Edwards Sent: Fri 7/9/2010 5:32 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Cc: Subject: Re: [asterisk-users] False answer() being sent by cellphone providers On Fri, 9 Jul 2010, Mike Ely wrote: > (off list) Continuing to veer off-topic... > Yes indeed we do. The telcos
2008 Jan 31
1
never have been able to run rake doc:app
Perhaps it''s just a Fedora thing but it would be nice to generate my application''s API $ rake doc:app --trace (in /home/storage/users/craig/svn/th-db/branches/phase5) ** Invoke doc:app (first_time) ** Invoke doc/app/index.html (first_time) rake aborted! Don''t know how to build task ''doc/README_FOR_APP''
2009 Jul 21
1
Scalability and stability matters
Hi all, I'm planning to develop a custom autodialer application which will be dealing with its own model for agents and queues, therefore it won't use neither asterisk agents nor asterisk queues, nor asterisk cdr. The application will supply the whole reporting and agent managing features by itself. The application will command asterisk through an AMI telnet connection using only the
2001 Feb 03
1
turnpike 6 - a challenge for i cognoscenti, or a lost cause
The beta version of turnpike 6 is out. I'm using it here, but under win4lin. A big point of the new version is that it uses windows explorer, and I had heard on the grapevine that it was therefore going to be a problem proggie for wine. I've tried running the v6 'connect' program under wine - that works fine (downloads a new newsgroup list, gets me an e-mail - when WILL I be