Skip to content

Commit

Permalink
Merge commit for 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaian committed Nov 28, 2018
2 parents 2d30fb6 + c50f217 commit cdca987
Show file tree
Hide file tree
Showing 1,104 changed files with 26,282 additions and 6,944 deletions.
37 changes: 37 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
Wed, 28 Nov 2018 15:22:53 +0100 IvozProvider Team <[email protected]>

* IvozProvider 2.8.0 released

* Portals
- Fixed a crash while displaying CGRateS realtime fields
- Removed billing inbound calls related fields (not yet implemented)
- Changed Zend framework env to production by default (will be managed by synfony envs from now on)
- Default notification templates will now be displayed in main administration portal
- Notification body can now be sent as HTML or plain text
- Added Billable calls CSV exporters
- Added day and removed year from CSV schedulers period options
- CSV schedulers will now diplay last execution status
- CSV schedulers can now export all brand's clients calls

* Proxies
- Improved bounced calls detection (when called destination belongs to current platform)
- Bounced calls are now properly recorded for both call endpoints
- Removed obsolete configuration files
- Added a DDI-in toggle in friends, residential and retail to change R-URI behaviour

* Residential
- Added support to voicemail (ported from oasis release)
- Added support to basic call forwarding (ported from oasis release)

* vPBX
- Fixed virtual fax reception AGI process
- Voicemails will now say the origin caller number

* Core
- Fixed Music on hold encoding being requested before data was stored in database
- Added checks to avoid retail and residentials with the same name
- Added checks to aviod friends and terminals with the same name

* Standalone
- Enable ivozprovider-cdr timer to merge cdr tables into BillableCalls

Thu, 11 Oct 2018 16:58:23 +0200 IvozProvider Team <[email protected]>

* IvozProvider 2.7.1 released
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ If you want to test an [standalone](https://irontec.github.io/ivozprovider/en/ar
| Version | 64 bits | 32 bits |
|----------|:--------:|:-------:|
|stable (oasis 1.7) | [![iso http](web/admin/public/images/iso-http-green.png)](http://packages.irontec.com/isos/ivozprovider-1.7.1-oasis-amd64.iso)| [![iso http](web/admin/public/images/iso-http-green.png)](http://packages.irontec.com/isos/ivozprovider-1.7.1-oasis-i386.iso)|
|testing (artemis 2.7.1) | [![iso http](web/admin/public/images/iso-http-green.png)](http://packages.irontec.com/isos/ivozprovider-2.7~2.7.1-artemis-amd64.iso)| [![iso http](web/admin/public/images/iso-http-green.png)](http://packages.irontec.com/isos/ivozprovider-2.7~2.7.1-artemis-i386.iso)|
|testing (artemis 2.8.0) | [![iso http](web/admin/public/images/iso-http-green.png)](http://packages.irontec.com/isos/ivozprovider-2.8~2.8.0-artemis-amd64.iso)| [![iso http](web/admin/public/images/iso-http-green.png)](http://packages.irontec.com/isos/ivozprovider-2.8~2.8.0-artemis-i386.iso)|
|experimental (bleeding 2.x) | |


Expand Down
1 change: 1 addition & 0 deletions asterisk/agi/app/MicroKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ protected function configureRoutes(RouteCollectionBuilder $routes)
$routes->add('/dialplan/userstatus', 'kernel:handleRequestAction');
$routes->add('/dialplan/trunks', 'kernel:handleRequestAction');
$routes->add('/dialplan/residentials', 'kernel:handleRequestAction');
$routes->add('/dialplan/residentialstatus', 'kernel:handleRequestAction');
$routes->add('/dialplan/friends', 'kernel:handleRequestAction');
$routes->add('/dialplan/headers', 'kernel:handleRequestAction');
$routes->add('/dialplan/huntgroups', 'kernel:handleRequestAction');
Expand Down
8 changes: 7 additions & 1 deletion asterisk/agi/app/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ services:
Dialplan\UserStatus:
arguments: ~

Dialplan\ResidentialStatus:
arguments: ~

Dialplan\HuntGroups:
arguments: ~

Expand Down Expand Up @@ -129,7 +132,6 @@ services:
Agi\Action\FaxReceiveStatusAction:
lazy: true
arguments:
$entityPersister: '@Ivoz\Core\Infrastructure\Domain\Service\DoctrineEntityPersister'
$mailer: '@mailer'

Agi\Action\FriendCallAction:
Expand Down Expand Up @@ -172,6 +174,10 @@ services:
lazy: true
arguments: ~

Agi\Action\ResidentialStatusAction:
lazy: true
arguments: ~

Agi\Action\RouterAction:
lazy: true
arguments: ~
Expand Down
63 changes: 39 additions & 24 deletions asterisk/agi/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cdca987

Please sign in to comment.