Displaying 1 result from an estimated 1 matches for "enum_query".
Did you mean:
enc_query
2004 Jan 20
1
Toll-Free Gateway Beta Test: freenum.org
...,Hangup
exten => t,1,Hangup
;
; end of example
====== SER configuration ========
# note: anyone with a better recipe is welcome to send it
# to me, as this has not been tested by me personally. numbers@freenum.org
# catch voice:sip ENUM entries, only if PSTN not forced
if (enum_query("e164.arpa.", "voice")) {
if (is_uri_host_local()) {
route(5);
break;
};
if (!t_relay()) {
xlog("L_ERR", "%is [%Tf]: %rm %fu -> %ru [R4]: ENUM destination: relaying failed\n&quo...