Displaying 20 results from an estimated 10000 matches similar to: "Asterisk Manager"
2006 Dec 19
4
AstManProxy - Manager
Hello,
I cannot find documnetation explaining how to access AstManProxy. I am
working with Asterisk Java and accessing Asterisk Manager. I wonder if
AStManProxy is using the same API as Manager? Can I access it with
Asterisk java too ?
Regards,
Daniel
2007 Nov 28
2
Billing/Call Control engine : AGI scripts/ AstMan API
Hello ppl,
Have implemented a really nice Billing engine using AGI scripts. So far
it works fine, tho haven't yet put it in the torture cell.
The AGI scripts have been written in PHP, using MySQL for the billing
and profile information.
The major disadvantages I see using AGI scripts :
1. A new process(invocation of PHP scripts) on every new call.
2. MySQL connections on every instance of
2009 May 20
2
Manager ExtensionState function
Hi,
I am trying to get the extension status (weather it has dialed
outgoing call via SIP or IAX2), using the following piece of code
however it always returns -1 on all the extensions (valid/invalid).
Am i missing something ? Any help.
Thanks
-----------------------------------
#!/usr/bin/perl
use Asterisk::Manager;
use lib './lib', '../lib';
$|++;
my $astman = new
2012 Aug 22
1
recording calls
I am trying to record calls on demand both inbound and outbound calls. I can record outbound calls just fine but not inbound calls or calls from an internally between extensions. I am using the latest asterisk 1.8.x certified version.
On an outbound call I see:
== Using SIP RTP CoS mark 5
-- Called SIP/ BVTrunk /7190000000
-- SIP/BVTrunk-00000163 is making progress passing it to
2003 Sep 02
4
extensions.conf issue
2005 Jun 07
1
New Asterisk Manager Proxy -- astmanproxy 1.0
Hi folks --
For those of us trying to develop interactive web-based Asterisk
applications, it can be a challenge getting Asterisk integrated in a
cgi/mod_perl/php environment. The load associated with making multiple
connections to asterisk via the manager port, having to teach our
applications to parse "manager-ese", and a variety of other factors have
all pointed to the need for
2011 Apr 06
4
Call recording - methodology
Hello Everyone;
I am looking for a solution to record calls that come into our Asterisk
server. I am hoping for something that is easy to use - however, if I
have to modify it to make it easier to use, I do not mind.
Does anyone know of any opensource or otherwise solutions out there that
I can try out?
Thanks much.
Glen
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
2011 May 19
3
Manager logged on/off messages
Hi
Is there a way I can stop Manager logged on/off messages from going to
the console/logs without losing all the other information I need?
Regards
Ish
--
Ishfaq Malik
Software Developer
PackNet Ltd
Office: 0161 660 3062
2004 Oct 08
3
Bug with png() and plot(type="n") (PR#7270)
Full_Name: Allen McIntosh
Version: 2.0.0
OS: Linux
Submission from: (NULL) (67.80.175.118)
Observed the bug with the following combinations: (RedHat 7.3, R 1.6.0) (RedHat
7.3, R 1.9.1) (Redhat 9, R2.0.0).
In the second plot (.png file) produced by the following sequence:
png(file="x%d.png")
plot(1:10,1:10,main="ooo",type="n")
segments(1:9,1:9,2:10,1:9)
2009 Jul 21
3
astmanproxy?
Hi,
We currently fire multiple HTTP requests (via multi-curl) to the AJAM
interface in order to place calls. We are finding Asterisk has it's
limits however, and I've found astmanproxy recommended for helping
maintain the connections. This would prove particularly useful with
multiple servers of course.
However, in testing astmanproxy crashes with buffer overflows.
This leads to the
2006 Apr 07
2
Announcing Astmanproxy 1.20
Greetings everyone,
I'm pleased to announce the release of Astmanproxy 1.20, the fast,
flexible proxy server for Asterisk's Manager Interface. Astmanproxy
allows you to communicate with multiple Asterisk boxes from a single point
of contact using a variety of I/O formats, now including support for
XML, HTTP, HTTPS, SSL, CSV, and the Asterisk-native standard format.
Astmanproxy is
2008 Dec 18
2
Latest AstManProxy
Hi,
I unsuccessfully tried to download AstManProxy, clicking over download
button in http://github.com/davetroy/astmanproxy/tree/master .
It failed with "XML error".
How can you download AstManProxy ?
Has the project moved to somewhere else ?
Have its features been deprecated and replaced by something embedded in
Asterisk code or elsewhere ?
Regrads
-------------- next part
2007 Aug 18
1
Asterisk Manager Proxy - Still required?
Hi,
With more recent version of v1.2 and with v1.4 are things like the
AstManProxy still recommended if you want to have a bunch of
applications talking directly to Asterisk?
Cheers!
--
Andrew Ruthven, Wellington, New Zealand
At work: andrew.ruthven at catalyst.net.nz
At home: andrew at etc.gen.nz
GPG fpr: 34CA 12A3 C6F8 B156 72C2 D0D7 D286 CE0C 0C62 B791
-------------- next part
2007 Aug 08
1
Howto generate a Manager Event from the Dialplan?
I'd like to be able to generate a Manager Event from the dialplan but
can't seem to find a way to do it.
Alternatively, trigger and Event when a record in AstDB gets changed.
Can anyone point me in the right direction? Thanks.
By way of explanation, I've a app that connects to astmanproxy and I'd
like it to know when a call group gets put into Nightservice. Putting
the call
2004 Sep 16
3
Creating conference calls from within Astman.
Dear All,
I have a requirement to 'originate' a number of calls to various external
users from within a conference room, so that the end users does not pay for
the call.
I know that within Astman I can define an extension and then originate the
call from that extension. Can I define a conference room (how would I
configure that on astman? What channel would it use?) and then generate a
2007 Feb 01
2
make: expand.c:489: allocated_variable_append: Assertion `current_variable_set_list->next != 0' failed.
hi all
i'm getting the below error when trying to compile asterisk-1.4 on redhat-9.0
any suggestions ?
make[2]: Leaving directory `/usr/local/src/asterisk-1.4.0/menuselect'
make[1]: Leaving directory `/usr/local/src/asterisk-1.4.0/menuselect'
Generating input for menuselect ...
menuselect/menuselect --check-deps menuselect.makeopts
Generating embedded module rules ...
[CC]
2012 Mar 01
1
using AMI and Telnet to place calls
Hello,
I am using a perl script to pull call info from a DB and place calls via
telnet and AMI, all on local machine of course. My problem is that I
need to capture any response from the carier, such as this taht appears
in the CLI:
[Mar 1 12:55:50] == Using SIP RTP CoS mark 5
[Mar 1 12:55:50] -- Got SIP response 503 "No Circuit Available"
back from xxx.xxx.xxx.xxx:5060
[Mar
2008 Jan 21
1
Astmanproxy
Is this still maintained ? Last update that I can find was nearly 18
months ago.
I am currently using 1.22pre. I have had some problems with the
astmanproxy process dying on me, and was wondering if anyone else has
had this problem, or knows of any newer versions.
Julian.
2008 Mar 04
1
astmanproxy and core dump
Does any one know how to change astmanproxy to be able to
a) compile without optimisations
b) dump a core
I've had it crash several times over the past couple of months, but
there is no way to debug what's going on.
I like the way a core is produced when (if!) * crashes, and would like
to have the same thing on astmanproxy.
Thanks
Julian