From 14b086530024c82dd6b1de79eec8fdd74493d21b Mon Sep 17 00:00:00 2001
From: Rachel Taub <167239144+taubrs@users.noreply.github.com>
Date: Sun, 4 May 2025 10:24:43 -0700
Subject: [PATCH] Removed module
---
.../Modules/mod_xml_radius_3375374.mdx | 75 -------------------
1 file changed, 75 deletions(-)
delete mode 100644 docs/FreeSWITCH-Explained/Modules/mod_xml_radius_3375374.mdx
diff --git a/docs/FreeSWITCH-Explained/Modules/mod_xml_radius_3375374.mdx b/docs/FreeSWITCH-Explained/Modules/mod_xml_radius_3375374.mdx
deleted file mode 100644
index cc14e292..00000000
--- a/docs/FreeSWITCH-Explained/Modules/mod_xml_radius_3375374.mdx
+++ /dev/null
@@ -1,75 +0,0 @@
-
-# mod_xml_radius
-
-
-
-## About
-
-Provides RADIUS authentication, also useful for connecting to billing packages such as Jerasoft.
-
-## Features
-
-### Implemented
-
-Authorization: Directory lookup for sip registrations(hash only, no passwords) Dialplan app for authorization
-
-Accounting: Per leg accounting regular expression based limiting for accounting on nearly any channel variable
-
-Misc: Ability to specify channel variable, plus alternate channel variable to use for field values
-
-### Missing
-
-There are four good ways to have the feature added:
-
-* Add the feature request as a blog comment below
-* File a JIRA ticket
-* Catch me on IRC #freeswitch as user quentusrex or quentusrex\_
-* Contact [consulting@freeswitch.org](mailto:consulting@freeswitch.org)
-* Send me a patch: [wking@freeswitch.org](mailto:wking@freeswitch.org)
-
-## Example freeradius config
-
-Radius users entry ( cleartext password or HA1 hash required for digest authentication )
-
-```xml
-bob Cleartext-Password := "zanzibar", Realm == "biloxi.com"
- Reply-Message = "Welcome to FreeSWITCH!",
- Freeswitch-AVPair = "alias=315",
- Freeswitch-AVPair += "international=yes",
- Freeswitch-AVPair += "natuser=no",
- Freeswitch-AVPair += "vm_pass=1234"
-```
-
-## Dialplan Use Examples
-
-To schedule hangup when time runs out:
-
-```xml
-
-```
-
-
-To tell user the number of minutes:
-
-```xml
-
-
-
-
-
-```
-
-To tell the user their account balance / funds remaining:
-
-```xml
-
-
-
-```
-
-### Comments:
-
-| FreeRADIUS 3.0.12:(3) \[digest\] = noop  Posted by morfair at Sep 27, 2018 11:53 |
-| ----------------------------------------------------------------------------------------------------------------------------- |
-
-