安装
wget https://github.com/miconda/sipexer/releases/download/v1.1.0/sipexer-v1.1.0-linux-amd64.tar.gz
tar -zxvf sipexer-v1.1.0-linux-amd64.tar.gz
使用
发送OPTIONS检测(udp)
./sipexer -co -com sip:10.215.25.217:5080
使用指定端口发送OPTIONS(udp)
./sipexer -co -com -laddr :5080 10.188.100.155:5080
使用指定端口发送OPTIONS(tcp)
./sipexer -co -com -laddr :5080 tcp:10.188.100.155:5080