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-03 #16

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
8 changes: 6 additions & 2 deletions docs/FreeSWITCH-Explained/Modules/mod_skinny_3375354.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -493,13 +493,17 @@ option tftp-server-name 192.168.0.2;

基本格式:

`skinny/\<profile>/\<number>`
```
skinny/\<profile>/\<number>
```

## API命令

注意:大多数命令参数可以在CLI中使用tab键进行自动补全(例如\<ring\_type>)。

用法:

```xml
--------------------------------------------------------------------------------
skinny help
skinny status profile \<profile_name>
Expand All @@ -512,7 +516,7 @@ skinny profile \<profile_name> device \<device_name> send CallStateMessage \<cal
skinny profile \<profile_name> device \<device_name> send \<UserToDeviceDataMessage|UserToDeviceDataVersion1Message> [ \<param>=\<value>;... ] \<data>
skinny profile \<profile_name> set \<name> \<value>
--------------------------------------------------------------------------------

```
(更多[待办事项](https://70.169.193.216/wiki/Mod%5Fskinny/Development#TODO "Mod skinny/Development"))

## 自定义事件
Expand Down
4 changes: 2 additions & 2 deletions docs/FreeSWITCH-Explained/Modules/mod_vmd_13173393.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ sudo make install
<mercutioviz>是的,只是执行了 "vmd"
<anthm>好的
那就完美了
```

<mercutioviz> 我只是想确保来自 dp 的呼叫确实工作,然后我们会解决回调的问题
<ericdc> 使用拨号计划能捕捉回调吗?
Expand All @@ -204,4 +203,5 @@ sudo make install
<MikeJ> 这就是为什么阻塞应用很有趣
*就像我们在等待静默中所做的那样
<ericdc> 好的,那么现在官方确认在拨号计划中不支持,直到我在这个月底之前加入支持
<MikeJ> 除非我厌倦了 :D
<MikeJ> 除非我厌倦了 :D
```
7 changes: 5 additions & 2 deletions docs/FreeSWITCH-Explained/Modules/mod_voicemail_6587070.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1361,10 +1361,13 @@ voicemail\_inject用于向用户的语音邮件邮箱中添加任意声音文件
### vm_prefs

语法:
`vm_prefs [profile/]\<user>@\<domain>\[|\[name_path|greeting_path|password\]\]`

```
vm_prefs [profile/]\<user>@\<domain>\[|\[name_path|greeting_path|password\]\]
```
vm_prefs 用于检查用户更改的偏好设置

\<br>
`<br>`

示例:
vm_prefs [1000@192.168.15.186](mailto:1000@192.168.15.186)|name_path|greeting_path|password
Expand Down
Loading