[asterisk-users] Redis in place of astdb

Dovid Bender dovid at telecurve.com
Wed Jul 8 06:42:54 CDT 2020


After googling around I found this:
https://langiac.blogspot.com/2018/04/asterisk-dialplan-and-redis-integration.html

I would rather not use shell as it's running a script every time which can
become resource intensive. Also the projects written for Asterisk seems to
have not been updated in 6 years. Is there any reason why there was never a
push to have this added to Asterisk? It seems like a no brainer and we
would pay for development of it. I am asking before I start in case there
is a reason why it was not done.


On Wed, Jul 8, 2020 at 7:36 AM Dovid Bender <dovid at telecurve.com> wrote:

> Hi,
>
> Does anyone know of any projects that would allow you to use Redis in
> place of AstDB? By in place of I don't mean for what Asterisk needs but to
> store values. For instance for CNAM currently we need to use an AGI to
> connect to redis to pull CNAM. So in place of:
> Set(CALLERID(name)=${DB(CNAM/${CALLERID(num)})}
> it would be done with redis for example:
> Set(CALLERID(name)=${REDIS1(CNAM_${CALLERID(num)})}
>
> If not can the devs here give me a pointer to where to look?
>
> TIA.
>
> Regards,
>
> Dovid
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20200708/3fa8f930/attachment.html>


More information about the asterisk-users mailing list