Commit Graph

209 Commits (71ff87e49b0cfc439ae390b81f56ca53cf85d49d)

Author SHA1 Message Date
Rene Krenn 02cfe82351 TT#118151 mr7.5.5 redis "location" db DAO
4 years ago
Rene Krenn fc85c81911 TT#118050 SQLServer connectivity using tdsodbc
4 years ago
Rene Krenn f9222f2f97 TT#111905 perl system() wrapper
4 years ago
Rene Krenn b1c9101fba TT#111750 add trunk kamailio.voicemail_spool DAO
4 years ago
Rene Krenn 9c90f7998d TT#111206 add mr1.0.3 openser.voicemail_spool DAO
4 years ago
Rene Krenn c2a2b7c64d TT#110203 redis registration monitoring to SQLite PoC
4 years ago
Rene Krenn 20b5920a7a TT#108605 redis "location" store schema #2
4 years ago
Rene Krenn e9e315fd8b TT#108605 redis "location" store schema #1
4 years ago
Rene Krenn c3bc57b0b8 TT#108606 multithread consumer-producer pattern for Redis
4 years ago
Rene Krenn 207a82b621 TT#108604 introduce nosql abstraction and redis connector
4 years ago
Rene Krenn 565cafde3b TT#109163 fix contracts dao for mr1.0.3 schema
4 years ago
Rene Krenn d5dec06fff TT#104251 cdr paging queries: force index
4 years ago
Rene Krenn 04e8fb04e1 TT#104251 refactor paging queries for cdr tables
4 years ago
Rene Krenn 72f22eb5a0 TT#81770 magenta openser mig: comply mr103 and trunk db schema
5 years ago
Rene Krenn 3e7bab759b TT#87561 remove fax prefs from openser mr1.0.2 dao db schema
5 years ago
Rene Krenn d3f81b356c TT#95953 define BLOCK_IN_CLIR and BLOCK_OUT_OVERRIDE_PIN attrs
5 years ago
Rene Krenn 5010a23968 TT#87561 openser/ngcp mr1.0.2 dao db schema
5 years ago
Rene Krenn e0d143ec3b TT#75901 cdr_status_data UPSERT should return 0 if already exported
5 years ago
Rene Krenn 6f3ed53106 TT#81154 subscriber_profile DAO
5 years ago
Rene Krenn 8e4de26084 TT#81155 subscriber_profile_set DAO
5 years ago
Rene Krenn 9885b9e8cd TT#79802 is_boolean() method for voippref
5 years ago
Rene Krenn ae5a836c35 TT#78951 remove "header" constructor flag for XlsxSimpleFile reader
5 years ago
Rene Krenn 00bba0da7b TT#77954 merge tool: location records
5 years ago
Guillem Jover 55ed5d3021 TT#71950 Fix typos in function names
5 years ago
Guillem Jover a4949674a7 TT#71950 Fix typo in function argument name
5 years ago
Guillem Jover e9e6ad1cbc TT#71950 Fix typos
5 years ago
Rene Krenn d3123ff1c4 TT#76358 move ama exporter
5 years ago
Rene Krenn 9148d44deb TT#76356 ama exporter: log unknown cdr scenario
5 years ago
Rene Krenn 71d805440a TT#72650 cdr-generator: fix random subscriber selection
5 years ago
Rene Krenn 4f0e7d6272 TT#71107 ccs prov tool: fix writing gpp1
5 years ago
Rene Krenn ebbc3762e7 TT#71812 ama: handle anonymous caller
5 years ago
Rene Krenn 991da885db TT#71856 ama: use u2u header of corellated cdr
5 years ago
Rene Krenn 4fd3c65c86 TT#71364 ccs prov tool: write encoded sipuri for gpp1
6 years ago
Rene Krenn 43177fe26c TT#71365 ccs prov tool: set trustedsource from_pattern
6 years ago
Rene Krenn 7ff2336957 TT#71363 contract_preferences, ccs prov tool "*" allowed cli
6 years ago
Rene Krenn ce57fb5876 TT#71362 CCS tool - disable CFU creation
6 years ago
Rene Krenn df8865060d TT#71361 ccs tool: new .csv format
6 years ago
Rene Krenn f763ad109c TT#69125 mr1.0.3 source db schema
6 years ago
Rene Krenn 1b0e1e3593 TT#70604 ama: ignore cdr_group records with emtpy callid
6 years ago
Rene Krenn 518ab9a830 TT#70464 amaexporter case-insensitive match for u2u value
6 years ago
Guillem Jover 520e67ed67 TT#69200 Rewrite setcontains() to use a hash instead of contains()
6 years ago
Guillem Jover 24b954f4fd TT#69200 Rerwite seteq() based off setcontains()
6 years ago
Guillem Jover c5522cdc8b TT#69200 Use none() instead of comparin $mode with each value
6 years ago
Guillem Jover f5921964d3 TT#69200 Fix coding style
6 years ago
Guillem Jover a551ce2246 TT#69200 Reduce nesting levels in array_to_map()
6 years ago
Guillem Jover 2b13bb6724 TT#69200 Switch from C-style for loops to range ones
6 years ago
Guillem Jover 64d4ec32ad TT#69200 Switch to an early return in arrayeq() to reduce nesting level
6 years ago
Guillem Jover 22a0d69263 TT#69200 Rewrite mapeq() to not need an intermediate hash
6 years ago
Guillem Jover d167d55a90 TT#69200 Refactor getting the size of a hash
6 years ago
Guillem Jover 9800b99040 TT#69200 Refactor getting last array index into a new sub
6 years ago
Guillem Jover 456d120d0e TT#69200 Do not use indirect method syntax
6 years ago
Guillem Jover bcbe99c74d TT#69200 Fix mapeq() to match correctly according to caseinsensitive argument
6 years ago
Guillem Jover 85d59d562a TT#69200 Set shebang for perl scripts
6 years ago
Guillem Jover 803bacf8a5 TT#69200 Use strict and warnings
6 years ago
Guillem Jover dbd7ac7e7a TT#69200 Move hash argument to content method into a variable
6 years ago
Guillem Jover 9cca145beb TT#69200 Use correct variable in _create_cftimeset() sub
6 years ago
Guillem Jover 34a51e059c TT#69200 Set exexutable bits for programs
6 years ago
Guillem Jover 0bb15f41f3 TT#69950 Unbundle Excel::Reader::XLSX modules
6 years ago
Rene Krenn 8b934eb8b2 TT#69853 support resetting .ama export status by call-id(s)
6 years ago
Guillem Jover 5d38bd26f7 TT#69200 Reimplement itemcount() based on grep()
6 years ago
Guillem Jover 117202701c TT#69200 Remove unused variable in arrayeq()
6 years ago
Guillem Jover 9485368290 TT#69200 Reimplement removeduplicates() based of List::Util's uniq
6 years ago
Guillem Jover 54704e0837 TT#69200 Reimplement contains() based on List::Util's any()
6 years ago
Guillem Jover fdc64d61eb TT#69200 Use reverse in reversearray() instead of an ad-hoc implementation
6 years ago
Guillem Jover 0991288e50 TT#69200 Pass the entire list to push in mergearrays()
6 years ago
Guillem Jover 7857a1c575 TT#69200 Susbstantially simplify and generalize kbytes2gigs()
6 years ago
Guillem Jover e6ebcc15c5 TT#69200 Use Time::Piece and Time::Local to add up months
6 years ago
Guillem Jover 018eafb770 TT#69200 Use Time::Piece instead of ad-hoc code to print dates and times
6 years ago
Guillem Jover 72d7000151 TT#69200 Use Time::Seconds instead of ad-hoc code to pretty print time offsets
6 years ago
Guillem Jover 561e36d08c TT#69200 Use sprintf instead of ad-hoc code to 0 fill digits
6 years ago
Rene Krenn 1b96d8923b TT#67109 TT#63655 migrate voipnumbers.listtimestamp
6 years ago
Rene Krenn 116f88bc2c TT#63528 CCS importer: clear CFU prefs for subs with "1:1" routing type
6 years ago
Rene Krenn dd3ad894be TT#67109 TT#63655 remove debug limit
6 years ago
Rene Krenn 04d6c7fc0b Revert "TT#69150 Switch to use IO::Prompt::Tiny instead of ad-hoc code"
6 years ago
Rene Krenn 51edb2e561 TT#67109 TT#63655 move projects, dbschema for mergemigration tool
6 years ago
Guillem Jover 548fa1a352 TT#69200 Use List::Util max() and min() instead of ad-hoc code
6 years ago
Guillem Jover 565f539825 TT#69150 Switch to use IO::Prompt::Tiny instead of ad-hoc code
6 years ago
Rene Krenn cc37f38d5b TT#64001 .ama: accept also CFB for "callforward on ncgp" sceanrio
6 years ago
Rene Krenn bfe32e007c TT#64001 .ama: filter by User-To-User header value
6 years ago
Rene Krenn 70b5b93596 TT#64001 .ama: process User-To-User instead of $ivr_duration_limit
6 years ago
Rene Krenn e7ed4d79c6 TT#63528 CCS importer: clear CFU for subs with "1:1" routing type
6 years ago
Rene Krenn baf0d3eebe TT#59265 ccs importer: detect delta of imports
6 years ago
Rene Krenn 753aa4d390 TT#58651 ama exporter: change TERM_DIGITS for cfu_no_ivr scenario
6 years ago
Rene Krenn 082dce953e TT#58800 ama exporter: rewrite 6001 terminating number
6 years ago
Rene Krenn 8a0c240282 TT#58688 CCS importer: set CFU for subs with "1:1" routing typ
6 years ago
Rene Krenn 2d432d7c6b TT#58800 ama exporter: use unaltered destination number for domestic/intl
6 years ago
Rene Krenn cf434799b4 TT#58800 ama exporter: fix domestic/intl "not" patterns
6 years ago
Rene Krenn 3c6aa60ff1 Revert "TT#58825 ama exporter: fix blindxfer-noivr scenario duration"
6 years ago
Rene Krenn 7b3b986a94 TT#58800 ama exporter: regex *varaints* for domestic/intl
6 years ago
Rene Krenn 536948bfb3 TT#58825 ama exporter: fix blindxfer-noivr scenario duration
6 years ago
Rene Krenn 05b2d9c8a1 TT#58651 ama exporter: add cfu_no_ivr scenario
6 years ago
Rene Krenn 1a18421120 TT#58006 TT#58007 ama exporter: rewrite originating/terminating
6 years ago
Rene Krenn 194dfde5ff TT#58800 ama exporter: regex for domestic/international
6 years ago
Rene Krenn dbf0f0c6c6 TT#57614 ccs importer: implement writing pbx prefs
6 years ago
Rene Krenn 1bfb457f68 TT#57568 ama exporter: option to duplciate output files
6 years ago
Rene Krenn 5538c56b68 TT#57201 ama export: option for fixed terminating number in 6001 records
6 years ago
Rene Krenn 9e6210d193 TT#56502 TT#56501 ama exporter: align sw3number
6 years ago
Rene Krenn ecec9bd771 TT#56500 ama exporter: switch_number rewrite options
6 years ago
Rene Krenn 0d481d1cc9 TT#55815 TT#55816 TT#55817 .ama export: scenarios
6 years ago
Rene Krenn 9370109e73 TT#54807 .ama exporter: fix filtering number-only destinations
6 years ago