
SIP
星海里的小帆船
菩提本无树,庭前自飞花;
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Free Switch 端口配置
Free Switch处于防火墙内,因此需要在防火墙上开启相关端口映射,否则无法接收到数据包.下表为各个模块默认使用的端口列表:FireWall PortsNetwork ProtocolApplication ProtocolDescription1719UDPH.323 Gatekeeper R原创 2017-06-30 16:15:57 · 11143 阅读 · 0 评论 -
c语言-字符串操作
#include #include #include /*将to的路由器IP更换为from的SIP Server IP*/int main(){ char *from ="\"Extension 1010\" "; char *to = ""; if(indexOf(to,";") > 0){ int fromLen,fromStart,t转载 2017-07-21 16:07:07 · 393 阅读 · 0 评论