Skip to content

Commit

Permalink
fix 05
Browse files Browse the repository at this point in the history
  • Loading branch information
dangkun3321 committed Jan 12, 2024
1 parent 80a0fe8 commit 301792b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@

作为另一种选择,您可以设置一个自定义的SIP头,SPA-941将识别并执行相同的操作:

`<action application="set" data="sip_h_Call-info=&lt;sip:${domain}>;answer-after=0"/>`
````
<action application="set" data="sip_h_Call-info=&lt;sip:${domain}>;answer-after=0"/>
```
其中`${domain}`只是源FreeSWITCH™服务器的域名或IP地址。这将把自定义头Call-Info插入到INVITE请求中。
Expand Down Expand Up @@ -163,7 +165,6 @@ _See notes below about what to change in the Dialplan to use this conference pro
<!-- 每帧的毫秒数 -->
<param name="interval" value="20"/>

<!-- 发送音频到其他用户所需的能量级别 -->
<!-- 如果您在同一个房间里有多部电话,这可能会或可能不会有所帮助。对于Cisco 7960,我们观察到,由于扬声器电话具有良好的增益控制,没有必要设置能量级别,实际上,在走动的房间里设置此选项会导致问题,当一个人直接位于两部音量相等的电话之间时,可能会产生被理解为"flutter"的效果 -->
<param name="energy-level" value="0"/>
Expand Down
7 changes: 4 additions & 3 deletions docs/FreeSWITCH-Explained/Modules/mod_portaudio_9634724.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ Event-Calling-Function: channel_on_init
Event-Calling-Line-Number: 265
event_info: BRRRRING! BRRRRING! call 2
```

```
调用 ID: 2
通道状态: 初始状态
通道状态编号: 1
Expand All @@ -309,7 +309,7 @@ event_info: BRRRRING! BRRRRING! call 2
呼叫方拨号计划: XML
呼叫方呼叫者 ID 名称: Mesquita
呼叫方呼叫者 ID 号码: 1000
呼叫方网络地址: \<IP>
呼叫方网络地址: <IP>
呼叫方主叫号码标识: 1000
呼叫方唯一标识符: 740f37a8-f74c-11de-bf81-a394ee5f864b
呼叫方来源: mod_sofia
Expand All @@ -330,7 +330,7 @@ event_info: BRRRRING! BRRRRING! call 2
另一方拨号计划: XML
另一方呼叫者 ID 名称: Mesquita
另一方呼叫者 ID 号码: 1000
另一方网络地址: \<IP>
另一方网络地址: <IP>
另一方主叫号码标识: 1000
另一方目标号码: 1001
另一方唯一标识符: 73b8a0dc-f74c-11de-bf80-a394ee5f864b
Expand All @@ -354,6 +354,7 @@ event_info: BRRRRING! BRRRRING! call 2
变量发起方: 73b8a0dc-f74c-11de-bf80-a394ee5f864b
变量信号绑定: 73b8a0dc-f74c-11de-bf80-a394ee5f864b
变量开关 M SDP: v=0
```

```
o=FreeSWITCH 1262373184 1262373185 IN IP4 \<IP>
Expand Down

0 comments on commit 301792b

Please sign in to comment.