Commit Graph

40 Commits

Author SHA1 Message Date
arberkatellari
262f1dafa3 Add action type *dynamicAction 2025-08-15 13:01:50 +02:00
arberkatellari
6f7fbb0e94 Add action type *dynamicIP 2025-08-15 13:01:50 +02:00
arberkatellari
2ffdb409a6 Add action type *dynamicRate 2025-08-15 13:01:50 +02:00
arberkatellari
eba021be54 Add action type *dynamicRoute 2025-07-27 11:47:20 +02:00
arberkatellari
c0017d33f1 Add action type *dynamicFilter 2025-07-27 11:47:20 +02:00
arberkatellari
b779388005 Add action type *dynamicRanking 2025-07-23 21:17:51 +02:00
arberkatellari
6302bb0fa1 Add action type *dynamicTrend 2025-07-23 21:17:51 +02:00
arberkatellari
9fa6844fae Add FilterIDs, Weights & Blockers functionality to set/remove balance action types 2025-07-21 13:40:22 +02:00
arberkatellari
076dd821a9 Add FilterIDs, Weights & Blockers functionality to dynamic type actions 2025-07-21 13:40:22 +02:00
arberkatellari
7b309d388d Add action type *dynamic_resource 2025-07-02 21:46:10 +02:00
arberkatellari
3059b768a9 Add action type *dynamic_attribute 2025-07-02 21:46:10 +02:00
arberkatellari
2cd8c4fe38 Add action type *dynamic_stats 2025-07-02 21:46:10 +02:00
arberkatellari
e9a1b93229 Add action type *dynamic_threshold & add admins_conns to ActionS module 2025-07-02 21:46:10 +02:00
ionutboangiu
c3bf93f1b6 Fix context lifecycle in scheduled actions
Remove ctx field from scheduledActs struct and create a fresh context
when actions execute via cron. This prevents "context canceled" errors
that occurred when stored contexts from API calls were used for delayed
execution. The context is now properly received from the caller in case
of "*asap" actions.
2025-05-26 08:19:43 +02:00
ionutboangiu
5e46eeb28a move action type definitions to utils 2025-05-03 21:42:36 +02:00
adi
86d2f1476a Attemtps config change 2022-07-30 08:19:08 +02:00
andronache98
ecdf5e54ea Changed headers 2022-03-09 14:14:30 +01:00
andronache98
9ec56f5155 Changed headers 2022-03-09 14:14:30 +01:00
andronache
7ab4167613 Corrected header in multiple files 2021-11-01 13:50:00 +02:00
Trial97
9aa153c0b0 Finished implementing all the exporters 2021-08-18 16:34:44 +02:00
Trial97
3406d3c7c9 Updated based on new rpc library 2021-04-13 13:35:03 +02:00
Trial97
1437cfaff3 Updated SetBalance action 2021-02-25 18:13:01 +01:00
Trial97
83c26e5fd6 Updated actions 2021-02-25 18:13:01 +01:00
TeoV
1f7e47248c Add test for *reset_threshold and *reset_stat_queue actions 2021-01-28 20:31:28 +01:00
TeoV
ce91a404b2 Add *reset_stat_queue and *reset_threshold action in ActionS 2021-01-28 09:29:53 +01:00
TeoV
b798199da9 Add actExport in ActionS 2021-01-28 09:29:53 +01:00
TeoV
3816d07dce Add *http_post and *http_post_async in ActionS 2021-01-25 18:15:53 +01:00
TeoV
aa774f0fe6 Move from EventExporterRequest to engine/EventRequest 2021-01-24 15:33:57 +01:00
TeoV
1d2c03e2cc Add unit test for cdrLog action 2021-01-24 15:33:57 +01:00
TeoV
3453a85a05 Add *cdrLog in new ActionS subsystem 2021-01-24 15:33:57 +01:00
TeoV
cc0c63e45d Remove actData and add test for actLog 2021-01-20 17:36:43 +01:00
TeoV
56fcabe373 Update code for actions 2021-01-20 17:36:43 +01:00
andronache
1d0a814e42 Changed consts in utils 2021-01-11 10:57:44 +01:00
andronache
1470267727 Modified consts in utils 2021-01-07 18:15:35 +01:00
DanB
73e897916d ActionS - schedInit for scheduler reload 2020-12-20 17:09:13 +01:00
DanB
26c04a2415 ActionS - V1ExecuteActions with targets 2020-12-18 17:54:27 +01:00
DanB
94cb062322 ActionS V1ExecuteActions function 2020-12-11 18:28:53 +01:00
DanB
e362ea84e9 ActionS - schedule also non account related actions 2020-12-10 17:49:25 +01:00
DanB
0666bc5596 ActionS - scheduleActions and asapExecuteActions implementation 2020-12-10 15:26:30 +01:00
DanB
53f8b34f01 ActionS - ActionProfile initial definition 2020-12-02 14:00:51 +01:00