Hi,
In 0.9.x we have had the command "serctl ul show". The serctl tool seems to be non-functional in 2.0.0, could somehow explain how one is supposed to get list of in-memory contacts from the usrloc module in 2.0.0?
In general it would be nice to have some "migration guide" started in WiKi so that people could share information like this. Personally I've spend quite lot of time migrating my 0.9.6 config to 2.0.0 and have quite few tips to share.
Thanks for any hints!
-Maxim
Hi Maxim, Yes, excellent! Simon Miles is the editor of the migration guide. The outline has been started: http://www.iptel.org/ser/doc/ser20MigrationGuide and he is working on getting his working group together (I think). Please see my separate announcement on a serdoc mailing list and consider subscribing :-) g-)
Maxim Sobolev wrote:
The old serctl (FIFO only) has been replaced by sercmd, while a new serctl, called serctl 2.0 (written in python) can be used for remote management. The command you are looking for is usrloc.dump (callable from both tools), but unfortunately: static void rpc_dump(rpc_t* rpc, void* c) { rpc->fault(c, 500, "Not Yet Implemented"); }
:-( I have noticed the same, but forgot about it. It's a useful tool for test servers, and I assume the intention was to implement it. Could you please register a ticket on it? g-)
Maxim Sobolev wrote:
just a personal opinion on this:
I think it's not just a useful tool but a required feature being able to know which users are registered.
Can we make it a required feature for 2.0?
Samuel.
2007/5/25, Greger V. Teigre greger@teigre.com: