Comments on: How to Install Asterisk on Ubuntu 16.04 https://linuxhostsupport.com/blog/how-to-install-asterisk-on-ubuntu-16-04/ Linux Tutorials and Guides Mon, 25 Sep 2023 10:08:22 +0000 hourly 1 https://wordpress.org/?v=6.6.1 By: Kenny https://linuxhostsupport.com/blog/how-to-install-asterisk-on-ubuntu-16-04/#comment-806 Mon, 25 Sep 2023 10:08:22 +0000 https://linuxhostsupport.com/blog/?p=617#comment-806 i got below messages when i enter “sudo systemctl status asterisk”

9월 25 18:55:21 ubuntu16 asterisk[14647]: rc_read_dictionary couldn’t open diction
9월 25 18:55:21 ubuntu16 asterisk[14647]: could not load dictionary
9월 25 18:55:21 ubuntu16 asterisk[14647]: rc_read_dictionary couldn’t open diction
9월 25 18:55:21 ubuntu16 asterisk[14647]: could not load dictionary

so i just make a directory “/etc/radcli/dictionary” and the above message is gone.

]]>
By: Jai https://linuxhostsupport.com/blog/how-to-install-asterisk-on-ubuntu-16-04/#comment-268 Fri, 20 Dec 2019 12:58:28 +0000 https://linuxhostsupport.com/blog/?p=617#comment-268 Hey Thanks for this guide I am a newbie to this and installed asterisk in local environment now i want to know any guide for configuring numbers and connecting this server to cross platform soft-phone for lan communication and chat

]]>
By: K.Kong https://linuxhostsupport.com/blog/how-to-install-asterisk-on-ubuntu-16-04/#comment-239 Sun, 01 Sep 2019 08:30:24 +0000 https://linuxhostsupport.com/blog/?p=617#comment-239 Thanks for the very detailed steps. Though I didn’t understand fully each step, the output of my every step matches these detailed instructions. I ran every step with sudo.

There’s one typo though. The second `make` should be `make install`.

]]>
By: admin https://linuxhostsupport.com/blog/how-to-install-asterisk-on-ubuntu-16-04/#comment-238 Sun, 01 Sep 2019 01:33:20 +0000 https://linuxhostsupport.com/blog/?p=617#comment-238 In reply to K.Kong.

We used our “root” account to do the installation, it doesn’t need “sudo”. You can use “sudo” command if you do the installation using a sudoer, other than root.
The typo has been corrected, thanks!

]]>
By: K.Kong https://linuxhostsupport.com/blog/how-to-install-asterisk-on-ubuntu-16-04/#comment-237 Sat, 31 Aug 2019 09:42:30 +0000 https://linuxhostsupport.com/blog/?p=617#comment-237 Which of the steps require sudo, if any?

Also, after the Asterisk Build Complete step there is:

“The next step is to run the make install command which will install Asterisk and all compiled Asterisk modules:

make”

Is there a typo? Should the command be make install?

Thanks.

]]>
By: Marcos https://linuxhostsupport.com/blog/how-to-install-asterisk-on-ubuntu-16-04/#comment-222 Mon, 15 Jul 2019 14:37:19 +0000 https://linuxhostsupport.com/blog/?p=617#comment-222 In reply to Michael.

Thank you!! This worked perfectly for me.

]]>
By: Michael https://linuxhostsupport.com/blog/how-to-install-asterisk-on-ubuntu-16-04/#comment-202 Sun, 19 May 2019 15:23:28 +0000 https://linuxhostsupport.com/blog/?p=617#comment-202 You can fix that error by following the directions:

sed -i ‘s”;\[radius\]”\[radius\]”g’ /etc/asterisk/cdr.conf
sed -i ‘s”;radiuscfg => /usr/local/etc/radiusclient-ng/radiusclient.conf”radiuscfg => /etc/radcli/radiusclient.conf”g’ /etc/asterisk/cdr.conf
sed -i ‘s”;radiuscfg => /usr/local/etc/radiusclient-ng/radiusclient.conf”radiuscfg => /etc/radcli/radiusclient.conf”g’ /etc/asterisk/cel.conf

Then I did a “service asterisk restart” followed by “service asterisk status” which correctly showed the issue was resolved.

]]>
By: Karla https://linuxhostsupport.com/blog/how-to-install-asterisk-on-ubuntu-16-04/#comment-172 Sat, 02 Mar 2019 04:57:57 +0000 https://linuxhostsupport.com/blog/?p=617#comment-172 In reply to user.

It is not an error at all, you should try with /etc/init.d/asterisk restart

]]>
By: Sergei https://linuxhostsupport.com/blog/how-to-install-asterisk-on-ubuntu-16-04/#comment-127 Mon, 05 Nov 2018 07:28:50 +0000 https://linuxhostsupport.com/blog/?p=617#comment-127 In reply to Anton.

and me have the problem,you could solve this problem?

]]>
By: Anton https://linuxhostsupport.com/blog/how-to-install-asterisk-on-ubuntu-16-04/#comment-123 Mon, 22 Oct 2018 19:00:26 +0000 https://linuxhostsupport.com/blog/?p=617#comment-123 In reply to admin.

I have the same issue, at the end of the installation. Executing `systemctl status asterisk` I see the same result as yours and further the next message:

asterisk[22143]: rc_read_config: can’t open /etc/radiusclient-ng/radiusclient.conf: No such file or directory

]]>
By: admin https://linuxhostsupport.com/blog/how-to-install-asterisk-on-ubuntu-16-04/#comment-118 Tue, 16 Oct 2018 11:34:07 +0000 https://linuxhostsupport.com/blog/?p=617#comment-118 In reply to user.

At which point exactly during the installation you are getting this message?

]]>
By: user https://linuxhostsupport.com/blog/how-to-install-asterisk-on-ubuntu-16-04/#comment-115 Mon, 15 Oct 2018 09:01:19 +0000 https://linuxhostsupport.com/blog/?p=617#comment-115 rc_read_config: can’t open /etc/radiusclient-ng/radius

]]>