On (29.02.04 20:36), alan chiu wrote:
has anyone successfully configured ser for access to US-based 8xx numbers? FWD service has this capability. If yes, please share information on how to achieve this.
Take a look at the "freenum.org" project, which aims at providing a private ENUM tree pointing to toll free access providers. Available as of today: US (+1800), Austria (+43800). NL and UK currently in the queue.
You can use freenum by upgrading your SER's ENUM module to the new version (which allows you to specify a domain suffix in each query), and then add something like:
if (enum_query("freenum.org.") { xlog("L_INFO", "%ru: freenum toll free access"); t_relay(); }
to your SER request routing.
cheers
axelm