Andreas Granig
e28e105186
MT#4225 Revert the revert, we'll patch later.
...
This reverts commit 2cd76e7b89
.
12 years ago
Andreas Granig
2cd76e7b89
Revert "MT#4225 remove nugatory modules to save memory"
...
This reverts commit 7325ac66cf
.
Conflicts:
lib/NGCP/Schema/Result/provisioning_voip_subscribers.pm
12 years ago
Andreas Granig
75b9b92daa
MT#4007 Fix autoattendant relation for subscriber.
12 years ago
Andreas Granig
e312c5303d
MT#4007 Add destination to autoattendant.
12 years ago
Andreas Granig
d379e10e26
MT#4007 Add voip_pbx_autoattendants schema.
12 years ago
Andreas Granig
aea75bcec1
MT#3997 Add via_route column to voip_peer_hosts.
12 years ago
Lars Dieckow
95cdd132c4
MT#4123 warning gone in newer version
12 years ago
Andreas Granig
536250c378
MT#4145 Change contacts.postcode to varchar.
12 years ago
Gerhard Jungwirth
37a15cdb73
MT#4135 Only load certain Helper::ResultSet::*
...
this fixes the bug in certain versions, when we did
$resultset->getColumn(*)->all
which was introduced by DBIx::Class::Helper::ResultSet::RemoveColumns
this time we will not break anything again
could probably also save some ram (MT#4225)
12 years ago
Lars Dieckow
7325ac66cf
MT#4225 remove nugatory modules to save memory
...
These are the low hanging fruits: the syntax-bending imports are of little value
for this (mostly) generated code. Also remove dbicdump adminitions and checksums
because since 548f367acf
the schema cannot be
merge-dumped anymore.
12 years ago
Andreas Granig
fac4678040
MT#4025 Link contract and sound set tables.
...
This is needed to let customers handle their own sound sets for
pbx accounts.
12 years ago
Andreas Granig
f8b6a2ab6a
Revert "Only load Helper::ResultSet::SetOperations instead of all"
...
This reverts commit 506817e57c
.
This commit breaks master (no "count" available for example).
12 years ago
Andreas Granig
04e4447ae7
MT#3977 Add PBX firmware version column.
12 years ago
Andreas Granig
3c8a66dbcf
MT#3977 Fix wrong relationship name.
...
It's autoprov_* instead of autoconf_*.
12 years ago
Andreas Granig
f2430c704b
MT#3977 Add schema to support PBX multiline config
12 years ago
Gerhard Jungwirth
506817e57c
Only load Helper::ResultSet::SetOperations instead of all
...
DBIx::Class::Helpers which saves ram and prevents those unneeded
Helpers to introduce a bug in certain versions, when we did
$resultset->getColumn(*)->all
12 years ago
Andreas Granig
2d1ceacf64
Add relation from provisioning sub to billing sub.
12 years ago
Andreas Granig
056ee6e7ac
Deflate voicemail origtime column.
12 years ago
Andreas Granig
17229b3a02
Add label column to voip_subscribers table.
12 years ago
Andreas Granig
63645dfb29
Bump version to 2.006.
12 years ago
Andreas Granig
1c92e2c887
Add PBX device security flags.
12 years ago
Andreas Granig
049c0e5a32
Add PBX device sync fields.
12 years ago
Andreas Granig
73bd5d8656
Add PBX autoprovisioning tables.
12 years ago
Gerhard Jungwirth
23399cec51
move release documentation to sipwise-base
...
this basically reverts the last commit
12 years ago
Gerhard Jungwirth
0cab353284
Add documentation about "Tagging a new release"
12 years ago
Gerhard Jungwirth
09355217f9
2.005
12 years ago
Gerhard Jungwirth
bfbae2a72f
Move test.conf to a share directory
...
and access it via File::ShareDir
12 years ago
Andreas Granig
308a3f34fe
Fix relation to voip_rewrite_rule_sets.
12 years ago
Andreas Granig
7a4befa209
Align to new product class enum.
12 years ago
Andreas Granig
72fc078f65
Update documentation on new pbx changes.
12 years ago
Andreas Granig
e9d6cb9030
Replace number rel by subscriber rel.
12 years ago
Andreas Granig
9900c41e0a
Add fk between voip_pbx_groups and prov subscriber
12 years ago
Andreas Granig
313854ecb3
Add pbx group table and pbx related fields/rels.
12 years ago
Michael Prokop
6a3c807d8a
Provide long description for the Debian package
...
Make lintian happier.
12 years ago
Andreas Granig
936fd2a248
Revert lazy-loading to make master work again.
12 years ago
Gerhard Jungwirth
55211a946a
fix relation pointing to the wrong table
12 years ago
Lars Dieckow
00d63587da
delay loading classes until manually registered
...
force load admins source, needed for Plugin::Authentication config in NGCP/Panel.pm
12 years ago
Lars Dieckow
e69deb1e85
2.004
12 years ago
Andreas Granig
e01e9a96db
Deflate messages timestamp to micro precision.
12 years ago
Andreas Granig
a3a9f2baba
Set correct relations between sipstats tables.
12 years ago
Lars Dieckow
e972a19fc7
2.003
12 years ago
Andreas Granig
d909cd3253
Align to latest schema.
...
Add reseller relation to sound sets.
Add reseller relation to rewrite rules.
Move reseller from contract to contact.
12 years ago
Lars Dieckow
644ee12d63
relicense GPL3+
12 years ago
Michael Prokop
71ed88df79
Update debian/copyright to reflect GPL-3+
12 years ago
Lars Dieckow
f564ceee08
2.002
12 years ago
Andreas Granig
ee30d975c4
Add voicemail_user relation to prov-subscriber.
12 years ago
Andreas Granig
34965d72ec
Implement epochs in-/deflator for varchar columns.
12 years ago
Lars Dieckow
6a0c28d4dc
2.001
12 years ago
Andreas Granig
503442ab63
Implement EpochMilli with milliseconds precision.
...
Used for decimal(x,x) formats like start_time and init_time in CDRs.
12 years ago
Andreas Granig
c0182df990
Use own ResultSet with Helper::ResultSet.
...
This is required to use union() on result sets.
12 years ago