Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

How to access FreePBX? #15

Closed
mihalski opened this issue Apr 13, 2018 · 5 comments
Closed

How to access FreePBX? #15

mihalski opened this issue Apr 13, 2018 · 5 comments

Comments

@mihalski
Copy link

Hi, this is my first attempt at using Asterisk/FreePBX and I followed the instructions as best as I could.
Here is the command I used with an empty /docker/freepbx directory:

docker run -d \
  --name freepbx \
  --restart=always \
  --net=host \
  --privileged \
  -v /docker/freepbx/certs:/certs \
  -v /docker/freepbx/www:/www/freepbx \
  -v /docker/freepbx/log:/var/log/ \
  -v /docker/freepbx/data:/data \
  -e DB_EMBEDDED=TRUE \
  tiredofit/freepbx

If I then go to log in I simply get:

Apache2 Debian Default Page

Is there something I am missing?

@tiredofit
Copy link
Owner

The install is rather intense when first starting up, can you give me the log output?

@mihalski
Copy link
Author

Sure, if you mean the output of docker logs freepbx.

dockerlogs.txt.gz

@tiredofit
Copy link
Owner

That's the most perfect install log I've seen :)
I am truly surprised that you are seeing issues. Since you are running in host networking mode, I do wonder if there is something sneaking in.

How about the output from /etc/apache2/sites-enabled/000-default.conf ?

Also, can you try http://localhost/admin , or http://localhost/ucp ?

@mihalski
Copy link
Author

Well that was the missing bit on information.. I had NO idea that /admin was required in the path of the URL.

So far so good, now I just have to learn how to use it!

@tiredofit
Copy link
Owner

Something is up as it should auto redirect to the /admin folder..
Good luck! It's a long hairpulling journey into SIP/IAX/VOIP you are taking :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants