BetterVoice / freeswitch-container

This project can be used to deploy a FreeSWITCH server inside a Docker container. The container currently uses the latest stable release version 1.6.x. An effort was made to build many modules so the container can be generic enough to serve many purposes.
https://www.bettervoice.com
238 stars 128 forks source link

Show docker hub badge information #5

Closed darless closed 7 years ago

darless commented 7 years ago

This is useful to see the status as well as be able to go directly to docker hub.

Additionally I put this information in the Wiki as well. In my opinion all the module information should go there as well as any other custom changes so that the README.md can be a bit more concise to setup.

darless commented 7 years ago

Yes I was able to enable mod_av without any real modifications. For issue #5 I only meant it for the docker hub badge information not for the the other 2 commits, github auto included them in this commit. I should of done this differently.

Until I test out this a bit more I will close this change. The wiki that I created will still contain the badge information until then.

If you know of a fs_cli based originate call that can be used to test mod_av let me know. Just enabling the module in build/modules.conf allowed everything to compile fine.

To explain my other changes:

darless commented 7 years ago

I've done the following tests:

  1. Setup 2 VMs with docker and started the services as described https://github.com/MadRussian/freeswitch-container/wiki/Running-docker-freeSWITCH-as-a-service-in-16.04 with the vanilla configuration.
  2. Tested a basic call via fs_cli originate command via sofia/external
  3. Tested a fax inbound/outbound.
  4. Had a grandstream SIP client (via android app) register to my testing docker freeswitch.

Re-opening this pull request. Now while I'm not sure how to test the mod_av, it did compile fine.

lylepratt commented 7 years ago

thank you @MadRussian for the excellent PR!