Displaying 20 results from an estimated 10000 matches similar to: "Asterisk Manager: equivalent of 'show channels'?"
2008 Apr 03
12
Web page to show online extensions?
Hello
Has someone written a web page (preferably PHP) that simply shows what
extensions are currently online?
Thank you.
2007 Apr 17
2
Querying channel variables via the Manager API
Hello list,
we are developing a new application that uses the Manager API in order to
find a set of channels where variables are set in a predefined way. To do
this, we currently send a Status command to obtain all available channels
and then query them all, one by one, fot the status of a certain dialplan
variable. As you can imagine, this gets rapidly pretty tedious as the
number of
2007 Jun 20
14
Z-Raid performance with Random reads/writes
Given a 1.6TB ZFS Z-Raid consisting 6 disks:
And a system that does an extreme amount of small /(<20K) /random reads
/(more than twice as many reads as writes) /
1) What performance gains, if any does Z-Raid offer over other RAID or
Large filesystem configurations?
2) What is any hindrance is Z-Raid to this configuration, given the
complete randomness and size of these accesses?
Would
2006 Oct 10
4
Inbound Callcenter with multiple DIDs
I'm curious what asterisk solutions there are out there for inbound call
centers with multiple DIDs. I'm looking for solutions for a setup where
single system may have 1000 DIDs going to it, one for each account. Each
account may not get that many calls.
Solutions that will all reporting on calls coming into different
accounts, call routing for queues based on distribution groups. Like
2020 Jun 14
2
Any api (agi/ari/ami) equivalent of "core show calls"?
Wow! I've been *-ing for about 6 years and had literally no idea about
that!
I can see a way I could put it to a different use, but it seems to be a bit
of a sledgehammer to crack the walnut of "how many current callers"
compared to one line of (albeit hacky) dialplan.
That's making me sound ungrateful. I don't mean to be!
On Sun, 14 Jun 2020, 22:39 Steve Edwards,
2013 May 04
1
AMI help needed
Hello group,
I put together a simple PHP based conferencing manager for Asterisk 11.3
I used ODBC MYSQL for conference IDs and PINs. All this is working as
desired but I would love to add an active conferences display to the front
end.
It seems to me that AMI is the way to go but I have no idea how to
accomplish this or even where to begin.
Any guidance is appreciated.
Pat...
2007 May 30
1
Application Developer
I'm looking to hear from any application developers in Argentina
specifically or other South/Central American countries.
Please understand this isn't a dial plan or remote installation I'm
looking for but an actual application developer.
If this fits your description please email me details on;
Size of company (number of full time/versus contract staff)
Location
Previous
2014 Jan 21
1
core show channels truncates channel names?
When I issue a 'core show channels' command I notice that long usernames (and channel number) are truncated. For example, if the username is FONEMITEL1234567890 for a trunk, then it will show
SIP
Privilege: Command
Channel Location State Application(Data)"
IAX2/FONEMITEL123456 1296197222 at entryhome<mailto:1296197222 at entryhome> Ringing
2010 Aug 20
5
tools one could to use to troubleshoot for Apache
Have a question , Suppose i had a client tell me that he can access the web
page but it takes long time to view the pages the website is a static
website ( suppose this website does not server dynamic data or does not
connect to a database )... what would one check other than :
the server load ( cat /proc/loadaverage ) ,
the Apache logs ,
the number of client connection ( netstat
2015 Jul 03
2
Action Originate in Asterisk 13 creates 2 calls in core show channels
Hello,
I am migrating a PABX system based in Asterisk 1.4 to Asterisk 13, with success.
I have an application that sends an action Originate to AMI for
calling, it's working well, but when i see to Asterisk's CLI, i see 2
calls for just one originate:
pftestes40copiabh*CLI> core show channels verbose
Channel Context Extension Prio State
Application
2020 Jun 13
1
Any api (agi/ari/ami) equivalent of "core show calls"?
I'm parsing ` sudo asterisk -rx "core show calls" | grep active | head -c 1
` as an external call from within the Asterisk dialplan then passing it to
agi, but this seems really hacky and ugly.
However, I cannot find any ARI/AGI/AMI function (or global variable I can
get with agi) which shows me this.
Any ideas?!?
In case it helps and you're wondering why...
I need to ensure
2020 Jun 14
0
Any api (agi/ari/ami) equivalent of "core show calls"?
On Monday 15 June 2020 at 00:41:14, Bruce Ferrell wrote:
> Way back in the mists of time, I built my asterisk installation with SNMP
> support.
Heh... I never even knew that was possible :)
> That said, I actually prefer ARA/ARI to flat file configuration of endpoints
> and dialplans. Changes are more or less instantaneous and easily shared
> between instances.
Agreed - ARA is
2020 Jun 14
0
Any api (agi/ari/ami) equivalent of "core show calls"?
Just run ‘core show calls’ as a command from the AMI, and parse the results. I don’t think there is an equivalent pure AMI command.
From: asterisk-users [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Jonathan H
Sent: Sunday, June 14, 2020 5:45 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users at lists.digium.com>
Subject: Re:
2011 Apr 18
1
core show channels consise in asterisk 1.8.3
When I do "core show channels concise" over the AMI interface
how do I specify that I want to see the "actual" channel number like
DAHDI/4/xxxxxxx
where 4 is the actual channel.
RIght now I am seeing DAHDI/i1/xxxxx where i1 is the span.
Thanks,
Jerry
2006 Feb 05
6
render partial -- show certain content only if...
i''m working on a _post.rhtml partial, and it displays one blog post.
i''m accessing this partial on the list.rhtml and the show.rhtml
what i''d like is to only show the "link" link on the list.rhtml and not
on the show page.
<%= post.title%>
<br />
<%= post.body%>
<%= link_to
2020 Jun 14
1
Any api (agi/ari/ami) equivalent of "core show calls"?
Thank you... but "just update the database" - hmm, what database?
Did you mean ARI? I still can't find the command! The asterisk wiki is
somewhat, um... spread around!
On Sat, 13 Jun 2020 at 16:56, Steve Edwards <asterisk.org at sedwards.com> wrote:
>
> On Sat, 13 Jun 2020, Jonathan H wrote:
>
> > I need to ensure that a MusicOnHold stream is only running when
2009 May 19
2
Feature request: "database show" from manager API
Hi,
In ASTDB, I've got a rather long list of entries like:
/FamilyA/Key1 Value1
/FamilyA/Key2 Value2
/FamilyA/Key3 Value3
...
Instead of sending several DBGet queries (and parsing every response), I'm
wondering if a single "database show" or "database show family" query could
be implemented.
Alternative if to use ssh ("asterisk -rx "database show
2009 Jul 27
1
AMI not show originate on CLI
When using call files I see Dial command when on the CLI
however when using the AMI I dont see the originate Dial.
Is there a logging level that will show the originate dial on the CLI?
If there isnt currently a log state for that shouldnt it do that just
like the
call files do?
My logger.conf has:
; debug => debug
console => notice,warning,error,dtmf
;console =>
2024 Aug 13
2
[PATCH] Fix typos in sshbuf.c
This patch fixes two spelling mistakes in code comments,
which means no functional change:
still-extant -> still-existant
the -> then
Okay?
Index: sshbuf.c
===================================================================
RCS file: /cvs/src/usr.bin/ssh/sshbuf.c,v
diff -u -p -u -p -r1.19 sshbuf.c
--- sshbuf.c 2 Dec 2022 04:40:27 -0000 1.19
+++ sshbuf.c 13 Aug 2024 16:39:12 -0000
@@
2008 May 02
2
sip show peers
When doing a "sip show peers" I might see something like:
Name/username Host Dyn Nat ACL Port
Status
devcentos5x64_to_mmfirepa 192.168.1.177 5060
Unmonitored
devcentos5x64_to_bt610tMM 192.168.1.159 5060
Unmonitored
devcentos5x64_to_am2mm/de 192.168.1.178 5060