瀏覽代碼

Update number_translations.rst (#153)

The-Operator 7 年之前
父節點
當前提交
7b8ddfbd6e
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      source/advanced/number_translations.rst

+ 4 - 0
source/advanced/number_translations.rst

@@ -18,4 +18,8 @@ The documentation for mod-translate can be found under https://freeswitch.org/co
 
 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"
+  
+  With FreeSwitch 1.8.x it is now possible to specify the translation profile to be used:
+  dialplan "XML" -> dialplan "Translate:my_profile1,XML"
+  
 To activate this setting, the SIP-profile needs to be restarted and the cache flushed.