Страница 1 из 4
Проблема с asterisk gui
Добавлено: 2011-10-27 12:45:13
kuhar2007
Решил попробовать настроить asterisk по мануалу:
http://www.lissyara.su/articles/freebsd ... sk_ip_pbx/
Да вот вышла проблемка перехожу по
http://46.98.139.93:8088/asterisk/stati ... stall.html
Браузер выдает ошибку 404:
Код: Выделить всё
Not Found
The requested URL was not found on this server.
Asterisk Server
В логах астериска ругается на "secret":
Код: Выделить всё
[Oct 27 09:49:58] NOTICE[1260] manager.c: Invalid keyword <secret> = <123QaZ> in manager.conf [general]
[Oct 27 09:49:58] NOTICE[1260] manager.c: Invalid keyword <read> = <system,call,log,verbose,command,agent,config,user> in manager.conf [general]
[Oct 27 09:49:58] NOTICE[1260] manager.c: Invalid keyword <write> = <system,call,log,verbose,command,agent,config,user> in manager.conf [general]
[Oct 27 09:49:58] NOTICE[1260] chan_skinny.c: Configuring skinny from skinny.conf
[Oct 27 09:49:58] NOTICE[1260] pbx_ael.c: Starting AEL load process.
[Oct 27 09:49:58] NOTICE[1260] pbx_ael.c: AEL load process: parsed config file name '/usr/local/etc/asterisk/extensions.ael'.
[Oct 27 09:49:58] NOTICE[1260] pbx_ael.c: AEL load process: checked config file name '/usr/local/etc/asterisk/extensions.ael'.
[Oct 27 09:49:58] NOTICE[1260] pbx_ael.c: AEL load process: compiled config file name '/usr/local/etc/asterisk/extensions.ael'.
[Oct 27 09:49:58] NOTICE[1260] pbx_ael.c: AEL load process: merged config file name '/usr/local/etc/asterisk/extensions.ael'.
[Oct 27 09:49:58] NOTICE[1260] pbx_ael.c: AEL load process: verified config file name '/usr/local/etc/asterisk/extensions.ael'.
[Oct 27 09:49:58] NOTICE[1260] app_queue.c: queuerules.conf has not changed since it was last loaded. Not taking any action.
Не пинайте сильно, первый раз пытаюсь настроить...
Re: Проблема с asterisk gui
Добавлено: 2011-10-29 18:35:32
vadim64
дайте вывод команды
Код: Выделить всё
cat -n /usr/local/etc/asterisk/manager.conf
Re: Проблема с asterisk gui
Добавлено: 2011-11-01 14:08:22
kuhar2007
vadim64 писал(а):дайте вывод команды
Код: Выделить всё
cat -n /usr/local/etc/asterisk/manager.conf
Код: Выделить всё
# cat -n /usr/local/etc/asterisk/manager.conf
1 ;
2 ; AMI - The Asterisk Manager Interface
3 ;
4 ; Third party application call management support and PBX event supervision
5 ;
6 ; This configuration file is read every time someone logs in
7 ;
8 ; Use the "manager show commands" at the CLI to list available manager commands
9 ; and their authorization levels.
10 ;
11 ; "manager show command <command>" will show a help text.
12 ;
13 ; ---------------------------- SECURITY NOTE -------------------------------
14 ; Note that you should not enable the AMI on a public IP address. If needed,
15 ; block this TCP port with iptables (or another FW software) and reach it
16 ; with IPsec, SSH, or SSL vpn tunnel. You can also make the manager
17 ; interface available over http/https if Asterisk's http server is enabled in
18 ; http.conf and if both "enabled" and "webenabled" are set to yes in
19 ; this file. Both default to no. httptimeout provides the maximum
20 ; timeout in seconds before a web based session is discarded. The
21 ; default is 60 seconds.
22 ;
23 [general]
24 enabled = yes
25 webenabled = yes
26
27 port = 5038
28 bindaddr = 46.98.139.93
29
30 ; Parameters that control AMI over TLS. ("enabled" must be set too).
31 ; You can open a connection to this socket with e.g.
32 ;
33 ; openssl s_client -connect my_host:5039
34 ;
35 ;tlsenable=no ; set to YES to enable it
36 ;tlsbindport=5039 ; the port to bind to
37 ;tlsbindaddr=0.0.0.0 ; address to bind to, default to bindaddr
38 ;tlscertfile=/tmp/asterisk.pem ; path to the certificate.
39 ;tlsprivatekey=/tmp/private.pem ; path to the private key, if no private given,
40 ; if no tlsprivatekey is given, default is to search
41 ; tlscertfile for private key.
42 ;tlscipher=<cipher string> ; string specifying which SSL ciphers to use or not use
43 ;
44 ;allowmultiplelogin = yes ; IF set to no, rejects manager logins that are already in use.
45 ; ; The default is yes.
46 ;
47 ;displayconnects = yes
48 ;
49 ; Add a Unix epoch timestamp to events (not action responses)
50 ;
51 ;timestampevents = yes
52
53 ;brokeneventsaction = yes ; Restore previous behavior that caused the events
54 ; action to not return a response in certain
55 ; circumstances. Defaults to 'no'.
56
57 ;
58 ; Display certain channel variables every time a channel-oriented
59 ; event is emitted:
60 ;
61 ;channelvars = var1,var2,var3
62
63 ; debug = on ; enable some debugging info in AMI messages (default off).
64 ; Also accessible through the "manager debug" CLI command.
65
66 ; authtimeout specifies the maximum number of seconds a client has to
67 ; authenticate. If the client does not authenticate beofre this timeout
68 ; expires, the client will be disconnected. (default: 30 seconds)
69
70 ;authtimeout = 30
71
72 ; authlimit specifies the maximum number of unauthenticated sessions that will
73 ; be allowed to connect at any given time.
74
75 ;authlimit = 50
76
77 ;httptimeout = 60
78 ; a) httptimeout sets the Max-Age of the http cookie
79 ; b) httptimeout is the amount of time the webserver waits
80 ; on a action=waitevent request (actually its httptimeout-10)
81 ; c) httptimeout is also the amount of time the webserver keeps
82 ; a http session alive after completing a successful action
83
84
85 ;[mark]
86 secret = 123
87 ;deny=0.0.0.0/0.0.0.0
88 ;permit=209.16.236.73/255.255.255.0
89 ;
90 ;eventfilter=Event: Newchannel
91 ;eventfilter=!Channel: DAHDI*
92 ; The eventfilter option is used to whitelist or blacklist events per user to be
93 ; reported with regular expressions and are allowed if both the regex matches
94 ; and the user has read access set below. Filters are assumed to be for whitelisting
95 ; unless preceeded by an exclamation point, which marks it as being black.
96 ; Evaluation of the filters is as follows:
97 ; - If no filters are configured all events are reported as normal.
98 ; - If there are white filters only: implied black all filter processed first,
99 ; then white filters.
100 ; - If there are black filters only: implied white all filter processed first,
101 ; then black filters.
102 ; - If there are both white and black filters: implied black all filter processed
103 ; first, then white filters, and lastly black filters.
104
105 ;
106 ; If the device connected via this user accepts input slowly,
107 ; the timeout for writes to it can be increased to keep it
108 ; from being disconnected (value is in milliseconds)
109 ;
110 ; writetimeout = 100
111 ;
112 ;displayconnects = yes ; Display on CLI user login/logoff
113 ;
114 ; Authorization for various classes
115 ;
116 ; Read authorization permits you to receive asynchronous events, in general.
117 ; Write authorization permits you to send commands and get back responses. The
118 ; following classes exist:
119 ;
120 ; all - All event classes below (including any we may have missed).
121 ; system - General information about the system and ability to run system
122 ; management commands, such as Shutdown, Restart, and Reload.
123 ; call - Information about channels and ability to set information in a
124 ; running channel.
125 ; log - Logging information. Read-only. (Defined but not yet used.)
126 ; verbose - Verbose information. Read-only. (Defined but not yet used.)
127 ; agent - Information about queues and agents and ability to add queue
128 ; members to a queue.
129 ; user - Permission to send and receive UserEvent.
130 ; config - Ability to read and write configuration files.
131 ; command - Permission to run CLI commands. Write-only.
132 ; dtmf - Receive DTMF events. Read-only.
133 ; reporting - Ability to get information about the system.
134 ; cdr - Output of cdr_manager, if loaded. Read-only.
135 ; dialplan - Receive NewExten and VarSet events. Read-only.
136 ; originate - Permission to originate new calls. Write-only.
137 ; agi - Output AGI commands executed. Input AGI command to execute.
138 ; cc - Call Completion events. Read-only.
139 ; aoc - Permission to send Advice Of Charge messages and receive Advice
140 ; - Of Charge events.
141 ; test - Ability to read TestEvent notifications sent to the Asterisk Test
142 ; Suite. Note that this is only enabled when the TEST_FRAMEWORK
143 ; compiler flag is defined.
144 ;
145 ;read = system,call,log,verbose,agent,user,config,dtmf,reporting,cdr,dialplan
146 ;write = system,call,agent,user,config,command,reporting,originate
147 read = system,call,log,verbose,command,agent,config,user
148 write = system,call,log,verbose,command,agent,config,user
Re: Проблема с asterisk gui
Добавлено: 2011-11-02 11:19:11
gofer_44k
manager show users ?
Re: Проблема с asterisk gui
Добавлено: 2011-11-02 11:45:17
vadim64
gofer_44k писал(а):manager show users ?
ТС, введите это в CLI астера
Re: Проблема с asterisk gui
Добавлено: 2011-11-02 15:37:31
kuhar2007
vadim64 писал(а):gofer_44k писал(а):manager show users ?
ТС, введите это в CLI астера
Правильно ли я понял, что это необходимо внести в manager.conf?
Если да, то имеет ли значение в какую строку?
Re: Проблема с asterisk gui
Добавлено: 2011-11-03 6:43:18
vadim64
нет, вы не правильно поняли
моя фраза "ТС, введите это в CLI астера" означает "топикстартер(начавший тему, обращение к человеку начавшему тему), введите текст предыдущего сообщения в командный интерфейс астериска, нажмите Enter и вывод выложьте сюда"
командная оболочка открывается командой asterisk -r
Re: Проблема с asterisk gui
Добавлено: 2011-11-03 12:49:28
kuhar2007
vadim64 писал(а):нет, вы не правильно поняли
моя фраза "ТС, введите это в CLI астера" означает "топикстартер(начавший тему, обращение к человеку начавшему тему), введите текст предыдущего сообщения в командный интерфейс астериска, нажмите Enter и вывод выложьте сюда"
командная оболочка открывается командой asterisk -r
Спасибо за разьяснение.
Код: Выделить всё
CLI> manager show users
There are no manager users.
Re: Проблема с asterisk gui
Добавлено: 2011-11-03 16:00:14
kuhar2007
kuhar2007 писал(а):vadim64 писал(а):нет, вы не правильно поняли
моя фраза "ТС, введите это в CLI астера" означает "топикстартер(начавший тему, обращение к человеку начавшему тему), введите текст предыдущего сообщения в командный интерфейс астериска, нажмите Enter и вывод выложьте сюда"
командная оболочка открывается командой asterisk -r
Спасибо за разьяснение.
Код: Выделить всё
CLI> manager show users
There are no manager users.
Где добавить пользователей?
Re: Проблема с asterisk gui
Добавлено: 2011-11-03 18:48:33
vadim64
в manager.conf
Re: Проблема с asterisk gui
Добавлено: 2011-11-03 21:48:07
kuhar2007
vadim64 писал(а):в manager.conf
Весь manager.conf я выложил вверху. Какие дополнительные команды вносить?
Потому как в инструкции этого не указано...
Re: Проблема с asterisk gui
Добавлено: 2011-11-04 10:03:50
Gamerman
;[mark] раскоментируй. Будет тебе юзер марк с паролем 123
Re: Проблема с asterisk gui
Добавлено: 2011-11-04 15:51:08
kuhar2007
Gamerman писал(а):;[mark] раскоментируй. Будет тебе юзер марк с паролем 123
Спасибо, поправил.
Сейчас ошибок нет в логах:
Код: Выделить всё
[Nov 4 14:47:13] NOTICE[1260] chan_skinny.c: Configuring skinny from skinny.conf
[Nov 4 14:47:14] NOTICE[1260] pbx_ael.c: Starting AEL load process.
[Nov 4 14:47:14] NOTICE[1260] pbx_ael.c: AEL load process: parsed config file name '/usr/local/etc/asterisk/extensions.ael'.
[Nov 4 14:47:14] NOTICE[1260] pbx_ael.c: AEL load process: checked config file name '/usr/local/etc/asterisk/extensions.ael'.
[Nov 4 14:47:14] NOTICE[1260] pbx_ael.c: AEL load process: compiled config file name '/usr/local/etc/asterisk/extensions.ael'.
[Nov 4 14:47:14] NOTICE[1260] pbx_ael.c: AEL load process: merged config file name '/usr/local/etc/asterisk/extensions.ael'.
[Nov 4 14:47:14] NOTICE[1260] pbx_ael.c: AEL load process: verified config file name '/usr/local/etc/asterisk/extensions.ael'.
[Nov 4 14:47:14] NOTICE[1260] app_queue.c: queuerules.conf has not changed since it was last loaded. Not taking any action.
[Nov 4 14:48:37] NOTICE[1260] chan_skinny.c: Configuring skinny from skinny.conf
[Nov 4 14:48:37] NOTICE[1260] pbx_ael.c: Starting AEL load process.
[Nov 4 14:48:37] NOTICE[1260] pbx_ael.c: AEL load process: parsed config file name '/usr/local/etc/asterisk/extensions.ael'.
[Nov 4 14:48:37] NOTICE[1260] pbx_ael.c: AEL load process: checked config file name '/usr/local/etc/asterisk/extensions.ael'.
[Nov 4 14:48:37] NOTICE[1260] pbx_ael.c: AEL load process: compiled config file name '/usr/local/etc/asterisk/extensions.ael'.
[Nov 4 14:48:37] NOTICE[1260] pbx_ael.c: AEL load process: merged config file name '/usr/local/etc/asterisk/extensions.ael'.
[Nov 4 14:48:37] NOTICE[1260] pbx_ael.c: AEL load process: verified config file name '/usr/local/etc/asterisk/extensions.ael'.
[Nov 4 14:48:37] NOTICE[1260] app_queue.c: queuerules.conf has not changed since it was last loaded. Not taking any action.
Но по прежнему вебморда выдает ошибку 404...
Re: Проблема с asterisk gui
Добавлено: 2011-11-04 15:54:19
Gamerman
http://****:8088/asterisk/static/config/index.html
Re: Проблема с asterisk gui
Добавлено: 2011-11-04 16:02:46
kuhar2007
Gamerman писал(а):http://****:8088/asterisk/static/config/index.html
Аналогично...

