Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Are there any way to expose SIP ports #60

Closed
byteshiva opened this issue Mar 17, 2017 · 8 comments
Closed

Are there any way to expose SIP ports #60

byteshiva opened this issue Mar 17, 2017 · 8 comments
Labels

Comments

@byteshiva
Copy link

Are there any way to expose SIP ports for asterisk docker.

>     -p "11000:10000" \
>     -p "11000:10000/udp" \
>     -p "16384-16484:16384-16484/udp" \
>     -p "8021:8021" \
>     -p "8031:8031" \
@dougbtv
Copy link
Owner

dougbtv commented Mar 17, 2017

you mean like -p 5060:5060/udp that should do it.

or --net=host to "expose everything"

@byteshiva
Copy link
Author

I think --net=host will suffice my requirement

@byteshiva
Copy link
Author

I did execute the following command ... but its not exposing port 5080
Instead I see port 8088 opened.

8088/tcp open  radan-http
docker run --name somename-asterisk1 --net=host -d -t dougbtv/asterisk14:latest

@byteshiva
Copy link
Author

I'm not able to open web interface via por 8088

image

@dougbtv
Copy link
Owner

dougbtv commented Mar 17, 2017 via email

@dougbtv
Copy link
Owner

dougbtv commented Mar 17, 2017 via email

@byteshiva
Copy link
Author

how do i open port 5060 in docker-asterisks, are there any configuration that I need to enable?

@dougbtv
Copy link
Owner

dougbtv commented Mar 18, 2017 via email

@dougbtv dougbtv closed this as completed May 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants