Code Monkey home page Code Monkey logo

issabel-pbx's People

Contributors

thetechstech avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

issabel-pbx's Issues

default username and password

Do you know the default username and password?

I changed the password to admin, but still cannot login. I used "admin" as username and pw.

issabel.conf:

mysqlrootpwd=admin
cyrususerpwd=admin
amiadminpwd=admin

issabel container has no internet

Hello,

I am trying to configure issabel with GOIP, however, I've noticed that the image has no internet connection. Furthermore, when I check out /etc/resolv.conf I can see that the only nameserver is 127.0.0.53. There are no issues with the resolv.conf file of the host.

is there any particular reason for that or is it a bug?

Thank you for your time.

Lowercase mistake in docu which leads to error.

Many thanks for sharing the great project.

There is a small error in your docu. Instead of

docker run --name issabel \
-p 25:25 -p 82:80 -p 465:465 -p 2122:2122 -p 5038:5038 \
-p 5060:5060/tcp -p 5060:5060/udp -p 5061:5061/tcp -p 5061:5061/udp \
-p 8001:8001 -p 8003:8003 -p 8088:8088 -p 8089:8089 \
-p 9900:9900/tcp -p 9900:9900/udp -p 10000-10100:10000-10100/tcp -p 10000-10100:10000-10100/udp \
-v issabel-etc:/etc -v issabel-www:/var/www \
-v issabel-log:/var/log -v issabel-lib:/var/lib \
-v issabel-home:/home -v /etc/resolv.conf:/etc/resolv.conf:ro \
--cap-add=NET_ADMIN --restart=always -d technoexpress/Issabel-PBX

you need

docker run --name issabel \
-p 25:25 -p 82:80 -p 465:465 -p 2122:2122 -p 5038:5038 \
-p 5060:5060/tcp -p 5060:5060/udp -p 5061:5061/tcp -p 5061:5061/udp \
-p 8001:8001 -p 8003:8003 -p 8088:8088 -p 8089:8089 \
-p 9900:9900/tcp -p 9900:9900/udp -p 10000-10100:10000-10100/tcp -p 10000-10100:10000-10100/udp \
-v issabel-etc:/etc -v issabel-www:/var/www \
-v issabel-log:/var/log -v issabel-lib:/var/lib \
-v issabel-home:/home -v /etc/resolv.conf:/etc/resolv.conf:ro \
--cap-add=NET_ADMIN --restart=always -d technoexpress/issabel-pbx

with uppercase repository name at least I get an error.

/usr/bin/systemctl error at start container

Long time looking for an issabel docker image thanks for your work.
I'm having a hard time to get it to work though

I made a docker-compose.yml and im using a macvlan i already had

version: '2'
services:
  issabel:
    container_name: issabel
    image: technoexpress/issabel-pbx
    restart: unless-stopped
    hostname: issabel
    privileged: true
    ports:
      - 80:80
      - 25:25
      - 465:465
      - 2122:2122
      - 5038:5038
      - 5060:5060/tcp
      - 5060:5060/udp
      - 5061:5061/tcp
      - 5061:5061/udp
      - 8001:8001
      - 8003:8003
      - 8088:8088
      - 8089:8089
      - 9900:9900/tcp
      - 9900:9900/udp
      - 10000-10100:10000-10100/tcp
      - 10000-10100:10000-10100/udp
    volumes:
      - /mnt/lvm/docker_volumes/issabel/etc:/etc
      - /mnt/lvm/docker_volumes/issabel/var:/var
      - /mnt/lvm/docker_volumes/issabel/home:/home
    cap_add:
      - NET_ADMIN
    dns:
      - 8.8.8.8
      - 1.1.1.1
    networks:
      macvlan_local:
        ipv4_address: 192.168.0.240

networks:
  macvlan_local:
    name: macvlan_local
    external: true

I get this error after the container starts

Container issabel Creating
Container issabel Created
Attaching to issabel
issabel | Traceback (most recent call last):
issabel | File "/usr/bin/systemctl", line 4493, in
issabel | systemctl = Systemctl()
issabel | File "/usr/bin/systemctl", line 811, in init
issabel | self._user_getlogin = os_getlogin()
issabel | File "/usr/bin/systemctl", line 153, in os_getlogin
issabel | return pwd.getpwuid(os.geteuid()).pw_name
issabel | KeyError: 'getpwuid(): uid not found: 0'
issabel exited with code 1

Subnets IP, firewall and reverse proxy

are these subnet and gateway as example ? as it looks not real IPs , and what should it be any private subnet or related to the local machine.

Also what the full command of the Firwall, also is reverse proxy is mandatory ?

docker network create -d macvlan
-o macvlan_mode=bridge
--subnet=111.222.333.443/29
--gateway=111.222.333.444
-o parent=eth1 macvlan_bridge

I can't access to the webadmin

Hello @techno-express thank you for your answer in the old post, I installed this version, but:

I don't know what I'm doing wrong, but the container run well, but when I wrote root and freepbx I received the same message.

Later I checked and try to modify that:

asterisk.issabel/manager.conf

[general]
enabled = yes
bindaddr = 0.0.0.0
port = 5038
#include manager_general_additional.conf

[admin]
secret = AMPMGRPASS
deny=192.168.0.1/255.255.255.0
permit=10.0.0.143/0.0.0.0
read = system,call,log,verbose,command,agent,user,config,command,dtmf,reporting,cdr,dialplan,originate
write = system,call,log,verbose,command,agent,user,config,command,dtmf,reporting,cdr,dialplan,originate
writetimeout = 5000

asterisk/manager.conf

[general]
enabled = yes
bindaddr = 0.0.0.0
port = 5038
#include manager_general_additional.conf

[admin]
secret = issabel-4
deny=192.168.0.1/255.255.255.0
permit=10.0.0.143/0.0.0.0
read = system,call,log,verbose,command,agent,user,config,command,dtmf,reporting,cdr,dialplan,originate
write = system,call,log,verbose,command,agent,user,config,command,dtmf,reporting,cdr,dialplan,originate
writetimeout = 5000

But I got the same issues results ๐Ÿ˜ž

Check the attachment files please:

Captura de Pantalla 2020-09-24 a la(s) 12 00 15

Captura de Pantalla 2020-09-24 a la(s) 12 00 32

Regards!

Container Issabel

Hello, discover your projects on github and if possible I would really like some help. I'm trying to upload an Issabel docker container, but I always run the command: "$ docker exec -it issabel ./install.sh", during the installation it asks for the DB password and as soon as I enter an error appears and cancels the installation. Thank you if you can help me.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.