来源:https://stackoverflow.com/questions/12817232/how-do-i-call-a-local-softphone-on-freeswitch

error : Cannot lock pid file /usr/local/freeswitch/run/freeswitch.pid

This can be solved in linux(fedora/centos) by following below syntax

1)open terminal

2)press su (to move admin root)

3)enter password

apply the following command

4)netstat -npl

then it show all the ports runnning

find port running for freeswitch ex: tcp 0 0 127.0.0.1:8021 0.0.0.0:* LISTEN 708/freeswitch

5)fuser -k 708/tcp use the number given in response ex:710

6)kill -9 710

也可以使用top命令来查看进程的pid

最新文章

  1. SQL数据库,使用事务执行增删改操作,给自己一个后悔的机会
  2. JDK AIO编程
  3. 如何编译Less
  4. windows下用golang连接mssql
  5. C/C++关于string.h头文件和string类
  6. Android 使用ContentProvider扫描手机中的图片,仿微信显示本地图片效果
  7. 理解ruby on rails中的ActiveRecord::Relation
  8. 常用EXE文件反编译工具
  9. 中国.net域名网站的“前世今生”,那些年的光辉
  10. 解决js浮点数计算bug
  11. ASP.net(C#)利用SQL Server实现注册和登陆功能
  12. hbulider mui框架
  13. 【读书笔记】《未来闪影》罗伯特·J·索耶
  14. CareerCup它1.8 串移包括问题
  15. CENTOS6.6下redis3.2集群搭建
  16. 《Linux/Unix系统编程手册》 时间子系统
  17. Notepad2用法说明
  18. StanFord ML 笔记 第六部分&&第七部分
  19. Scrapy 导出的 cvs 文件,双击打开乱码问题
  20. 【读书笔记】socket函数

热门文章

  1. ASP Session 对象
  2. [51nod]1229 序列求和 V2(数学+拉格朗日差值)
  3. bzoj1070【SCOI2007】修车(费用流)
  4. 下载azure website的code
  5. Python描述符深入理解
  6. Cboard 实现看板里面图表仪表盘之间的联动
  7. springcloud微服务 总结一
  8. day--38 mysql表的完整性约束总结
  9. BZOJ3065 带插入区间K小值 || 洛谷P4278
  10. [源代码]List的增加与删除