Andreas Granig
bf43a1673c
TT#2376 Add preference for IMS AS routing
...
Change-Id: Ia1e0c6efd384dd0c12f9e9ce7c44c2d8cbf835ae
9 years ago
Gerhard Jungwirth
a94fbb42f9
TT#2369 add table sms_journal
...
Change-Id: I5b9b7d83dfcace7f5fd428327465fe0335140c8f
9 years ago
Alexander Lutay
0073a7f9a1
TT#5028 Improve user using expecied on ngcp-update-db-schema
...
We should inform the user what we are (not) doing and why.
Change-Id: I0cb426e57751005c99597ea664d5a0dc8df98808
9 years ago
Rene Krenn
d6c0223870
TT#4638 domain level allowed_ips
...
Change-Id: I7ce8bcbca31a956574c74e8783a37ba1b49f29f4
9 years ago
Rene Krenn
a7bf30f227
MT#20959 add cdr daid_stime indexe
...
+said_stime index is supposed to exist
+take out "if index exists.." proc again
Change-Id: I6280473b63841d50cc97ff570a16f48174123ab0
9 years ago
Rene Krenn
f7a0e79788
MT#20027 porting number history
...
-undo lnp unique constraints
-restoring separate number index to accelerate actual numbers view
-retain cascade delete restrict
-15285->15288
-start date index
Change-Id: I6380479da14302abdb7309da4b7ec22cebe568cd
9 years ago
Victor Seva
13c65877bf
TT#3010 kamailio: sca version 2
...
Change-Id: I3ecb96e8bb45c2423d471eaba280984e7536f17f
9 years ago
Jozef Kenyeres
144d001893
TT#2453 Added device preferences
...
Change-Id: I4171ffb797dba9a93ba8581daf9fc63369dd696b
9 years ago
Andreas Granig
ebd20192e0
TT#3991 Add ncos level flag for intra-pbx calls
...
If set and a call is done within a pbx customer, the call is blocked
in blacklist, and is allowed in whitelist.
Change-Id: I3a113a29baa0c1500e23016d05c8225024dcf295
9 years ago
Kirill Solomko
8e03d7b475
MT#22031 cosmetic up script changes for MariaDB compatibility
...
* "partition" is a reserved word in MariaDB and as such
the existing column with name partition is escaped
as `partition`
* MariaDB is more restrictive to column alterations that have
foreign keys in another tables and as such added
constract drop/add wrapped into LOCK TABLES.
LOCK TABLES is essential there as after DROP FOREIGN KEY
up until the CONSTRANT is recreated again there is a chance
to break the consistency with a wrong sql statement executed
when the up script is being applied.
Change-Id: I4b08a1c5b2c5e1632e2683f62251fe3873ebc58e
9 years ago
Alexander Lutay
d7d4b1eed2
TT#4002 Bump debian/changelog to 5.0.0.0+0~mr5.0.0.0
...
Change-Id: I440de7b99c0466aebb7cff0b83ee23b9e44c44af
9 years ago
Rene Krenn
90f6fdcb35
MT#22787 index for kamailio.address.grp
...
creating the index takes few 100msec for
a table with 100k rows, so imho no _not_replicated
required.
Change-Id: I63cc65d934955557675d5a33f7ec9c14bfdde565
9 years ago
Gerhard Jungwirth
2db281a151
TT#2395 a-number based cli selection
...
tables to support a new subscriber preference, which allows to provide
a custom cli when the a-number matches a configured pattern
Change-Id: Ia7688470978aa88634197176139465e6c674a5b8
9 years ago
Andrew Pogrebennyk
8083258eb2
TT#2458 Add preference play_announce_before_cf and sound handle announce_before_cf
...
Change-Id: I975195c7272533915685896b906b67e0044d674a
9 years ago
Andreas Granig
983f730d5b
TT#2766 Implement inbound peering rules.
...
Change-Id: I531169a1dbab408a0eea0b88ae689f32170db961
9 years ago
Irina Peshinskaya
f88853c103
MT#21751 Fix typo in query
...
Change-Id: I653c3cea634aa08d056a886ce90f6a9e31c60c08
9 years ago
Kirill Solomko
d5c9d04098
MT#21751 add recent_calls_by_upn voip preference
...
Change-Id: I3b4a66c6f63d76800ef3e77b08acd70ff7f58c20
9 years ago
Irina Peshinskaya
43e5405a23
MT#2452 Add pbx device profile preferences tables
...
Change-Id: I412f03f054501252f278e0db71c0a0921adbc1a8
9 years ago
Andreas Granig
1cb9f98e28
TT#2757 Add emergency_geo_unavailable sound handle
...
Change-Id: I9a2ea7a85301f3e9760008a0800aa865e0759d14
9 years ago
Gerhard Jungwirth
106203d3fc
TT#2366 make voip_cf_source_sets.name unique
...
because it is used to reference a set in the restapi /api/cfmappings
Change-Id: I3d2e00e1a6278f22692f1b42215eb0580fbb481b
9 years ago
Irina Peshinskaya
65c420fc1b
TT#2452 Add device preferences table
...
Change-Id: Ic952c2472293ea665827fa0713b494e77e9c5dfe
9 years ago
Jozef Kenyeres
b830d52ae2
TT#2456 Add subscriber preference precall_cost_announcement
...
Indicates call costs to the relevant subscriber.
Change-Id: Idafd1b0ad8dfbe0268fe7f0331d8cf9eb286f37a
9 years ago
Rene Krenn
7b3d7ac8a5
MT#21871 suppress stdout output in reset_voip_aig_autoincrement
...
Change-Id: Id9eb370f0653417ad5ec35e4e43fa3b827e61fe5
9 years ago
Gerhard Jungwirth
3413f4753b
TT#2366 new tables voip_cf_source* for anumber cfs
...
Change-Id: Ic592d51b6dc7d98c8d5e52e360aa7cce4c927b54
9 years ago
Gerhard Jungwirth
9e197028ca
MT#22085 MT#19637 improve preference descriptions
...
Change-Id: I8a3bbb634750923dfb42874ac6a03d746a61e384
9 years ago
Kirill Solomko
27cc85e342
MT#21439 implement SKIP_SYNC_DB variable
...
Change-Id: I2801178f30d6e73effb785a3f25d1b87facaf1a4
9 years ago
Kirill Solomko
bc5f5f6ec4
MT#21439 ngcp-sync-db improvements
...
* extra ngcp-sync-db options in AUTOMATED_INSTALL_MODE
* ngcp-sync-db is invoked only once now (after all revisions)
Change-Id: I6db3c29f186e1a61df1ccce17b0a646efaa1b055
9 years ago
Rene Krenn
7971467d76
MT#21871 fixing the provisioning.voip_aig_sequence autoinc value
...
Change-Id: I047e95180bba539be4662db5723550be30c03a13
9 years ago
Rene Krenn
18535fab29
Revert "MT#21871 fixing the provisioning.voip_aig_sequence autoinc value"
...
This reverts commit 3426c2c8b4
.
Change-Id: I45c797e778fbceadbc3b5559f9dc4435df596785
9 years ago
Rene Krenn
3426c2c8b4
MT#21871 fixing the provisioning.voip_aig_sequence autoinc value
...
Change-Id: I8845d12c46a85424b32b3ae86746376fc2e81937
9 years ago
Kirill Solomko
94832f2303
MT#21439 ngcp-sync-db and AUTOMATED_INSTALL_MODE
...
* always run ngcp-sync-db on proxy+carrier if
AUTOMATED_INSTALL_MODE is set
Change-Id: Ie411f7d711e0bdcf5a74bb9ad2794e89f780893f
9 years ago
Jozef Kenyeres
b55fde3a4a
MT#5065 codecs_list and codecs_filter not used as peer preferences.
...
Change-Id: I2f995150a1fef2a48e0575b71e5272a090b296f9
9 years ago
Jenkins User
a8f16c5b07
Release new version 4.6.0.0+0~mr5.0.0.0
9 years ago
Dominik Kukacka
2c97ca7c21
MT#20921: RTCengine fileshare mysql storage
...
Change-Id: Ic2b772cc4a9430a28f2474bd9dd2a17492dae36c
9 years ago
Kirill Solomko
9934622917
MT#21675 remove ngcp-sync-constants from ngcp-update-db-schema script
...
Change-Id: I36f2d3d7e138655086724cff8b357845e24d2cf7
9 years ago
Andreas Granig
0d8ca9a940
TT#1604 Add skip_upn_check_on_diversion prefs
...
Change-Id: I030b7d1732eb646fdb3d574775c00dd54e2a4054
9 years ago
Andreas Granig
8ce3fbe8ce
MT#8275 Add reject_vsc usr/dom pref and sound
...
This allows to reject any VSC coming from the subscriber, disabling
the possibility to provision subscriber features on the system.
Change-Id: I5cceb70875467a8252ce588ddc90d4c2fbd3c8de
9 years ago
Andreas Granig
b98de2b0e3
MT#21543 Implement emergency mapping preference
...
Rename file to avoid duplicate.
Change-Id: I31e9328060095acb521c788fa69ed4897833fab8
9 years ago
Dominik Kukacka
20bf5bbe66
MT#19901: add schema for rtcengine
...
Change-Id: I7edf86bce5bdb369c5cf5e65b2e2f909b8f07416
9 years ago
Victor Seva
71cfe4ee72
MT#21583 MT#19009 kamailio: fix upgrade to 4.4.0
...
* active_watchers.user_agent had no default value
> [km_dbase.c:128]: db_mysql_submit_query(): driver error on query: Field 'user_agent' doesn't have a default value (1364)
Change-Id: Ie9e7091dbc6f4122056fddc01f514222f61f948e
9 years ago
Andreas Granig
c295759311
MT#21543 Add new emergency mapping tables
...
Change-Id: I5845e1546b846a320d6b964c8e03e33820a979cd
9 years ago
Andrew Pogrebennyk
b3b9f2c97b
MT#21529 support gppX parameters for the peer
...
Change-Id: I67592656f54d3480be55f36a156d2e70226d74a2
9 years ago
Irina Peshinskaya
eccba55a79
MT#21269 Add snom_redirect enum value to the prov tables
...
Change-Id: Ic3247ced08107e8af05698884a1893bc4a327656
9 years ago
Jozef Kenyeres
f7af03129e
MT#5065 usr/dom/peer preference added to blacklist or whitelist codecs.
...
Change-Id: Ia0951867527f2b4d5fb65941fcd821ea77692ede
9 years ago
Andrew Pogrebennyk
54ce8a0f7f
MT#19939 add peer preference anonymize_from_user
...
Change-Id: If4f21b3e509b934e3ddde1c51fb8449bd5a99e73
9 years ago
Jozef Kenyeres
f115bcf726
MT#20457 subscriber put on hold is notified with a=sendonly in reINVITE
...
Change-Id: Id7fb1975496636da648dbfdd9ae03ab27c42060c
9 years ago
Kirill Solomko
ec4911a71f
MT#20747 fix/rename 15241.* script to 15241_not_replicated
...
- accounting database does not exist on the RO mysql instances
Change-Id: I35cbb010b1d9c76576a1d07ad2bb619a6237c9b9
9 years ago
Victor Seva
672cbed065
MT#20737 kamailio: increase [from|to]_tag field size everywhere
...
Change-Id: I622d3cb1812d11e37de223d50dc680ed449d6ba2
9 years ago
Rene Krenn
1ebbfec912
MT#20379 introduce dynamic cdr string data columns
...
+immediate use for netcologne's "calling party category"
+per source/destination
+per customer/reseller/carrier
+TEXT instead of varchar(255)
+upcoming use eg. for location data.
Change-Id: I24abe06310a7f9ba6f0cb3e044db4ebb0b297cf1
9 years ago
Rene Krenn
de607c0210
MT#16901 replace accounting.cdr 'rstatus' index
...
Change-Id: If9c183cd9294c54aa75e3eaef8419e3feafd2ced
9 years ago