Displaying 20 results from an estimated 15000 matches similar to: "OrderlyQ"
2005 Jun 21
2
Re: New JAVA application server for Asterisk - OrderlyCalls
Hello Adam,
Thank you so much for taking the time to write to me. I can
understand your concerns; let me see if I can address them.
>Matt,
>
>Sourceforge.net is exclusively for hosting software whose licensing
>terms meet the OSI's definition of Open Source:
>
> http://opensource.org/docs/definition.php
>
>Your licensing terms include the following, which is
2005 Jul 05
0
Re: MOH - request to schedule in the past SOLUTION and New Asterisk Queues Tutorial.
Hello all,
>>From your system command line (not asterisk), type 'mpg123' and tell
>> us what version of mpg123 you're running.
>>
>> If its not v0.59r or v0.59q, then get one of those installed.
>> (Lots of notes say v0.59r only, however I've been using v0.59q
>>. on RHv9 and Fedora 3 boxes with no problems.)
Andrew wrote:
> FWIW, I have
2005 Jun 21
1
Re: New JAVA application server for Asterisk - OrderlyCalls
Hello Adam, Matt King <m@orderlysoftware.com> writes:
>> I am familiar with the OSI definitiion. I've read it again, but I
>> can't work out exactly how asking for permission contravenes this
>> definition.
>
>
Then Adam wrote:
> "6. No Discrimination Against Fields of Endeavor
>
> The license must not restrict anyone from making use of the
2009 Dec 02
0
Asterisk Queues Tutorial updated - Hot-Desking without Agent Channels
Hello,
Just to let you know, our popular tutorial on setting up Asterisk for
call centres has been updated. The tutorial covers everything from
initial Asterisk installation to full call centre configuration with
dynamic login and hot-desking support for agents.
The old version of the tutorial used Agent Channels (e.g. Agent/1001) to
distribute calls to agents through the Queue()
2006 Feb 24
2
Missing 31 DTMF tones over ZAP
Hello,
I'm posting this to the list in case others run into the same issue.
I've recently been connecting * to a legacy Avaya InDEX switch over
E1 ISDN PRI here in the UK. Everything was working OK, except that DTMF
digits were not being recognised by * when sent by the Avaya switch to
the * system. Instead, the background noise of the call centre would be
silenced while
2005 Jun 29
1
OrderlyQ installations?
What experience can be shared about installing and running the OrderlyQ
application?
I have a bunch of queues set up and want to start adding some additional
apps and this one looked promising but I have very little java experience
and it doesn't seem to be running properly.
Jason Kawakami
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Jan 31
2
Which Java FastAGI implementation has the most "market share"?
When I was looking for a Java FastAGI interface for Asterisk I came
across asterisk-java first and didn't realize there was more than one
out there. It seems to work fine and I've got my first project working
with it, but I was wondering which Java FastAGI implementation is the
most popular and how they compare against each other.
So I'm aware of:
asterisk-java
JastAGI
2005 Aug 18
4
Which AGI Development Software is fastest on Asterisk?
I'm looking to develop some custom AGI that will be MySQL intensive. It
appears Asterisk supports many different development environments. Which
would be best suited for Asterisk and MySQL?
Bart
2006 Apr 25
2
FastAGI Connection Failure and Hangup
Does anyone know how to make fastagi continue to the next priority if it can not connect to the remote AGI Server? Right now I am just getting Hangup and cant find anything on the net about this.
Thanks,
Steve
2005 Jun 21
0
[sourceforge.net abuse] New JAVA application server for Asterisk - OrderlyCalls
Matt,
Sourceforge.net is exclusively for hosting software whose licensing
terms meet the OSI's definition of Open Source:
http://opensource.org/docs/definition.php
Your licensing terms include the following, which is not compliant
with the OSI definition:
Usage Restrictions
In addition to the restrictions of the LGPL, the following
restrictions apply: ... OrderlyCalls may not be
2005 Aug 04
3
SIPPeersAction class file not found in the Asterisk-java.jar file
Hello Everybody,
I am working on Fastagi and I am making use of
Asterisk-java. But I don't find the class file for SIPPeersAction. Hence I
am getting the error message when compiling my java code.
----------------------------------------------------------------------------
------------------------------------------------
[root@localhost asterisk-java-0.1]#
2005 Jul 18
1
FastAgi ...fastagi-mapping missing error
salam .... if anyone uses fastagi then plz help me...
The AGISERVER starts successfully:
Jul 18, 2005 2:54:50 AM net.sf.asterisk.util.impl.JavaLoggingLog info
INFO: Thread pool started.
Jul 18, 2005 2:54:51 AM net.sf.asterisk.util.impl.JavaLoggingLog info
INFO: Listening on *:4573.
but I m getting this error when i call extension
Jul 18, 2005 2:55:13 AM
2013 Jan 29
1
Fast AGI library/support for C & C++
Dear All,
Is there anyone who is having FastAGI support for C & C++?
We do have FastAGI working for the JAVA and rest of the language / script.
But I am unable to find FastAGI for C/C++.
Please let us know how to write FastAGI using C/C++.
Thanks in Advance,
Kashyap
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Feb 03
1
FastAgi Help
Dear List
after a lot googling and watching source example of FastAGI i cant find a
simple way to convert a very simple perl AGI script... perhaps im not a
developer..
Why i have need to use FastAGI?...Very load CPU usage on my box... with only
100 calls..
So i have two way res_perl or FastAGI on some other box..
I cant test res_perl becasue when i try to compile it i have this error:
2007 May 17
4
FastAGI hangs up channel if server is not available
Hi all,
Running 1.2.14
When I call a FastAGI script such as this script for an incoming call:
[calldirect]
exten=>s,1,Answer()
exten=>s,2,AGI(agi://192.168.1.175/calldirect?check&${CALLERID(num)})
exten=>s,3,Goto(check_time,s,1)
and the FastAGI server is not running (Asterisk gets "connection
refused" TCP error), Asterisk just terminates the call like so:
May 17
2006 Apr 27
1
PrivacyManager & FastAGI: Rewrite or use?
I'm building an app that will do the following:
1. Force the caller to record their name.
2. Dial the party to call.
3. Play a short menu:
1 = Accept Call
2 = Decline Call, go to VM if available
3 = Accept Call forever, never ask again
4 = Decline Call forever, block number, get rid of caller
4. do things based on that choice.
I'm
2007 Dec 06
0
Perl FastAGI service port.
In the Perl FastAGI API, how does one set the port the service runs on?
[root at donkey queue_login_arbiter]# perl arbiter_agid.pl
2007/12/06-17:16:27 Evariste::QueueMemberArbiter (type
Asterisk::FastAGI) starting! pid(31737)
Port Not Defined. Defaulting to '20203'
Binding to TCP port 20203 on host *
Group Not Defined. Defaulting to EGID '0 10 6 4 3 2 1 0'
User Not Defined.
2012 Sep 06
1
Asterisk Test Suite error
Hi,
i am trying to install the Asterisk test suite on my ubuntu system , i have
followed all the installlation steps as mentioned in the link (
http://blogs.asterisk.org/2010/04/29/installing-the-asterisk-test-suite/) ,
but when i am trying to run the script some of the test cases are PASSED
and most of them are FAILED and SKIPPPED. So please help me out to do the
testing correctly.
The
2019 Sep 20
2
Load issues using AGI
Hi,
@josh, We are using AGI. It is a very simple perl script. If we need to
move to FastAGI we most likely would port it to ARI instead. But I let you
know.
@john, we using Perl. To see if it is a problem with the perl i had put an
"exit 0" just at the first lines so there is no logic done at the AGI.
It's only the start up and return from AGI what produces the most of the
load.
2005 Jul 29
1
FastAGI problems
Hello!
I use FastAGI very frequently [meaning 30 channels IVR is made in it]
and sometimes I find, that there is a message like:
Jul 29 09:38:55 VERBOSE[896] logger.c: == Auto fallthrough, channel
'Local/1@route-out-eeae,2' status is 'CHANUNAVAIL'
Jul 29 09:38:55 VERBOSE[893] logger.c: > Channel
Local/1@route-out-eeae,1 was never answered.
Jul 29 09:38:55 VERBOSE[896]