thufir

Untitled

Mar 23rd, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.73 KB | None | 0 0
  1. linux-k7qk:~ #
  2. linux-k7qk:~ # asterisk -rm
  3. Asterisk 1.8.29.0-vici, Copyright (C) 1999 - 2013 Digium, Inc. and others.
  4. Created by Mark Spencer <[email protected]>
  5. Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
  6. This is free software, with components licensed under the GNU General Public
  7. License version 2 and other licenses; you are welcome to redistribute it under
  8. certain conditions. Type 'core show license' for details.
  9. =========================================================================
  10. log and verbose output currently muted ('logger mute' to unmute)
  11. Connected to Asterisk 1.8.29.0-vici currently running on linux-k7qk (pid = 3520)
  12. Verbosity is at least 21
  13. linux-k7qk*CLI>
  14. linux-k7qk*CLI>
  15. linux-k7qk*CLI>
  16. linux-k7qk*CLI> sip set debug on
  17. SIP Debugging enabled
  18. linux-k7qk*CLI>
  19. linux-k7qk*CLI> exit
  20. linux-k7qk:~ #
  21. linux-k7qk:~ #
  22. linux-k7qk:~ #
  23. linux-k7qk:~ # lsof -P -n -iTCP -sTCP:LISTEN,ESTABLISHED
  24. COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
  25. httpd2-pr 2062 root 4u IPv6 10047 0t0 TCP *:80 (LISTEN)
  26. httpd2-pr 2062 root 6u IPv6 10050 0t0 TCP *:443 (LISTEN)
  27. sshd 2064 root 3u IPv4 9986 0t0 TCP *:22 (LISTEN)
  28. sshd 2064 root 4u IPv6 9988 0t0 TCP *:22 (LISTEN)
  29. mysqld 2694 mysql 16u IPv4 10726 0t0 TCP *:3306 (LISTEN)
  30. httpd2-pr 2721 wwwrun 4u IPv6 10047 0t0 TCP *:80 (LISTEN)
  31. httpd2-pr 2721 wwwrun 6u IPv6 10050 0t0 TCP *:443 (LISTEN)
  32. httpd2-pr 2722 wwwrun 4u IPv6 10047 0t0 TCP *:80 (LISTEN)
  33. httpd2-pr 2722 wwwrun 6u IPv6 10050 0t0 TCP *:443 (LISTEN)
  34. httpd2-pr 2724 wwwrun 4u IPv6 10047 0t0 TCP *:80 (LISTEN)
  35. httpd2-pr 2724 wwwrun 6u IPv6 10050 0t0 TCP *:443 (LISTEN)
  36. httpd2-pr 2725 wwwrun 4u IPv6 10047 0t0 TCP *:80 (LISTEN)
  37. httpd2-pr 2725 wwwrun 6u IPv6 10050 0t0 TCP *:443 (LISTEN)
  38. httpd2-pr 2726 wwwrun 4u IPv6 10047 0t0 TCP *:80 (LISTEN)
  39. httpd2-pr 2726 wwwrun 6u IPv6 10050 0t0 TCP *:443 (LISTEN)
  40. master 2858 root 12u IPv4 13463 0t0 TCP 127.0.0.1:25 (LISTEN)
  41. master 2858 root 13u IPv6 13464 0t0 TCP [::1]:25 (LISTEN)
  42. FastAGI_l 2937 root 3u IPv4 15527 0t0 TCP *:4577 (LISTEN)
  43. ip_relay 2945 root 3u IPv4 11263 0t0 TCP *:40569 (LISTEN)
  44. ip_relay 2946 root 3u IPv4 12727 0t0 TCP *:41569 (LISTEN)
  45. ip_relay 2947 root 3u IPv4 15569 0t0 TCP *:42569 (LISTEN)
  46. FastAGI_l 2988 root 3u IPv4 15527 0t0 TCP *:4577 (LISTEN)
  47. FastAGI_l 2989 root 3u IPv4 15527 0t0 TCP *:4577 (LISTEN)
  48. FastAGI_l 2990 root 3u IPv4 15527 0t0 TCP *:4577 (LISTEN)
  49. FastAGI_l 2991 root 3u IPv4 15527 0t0 TCP *:4577 (LISTEN)
  50. FastAGI_l 2992 root 3u IPv4 15527 0t0 TCP *:4577 (LISTEN)
  51. asterisk 3520 root 6u IPv4 15592 0t0 TCP *:5038 (LISTEN)
  52. asterisk 3520 root 20u IPv4 13996 0t0 TCP 127.0.0.1:5038->127.0.0.1:49149 (ESTABLISHED)
  53. asterisk 3520 root 21u IPv4 13998 0t0 TCP 127.0.0.1:5038->127.0.0.1:49150 (ESTABLISHED)
  54. AST_updat 4119 root 4u IPv4 12227 0t0 TCP 127.0.0.1:49149->127.0.0.1:5038 (ESTABLISHED)
  55. AST_manag 4126 root 4u IPv4 16677 0t0 TCP 127.0.0.1:49150->127.0.0.1:5038 (ESTABLISHED)
  56. httpd2-pr 4268 wwwrun 4u IPv6 10047 0t0 TCP *:80 (LISTEN)
  57. httpd2-pr 4268 wwwrun 6u IPv6 10050 0t0 TCP *:443 (LISTEN)
  58. sshd 4630 root 3u IPv4 16173 0t0 TCP 192.168.0.99:22->192.168.0.28:50390 (ESTABLISHED)
  59. linux-k7qk:~ #
  60. linux-k7qk:~ # netstat -anlp | grep 5060
  61. udp 0 0 0.0.0.0:5060 0.0.0.0:* 3520/asterisk
  62. linux-k7qk:~ #
  63. linux-k7qk:~ #
Advertisement
Add Comment
Please, Sign In to add comment