{"id":22615756,"url":"https://github.com/respoke/chan_respoke-docker","last_synced_at":"2025-03-29T00:42:53.355Z","repository":{"id":82466836,"uuid":"45205378","full_name":"respoke/chan_respoke-docker","owner":"respoke","description":"Dockerfile for building a working Asterisk installation with the chan_respoke channel driver","archived":false,"fork":false,"pushed_at":"2015-11-13T22:24:00.000Z","size":152,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-03T10:46:24.713Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/respoke.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-29T19:23:09.000Z","updated_at":"2016-08-02T17:52:36.000Z","dependencies_parsed_at":"2023-03-12T15:42:55.937Z","dependency_job_id":null,"html_url":"https://github.com/respoke/chan_respoke-docker","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/respoke%2Fchan_respoke-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/respoke%2Fchan_respoke-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/respoke%2Fchan_respoke-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/respoke%2Fchan_respoke-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/respoke","download_url":"https://codeload.github.com/respoke/chan_respoke-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246122247,"owners_count":20726822,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-08T19:09:20.498Z","updated_at":"2025-03-29T00:42:53.336Z","avatar_url":"https://github.com/respoke.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# chan_respoke-docker\nDockerfile for building a working Asterisk installation with the \n[chan_respoke][github/chan_respoke] channel driver.\n\nThis Dockerfile currently builds Debian \"jessie\" release with pjsip and Asterisk 13 with the \nlatest chan_respoke channel driver.\n\n## usage\n\nTo build this image, just clone the repo and build using docker:\n\n    git clone https://github.com/respoke/chan_respoke-docker.git\n    cd asterisk-docker\n    docker build -t chan_respoke .\n\nMore often though, you'll want to use the image built by this repo as a base for your \nown image that needs Asterisk with chan_respoke. This repo is linked to the Docker hub at \n[respoke/chan_respoke][dockerhub/chan_respoke], so you can simply add this to the top of your \nown Dockerfile. An example extension from this docker image:\n\n    FROM respoke/chan_respoke:13\n    COPY configs/* /etc/asterisk/\n\n## using environment variables and templates\n\nThe [Asterisk image][github/asterisk-docker] that this Dockerfile is based on looks for \nany Jinja2 templates in `/etc/asterisk/` and processes them, replacing variables with the \nenvironment variable of the same name. In addition to the environment variable replacements\nsupported by the default Asterisk template (`DCS_TRUNK_AUTH_USERNAME` and \n`DCS_TRUNK_AUTH_PASSWORD`), this image also allows you to set the Respoke application secret\nusing the `RESPOKE_APP_SECRET` environment variable:\n\n    docker run -e RESPOKE_APP_SECRET=my_application_secret \\\n               chan_respoke\n\nIf you use this image as the base for your own Dockerfile, you can add Jinja2\ntemplates to the `/etc/asterisk/` directory with the file extension `.j2` and they will\nalso be processed. See the `conf/respoke.conf.j2` template in this repo for an example, \nand refer to the [Official Jinja2 Template Designer Documentation][] for additional\ndetails on the template syntax.\n\n## repo tags\n\nThis Dockerfile follows respoke/asterisk:latest and will have tags for each tagged version\non the corresponding `respoke/chan_respoke-docker` github repo.\n\n## license\n\n[MIT](https://github.com/respoke/chan_respoke-docker/blob/master/LICENSE)\n\n[dockerhub/chan_respoke]: https://hub.docker.com/r/respoke/chan_respoke/\n[github/chan_respoke]: https://github.com/respoke/chan_respoke\n[github/asterisk-docker]: https://github.com/respoke/asterisk-docker\n[Official Jinja2 Template Designer Documentation]: http://jinja.pocoo.org/docs/dev/templates/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frespoke%2Fchan_respoke-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frespoke%2Fchan_respoke-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frespoke%2Fchan_respoke-docker/lists"}