Displaying 20 results from an estimated 20000 matches similar to: "Having trouble figuring this out..."
2018 May 28
2
Dial to FastAGI application appears as 1-second CDR - how do I fix?
In my application, I am using AMI to run an Originate command between a channel and a dialplan application (NOT a context). In my case, the application I want to invoke is FastAGI. The Originate AMI command works correctly, but Asterisk generates a very
short (0-1s) duration for the CDR that results from this call, regardless of the time spent running the FastAGI application. I want the CDR
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 Nov 21
2
Continue AGI after Dial() following caller hang up?
Hello,
We would like to continue a Perl AGI after a Dial() it has done completes
following caller hangup. We would like to do this in the same AGI, and not
using a new AGI from the 'h' extension. It works fine when the called party
hangs up and the 'g' option is used, but not for caller hangup.
Is this possible?
If not a confirmation that this is the case would be very helpful.
2006 Nov 02
4
Out Dial Interface for Asterisk
Hi All,
I sent this a while back but never received any replies. My deadline is fast
approaching so I thought I'd throw it out there again in hope of some
advice.
I need the ability to automatically out-dial and play a dynamically
generated message. I then need the ability for the answering party to give
feedback via touch tone.
I am a .Net Programmer and I have looked at the Asterisk.NET
2011 Mar 08
1
(fast) AGI and AMI synchronization ?
Hi,
I've been developing some CTI software around asterisk for a while,
mainly with the help of AMI and fast AGI.
It works quite fine, but I have some trouble sometimes with the
un-synchronized property of these 2.
Let me explain, we have a dialplan like this one :
exten = s,n,UserEvent(useful_input_data)
(...) a few actions
exten = s,n,AGI(agi://127.0.0.1:3333/fetch,queuename)
The idea is
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:
2011 May 16
2
AMI perl daemon
Would anybody know how to run a perl script as a daemon that would stay
connected to asterisk via AMI?
Right now, my AMI script connects to the manager interface, originates a
call, disconnects. The script will be run maybe 20+ per minute. It would
make more sense to me to have the script run as a daemon and have
a persistent connection to asterisk's AMI. Thank you in advance for your
input.
2007 May 21
3
Originate and bridge Can it be done? Best Way?
Hi,
Im new, but trying real hard! I just need general direction, not
details yet..i'll try to figure those...just looking to avoid brick
walls...bottlenecks...inefficiencies etc upfront.
Hardware:
motorola vt2442 - trixbox
Apps:
Dot Net application that operates the Manager API and the FASTAGI
interfaces.
I have the 2442 set as a PLAR so as soon as the ext is off-hook, it
dials into the *61
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
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:
2009 May 18
2
Manager API in PHP
Hi,
I need a hack to query current calls coming in and going out an Asterisk
1.6.1 system and send this list back as a custom UserEvent to other
listening endpoints.
For various reasons, I might need to write this hack in PHP though I'm more
experienced with Asterisk Java.
What is your opinion regarding PHP AMI API and Asterisk 1.6.1 ?
I'm referring here to
2006 Apr 04
1
Ideal Setup for T1/PRI and TE110P - second try
Hi all, I'm sure something similar has been discussed, but one can only
wade through the archives for so long.
I'm setting up a T1 and my telco has a bunch of questions it wants me to
answer. I know much of the TE110p is configurable to do any of this, but
I wanted to know if there is an optimal or preferred setup.
Any help would be appreciated. Here is the quiz my telco is giving me:
2006 Apr 04
1
Ideal setup for PRI/T1 and TE110P
Hi all, I'm sure something similar has been discussed, but one can only
wade through the archives for so long.
I'm setting up a T1 and my telco has a bunch of questions it wants me to
answer. I know much of the TE110p is configurable to do any of this, but
I wanted to know if there is an optimal or preferred setup.
Any help would be appreciated. Here is the quiz my telco is giving me:
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]#
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:
2010 Oct 23
0
hangup delayed very much on fastagi appliaction of asterisk 1.6
Hello my friends,
Previously, we developed fastagi application with Erlang to run on asterisk
1.4, it run very well.
But when we try to migrate this application to interface with asterisk
1.6.2.13( the same with 1.6.1 or 1.6.0),
We found the hangup issue there, the hangup event will delayed a few minutes
when callee hangup , or make an hangup
request on cli. The channel be hungup don't
2005 Mar 07
2
Question about AGI vs. FastAGI vs. straight C/DB development
Folks,
I want to build a custom IVR for my setup. I've got it
working (well, the bells and whistles are not there
yet, but the basic stuff works) using AGI, but I'm
worried about how well this will scale.
I've seen references to FastAGI, and presumably this
will be more efficient.
Question, though: how well do either of these (AGI or
FastAGI) scale if my system is handling a large
2014 Jan 16
1
Starpy and Asterisk on different machines ?
Hello,
Is it possible to run Starpy and Asterisk on different machines ?
A quick glance at http://www.vrplumber.com/programming/starpy/ seems to
tell it is possible but Debian's python-starpy package installs Asterisk.
What do you think ?
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Jun 25
1
Testing a FastAGI script
Hi,
(I tried to post this message a week ago but I don't think it could reach
the list. Please forgive me if you already received it).
I would like to develop my first FastAGI script.
I would like to test it independently from Asterisk for the sake of
simplicity.
Which linux (or cygwin) tool is the best for that ?
Using this tool, I will open a FastAGI connection, throw data in and read
2019 Mar 12
4
AMI mulitple calls quickly
Lets say I have to make 40 phone calls quickly.
If I use the AMI interface to originate a call, close the connection, open
another connection etc...
This works. but is slow...
If I open the AMI interface and originate a call - DONT close the interface
, get the response, originate another call, some of the calls are missed.
even though I get OK response.
(All calls are Async mode).
If I open