Skip to content

Commit

Permalink
Merge pull request #16 from rts-cn/fix-03
Browse files Browse the repository at this point in the history
fix-03
  • Loading branch information
seven1240 authored Jan 12, 2024
2 parents ec9ee59 + 8abff93 commit 82ceea8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
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

0 comments on commit 82ceea8

Please sign in to comment.