Advertisement
Guest User

Untitled

a guest
Mar 28th, 2015
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. thufir@tleilax:~$
  2. thufir@tleilax:~$ sudo cat /etc/asterisk/manager.conf
  3. [sudo] password for thufir:
  4. ;
  5. ; Asterisk Call Management support
  6. ;
  7.  
  8. ; By default asterisk will listen on localhost only.
  9. [general]
  10. displaysystemname = yes
  11. enabled = yes
  12. port = 5038
  13. bindaddr = 127.0.0.1
  14.  
  15.  
  16.  
  17. [admin]
  18. secret = password
  19. writetimeout = 500
  20. read = system,call,log,verbose,command,agent,user,config
  21. write = system,call,log,verbose,command,agent,user,config
  22.  
  23. ; No access is allowed by default.
  24. ; To set a password, create a file in /etc/asterisk/manager.d
  25. ; use creative permission games to allow other serivces to create their own
  26. ; files
  27. #include "manager.d/*.conf"
  28.  
  29. thufir@tleilax:~$
  30. thufir@tleilax:~$ sudo asterisk -rm
  31. Asterisk 11.11.0~dfsg-2ubuntu1, Copyright (C) 1999 - 2013 Digium, Inc. and others.
  32. Created by Mark Spencer <markster@digium.com>
  33. Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
  34. This is free software, with components licensed under the GNU General Public
  35. License version 2 and other licenses; you are welcome to redistribute it under
  36. certain conditions. Type 'core show license' for details.
  37. =========================================================================
  38. log and verbose output currently muted ('logger mute' to unmute)
  39. Connected to Asterisk 11.11.0~dfsg-2ubuntu1 currently running on tleilax (pid = 1450)
  40. tleilax*CLI>
  41. tleilax*CLI> show manager commands
  42. No such command 'show manager commands' (type 'core show help show manager' for other possible commands)
  43. tleilax*CLI>
  44. tleilax*CLI> core show help show manager
  45. No such command 'show manager'.
  46. tleilax*CLI>
  47. tleilax*CLI> exit
  48. Asterisk cleanly ending (0).
  49. Executing last minute cleanups
  50. thufir@tleilax:~$
  51. thufir@tleilax:~$ cat /etc/lsb-release
  52. DISTRIB_ID=Ubuntu
  53. DISTRIB_RELEASE=14.10
  54. DISTRIB_CODENAME=utopic
  55. DISTRIB_DESCRIPTION="Ubuntu 14.10"
  56. thufir@tleilax:~$
  57. thufir@tleilax:~$ telnet localhost 5038
  58. Trying 127.0.0.1...
  59. telnet: Unable to connect to remote host: Connection refused
  60. thufir@tleilax:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement