I'm having trouble administering the current version of Elastix from the command line on a CentOS 6.3 box. I believe the command I'm look for is asterisk -r
however I cannot figure out how to access the command line tools on this box as that command returns -bash: asterisk: command not found
. Has anyone else encountered such a problem?
Asked
Active
Viewed 4,298 times
1
HAL9000
- 139
- 1
- 3
- 8
-
1I had the same issue. Was able to get to the CLI using `/usr/sbin/asterisk -r ` arheops answer helped with this – Dec 08 '14 at 11:57
1 Answers
-1
The kind of functionality I'm looking for can be achieved by accessing the web GUI at http://www.XXXX.com/index.php?menu=tools and entering commands there.
It is impossible to log into the Elastix box using ssh and then running commands like one would using asterisks. You must use the web GUI.
HAL9000
- 139
- 1
- 3
- 8
-
1i am pretty sure you are wrong. Via ssh you can access asterisk, just need put full path to asterisk binary – arheops Jul 26 '14 at 22:22
-
I'm using elastix not asterisks. Perhaps I am wrong although no one else I've found has been able to get this done either. – HAL9000 Aug 11 '14 at 19:30
-
1Elastix is binary distribution based on asterisk and freepbx. There are no any issues log in into elastix via ssh. I am dooing that at least once per month for different clients. All my support is not local(via ssh). – arheops Aug 11 '14 at 19:43
-
I can log in just fine with ssh and all that, it's just that `asterisk -r` doesn't work even as root. I know on asterisk that supposed to work but nowhere in any documentation for Elastix does it say to use that... Just saying. – HAL9000 Aug 11 '14 at 22:53
-
1/usr/sbin/asterisk have work. There are no need in any Elastix specific documentation. It just Centos 6.*. Use redhat docs. – arheops Aug 12 '14 at 01:17
-