Hi all, I’m interested in extending the ENUM module to add support for draft-ietf-enum-cnam-08 CNAM queries using ENUM. I’m looking for high level guidance as to the best way to implement this and any feedback on naming of exported functions and parameters. Maybe something like enum_cnam_query("pvar", "destination", [,"suffix" [,"service"]]) ?
Best regards, Spencer
Am Montag, 1. April 2019, 19:22:13 CEST schrieb Spencer Thomason:
I’m interested in extending the ENUM module to add support for draft-ietf-enum-cnam-08 CNAM queries using ENUM. I’m looking for high level guidance as to the best way to implement this and any feedback on naming of exported functions and parameters. Maybe something like enum_cnam_query("pvar", "destination", [,"suffix" [,"service"]]) ?
Hello Spencer,
(added sr-dev)
thank you for your interesting in contribution to Kamailio.
I am not the author of the enum module - but your suggestion:
enum_cnam_query("pvar", "destination", [,"suffix" [,"service"]])
sounds fine for me. This fits to the existing function naming.
If you have specific questions regarding coding topics please use our developer mailing list (sr-dev). We integrate new code usually with github, you find a guide here:
https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md
Best regards,
Henning