Coder Social home page Coder Social logo

Comments (7)

Stolarskis avatar Stolarskis commented on September 21, 2024 1

You need to add the signal port. I set mine to 5060, so you should put for the domain

127.0.0.1:5060

You can also put localhost:5060 for simplicity

from docker-asterisk.

amidia avatar amidia commented on September 21, 2024

Hi!
can you add example for this scenario "run container and softphone on local environment".
i tried this by run container and use zoiper + linphone to call each other on my laptop. but still unsuccessful.
can you add what configuration on sip.conf need to be add and how to run the container it's self because i tried docker run --name sp_asterisk -v$(pwd)/test/:/etc/asterisk/ -p 5060:5060 -d -t dougbtv/asterisk with or without -p flag doesn't seem to work.

from docker-asterisk.

Stolarskis avatar Stolarskis commented on September 21, 2024

@amidia What OS are you using?

I remember I was having problems getting the audio to work on Mac. Is the call connecting but you can't hear anything? Or not connecting at all.

from docker-asterisk.

amidia avatar amidia commented on September 21, 2024

DISTRIB_ID="elementary"
DISTRIB_RELEASE=0.4.1
DISTRIB_CODENAME=loki
DISTRIB_DESCRIPTION="elementary OS 0.4.1 Loki

from docker-asterisk.

dougbtv avatar dougbtv commented on September 21, 2024

You might also need to add the RTP ports, too. E.g. -p 10000:10000 -p 10001:10001 etc.

from docker-asterisk.

amidia avatar amidia commented on September 21, 2024

actually yes. i can't received calls without those rtp port (need to specify the port in softphone's config too).
it's now can make call from laptop's softphone to android's handset extension, but still unable to make it the other way.

from docker-asterisk.

mimusica avatar mimusica commented on September 21, 2024

@amidia you need 2 ports per 1 call
https://stackoverflow.com/questions/56570773/how-do-i-create-docker-container-with-asterisk-16?answertab=votes#tab-top

@dougbtv this can be closed

from docker-asterisk.

Related Issues (20)

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.