Skip to content

Commit

Permalink
Merge pull request #67 from ramaseshireddykolli/master
Browse files Browse the repository at this point in the history
updated new version 0.8.0
  • Loading branch information
DrJJ authored Jul 29, 2024
2 parents 1cb1287 + 57ca8ea commit 0553ad1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions freeswitch/transcription-proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ With host networking:
-v option specifies local file path where config.ini is located this needs to be changed to where the file was copied.
-m to limit memory usage by freewitch docker so below example puts 1GB limit
```sh
docker run -d --name fsproxy --network=host -m 1g -v /Path_to/config.ini:/etc/config.ini us-docker.pkg.dev/voicegain-prod/vg-customer-private/freeswitch-transcription-proxy:0.7.0
docker run -d --name fsproxy --network=host -m 1g -v /Path_to/config.ini:/etc/config.ini us-docker.pkg.dev/voicegain-prod/vg-customer-private/freeswitch-transcription-proxy:0.8.0
```
With bridge networking:
```sh
-v option specifies local file path where config.ini is located this needs to be changed to where the file was copied.
docker run -d --name fsproxy -p -p 5060:5060/tcp -p 5060:5060/udp -v /Path_to/config.ini:/etc/config.ini us-docker.pkg.dev/voicegain-prod/vg-customer-private/freeswitch-transcription-proxy:0.5.0
docker run -d --name fsproxy -p -p 5060:5060/tcp -p 5060:5060/udp -v /Path_to/config.ini:/etc/config.ini us-docker.pkg.dev/voicegain-prod/vg-customer-private/freeswitch-transcription-proxy:0.8.0
```

Note 1: Be cartefull with the path to the config.ini on Windows systems
Expand Down
1 change: 1 addition & 0 deletions freeswitch/transcription-proxy/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ AUTH_NAME=fsproxy
WEBSOCKET_SERVER=wss://mydomain.com:8765
LEFT_CHANNEL_NAME=CALLER1
RIGHT_CHANNEL_NAME=CALLER2
CONTENT_INCREMENTAL=words

0 comments on commit 0553ad1

Please sign in to comment.