Re: [asterisk-dev] Fwd: Code Review request of func_redis module

2015-07-10 Thread Sergio Medina Toledo
Hi, I have finished the REDIS_PUBLISH function, it is in the repo ( https://github.com/tic-ull/func_redis), it took me more time find the time to do it than the time to do it, all the fedback is welcome. 2015-07-08 10:49 GMT+01:00 Sergio Medina Toledo gest...@ull.edu.es: Hi, There isn't any

Re: [asterisk-dev] Fwd: Code Review request of func_redis module

2015-07-08 Thread Ludovic Gasc
Hi Sergio, I've added in my professional schedule to test your module this summer. I'll open issue or pull request for specific remarks. However, one of first thing I'll need quickly, is to push any command to redis, like with kamailio module:

Re: [asterisk-dev] Fwd: Code Review request of func_redis module

2015-07-08 Thread Sergio Medina Toledo
Hi, There isn't any drawback with that, all the pull requests and contributions are welcome. I would add a function called REDIS_PUBLISH, that may work like that Set(REDIS_PUBLISH(redis_channel)=message) If I have some time this afternoon i will try to implement it. If you want something like

Re: [asterisk-dev] Fwd: Code Review request of func_redis module

2015-05-13 Thread Sergio Medina Toledo
Great, then there isn't any problem, for me is fantastic having a tester that can report bugs. 2015-05-12 20:38 GMT+01:00 Ludovic Gasc gml...@gmail.com: Don't worry, I understand it isn't production ready, I'll test that only on a dev instance. I don't know yet if I'll have skills to help you

Re: [asterisk-dev] Fwd: Code Review request of func_redis module

2015-05-12 Thread Sergio Medina Toledo
The part of the internal API that I used haven't changed from 11 to 13 so it should work without any problem. But I haven't tested the module intensively and I'm not sure if it is thread safe, so I don't recommend use it in production servers right now. Today I'm gonna install the module in an

Re: [asterisk-dev] Fwd: Code Review request of func_redis module

2015-05-12 Thread Ludovic Gasc
Don't worry, I understand it isn't production ready, I'll test that only on a dev instance. I don't know yet if I'll have skills to help you with pull requests, but at least, with tests and eventual bug reports. For now, it isn't really critical, because I've a daemon that plays as a Redis proxy

[asterisk-dev] Fwd: Code Review request of func_redis module

2015-05-11 Thread GESTION DE TELEFONIA IP
Hi all, I have developed an asterisk module to interact with redis from the dialplan, the project is motivated by the need to share information between different asterisk in both active-active and active-passive scheme, in an easy way like AstDB. You can use an agi script or a system call to a

Re: [asterisk-dev] Fwd: Code Review request of func_redis module

2015-05-11 Thread Ludovic Gasc
Hi, Your library is very interesting, because we already use Redis as a cache for some stuffs. For now, I've made a FastAGI server to serve Redis data, but it should be faster to read Redis data directly. Do you think I could test your module on an Asterisk 13, or the Asterisk internal API is