Can I Use ARI To Update The Builtin Database, Without Executing The Dial Plan?

Home » Asterisk Users » Can I Use ARI To Update The Builtin Database, Without Executing The Dial Plan?
Asterisk Users 1 Comment

In my dial plan I can use the following commands to access and handle data from the builtin database.

DB
DB_DELETE
DB_EXISTS
DB_KEYS

It is OK for me. However, in my current project there will be an application responsible for recording new information in the builtin database. So, I need to know:

  1. Is it possible to access the builtin database, by means of ARI ?
  2. If it is possible by ARI, where can I find a tutorial about it?
  3. Can I do something like this?

My APP —sends data to a REST service—->Asterisk REST Interface—–the data is put into the builtin database—-> The builtin database

That is, can I send data to the builtin database, using REST interfaces, but without executing any dial plan? If yes, my app will be able to update data without executing the dial plan.

Any hint will be very helpful!

Best Regards.

One thought on - Can I Use ARI To Update The Builtin Database, Without Executing The Dial Plan?