-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
327 changed files
with
6,047 additions
and
16,094 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
.vscode | ||
|
||
**/.unison.** | ||
|
||
**/__debug** | ||
vendor | ||
**/coverage/ | ||
storage/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
Tue, 28 Nov 2023 13:33:23 +0100 IvozProvider Team <[email protected]> | ||
|
||
* Ivozprovider 3.4.0 released | ||
|
||
* New Portals | ||
- Fixed prepaid balances operations | ||
- Fixed voicemail message counter on dashboards | ||
- Fixed labels in platform portal feature selectors | ||
- Fixed audio players | ||
* Application Server | ||
- Configurable setting to announce how many participants are already present when joining a conference room. | ||
- Pause and unpause services for queues | ||
* Other | ||
- Brand new realtime active calls microservice written in go that replaces the old one written in openswoole | ||
|
||
Tue, 03 Oct 2023 09:39:40 +0200 IvozProvider Team <[email protected]> | ||
|
||
* Ivozprovider 3.3.0 released | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,14 @@ | ||
ivozprovider (3.3~3.3.0) UNRELEASED; urgency=medium | ||
ivozprovider (3.4~3.4.0) UNRELEASED; urgency=medium | ||
|
||
* Version bump to 3.4.0 | ||
|
||
-- Irontec IvozProvider Team <[email protected]> Fri, 01 Dec 2023 11:31:53 +0100 | ||
|
||
ivozprovider (3.3~3.3.0) unstable; urgency=medium | ||
|
||
* Version bump to 3.3.0 | ||
|
||
-- Irontec IvozProvider Team <[email protected]> Mon, 02 Oct 2023 17:16:03 +0200 | ||
-- Irontec IvozProvider Team <[email protected]> Fri, 01 Dec 2023 11:31:53 +0100 | ||
|
||
ivozprovider (3.2~3.2.1) unstable; urgency=medium | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,8 @@ Build-Depends: debhelper (>=9.2), | |
python3-sphinx-rtd-theme, | ||
ruby-dev, | ||
sphinx-common (>=1.4.6), | ||
yarn | ||
yarn, | ||
golang | ||
Standards-Version: 3.9.6 | ||
Maintainer: Irontec IvozProvider Team <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
microservices/realtime /opt/irontec/ivozprovider/microservices/ | ||
microservices/realtime /opt/irontec/ivozprovider/microservices/ |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
[Unit] | ||
Description=Ivozprovider Realtime Websockets Server | ||
After=network.target | ||
|
||
[Service] | ||
User=root | ||
ExecStart=/opt/irontec/ivozprovider/microservices/realtime/bin/run | ||
WorkingDirectory=/opt/irontec/ivozprovider/microservices/realtime | ||
ExecStart=/opt/irontec/ivozprovider/microservices/realtime/server | ||
Restart=always | ||
RestartSec=10 | ||
|
||
[Install] | ||
WantedBy=multi-user.target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.