Hi friends!
I try to research net/asterisk13, and setup it.
I have not change any configs except manager.conf.
In manager.conf I set enabled=yes and add section with user:
after that I start asterisk service, and check if it listen on AMI port:
Why I think that 25190 is AMI port? Because I check that with telnet:
And I can authorize in telnet session with credentials from manager.conf
One interesting moment is when I restart asterisk service, AMI port which it listen on are randomly changed! Every restart of service.
I add bug report on asterisk bugzilla: https://issues.asterisk.org/jira/browse/ASTERISK-26357
I check that on 2 setups. One on FreeBSD 11-STABLE amd64 and on jailed 10.3-STABLE amd64
Also I trying to install net/asterisk11, it has that problem too.
What's wrong with asterisk?
I try to research net/asterisk13, and setup it.
I have not change any configs except manager.conf.
In manager.conf I set enabled=yes and add section with user:
Code:
[admin]
secret=secret
read = system,call,log,verbose,agent,user,config,dtmf,reporting,cdr,dialplan
write = system,call,agent,user,config,command,reporting,originate,message
netstat -an | grep LISTEN
, but it is not listen on port 5038, it listen on port
Code:
tcp4 0 0 10.10.10.4.25190 *.* LISTEN
telnet 10.10.10.4 25190
Code:
Trying 10.10.10.4...
Connected to 10.10.10.4.
Escape character is '^]'.
Asterisk Call Manager/1.3
One interesting moment is when I restart asterisk service, AMI port which it listen on are randomly changed! Every restart of service.
I add bug report on asterisk bugzilla: https://issues.asterisk.org/jira/browse/ASTERISK-26357
I check that on 2 setups. One on FreeBSD 11-STABLE amd64 and on jailed 10.3-STABLE amd64
Also I trying to install net/asterisk11, it has that problem too.
What's wrong with asterisk?