Skip to content

Commit

Permalink
update img
Browse files Browse the repository at this point in the history
  • Loading branch information
CzyerChen committed Sep 12, 2024
1 parent 1eb0563 commit f4dd8b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _posts/2024-08-14-KamailioWorld-05sipp测试.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ Exit codes:
./sipp -sf example-server.xml -i host -p port --max_socket 100000 -l 500000
```
![img](../img/blog/Kamailio-SIPp-UAS.png)
![img](https://raw.githubusercontent.com/CzyerChen/clairechen.github.io/master/img/blog/Kamailio-SIPp-UAS.png)
服务端脚本一般如何设计:
Expand Down Expand Up @@ -494,7 +494,7 @@ Exit codes:
./sipp proxyhost:port -sf example-client.xml -r batchsize -d 10000 -s caller -m totalcount
```
![img](../img/blog/Kamailio-SIPp-UAC.png)
![img](https://raw.githubusercontent.com/CzyerChen/clairechen.github.io/master/img/blog/Kamailio-SIPp-UAC.png)
对于客户端的脚本,通常要与服务端对应,也可以模拟一些异常情况,随机回复到异常的情况,比如呼叫后取消、呼叫后保持、呼叫后挂起一段时间等
Expand Down
2 changes: 1 addition & 1 deletion _posts/2024-08-16-KamailioWorld-06负载均衡实践.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ A: 就是需要负载均衡剔除异常服务节点,转发至可用节点

既然看上去功能强大且十分诱人的功能,要如何才能使用呢?

![img](../img/blog/Kamailio-Dispatcher.png)
![img](https://raw.githubusercontent.com/CzyerChen/clairechen.github.io/master/img/blog/Kamailio-Dispatcher.png)

## 如何使用?

Expand Down

0 comments on commit f4dd8b1

Please sign in to comment.