Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix 04 #17

Merged
merged 1 commit into from
Jan 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ _See notes below about what to change in the Dialplan to use this conference pro
<!-- 您可能会注意到略微下降的质量,但反馈 -->
<!-- 应该最小限度-->
<param name="rate" value="1000"/>
```

```html
<!-- 每帧的毫秒数 -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1736,7 +1736,7 @@ GMT事件日期: 星期三,%2023%20Jan%202008%2018%3A39%3A06%20GMT
事件名称:DETECTED_TONE
核心UUID:5859d2de-ccec-11dc-aab0-69b2875ec123
FreeSWITCH主机名:abacus
FreeSWITCH IPv4地址:<myip>
FreeSWITCH IPv4地址:`<myip>`
FreeSWITCH IPv6地址:127.0.0.1
本地事件日期:2008-01-27%2017%3A19%3A30
GMT事件日期:星期日,2008年1月27日 16%3A19%3A30 GMT
Expand Down
2 changes: 2 additions & 0 deletions docs/FreeSWITCH-Explained/Modules/mod-dptools/3375201.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,9 @@ API:limit_interval_reset <backend> <realm> <resource>

它似乎每5秒查询一次完整的哈希列表的每个远程哈希端点。然后将其添加到当前服务器上的正常哈希使用中。

```
hash_remote <list>|<kill> [name]|<rescan>
```

## 通道变量

Expand Down
2 changes: 1 addition & 1 deletion docs/FreeSWITCH-Explained/Modules/mod-dptools/6586414.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
| &lt;dtmf\_target\_leg> | 可选值:self(默认值)peer both任何其他值都被视为self。 | peer |
| &lt;event\_target\_leg> | 可选参见&lt;dtmf\_target\_leg> | self |

**给\<binding>参数设置优先标志**
**给`<binding>`参数设置优先标志**

待办事项 好好写 这里的文本直接来自提交评论。

Expand Down
5 changes: 5 additions & 0 deletions docs/FreeSWITCH-Explained/Modules/mod_httapi_3966423.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ asr-engine : 自动语音识别引擎
asr-grammar : 使用的ASR语法

```

```xml
<record file name error-file action digit-timeout input-timeout><bind action strip>*EXPR*</bind></record>
: 记录一个文件,可以选择收集输入,然后将文件发送回目标URL。
ATTRS:
Expand Down Expand Up @@ -163,6 +165,7 @@ method : 方法(fs参数)
gender : 性别(fs参数)
```

```xml
<执行应用程序数据操作>\*数据\*</执行>
:执行FreeSWITCH应用程序。
属性:
Expand Down Expand Up @@ -256,6 +259,7 @@ debug :<true|false> false 打印
file-cache-ttl :<秒数> 300 等待多长时间后检查服务器是否更改音频
文件。
file-not-found-expires :<秒数> 300 保留未找到的缓存音频文件的时间。
```

```markdown
<profile name="<name>"> : 新建一个以名称引用的配置文件
Expand All @@ -279,6 +283,7 @@ default-profile : <string> default 在未
user-agent : <string> mod_httapi/1.0 User Agent头部的值
```

```
<permissions>: * = 默认

<permission name="" value="">
Expand Down
Loading