Displaying 20 results from an estimated 60000 matches similar to: "Asterisk API Manager"
2007 Dec 18
1
How to automaticaly close calls when Asterisk didn't receive the bye request ?
Hi,
I'd like to know if it's possible to configure Asterisk to automaticaly
close calls when the BYE request hasn't been sent by any clients and the
call still exists for Asterisk ?
Thanks,
--
Anthony Chapellier
---------
MBDSYS SARL
1, centre commercial de la Tour
93120 LA COURNEUVE
FRANCE
E-mail : anthony at mbdsys.com
Tel : +33 (0) 143 11 09 14 ou
+33 (0) 148 35 20 46
2007 Nov 16
2
Changing audio message to text message
Hi all,
I know Asterisk is able to send a waiting message (audio) to people
trying to call a busy user agent using a queue. However, I'd like to
change this audio message to a text message to be able to print it on
screen on the other end. Is it possible to configure Asterisk to have
text message sent ?
Thanks,
--
Anthony Chapellier
---------
MBDSYS SARL
1, centre commercial de la Tour
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
2007 Sep 03
3
Manager Originate without phone off hook?
I'm trying to keep the DND status of my Snom phones and the astdb in
line but I'm stuck on integrating my gui DND button which talks to *
using the manager interface (actually it uses Astmanproxy as the gui
host is on a different network to asterisk and can't see the Snom's
across the network).
All's working fine in my Dialplan; when someone dials the code for
DND-on or
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
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
2006 Jan 26
1
Manager API mailing list
Hi all,
I am new to this list. I have been looking for a Manager API mailing =
list for a while, but could'nt find any. Is there a such list? Thnx.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060126/bf3b67e2/attachment.htm
2006 Dec 12
5
Asterisk Manager
Hello,
I am not an asterisk expert but i am developing a web application that
is using asterisk. I would like to know if it is possible to configure a
Manager to only monitor a special
extension, and of course how to do that.
The application is written in java and is using asterisk-java. Right now
i have one manager that i am connected to and i receive all the events
but i would like to have
2007 Dec 17
1
Mail Test
Sorry, I'm doing a mail test since I was not able to send any mails to
the mailing list for about a week...
Thanks,
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
2006 Nov 06
2
Queue time out
Hello,
I have a queue with only one element and one agent member.
I want that my call leave the queue after 30s.
My problem is that my call stays 60s in the queue
and my agent is called 2 times.
Can you say me how can i do it please??
--------------------------------
[queue]
music=default
strategy=ringall
timeout=30
maxlen=1
context=mbdsys
announce-frequency=0
announce-holdtime=no
2015 Dec 29
3
routing with 2 public ips
On 28/12/2015 22:47, Gordon Messmer wrote:
> Can you explain what you mean? Not only am I not assuming that, I can
> hardly conceive of any situation in which a host will receive traffic
> for its own gateway.
... Basic 1:1 NAT ... you have two gateways while you have two ip
addresses or one on the interface.
Just to illustrate the issue: AWS instance with two interfaces which
have
2009 Mar 12
0
Manager API and astmanproxy
For a long time now we've used the astmanproxy process to handle manager
connections (75+ clients) so that these clients can tap into the
dialplan / send commands etc.
We use astmanproxy because at that time the manager connection routines
of asterisk did not cope well with numerous connections, either
permanent or as-needed.
Does anyone have any experience of later versions of asterisk
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
2010 Mar 21
1
Asterisk Manager Interface (AMI) proxy recommendation
Hello there,
I'm new to Asterisk and I'm trying to figure out a way to make the
Asterisk Manager Interface (AMI) accessible to multiple users at the
same time. Would anyone recommend an AMI proxy that could be accessed
from PHP code?
Thanks in advance,
Leo
2013 Mar 13
1
vhost questions.
OK, I've been trying to read the vhost and vhost net code, and I'm
struggling with basic questions.
1) Why do we allow userspace to change an already-set-up vhost device?
Why not have:
open()
ioctl(VHOST_GET_FEATURES)
ioctl(VHOST_SET_VRING) x n (sets num, addresses, kick/call/err fds)
ioctl(VHOST_NET_SETUP)
...
close()
You're not
2013 Mar 13
1
vhost questions.
OK, I've been trying to read the vhost and vhost net code, and I'm
struggling with basic questions.
1) Why do we allow userspace to change an already-set-up vhost device?
Why not have:
open()
ioctl(VHOST_GET_FEATURES)
ioctl(VHOST_SET_VRING) x n (sets num, addresses, kick/call/err fds)
ioctl(VHOST_NET_SETUP)
...
close()
You're not
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 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