I installed asterisk on ubuntu 20.04.
And I ran 'systemctl status asterisk". but below result as:
how can I fix this?
Thanks.
I installed asterisk on ubuntu 20.04.
And I ran 'systemctl status asterisk". but below result as:
Copy and paste the text, don’t post screenshots of text.
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
reboot
systemctl restart asterisk
systemctl status asterisk
/usr/sbin/asterisk -rvvvvv
Hello, @FrancoSmash Thanks for your help.
I just ran that. But I had a error like this.
and I saw “Can not connect to Asterisk” in the FreePBX site.
How to fix? Thanks for your help again.
Martin.
Aren’t all conf files supposed to be in the /etc/asterisk folder?
It’s not an Asterisk configuration file; it’s a Radius one.
People have assumed that the OP is actually using Radius. If not, they should disable it.
David is correct you need to “unload” radcli
vim /etc/asterisk/modules.conf
noload => cel_radius.so
noload => cdr_radius.so
Make sure you put that at the very top!
Thanks everyone.
I have a one question.
This is my final plan.
I want to set up FreePBX to make a call to someone else’s phone.
Then I want to play an existing voice file with IVR.
Is this possible?
If so, how can I do it?
I think I will do this using AMI.
Could you explain it in detail, please?
FreePBX is a separate product from Asterisk, albeit Asterisk based. It is a GUI that runs on top of Asterisk. You will find it unsupported here. In my case I’ve kicked it out the window, so much stuff in the CLI bothers me no end. In my opinion I can do anything FreePBX does with vanilla Asterisk, and then a lot more.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.