similar to: Anyone (else) need an asynchronous asterisk event->action framework ?

Displaying 20 results from an estimated 400 matches similar to: "Anyone (else) need an asynchronous asterisk event->action framework ?"

2010 Aug 19
4
implementing project management and event types
I am implemented a simple project management application. Each project has various events, and each event can be a different type. Some event information is common, such as name, start date, close date, and comments. I have a projects table which has_many events. My plan is to have several sub-event tables, like event_get_access which will contain an event_id field to link it to table events as
2010 Oct 08
0
Weird stalling of playback on IAX2 channels on 1.8svn
On 8 Oct 2010, at 15:37, Danny Nicholas wrote: > -----Original Message----- > From: asterisk-users-bounces at lists.digium.com > [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Tim Panton > Sent: Friday, October 08, 2010 9:34 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: [asterisk-users] Weird stalling of playback on IAX2 channels
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
2010 May 20
0
Early injecting Jack between call parties
I use Jack for getting callee sound. Dial with option M(): JACK_HOOK(manipulate,i(rec_737219:input),o(rec_737219:output),c(rec_737219))=on This works fine, but I need to connect the sound channel to Jack *before* the actual answer. As you can see in the AMI log, between "Ringing" to JACK_HOOK there is a 6 second break. I don't want that. I need a way to launch Dialplan function
2007 May 04
1
ASA-2007-013: IAX2 users can cause unauthorized data disclosure
> Asterisk Project Security Advisory - ASA-2007-013 > > +----------------------------------------------------------------------------------+ > | Product | Asterisk | > |----------------------+-----------------------------------------------------------| > | Summary | IAX2
2007 May 04
1
ASA-2007-013: IAX2 users can cause unauthorized data disclosure
> Asterisk Project Security Advisory - ASA-2007-013 > > +----------------------------------------------------------------------------------+ > | Product | Asterisk | > |----------------------+-----------------------------------------------------------| > | Summary | IAX2
2011 Apr 01
0
Digium launches flying phone-phone
Huntsville 4/1/11 Digium inc today launched a new flying android desk phone. The new handset includes a small low noise helicopter to assist in call transfers. The device has speech and gesture recognition, so when you don't want to take a call you can either wave it away or say ("Kevin will answer that"). The flying handset has a megaphone and boom mic for priority call mode
2010 Aug 23
1
can't build resODBC on SUSE 11.3
What is menuselect actually looking for when it blocks me from selecting res_odbc ? I've got unixOdbc installed and working. I also have /usr/lib64/libltdl.so.3 - so I'm confused as it is claiming these are the pre-requisites ? How can I best track down what it _thinks_ is missing ? (This is on asterisk 1.8 svn trunk - but I don't think that is important, I think it is a package
2010 Oct 08
2
Weird stalling of playback on IAX2 channels on 1.8 svn
I've hit an odd issue in a test 1.8 deployment, playback() stalls mid file. The call stays up, but asterisk stops sending packets. It doesn't always happen - but on demo-congrats it happens about half the time. It only happens in IAX calls. Anyone else experienced it ? (I filed an issue just in case it isn't just me) T. Tim Panton - Web/VoIP consultant and implementor
2007 Jul 23
1
VPN on Asterisk
Dear Tim; What is folks? Where I can find it about VPN solution? Regards Bilal > Hi, > > Greetings to All, > > Im looking for some help on configuring VPN on the Asterisk PBX that I > have hosted in US. Im currently in Middle East and as everyone knows > some countries here has taboo to VOIP. Im not able to get phy phones > registered to my PBX as they are blocking SIP
2008 Sep 26
0
PRI TE110P Configuration (Solved)
Hi, The problem solved After installing new zaptel drivers, we ran the "genzaptel" command to generate /etc/zaptel.conf file,checked with "zttool" command and the card status was "Yellow alarm/Blue alarm/Recovering" and the card LED was blinking red and green. The problem was with the generated zaptel configuration., but not with the pin
2011 Jan 22
4
Crossover cable for E1 ?
I'm looking to connect a BMC 450 to an asterisk with a Digium Quad E1 card. Am I right in thinking that I'll need a special 'crossover-E1' RJ45 cable? If so, any clues where I might buy one in the UK? The Digium card sellers don't seem to stock such a thing. Thanks. Tim. Tim Panton - Web/VoIP consultant and implementor www.westhawk.co.uk
2010 Mar 27
3
Trying to configure xorcom on Suse 11
I'm having trouble getting a xorcom set up. A large part of the problem is that the box is a _long_ way away and I can't get to/at it easily, so while I could probably fix this in a few hours if the machine were in front of me, I'm struggling over a slow unreliable laggy link. Ok, enough whining from me. I have a new Xorcom plugged into the usb of a Suse 11 machine I built Dahdi
2011 Mar 08
3
Weird PRI error on an QUAD E1 span: Ring requested on unconfigured channel 255/255
After working fine for a week or so my new Quad E1 asterisk 1.8 system has started rejecting outbound calls from the Nortel BMC 450 it is connected to. The cli fills up with these: sig_pri.c: Ring requested on unconfigured channel 255/255 span 3 Is this likely to be a 1) config error 2) cable issue (I made them) 3) hardware problem with the Digium card 4) software (lib pri) Any clues?
2009 Mar 06
0
[ANNOUNCE] libXrandr 1.3.0
Final RandR 1.3 release of libXrandr. Changes to libXrandr-1.2.99.4: Alan Coopersmith (1): Add README with pointers to mailing list, bugzilla & git repos Julien Cristau (1): Fix thinkos Keith Packard (1): Send X_RRGetOutputPrimary when making an X_RRGetOutputPrimary request Matthias Hopf (1): Bump to 1.3.0 Paulo Cesar Pereira de Andrade (1): Janitor: make
2006 Aug 06
1
periodically_call_remote forces asynchronous to true?
Whenever I use periodically_call_remote it outputs as the following: <script type="text/javascript"> //<![CDATA[ new PeriodicalExecuter(function() {new Ajax.Request(''some_url'', {asynchronous:true, evalScripts:true})}, 2) //]]> </script> If I understand correctly, setting asynchronous to true means that if one request takes longer than 2 seconds,
2006 Apr 07
0
Ajax.Updater asynchronous => false
I was just working on a project where I needed to use Ajax.Updater with a synchronous request. It appears like all one would need to do is set the asynchronous option to false. I tried this and noticed that the content was being requested synchronously but the content was never injected into the DOM tree like one would expect from Ajax.Updater. In order to get the content returned by
2006 Apr 08
0
Re: Rails-spinoffs] Ajax.Updater asynchronous => false
I just ran into this very problem myself. Yes, this is a bug in prototype. If you look in the code you will see that the relevent handlers and callbacks simply aren''t called with a synchronous request (onComplete is similarly not called). I submitted a patch <http://dev.rubyonrails.org/ticket/4657> over at dev.rubyonrails.org which fixes this behavior. If you decide to check it
2006 Apr 25
1
asynchronous False and Ajax.Responders object (bug)
Hi all. In my apps I''m using Ajax Call synchronous, (both Ajax Request and Ajax Updater). There is bug in prototype (discused in mailing - list: here http://wrath.rubyonrails.org/pipermail/rails-spinoffs/2006-April/003488.html and here http://wrath.rubyonrails.org/pipermail/rails-spinoffs/2006-April/003497.html). trying to put data from server to my html properly, I need call
2007 Aug 01
0
ZFS and Oracle asynchronous I/O
We have an Oracle 10.2.0.3 installation on a Sun T2000 logical domain. The virtual disk has a ZFS file system. When we try to create a tablespace we get these errors: WARNING: aiowait timed out 1 times WARNING: aiowait timed out 2 times WARNING: aiowait timed out 3 times ... Does disk_asynch_io = false need to be set with ZFS? This page: