Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[asterisk-users] Asterisk API


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users
View previous topic :: View next topic  
Author Message
szilverthorne at gmail...
Guest





PostPosted: Fri Jan 10, 2014 12:13 pm    Post subject: [asterisk-users] Asterisk API Reply with quote

Hello Folks;

I have an Asterisk server 
Asterisk 11.7.0 built by root @xxxxxxxxxxx on a x86_64 running Linux on 2013-12-27 18:47:44 UTC



No FreePBX, no AsteriskNOW, no Elastix. Just Asterisk.


Is there an API out there that anyone knows of that I can pass commands, etc to Asterisk? Creating Extensions, adding voicemail users, setting up voicemail, etc?


I'm kind of clueless. Is there something available?


Thanks - Glen
Back to top
tjrlist at live.com
Guest





PostPosted: Fri Jan 10, 2014 3:41 pm    Post subject: [asterisk-users] Asterisk API Reply with quote

Search google for "Asterisk Manager Interface".

For the most part, if you have raw Asterisk installed then that's what you get and have to build what you want on top of it or hire a developer to do it.

Date: Fri, 10 Jan 2014 12:12:47 -0500
From: szilverthorne@gmail.com
To: asterisk-users@lists.digium.com
Subject: [asterisk-users] Asterisk API

Hello Folks;

I have an Asterisk server
Asterisk 11.7.0 built by root @xxxxxxxxxxx on a x86_64 running Linux on 2013-12-27 18:47:44 UTC



No FreePBX, no AsteriskNOW, no Elastix. Just Asterisk.


Is there an API out there that anyone knows of that I can pass commands, etc to Asterisk? Creating Extensions, adding voicemail users, setting up voicemail, etc?


I'm kind of clueless. Is there something available?


Thanks - Glen


-- _____________________________________________________________________ -- 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
ish at pack-net.co.uk
Guest





PostPosted: Mon Jan 13, 2014 4:16 am    Post subject: [asterisk-users] Asterisk API Reply with quote

On 10 January 2014 17:12, James Wystead <szilverthorne@gmail.com (szilverthorne@gmail.com)> wrote:
Quote:
Hello Folks;

I have an Asterisk server 
Asterisk 11.7.0 built by root @xxxxxxxxxxx on a x86_64 running Linux on 2013-12-27 18:47:44 UTC



No FreePBX, no AsteriskNOW, no Elastix. Just Asterisk.


Is there an API out there that anyone knows of that I can pass commands, etc to Asterisk? Creating Extensions, adding voicemail users, setting up voicemail, etc?


I'm kind of clueless. Is there something available?


Thanks - Glen





You could use asterisk realtime architecture and use your favourite database to hold peer/voicemail/dialplan configuration.


https://wiki.asterisk.org/wiki/display/AST/Realtime+Database+Configuration 




--
Quote:
Ishfaq Malik
Department: VOIP Support
Company: Packnet Limited
t: +44 (0)845 004 4994
f: +44 (0)161 660 9825
e: ish@pack-net.co.uk (ish@pack-net.co.uk)
w: http://www.pack-net.co.uk

Registered Address: PACKNET LIMITED, Duplex 2, Ducie House
37 Ducie Street
Manchester, M1 2JW
COMPANY REG NO. 04920552
Back to top
szilverthorne at gmail...
Guest





PostPosted: Mon Jan 13, 2014 8:24 am    Post subject: [asterisk-users] Asterisk API Reply with quote

Good Day, Ishfaq;

This may be a much better idea than the REST API. 
Correct me if I'm wrong, but the concept is this:


You write to the database, and this gives the same result as perhaps modifying the dialplan, sip, voicemail, etc *without* having to physically modify the extensions.conf, sip.conf, voicemail.conf?


Am I on the right track?


Thanks! 



On Mon, Jan 13, 2014 at 4:16 AM, Ishfaq Malik <ish@pack-net.co.uk (ish@pack-net.co.uk)> wrote:
Quote:

On 10 January 2014 17:12, James Wystead <szilverthorne@gmail.com (szilverthorne@gmail.com)> wrote:
Quote:
Hello Folks;

I have an Asterisk server 
Asterisk 11.7.0 built by root @xxxxxxxxxxx on a x86_64 running Linux on 2013-12-27 18:47:44 UTC



No FreePBX, no AsteriskNOW, no Elastix. Just Asterisk.


Is there an API out there that anyone knows of that I can pass commands, etc to Asterisk? Creating Extensions, adding voicemail users, setting up voicemail, etc?


I'm kind of clueless. Is there something available?


Thanks - Glen







You could use asterisk realtime architecture and use your favourite database to hold peer/voicemail/dialplan configuration.


https://wiki.asterisk.org/wiki/display/AST/Realtime+Database+Configuration 




--
Quote:
Ishfaq Malik
Department: VOIP Support
Company: Packnet Limited
t: [url=tel:%2B44%20%280%29845%20004%204994]+44 (0)845 004 4994[/url]
f: [url=tel:%2B44%20%280%29161%20660%209825]+44 (0)161 660 9825[/url]
e: ish@pack-net.co.uk (ish@pack-net.co.uk)
w: http://www.pack-net.co.uk

Registered Address: PACKNET LIMITED, Duplex 2, Ducie House
37 Ducie Street
Manchester, M1 2JW
COMPANY REG NO. 04920552




--
_____________________________________________________________________
-- 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
Jacob.E.Miles at L-3Co...
Guest





PostPosted: Mon Jan 13, 2014 8:46 am    Post subject: [asterisk-users] Asterisk API Reply with quote

Yes, this would most likely be a better solution (REST API is in Asterisk 12), just be careful about putting your dialplan in a Real Time Database. You sometimes have to do things a little different if your dialplan is in the RTDB. As well you need to make sure security is locked down when using this approach, but security is needed for all approaches.

Jacob

From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of James Wystead
Sent: Monday, January 13, 2014 7:24 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Asterisk API


Good Day, Ishfaq;


This may be a much better idea than the REST API.

Correct me if I'm wrong, but the concept is this:



You write to the database, and this gives the same result as perhaps modifying the dialplan, sip, voicemail, etc *without* having to physically modify the extensions.conf, sip.conf, voicemail.conf?



Am I on the right track?



Thanks!



On Mon, Jan 13, 2014 at 4:16 AM, Ishfaq Malik <ish@pack-net.co.uk (ish@pack-net.co.uk)> wrote:

On 10 January 2014 17:12, James Wystead <szilverthorne@gmail.com (szilverthorne@gmail.com)> wrote:
Hello Folks;


I have an Asterisk server

Asterisk 11.7.0 built by root @xxxxxxxxxxx on a x86_64 running Linux on 2013-12-27 18:47:44 UTC



No FreePBX, no AsteriskNOW, no Elastix. Just Asterisk.



Is there an API out there that anyone knows of that I can pass commands, etc to Asterisk? Creating Extensions, adding voicemail users, setting up voicemail, etc?



I'm kind of clueless. Is there something available?



Thanks - Glen







You could use asterisk realtime architecture and use your favourite database to hold peer/voicemail/dialplan configuration.



https://wiki.asterisk.org/wiki/display/AST/Realtime+Database+Configuration






--
Quote:
Ishfaq Malik Department: VOIP SupportCompany: Packnet Limitedt: ish@pack-net.co.uk (ish@pack-net.co.uk)w: http://www.pack-net.co.uk Registered Address: PACKNET LIMITED, Duplex 2, Ducie House37 Ducie Street Department: VOIP Support
0
Quote:
Department: VOIP Support
1




--
_____________________________________________________________________
-- 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
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
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

VoiceMeUp - Corporate & Wholesale VoIP Services