Guillem Jover
fb7d1fdc7f
TT#19710 Do not return an explicit undef
...
Change-Id: I0518860d89a2299e323b31870ec394532ab5d8c4
Warned-by: perlcritic
8 years ago
Guillem Jover
a4fdeb08ce
TT#19710 Do not use implicit newlines
...
Use HERE-docs instead.
Change-Id: I46ae8007b3bf6eb8766cee6afc2d685638fc292a
8 years ago
Guillem Jover
676acdf115
TT#19710 Switch from deprecated use vars to our
...
Change-Id: I7a4adc00543b3a9939bd18d4db7b17dfaf2f52fc
8 years ago
Guillem Jover
9cbfb6357f
TT#19710 Convert from MS-DOS to Unix style newlines
...
Change-Id: If2132e8d29d4cd4f60fec3c53bec363a95079914
8 years ago
Guillem Jover
05f62a1a45
TT#19710 Do not use a bareword filehandle
...
Change-Id: Ie2d29df2a78d45126368ca9f313de1759bb4b400
Warned-by: perlcritic
8 years ago
Guillem Jover
ac64f2b3c9
TT#19710 Do not modify $_ in list functions
...
Change-Id: I03459308a8589cccfbae9a29b1f35d3eae33af78
Warned-by: perlcritic
8 years ago
Guillem Jover
088df47512
TT#19710 Add missing perl shebangs
...
Change-Id: I0d04b44b9ed25226587b2486a9ca6c6f1d67e112
8 years ago
Gerhard Jungwirth
dfb9215b1b
TT#23775 do not load TryCatch
...
since it's not used in the codebase of NGCP::Schema and it has Moose
as a dependency. With this change, Moose will not be loaded as a dependency
of NGCP::Schema at all.
Change-Id: I01cb68486395e68fc1519b61ff86f5972bd283f8
8 years ago
Gerhard Jungwirth
824bb3102b
TT#23774 remove Moose completely
...
and clean up the dependencies by throwing out libraries we
don't use
Change-Id: Ia88a9d9f9d6744178ee382fb4a2311c1608cef32
8 years ago
Rene Krenn
37939b5ca1
TT#23277 change lnp_number type from enum to string
...
Change-Id: Ic9358f8b41b6447bea0c0107bf77039b85df848a
8 years ago
Sipwise Jenkins Builder
e7178d07ff
Release new version 6.0.0.0+0~mr6.0.0.0
8 years ago
Rene Krenn
4f3b81722a
TT#22469 TT#22467 TT#22468 lnp number "type" columns
...
Change-Id: I340e259984bdfcb2d6461b8556b5a02c3a60991e
8 years ago
Rene Krenn
8d433cd4bb
TT#20334 TT#21092 sipwise_mam ResultSet
...
relation ends to implement performance-critical joins
of the form "sipwise_mam.username =
concat(voip_subscriber.username,'@',voip_domain.domain)"
are added to provisionin_voip_subscriber, to
have proper on-clause operands in place (and prevent
"unknown column .. in on clause" error in an elegant
way).
resultset require to join voip_domain explicitly.
Change-Id: I4e20c4232f73c7e4286b96da5ded73455a417131
8 years ago
Rene Krenn
6dbc911d7f
TT#12311 DateTime::Format::MySQL, safe for leap seconds
...
Change-Id: Id65aa4e39fc0e40e9b97c45c6aeca70f52acad6a
8 years ago
Kirill Solomko
8c8c3fe9c3
TT#18776 add support to use a custom schema config file
...
* to use a custom schema config file:
NGCP::Schema->new->connect({ config_file => 'filepath' });
* it requires to look as:
<config opt1="op1" opt2="opt2">
<ngcp_connect_info>
dsn...
</ngcp_connect_info>
</config>
Change-Id: I704ac7adfd9b1ecd431b4f51e76dc662711b69ae
8 years ago
Kirill Solomko
36bfc880f6
TT#19459 add voip_cf_source_sets.mode
...
* values: whitelist, blacklist
* default: whitelist
Change-Id: Ibb43ecf03787f2276dc535afb404ac395a8891f2
8 years ago
Sipwise Jenkins Builder
bbb51a2066
Release new version 5.5.0.0+0~mr5.5.0.0
8 years ago
Rene Krenn
5affe56e97
TT#14755 call list suppressions
...
Change-Id: I12e2480695a629f95433b1c34ba0bad0aa5f97e1
8 years ago
Gerhard Jungwirth
e769581e45
TT#17258 add active flag to reminders
...
Change-Id: I9497ad6c8b42dbedb12c972448c4ad52f49e494b
8 years ago
Guillem Jover
3eea44b16d
TT#17458 Remove unnecessary or obsolete transitive dependencies
...
Several of the dependencies were just transitional ones, required by
libsipwise-base-perl, but that module now properly depends on anything
it requires itself, so we do not need to specify them here. In addition
some were remnants from when that module was using those dependencies,
but that is not the case anymore.
Change-Id: I40f701bad5a66dad0e6cf3d1984472f557a093f0
8 years ago
Gerhard Jungwirth
b61cd27024
TT#13784 add stopper flag to peering rules
...
Change-Id: Ibbf70cb3f146f96e749fd97f5b173cfa6a65f170
8 years ago
Sipwise Jenkins Builder
3c735d51a2
Release new version 5.4.0.0+0~mr5.4.0.0
9 years ago
Kirill Solomko
438a62fcb0
TT#12593 add voip_fax_preferences t38, ecm columns
...
* add provisioning.voip_fax_preferences t38 column
* add provisioning.voip_fax_preferences ecm column
Change-Id: I7950b72ffb278a78a92ac909607ef2ba9611ca8a
9 years ago
Kirill Solomko
36701bec86
TT#12661 add voip_fax_data schema
...
- add support for provisioning.voip_fax_data
Change-Id: I9d823d81cfacdbb9cd5be27dce91b34543f3ae7d
9 years ago
Rene Krenn
aeaf59aed4
TT#14235 fix fraud query empty daily notify and lock
...
Change-Id: I9387f7d48d06c5be961180ee767d0c6993fcc5b4
9 years ago
Andreas Granig
8cb779ea7e
TT#8704 Implement peer probing.
...
* Add probe column to voip_peer_hosts
Change-Id: I7c2b6a1605d9880f28434c9ad6a5082ace486389
9 years ago
Guillem Jover
53a1dea841
TT#5420 Update packaging
...
- Use canonical homepage URL.
- Bump debhelper compatibility to 9.
- Bump Standards-Version to 3.9.8.
- Bump source format to 3.0 (native).
- Wrap and sort debian/control fields.
- Update copyright years.
- Add missing #DEBHELPER# tokens to maintscripts.
- Use correct balanced quotes in error message.
Change-Id: Iad1ea6e2fc6181f7cc3bca7c50b7b1b12a6a4d5c
9 years ago
Rene Krenn
2ef47d963e
TT#13754 edr tags for primary aliases
...
Change-Id: Idd188e3a01e38ea597de5dc52ebac886b22a3347
9 years ago
Andreas Granig
528614f96e
TT#13277 Implement panel interface for call rec
...
Allows you to see/delete recorded calls and listen to the streams.
Change-Id: I57d02796990a127eaae82ed60c960a0f89343e59
9 years ago
Sipwise Jenkins Builder
844741de04
Release new version 5.3.0.0+0~mr5.3.0.0
9 years ago
Gerhard Jungwirth
3fecfca1f4
TT#4335 subscriber profile left join relation
...
for subscriber api of reminders
Change-Id: Ib17cdd434807944ee56401d8fcb3d9877b94a15c
9 years ago
Andreas Granig
17a5cdaa2d
TT#12601 New column to store salted bcrypt hash
...
Change-Id: I55e12b1f0e8782759c311ad6a7f880d80858643a
9 years ago
Rene Krenn
6dc66aeeff
TT#9850 drop foreign keys of billing.voip_intercept
...
Change-Id: I2afc13aa8bf2a20566560a2cf2a8d9af9bababa7
9 years ago
Irina Peshinskaya
ee61638327
TT#9212 Add cid and key autoprov params to enum
...
Change-Id: Ied507b6752a2468bafc53c7e64db4f0b218c2dec
9 years ago
Sipwise Jenkins Builder
5632e8816c
Release new version 5.2.0.0+0~mr5.2.0.0
9 years ago
Rene Krenn
088a4074fa
TT#6735 TT#5850 refactor "profile" events to track number changes
...
Change-Id: Id648f8283e1164b23a9aacb59b35ef33d310b970
9 years ago
Kirill Solomko
2433052dae
TT#5826 add contact.timezone, add timezone views
...
* add voip_subscriber_timezone (view)
* add voip_contract_timezone (view)
* add voip_reseller_timezone (view)
Change-Id: Ib61df3627b7f8f06753beb0652a297c45cd043ad
9 years ago
Irina Peshinskaya
84d5bcef26
TT#9212 Add grandstream enums
...
Change-Id: I74ab77711c3a11dd765b2d3e7265e48a72716937
9 years ago
Rene Krenn
1b98bb0fbc
TT#9714 susbcriber first non-prim alias for edr records
...
Change-Id: I9b033a66507c94459fbf11c0f5592ebad91c81a0
9 years ago
Andreas Granig
8ad362065c
TT#2371 Add coding and pcc options to sms journal.
...
Required to mark and forward sms based on 3rd party call control.
Change-Id: I366f3e3cd9aace7732f63438127fa5163807cac7
9 years ago
Rene Krenn
34b77a65da
TT#6735 TT#7030 TT#5850 accountin.events entity-attribute-value models
...
Change-Id: I5b336f291a2c449ecd1f678ab7405a0bde4c318f
9 years ago
Irina Peshinskaya
e95561ac82
TT#5954 Add announcement relation to cf destination
...
Change-Id: Id4c5073e2dc2d6712cebdb235929fb12a71a4a43
9 years ago
Rene Krenn
2c2b1961e1
TT#5559 events datetime inflate
...
+ fix writing hires seconds
Change-Id: I6f7f19b05c0a068c8cb7c349d5ddb263a6c5859d
9 years ago
Andreas Granig
fd3f6c6627
TT#2371 Add sms forward options
...
Change-Id: I14b6c166aef9eeee55b775bfd30143f11c53737e
9 years ago
Kirill Solomko
07ed8a1e48
TT#5004 add autoprov_firmwares_data schema
...
* also remove data col from autoprof_firmwares
Change-Id: Ic0ee9ca8afa31d15c7d5c395bb829ed7e596f714
9 years ago
Kirill Solomko
bb1690cccc
TT#7169 fix contract_fraud_events virtual sql
...
* GROUP only by contract_id in the billing_mapping
INNER JOIN to have only 1 record per contract_id
with the most recent start_time
- (if there is only one record with NULL start_time
(the default one) it is properly fetched
Change-Id: I0d312eb6685d109e99affd91249ae312d919a59d
9 years ago
Sipwise Jenkins Builder
fbf1f1438e
Release new version 5.1.0.0+0~mr5.1.0.0
9 years ago
Guillem Jover
d9872bc95a
TT#6637 Remove unused wml dependency
...
Change-Id: I4f9a8a314debf689121ab8fb9fa00cf1954d917f
9 years ago
Kirill Solomko
e933215b48
TT#5549 add voip_fax_journal caller_uuid, caller_uuid
...
Change-Id: I071dd4275329222171d8b554eebb10982195259c
9 years ago
Rene Krenn
4ebb5b9bc3
MT#20639 billing.contacts "status" column
...
Change-Id: Ie294128df9a79d4a7ad14848865739415d665c2a
9 years ago