Skip to content

Commit

Permalink
Set min buffer on mod twilio stream
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Jun 26, 2024
1 parent 559c567 commit cbe7bf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/freeswitch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ ENV FS_LOG_DIRECTORY "/var/log/freeswitch"
ENV FS_STORAGE_DIRECTORY "$FS_CACHE_DIRECTORY/freeswitch/storage"
ENV FS_TTS_CACHE_DIRECTORY "$FS_CACHE_DIRECTORY/freeswitch/tts_cache"
ENV MOD_TWILIO_STREAM_SUBPROTOCOL_NAME "audio.somleng.org"
ENV MOD_TWILIO_STREAM_MIN_BUFFER_MILISECS "500"

ENTRYPOINT ["/docker-entrypoint.sh"]
CMD ["freeswitch"]

0 comments on commit cbe7bf8

Please sign in to comment.