VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
goksie at gmail.com Guest
|
Posted: Mon May 16, 2016 1:34 pm Post subject: [asterisk-users] asterisk admin interface |
|
|
hi all,
can anyone give me a guide on any asterisk admin solution / interface for config management, and monitoring?
No database use is intended and I prefer open source.
Thanks for support.
Regards |
|
Back to top |
|
|
asterisk.org at sedwar... Guest
|
Posted: Mon May 16, 2016 2:50 pm Post subject: [asterisk-users] asterisk admin interface |
|
|
On Mon, 16 May 2016, Goke Aruna wrote:
Quote: | can anyone give me a guide on any asterisk admin solution / interface
for config management, and monitoring? No database use is intended and I
prefer open source.
|
Based upon the above requirements, 'use the CLI' would fit the bill.
Can you be a bit more specific about what you want to accomplish?
I suspect at some point, most solutions will require a database of some
sorts.
--
Thanks in advance,
-------------------------------------------------------------------------
Steve Edwards sedwards@sedwards.com Voice: +1-760-468-3867 PST
https://www.linkedin.com/in/steve-edwards-4244281
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
goksie at gmail.com Guest
|
Posted: Mon May 16, 2016 2:54 pm Post subject: [asterisk-users] asterisk admin interface |
|
|
Thanks Steve
I want to be able edit my dialplan and add /edit / delete sip accounts.
Then be able to see active calls though I have done that AMI in the past but i would not mind learning the best way it is done today.
Regards On May 16, 2016 20:50, "Steve Edwards" <asterisk.org@sedwards.com (asterisk.org@sedwards.com)> wrote: Quote: | On Mon, 16 May 2016, Goke Aruna wrote:
Quote: | can anyone give me a guide on any asterisk admin solution / interface for config management, and monitoring? No database use is intended and I prefer open source.
|
Based upon the above requirements, 'use the CLI' would fit the bill.
Can you be a bit more specific about what you want to accomplish?
I suspect at some point, most solutions will require a database of some sorts.
--
Thanks in advance,
-------------------------------------------------------------------------
Steve Edwards    sedwards@sedwards.com (sedwards@sedwards.com)   Voice: [url=tel:%2B1-760-468-3867]+1-760-468-3867[/url] PST
      https://www.linkedin.com/in/steve-edwards-4244281
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
       http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users