Re: Проблема с asterisk gui
Добавлено: 2011-11-04 16:05:19
Gamerman
а гуи вообще установлен?
Re: Проблема с asterisk gui
Добавлено: 2011-11-04 16:21:24
kuhar2007
Gamerman писал(а):а гуи вообще установлен?
Угу
Код: Выделить всё
a# pkg_info | grep asterisk
asterisk-gui-2.0.4_6 An asterisk ajax web manager
asterisk18-1.8.7.0 An Open Source PBX and telephony toolkit
Re: Проблема с asterisk gui
Добавлено: 2011-11-04 17:54:42
Gamerman
При переустановке гуи - он пишет пример адреса, как подключаться.
Re: Проблема с asterisk gui
Добавлено: 2011-11-04 18:01:08
kuhar2007
Gamerman писал(а):При переустановке гуи - он пишет пример адреса, как подключаться.
Да этот
http://localhost:8088/asterisk/static/c ... ndex.html
Но ошибка таже 404..
Re: Проблема с asterisk gui
Добавлено: 2011-11-04 18:52:29
kuhar2007
Ну соответственно вместо localhost указываю свой ip
Re: Проблема с asterisk gui
Добавлено: 2011-11-04 21:45:36
Electronik
а что в http.conf?
Re: Проблема с asterisk gui
Добавлено: 2011-11-04 22:33:03
kuhar2007
Electronik писал(а):а что в http.conf?
В httpd.conf ничего не сказано о нем
Re: Проблема с asterisk gui
Добавлено: 2011-11-04 22:42:48
Electronik
В httpd.conf ничего не сказано о нем
можете нормально выразиться. а то я ничего не понял, "о нём"-это вы про кого?
Re: Проблема с asterisk gui
Добавлено: 2011-11-04 22:50:11
diff
kuhar2007 писал(а):Electronik писал(а):а что в http.conf?
В httpd.conf ничего не сказано о нем
нужен http.conf который в /usr/local/etc/asterisk/
Re: Проблема с asterisk gui
Добавлено: 2011-11-05 0:46:00
kuhar2007
diff писал(а):kuhar2007 писал(а):Electronik писал(а):а что в http.conf?
В httpd.conf ничего не сказано о нем
нужен http.conf который в /usr/local/etc/asterisk/
Ааа, ссори, он тут стандратный я в нем ничего не менял:
Код: Выделить всё
# cat -n /usr/local/etc/asterisk/http.conf
1 ;
2 ; Asterisk Builtin mini-HTTP server
3 ;
4 ;
5 ; Note about Asterisk documentation:
6 ; If Asterisk was installed from a tarball, then the HTML documentation should
7 ; be installed in the static-http/docs directory which is
8 ; (/var/lib/asterisk/static-http/docs) on linux by default. If the Asterisk
9 ; HTTP server is enabled in this file by setting the "enabled", "bindaddr",
10 ; and "bindport" options, then you should be able to view the documentation
11 ; remotely by browsing to:
12 ; http://<server_ip>:<bindport>/static/docs/index.html
13 ;
14 [general]
15 ;
16 ; Whether HTTP/HTTPS interface is enabled or not. Default is no.
17 ; This also affects manager/rawman/mxml access (see manager.conf)
18 ;
19 enabled=yes
20 ;
21 ; Address to bind to, both for HTTP and HTTPS. Default is 0.0.0.0
22 ;
23 bindaddr=46.98.139.93
24 ;
25 ; Port to bind to for HTTP sessions (default is 8088)
26 ;
27 bindport=8088
28 ;
29 ; Prefix allows you to specify a prefix for all requests
30 ; to the server. The default is blank. If uncommented
31 ; all requests must begin with /asterisk
32 ;
33 ;prefix=asterisk
34 ;
35 ; sessionlimit specifies the maximum number of httpsessions that will be
36 ; allowed to exist at any given time. (default: 100)
37 ;
38 ;sessionlimit=100
39 ;
40 ; Whether Asterisk should serve static content from http-static
41 ; Default is no.
42 ;
43 enablestatic=yes
44 ;
45 ; Redirect one URI to another. This is how you would set a
46 ; default page.
47 ; Syntax: redirect=<from here> <to there>
48 ; For example, if you are using the Asterisk-gui,
49 ; it is convenient to enable the following redirect:
50 ;
51 ;redirect = / /static/config/index.html
52 ;
53 ; HTTPS support. In addition to enabled=yes, you need to
54 ; explicitly enable tls, define the port to use,
55 ; and have a certificate somewhere.
56 ;tlsenable=yes ; enable tls - default no.
57 ;tlsbindport=4433 ; port to use - default is 8089
58 ;tlsbindaddr=0.0.0.0 ; address to bind to - default is bindaddr.
59 ;
60 ;tlscertfile=</path/to/certificate.pem> ; path to the certificate file (*.pem) only.
61 ;tlsprivatekey=</path/to/private.pem> ; path to private key file (*.pem) only.
62 ; If no path is given for tlscertfile or tlsprivatekey, default is to look in current
63 ; directory. If no tlsprivatekey is given, default is to search tlscertfile for private key.
64 ;
65 ; To produce a certificate you can e.g. use openssl. This places both the cert and
66 ; private in same .pem file.
67 ; openssl req -new -x509 -days 365 -nodes -out /tmp/foo.pem -keyout /tmp/foo.pem
68 ;
69 ; The post_mappings section maps URLs to real paths on the filesystem. If a
70 ; POST is done from within an authenticated manager session to one of the
71 ; configured POST mappings, then any files in the POST will be placed in the
72 ; configured directory.
73 ;
74 ;[post_mappings]
75 ;
76 ; In this example, if the prefix option is set to "asterisk", then using the
77 ; POST URL: /asterisk/uploads will put files in /var/lib/asterisk/uploads/.
78 ;uploads = /var/lib/asterisk/uploads/
79 ;