Revision history of "VoIP Cookbook: ENUM Routing Table in OpenSIPS configuration"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 12:00, 9 March 2010Onnowpurbo talk contribs 1,668 bytes +1,668 New page: The short version if (uri=~"^sip:00[1-9][0-9]*@*") { strip(2); prefix("+"); }; if (uri=~"sip:\+[0-9]+@*") enum_query("e164.id."); The above example will allow all...