|
|
|
Back to top |
|
|
asterisk.org at sedwar... Guest
|
Posted: Mon May 16, 2016 3:24 pm Post subject: [asterisk-users] asterisk admin interface |
|
|
Please don't top post.
Quote: | On Mon, 16 May 2016, Goke Aruna wrote:
|
Quote: | can anyone give me a guide on any asterisk admin solution / interface
for config management, and monitoring? No database use is intended and I
prefer open source.
|
Quote: | On May 16, 2016 20:50, "Steve Edwards" <asterisk.org@sedwards.com>
wrote:
Can you be a bit more specific about what you want to accomplish?
|
On Mon, 16 May 2016, Goke Aruna wrote:
Quote: | I want to be able edit my dialplan and add /edit / delete sip accounts.
Then be able to see active calls though I have done that AMI in the past
but i would not mind learning the best way it is done today.
|
I think most people use FreePBX for this kind of task, but that may be
historical inertia.
You may want to take a look at nerdvittles.com. I think their Incredible
PBX package uses FreePBX or some new GUI whose name escapes me.
They also have a couple of articles on XiVO which they seem to be excited
about.
--
Thanks in advance,
-------------------------------------------------------------------------
Steve Edwards sedwards@sedwards.com Voice: +1-760-468-3867 PST
https://www.linkedin.com/in/steve-edwards-4244281
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
support at telium.ca Guest
|
Posted: Mon May 16, 2016 4:15 pm Post subject: [asterisk-users] asterisk admin interface |
|
|
You don't mention a configuration generator (like Elastix/FreePBX) so I'll
assume you are using a plain old vanilla Asterisk installation. In which
case all user/endpoint information is kept in config (ini) files, and no
user/endpoint manipulation is done through the CLI or AMI.
In this case a very simple solution is to modify the Asterisk config files
to add/remove users, then tell Asterisk to reload from the CLI/AMI. And
that's it!
-Raj-
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
goksie at gmail.com Guest
|
Posted: Mon May 16, 2016 4:55 pm Post subject: [asterisk-users] asterisk admin interface |
|
|
On May 16, 2016 22:15, "Telium Technical Support" <support@telium.ca (support@telium.ca)> wrote:
Quote: |
You don't mention a configuration generator (like Elastix/FreePBX) so I'll
assume you are using a plain old vanilla Asterisk installation. In which
case all user/endpoint information is kept in config (ini) files, and no
user/endpoint manipulation is done through the CLI or AMI.
In this case a very simple solution is to modify the Asterisk config files
to add/remove users, then tell Asterisk to reload from the CLI/AMI. And
that's it!
-Raj-
--
| Thanks Raj
You are correct. Is there any open source application in that? regards_____________________________________________________________________
|
|
Back to top |
|
|
brian at wildsong.biz Guest
|
Posted: Mon May 16, 2016 5:36 pm Post subject: [asterisk-users] asterisk admin interface |
|
|
Quote: |
You are correct. Is there any open source application in that?
According to WikiPedia, there are open-source implementations of vi available:
| Â
All my instincts say "No no! Use emacs not vi!"
but I think the OP might not know saying "vi" is intended as a joke?
For small systems using a text editor is okay... watch out for typos that will disable your entire pbx... do "dialplan reload" when you change extensions.conf and then scroll back looking for ERROR messages. I find the color coding to be extremely helpful.
Likewise open "asterisk -r" immediately after starting asterisk and watch for error messages. Be warned that sometimes the errors will lead you far far astray. Usually they are useful.
Brian |
|
Back to top |
|
|
asterisk.org at sedwar... Guest
|
Posted: Mon May 16, 2016 5:43 pm Post subject: [asterisk-users] asterisk admin interface |
|
|
Quote: | On May 16, 2016 22:15, "Telium Technical Support" <support@telium.ca> wrote:
|
Quote: | Quote: | In this case a very simple solution is to modify the Asterisk config files
to add/remove users, then tell Asterisk to reload from the CLI/AMI. And
that's it!
|
|
Quote: | On 17/05/2016, at 9:55 am, Goke Aruna <goksie@gmail.com> wrote:
You are correct. Is there any open source application in that?
|
On Tue, 17 May 2016, Pete Mundy wrote:
But that only takes care of the configuration. Is there an open source
application to execute "sudo asterisk -r -x 'reload'"?
However, if we use emacs instead of vi, we could write an 'asterisk' mode
and hook the 'reload' into the 'save-buffer' function...
--
Thanks in advance,
-------------------------------------------------------------------------
Steve Edwards sedwards@sedwards.com Voice: +1-760-468-3867 PST
https://www.linkedin.com/in/steve-edwards-4244281
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
support at telium.ca Guest
|
Posted: Mon May 16, 2016 6:47 pm Post subject: [asterisk-users] asterisk admin interface |
|
|
Quote: | Thanks Raj
You are correct. Is there any open source application in that?
| Not that I know of – I think it’s getting too simplistic J We created some C++ functions for our High Availability for Asterisk product (HAAst) which modify config files and extensions files, but it’s more work to adapt them than just write your own.  In a few hours of coding you should be able to have it done… |
|
Back to top |
|
|
johnkiniston at gmail.com Guest
|
Posted: Mon May 16, 2016 6:54 pm Post subject: [asterisk-users] asterisk admin interface |
|
|
You could explore using ARI with it's Push configuration.
https://wiki.asterisk.org/wiki/display/AST/ARI+Push+Configuration
On Mon, May 16, 2016 at 11:33 AM, Goke Aruna <goksie@gmail.com (goksie@gmail.com)> wrote:
Quote: | hi all,
can anyone give me a guide on any asterisk admin solution / interface for config management, and monitoring?
No database use is intended and I prefer open source.
Thanks for support.
Regards
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
        http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users
|
--
A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. Specialization is for insects.
---Heinlein |
|
Back to top |
|
|
support at telium.ca Guest
|
Posted: Mon May 16, 2016 8:18 pm Post subject: [asterisk-users] asterisk admin interface |
|
|
I think only PJSIP and MWI support Sorcery – so that likely won’t do what’s being asked for…
And reading/writing a flat file should be even easier than learning the ARI |
|
Back to top |
|
|
tzafrir.cohen at xorco... Guest
|
Posted: Tue May 17, 2016 3:38 am Post subject: [asterisk-users] asterisk admin interface |
|
|
On Mon, May 16, 2016 at 04:54:10PM -0700, John Kiniston wrote:
With all due respect, this answer is basically like answering "use a
text editor to edit the dialplan".
The OP asked for an Asterisk administration interface. Right now the
only proper answer given (that did not involve writing one) was FreePBX.
--
Tzafrir Cohen
icq#16849755 jabber:tzafrir.cohen@xorcom.com
+972-50-7952406 mailto:tzafrir.cohen@xorcom.com
http://www.xorcom.com
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|