Displaying 2 results from an estimated 2 matches for "idbcinst".
Did you mean:
odbcinst
2020 Jun 14
2
Any api (agi/ari/ami) equivalent of "core show calls"?
Way back in the mists of time, I built my asterisk installation with SNMP support.
It's a bit tedious to get the sub-agent for snmpd set up but once you have it you can poll the OID for the asterisk sub-agent and it will tell you how many calls are up at that
moment in time.
That said, I actually prefer ARA/ARI to flat file configuration of endpoints and dialplans. Changes are more or less
2020 Jun 14
0
Any api (agi/ari/ami) equivalent of "core show calls"?
...t; between instances.
Agreed - ARA is a great system, and I really like that it can be combined with
flatfile configs on a single server.
> The ODBC way is a pain, so I tend to just use the native MySQL method
Oh?
What makes you say ODBC is a pain? I have two files (/etc/odbc.ini and
/etc/idbcinst.ini, which are 8 lines and 3 lines in size respectively) and I
had to install one file /usr/local/lib/libmaodbc.so to make it work with
MariaDB.
What's easier about the native MySQL method?
> for ARA configuration as well as CDR collection. CDR reports are just a SQL
> query away.
Y...