On 7/1/10 10:44 AM, Juha Heinanen wrote:
Daniel-Constantin Mierla writes:
I guess you use this command via rpc interface, not via mi.
yes, i use 'ctl mi address_reload', noticed that it didn't work and then went and fixed it.
Looking at the code, the mi init child is not done for rpc processes, resulting in some mi commands not working properly when called over rpc. The fix should be calling mi init child functions in mi_rpc module -- working on it today.
Juha, I just committed on master and tested over MI where works fine. Can you do some tests over rpc? If all ok then can be backported.
Cheers, Daniel