<div dir="ltr">After googling around I found this:<div><a href="https://langiac.blogspot.com/2018/04/asterisk-dialplan-and-redis-integration.html">https://langiac.blogspot.com/2018/04/asterisk-dialplan-and-redis-integration.html</a> </div><div>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.</div><div> <br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jul 8, 2020 at 7:36 AM Dovid Bender <<a href="mailto:dovid@telecurve.com">dovid@telecurve.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi,<br><div><br></div><div>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:</div><div>Set(CALLERID(name)=${DB(CNAM/${CALLERID(num)})}<br></div><div>it would be done with redis for example:</div><div><div>Set(CALLERID(name)=${REDIS1(CNAM_${CALLERID(num)})}<br></div><div></div><br></div><div>If not can the devs here give me a pointer to where to look?</div><div><br></div><div>TIA.</div><div><br>Regards,</div><div><br>Dovid</div></div>
</blockquote></div>