similar to: manager api - Async:True?

Displaying 20 results from an estimated 30000 matches similar to: "manager api - Async:True?"

2009 Feb 13
2
Fwd: Manager Interface Originate (ASYNC) - How to get the Originate Status
Dear All, I am originating the call directly to the SIP Provider using the maganger interface + originate (ASYNC) command. Here is the PHP-AGI Script. $call = $asm->send_request('Originate', array('Channel'=>"SIP/416XXXXXXX at ABC/n", 'Context'=>'ORIG',
2010 Apr 13
0
What's are the possible return values of AMI Originate when Async is set to 0?
Hello all, What are the possible values returned by AMI Originate when it's called with Async set to 0? Is there any way to find out whether the dialed channel was busy, invalid, etc. without requiring Async to be 1? Thanks in advance, Leo
2005 Sep 15
0
AW: ***SPAM*** actionID on manager events
hi, afaik, the action-id provided with the OriginateAction should only show up in the OriginateSuccess or OriginateFailure event. Intermediate events that are generated when the channels are create will NOT carry the action-id of the originate. The async flag tells asterisk to process originates in parallel, i.e. if you have two users originating calls and NO async flag set, the second originate
2012 Sep 25
0
Question about async channel or macro for monitoring a call
Hi, Im trying to do this: 1) Originate a call between an external number and a ivr that do some things in background 2) after the originate I bridge the person that dial that extent with the external number I would like to have the ivr in background while the bridge is up for monitoring porpoises, but seems to stop processing when the local bridge is done other possibility could be
2006 Jan 30
1
Manage api- Matching 'Newchannel' event with the 'Originate' command
Hi all, When the 'Originate' command is issued with 'Async' open set to 'yes', I got the response right away with the correct 'ActionID'. What follows is the 'Newchannel' event with a 'Channel' ID, but their is no 'ActionID' to tie it back to the command. How do you guys deal with this? -------------- next part -------------- An HTML
2020 Jun 18
0
[PATCH AUTOSEL 5.4 096/266] virtiofs: schedule blocking async replies in separate worker
From: Vivek Goyal <vgoyal at redhat.com> [ Upstream commit bb737bbe48bea9854455cb61ea1dc06e92ce586c ] In virtiofs (unlike in regular fuse) processing of async replies is serialized. This can result in a deadlock in rare corner cases when there's a circular dependency between the completion of two or more async replies. Such a deadlock can be reproduced with xfstests:generic/503 if
2020 Jun 18
0
[PATCH AUTOSEL 5.7 131/388] virtiofs: schedule blocking async replies in separate worker
From: Vivek Goyal <vgoyal at redhat.com> [ Upstream commit bb737bbe48bea9854455cb61ea1dc06e92ce586c ] In virtiofs (unlike in regular fuse) processing of async replies is serialized. This can result in a deadlock in rare corner cases when there's a circular dependency between the completion of two or more async replies. Such a deadlock can be reproduced with xfstests:generic/503 if
2017 Feb 20
0
Re: Fwd: nbdkit async
> ----- Forwarded message ----- > > Date: Sat, 18 Feb 2017 22:21:19 -0500 > Subject: nbdkit async > > Hello, > > Hope this is the right person to contact regarding nbdkit design. > > I have a high latency massively parallel device that I am currently > implementing as an nbdkit plugin in c++ and have run into some design > limitations due to the synchronous
2005 Feb 01
0
manager api events (pri vs pstn)
Asterisk 1.0.3 TDM400P/TE410P Using originate() call progress "Events" normal progression on completed call ================ Event: Newstate State: Ringing Event: NewState State: up ================ On "pri Zap" channels call progress events will wait @ "State:Ringing" until call FAILS via timeout if number dialed is disco'd, out of service, etc. and produce
2007 Dec 14
0
async-observer rails plugin
I''m pleased to announce the existence of async-observer. This is the very first public release. In the future I''ll confine announcements to the beanstalk-talk mailing list. WHAT IS ASYNC OBSERVER? ----------------------- Async Observer is a Rails plugin that provides deep integration with Beanstalk. beanstalkd is a fast, distributed, in-memory work-queue service. Its
2019 Aug 06
1
Samba async performance - bottleneck or bug?
Hi David, > You're still using direct I/O with fio, which will likely disallow > client side caching with oplocks/leases. Is there a way to bypass this with settings in smb.conf at all and transform all writes to async? > I'd recommend checking that your (cifs.ko?) client is using a relatively > modern SMB2+ dialect and that leases are enabled on both sides. Yes, I
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.
2017 Jan 16
0
[PATCH 0/4] Allow ASYNC flip with atomic helpers.
Hi Harry, On Monday 16 Jan 2017 16:13:39 Harry Wentland wrote: > On 2017-01-16 03:39 PM, Laurent Pinchart wrote: > > On Monday 16 Jan 2017 10:44:54 Andrey Grodzovsky wrote: > >> This series is a folow-up on > >> https://patchwork.kernel.org/patch/9501787/ > >> > >> The first patch makes changes to atomic helpers > >> to allow for drives with
2018 Jan 26
0
RFC: async plugin support
I've created a workable async framework with the latest nbdkit code and a sample file plugin using aio to service requests. This allows for a single worker thread to issue multiple requests in parallel via a callback mechanism. Existing locking mechanisms are preserved and if an async thread model sets THREAD_MODEL < PARALLEL then nbdkit continues to properly serialize. The changes are
2019 Jul 19
0
Samba async performance - bottleneck or bug?
Hi, On Thu, 18 Jul 2019 19:04:47 +0000, douxevip via samba wrote: > Hi, > > I have a ZFS dataset that has sync writes disabled (setting sync=disabled) which means that it will only do async writes, and sync requests get converted to async writes. The ZFS dataset is hosted on a single Samsung 840 Pro 512GB SATA SSD. > I have this same dataset served as a Samba share, using Proxmox VE
2019 Jul 25
0
Samba async performance - bottleneck or bug?
Hi, On Fri, 19 Jul 2019 23:26:55 +0000, douxevip wrote: > So to summarize, this is the situation: > > 1) I run a fio benchmark requesting, small, random, async writes. Command is "fio --direct=1 --sync=0 --rw=randwrite --bs=4K --numjobs=1 --iodepth=1 --runtime=60 --group_reporting --name=sambatest --size=32k --time_based". I run this command on both the host, as on the Samba
2007 Sep 10
5
Asterisk Manager API - Originate command
Hi all, Just ran into some issue with the originate AMI command. It seems that there is a limit of around 120 calls I can place with the originate command simutanously. By that I mean sending Asterisk a lot of originate command very fast. Anyone know if there is a limitation? Thnx. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Jun 21
0
ENC: Action Originate (Asterisk Manager) X Monitor()
Hi people! I need a help. I connect with Asterisk Manager and execute an Originate Action that asks for Asterisk to call for a number 09194**** and to transfer to peer 101. This command enters in my dial plan extension that I made exclusively for tests. The problem is: If I do the call through ORIGINATE Action, the Monitor() just makes the record file, but this is empty, if I do
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
2008 Feb 29
1
Can call in but cannot call out (CHANUNAVAIL): TE410 + Asterisk 1.4.13 + Zaptel 1.4.6 + Libpri 1.4.2
I encountered this strange problem which is I can call into Asterisk box but I cannot call out. I was successful before using exactly the same euroISDN line but with TE110 and different versions of Asterisk. This time, I am using: . TE410 . Asterisk 1.4.13 . Zaptel 1.4.6 . Libpri 1.4.2 1) I put the following into extensions.conf to get to the outside line exten => 0,1,Dial(Zap/1) 2)