The module documentation for versions 1.2, 1.3 etc used to be available on the web site.
Where has it gone? When you clicked on the documentation link, you used to be able to choose the version of OpenSER(Kam...OpenSIPS whatever) that you wanted. Now, your taken immediately to what appears to be the documentation for the LATEST version.
Doug.
Hello,
they are available under new domain "kamailio":
or directly:
http://www.kamailio.net/docs/modules/
Cheers, Daniel
On 08/18/08 20:58, Douglas Garstang wrote:
The module documentation for versions 1.2, 1.3 etc used to be available on the web site.
Where has it gone? When you clicked on the documentation link, you used to be able to choose the version of OpenSER(Kam...OpenSIPS whatever) that you wanted. Now, your taken immediately to what appears to be the documentation for the LATEST version.
Doug.
Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
Hi,Is there anyway to get the statistics of different module using "opensipsctl fifo get_statistics"?For example to obtain dns request/response statistics on enum module.Thanks,
Hi Ali,
it seems that the last weeks events created a lot of confusion among openser users. openser was renamed to kamailio due to trademark issues, a fork was created shortly after as opensips.
Now the ctl tool is named kamctl, see migration table:
http://kamailio.net/dokuwiki/doku.php/install:1.3.x-to-1.4.0
Back to your question, if you want to get statistics only for a particular module, you can do:
kamctl fifo get_statistics module:
replace 'module' with the name of the module -- beware that the colon at the end of the name must be there.
But the enum module does not export any statistics now. As an example, for usrloc module: kamctl fifo get_statistics usrloc:
Regards, Ramona
Ali Soltani wrote:
Hi, Is there anyway to get the statistics of different module using "opensipsctl fifo get_statistics"? For example to obtain dns request/response statistics on enum module. Thanks,
Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
On Monday 18 August 2008, Elena-Ramona Modroiu wrote:
But the enum module does not export any statistics now. As an example, for usrloc module: kamctl fifo get_statistics usrloc:
Hi Ali,
if you would like to add statistics support for the enum module, then you could of course submit a patch implementing this. :-) Its should be not that hard to implement (if you know some C), compare to some other modules that already have statistics support to get an idea. Its also covered in the developer guide at:
http://www.asipto.com/pub/openser-devel-guide/#c13statistics
Cheers,
Henning
Henning Westerholt writes:
But the enum module does not export any statistics now. As an example, for usrloc module: kamctl fifo get_statistics usrloc:
what kind of statistics you would need? like delay statistics of queries or what?
-- juha
Juha Heinanen schrieb:
Henning Westerholt writes:
But the enum module does not export any statistics now. As an example, for usrloc module: kamctl fifo get_statistics usrloc:
what kind of statistics you would need? like delay statistics of queries or what?
IMO this would be interesting: - query time statistics - DNS/ENUM response codes: - server failure - NXDOMAIN - no NAPTR records - NAPTR records found, but service not matched - NAPTR records found, service matched but regexp failed
It would be cool if these statistics would be "per ENUM tree", but I think this will get complicated
regards klaus
Klaus Darilion writes:
IMO this would be interesting:
- query time statistics
- DNS/ENUM response codes:
- server failure
- NXDOMAIN
- no NAPTR records
- NAPTR records found, but service not matched
- NAPTR records found, service matched but regexp failed
klaus,
i'll see what i can do when weather gets worse and snow starts to fall (usually in early october).
-- juha