Hello Peter, I noticed that you added some new MI commands. Because the MI interface is causing memory fragmentation, the use or rpc commands is preffered over MI and the use of MI interface is to be deprecated in the near future (once all MI commands are ported to rpc). It would be nice to have them implemented over rpc too.
Regards, Ovidiu Sas On Tuesday, October 1, 2013, Peter Dunkley wrote: > Module: sip-router > Branch: master > Commit: fd9fcd75c222b73a2b70793e5d79c7494f757a1e > URL: > http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fd9fcd75c222b73a2b70793e5d79c7494f757a1e > > Author: Peter Dunkley <[email protected] <javascript:;>> > Committer: Peter Dunkley <[email protected] <javascript:;>> > Date: Wed Oct 2 01:30:37 2013 +0100 > > modules/auth_ephemeral: Added MI commands for shared secret management > > - Can add, remove, and display shared secrets with MI commands > - This means you can add/revoke secrets without a restart > > --- > > modules/auth_ephemeral/README | 74 ++++++ > modules/auth_ephemeral/autheph_mod.c | 257 > +++++++++++++++++++- > modules/auth_ephemeral/autheph_mod.h | 6 + > modules/auth_ephemeral/authorize.c | 11 +- > .../auth_ephemeral/doc/auth_ephemeral_admin.xml | 68 +++++ > 5 files changed, 405 insertions(+), 11 deletions(-) > > Diff: > http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=fd9fcd75c222b73a2b70793e5d79c7494f757a1e > > _______________________________________________ > sr-dev mailing list > [email protected] <javascript:;> > http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev > -- VoIP Embedded, Inc. http://www.voipembedded.com
_______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
