|
@@ -10,12 +10,13 @@ Use this to translate numbers from the original number to a new number using reg
|
|
|
:scale: 85%
|
|
|
|
|
|
Activating mod-translate:
|
|
|
-1. Install the package "freeswitch-mod-translate" via aptitude/apt-get etc.
|
|
|
-2. Configure the module to your likes via the GUI: Advanced -> Number Translations.
|
|
|
-3. Activate the module in FusionPBX Advanced -> Modules in the Applications section
|
|
|
+ * Install the package "freeswitch-mod-translate"
|
|
|
+ * Debian FreeSWITCH Packages "apt install freeswitch-mod-translate"
|
|
|
+ * Configure the module to your likes via the GUI: Advanced -> Number Translations.
|
|
|
+ * Activate the module in FusionPBX Advanced -> Modules in the Applications section
|
|
|
|
|
|
The documentation for mod-translate can be found under https://freeswitch.org/confluence/display/FREESWITCH/mod_translate
|
|
|
|
|
|
To use mod-translate to modify inbound calls before they hit the dialplan the following setting for the SIP-profile must be modified:
|
|
|
dialplan "XML" -> dialplan "Translate,XML"
|
|
|
-To activate this setting, the SIP-profile needs to be restarted and memcache flushed.
|
|
|
+To activate this setting, the SIP-profile needs to be restarted and the cache flushed.
|