similar to: Re: [Asterisk-java-users] asterisk-java.org up again with bonus article on Local/ channels

Displaying 20 results from an estimated 700 matches similar to: "Re: [Asterisk-java-users] asterisk-java.org up again with bonus article on Local/ channels"

2007 Mar 05
1
Re: Asterisk Java w/ Threads
With Asterisk-Java the proposed solution to connect to multiple Asterisk servers is to create multiple AsteriskManagerConnection obeject. Each ManagerConnection handles its own thread so there is no need for custom thread handing code. All you have to do is to make sure is the EventListener objects you pass to these connections synchronize access to shared data (if there are such accesses). I
2009 May 13
0
AGI scripts in Groovy, JavaScript, JRuby or PHP running on the Java Virtual Machine
Hi, We've just finished adding support for writing AGI scripts in a variety of popular scripting languages to Asterisk-Java. The FastAGI server in Asterisk-Java allows you to move your AGI scripts to a dedicated server and increases performance by eleminating the need to start the language interpreter for each request. Our current snapshot release includes an AGI demo in Groovy, JavaScript
2009 Oct 19
0
ANN: Asterisk-Java 1.0.0.M3 Released
Hi, We've just released milestone 3 of Asterisk-Java 1.0.0. Next to a few bug fixes this new milestone makes Asterisk-Java OSGi compliant and adds support for the modern SLF4J logging framework. Have a look at http://blogs.reucon.com/asterisk-java/2009/10/19/asterisk_java_1_0_0_m3_released.html =Stefan -- reuter network consulting Neusser Str. 110 50670 Koeln Germany Telefon: +49 221
2006 May 14
0
[patch] fix for redirect manager action with BRIstuffed Asterisk
Hi, BRIstuff contains two bugs in its implementation of the Redirect manager action: 1. If the property ExtraUnqiueId is used, the Priority property is used to redirect the extra channel (instead of ExtraPriority) 2. If the property ExtraChannel is used, 0 is used to redirect the extra channel regardless of the Priority and ExtraPriority properties. A patch for manager.c is available at
2007 Jul 09
10
Monitor events?
Hi all, I would like to know if there is any possibility to send an event when a call is monitored? For both start and stop monitor. There is no event sent on asterisk 1.2 for that monitor case. I did not find any changes regrding that on 1.4. Am I wrong? Is it even possible to send an event when a monitor starts or stop ? Or is this a bad idea. Regards, Daniel
2008 Apr 10
3
Removing "Parsing /etc/asterisk/manager.conf" from CLI
Hello, Is there any way of removing this line from showing on the console? I have a script that logs in every few seconds to manager and it makes the CLI output very hard to follow because of the " == Parsing '/etc/asterisk/manager.conf': Found". (Yes, Found! manager.conf was there 3 seconds ago, guess what it's still there.) There is a very old feature request about this
2007 Feb 16
0
How can I use 'Asterisk Manager API' to hold and retrive an active call?
Thanks Stefan for input. I know that there is a "hangup" action in Asterisk Manager API. I am looking for "hold and retrive" commend. I search google and find that redirecting to parkslot can work. If I have a PSTN call connecting to Asterisk and then to a SIP extension, there are two connections here. If I redirect one channel to parkslot, another channel will automatically
2007 Jul 12
1
Queues monitoring software
Hello all, A client of us, needs a queue monitoring system. In realtime he needs to now the PRI status, the agents logged in and logged out, the number of received calls by agent, ....,etc. I am not a call center specialist and i want to find a call center software to offer to my client that fits his needs. I need a monitoring solution for incomming and outgoing calls and a queue management
2007 Mar 22
1
managers
Hi - Am I allowed to have multiple managers logged in with the same manager username at the same time? I'm referring to the id names in manager.conf. I expect so, but just want to check to help in troubleshooting a problem. thanks -todd-
2007 Jul 22
1
IMAP and ODBC voicemail storage
Hi, I'm wondering whether or not I should go for ODBC or IMAP voicemail storage. Before diving into details, I would be very pleased to get input form others. 1. With IMAP, is it necessary to save a copy of voicemails in /var/log files so that a user can still listen to his (or her) own voicemails with his own hardphone ? 2. How then, can you make sure to skip non-voice mails stored in the
2007 Feb 28
3
multiple phones registered for the same user
Dear all, I've noticed that when I have a phone registered in Asterisk, and then I register another phone with the same user, the "sip show peers" in the CLI shows that Asterisk replaced the IP of the first phone by the IP of the last one registered for that user. Consequently, if someone calls that user, only the last phone rings!! How may I configure Asterisk to be able to
2006 May 29
4
Recent debian packages?
Hi, I'd like to use the convenience of apt packaging, but debian sarge's default asterisk is something like 1.0.7. Are there any apt repositories which provide newer versions of the software? Thanks! -- Jean-Michel Hiver - http://ykoz.net/ D?couvrez la R?union des Technologies IP & Telecom TEL: +262 (0)262 55 03 98 - RCS 434 273 330 SAINT PIERRE
2007 Feb 13
1
How can I use "Asterisk Manager API" to hold and retrive an active call?
These are common functions. Why "Asterisk Manager" doesn't provide commands to hold and retrive an active channel? If it must be implemented by AGI, could anyone give a direction or steps? Thanks in advance, James -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 May 15
1
View Agent Status on the Web
Hi all, I want to be able to see the status of my Agents on a web interface. I have no idea how to do so. I have found a few sample script to communicate with queues manager to view queues.But I couldn't find any on viewing the agent status. Could anybody give me a clue? Regards, Pim
2006 May 29
2
Simple windows / web Asterisk user software?
Our windows users are looking for a simple application to permit dialling and transfer from Windows desktop (or web page). I've looked at everything mentioned in the WIKI, and most are either not appropriate, or are not maintained any longer. I've used Flash Operator Panel, and quite like it, but I don't believe there is a way to have a per-user view (so people can only manage
2006 Mar 22
5
transfer calls via Manager Api
i've seen that opening a socket on the asterisk server i can originate a call from one extension to another in a specific context. Is it possible to transfer an existing call from the extension ... SIP/xxx to another extension in a specific context? thanks
2006 Apr 20
2
asterisk + mobicents
Hello, I look at the mobicents project. Somebody has experience within both projects ? Regards Harry ___________________________________________________________________________ Faites de Yahoo! votre page d'accueil sur le web pour retrouver directement vos services pr?f?r?s : v?rifiez vos nouveaux mails, lancez vos recherches et suivez l'actualit? en temps r?el.
2013 Aug 22
2
How to get the original SIP result code
B.H. Hello, i'm using AMI Originate action (with async=true) to send outgoing calls to a SIP trunk (using asterisk-java library to connect to AMI). The problem is that in case of failed originate, OriginateResponse event is returning only the reason code which is sometimes not sufficient to determine the real cause of failure. Also, there's no way to link between the channel that was
2016 Nov 03
4
Force hangup not working on stuck channel
I am unable to force a hangup on a channel that has been stuck for over two days: IAX2/from-CD-11006 oficina 2770 1 Up Dial IAX2/to-CD/2883 3467130007 46:24:59 Sotelo Sotelo IAX2/to-CD-20713 I have tried "hangup request IAX2/from-CD-11006" several times but no joy. I also see the following in the CLI: [Nov 3
2007 Feb 12
0
[LLVMdev] LLVM Build/install error?
On Mon, 12 Feb 2007, Carsten Reuter wrote: > I am trying to build and install LLVM onto a current Debian Linux system > using gcc4 frontend binaries for Red Hat Enterprise Linux4/x86 . > Using the commands below the Build finishes, ignoring an error that > comes up again when I try to make install. > See the messages below. I have no good feeling about the "-i -k" options.