We use enum_query() to dispatch calls over a set of gateways. In our case single digits (for instance "8") can be a valid direct dial number which we would like to through against our enum server.
Is there any good reason to limit the request to 2 digits as minimum? You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/593
-- Commit Summary --
* a single number should be a valid in function enum_query() * print out malformed enum_query() request in enum.c
-- File Changes --
M modules/enum/enum.c (11)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/593.patch https://github.com/kamailio/kamailio/pull/593.diff
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/593