ionutboangiu
e05be683ae
change license from GPLv3 to AGPLv3
2025-10-13 09:57:41 +02:00
ionutboangiu
37acdd1723
sessions: port session APIs and flag handling
2025-08-30 14:02:48 +02:00
ionutboangiu
785236592b
Port RADIUS DMR/CoA functionality
...
This commit ports the following changes from v0.11:
- 9991b29 - Implement DisconnectSession API for RADIUS Agent
- 02c8ed1 - Implement support for RADIUS CoA
- 7129d34 - Merge CoA into ReAuthorize logic
- d8ad760 - Update both ReAuthorize API signatures
- 5560608 - Dynamic templates for Radius CoA out of APIOpts
- f9d1c0f - Refactor ReAuthorize to AlterSessions
- 8388832 - Rename agents API object: SessionSv1 to AgentV1
- b580e09 - Add sanity checks for radius templates
- ca6a944 - Update client_da_addresses structure
- 98265a1 - Refactor function names and error msgs related to AlterSessions
- ee98dbe - Update AgentV1DisconnectSession api signature
- c9b6c1f - Add support for sending *dmr template via APIOpts
- 03eff44 - Cache RADIUS packets during accounting instead of auth
- 28e53ce - Add requests_cache_key field to radagent cfg
2025-07-08 08:18:30 +02:00
ionutboangiu
113e2a2bdf
Replace interface{} with any
2023-05-31 10:22:28 +02:00
adi
1e51b6d73f
Unified constants for subsystem/removed big S
2022-09-25 12:16:25 +02:00
ionutboangiu
4857245aa5
Use copy instead of loop + other staticcheck fixes
2022-07-15 09:28:57 +02:00
ionutboangiu
5437b3a8a2
Repair compilation errors after library updates
2022-07-03 13:08:52 +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
porosnicuadrian
c7092cc0df
Renamed AteredFields + updated uniqueALteredFields method
2022-03-01 15:51:07 +02:00
porosnicuadrian
75fc37db2c
renamed into Filters + uniqueAlteredFields
2022-02-25 14:38:26 +01:00
porosnicuadrian
bf5c694ecd
Combined matchedProfile and alteredField for attributes
2022-02-24 17:28:38 +01:00
Trial97
5d540bc179
Updated Sessions Auth API
2021-10-05 21:01:26 +02:00
DanB
38f8ba8a32
SessionS MaxUsage as Decimal
2021-09-27 13:21:29 +02:00
Trial97
eecaf84cf5
Updated SessionSTerminate
2021-08-26 16:48:48 +02:00
Trial97
56e9e8ca0f
Updated SessionsUpdate
2021-08-26 16:48:48 +02:00
Trial97
235abdae0c
Updated SessionsInit
2021-08-26 16:48:48 +02:00
andronache
8cf38943df
AsteriskAgent - using directly ms duration instead of seconds with multiply
2021-06-29 09:57:35 +02:00
porosnicuadrian
9c61dc4c77
Fixed error when there are not sessionIds in case of ActiveSessions
2021-05-17 17:58:44 +02:00
Trial97
c04c0a5adb
Added ConfigDB and option to read config from DB
2021-04-16 17:53:36 +02:00
Trial97
edd276c412
Updated unit tests
2021-04-13 13:35:03 +02:00
Trial97
3406d3c7c9
Updated based on new rpc library
2021-04-13 13:35:03 +02:00
Trial97
e52e8d7622
Added Length Field in case of NMSlice and support for multiple indexes in template path
2021-03-18 16:46:55 +01:00
Trial97
d4e2d79cad
Updated RouteS APIs
2021-03-18 16:46:55 +01:00
Trial97
9cef3b28f4
Added integration tests for birpc codec
2021-02-22 11:53:56 +01:00
Trial97
9f75ab918c
Updated biRPC support in connmanager
2021-02-22 11:53:56 +01:00
andronache
164180bca3
Refactoring code in services
2021-02-11 17:23:16 +01:00
TeoV
ae146640f4
Start merging CGREventWithOpts with CGREvent
2021-01-14 10:30:35 +01:00
andronache
570356b459
Changed consts in utils and repaired account profiles it testin apier/v1
2021-01-07 18:15:35 +01:00
Trial97
0fa2ad793e
Updated KamailioAgent GetActiveSessionIDs API
2020-11-23 16:14:01 +01:00
Trial97
6cbf457e35
Updated agents shutdown
2020-11-16 10:11:46 +01:00
Trial97
a81fce8341
Updated services shutdown
2020-11-16 10:11:46 +01:00
Trial97
1833c1e10d
Removed LowBalanceAnnFile config from AsteriskAgent
2020-10-20 11:09:16 +02:00
TeoV
5e7b648012
Add better logs when start diffent Agents
2020-10-12 14:20:57 +02:00
Trial97
ff632ec292
Renamed V1DisconnectWarning to V1WarnDisconnect
2020-10-02 12:45:27 +02:00
Trial97
d4fceaa41f
Updated BiRPClient interface
2020-09-29 13:45:31 +02:00
Trial97
f2a166215c
Added tests for cgr-loader
2020-08-10 19:08:38 +02:00
Trial97
11dac21b88
Starting replacing ArgDispatcher with Opts
2020-07-30 11:17:57 +02:00
TeoV
648aa5f3c4
Update from cgr_supplier to cgr_route for Kamailio and Asterisk
2020-07-22 18:03:59 +02:00
Trial97
77c571f7d6
Updated call tests for asterisk
2020-05-22 17:00:43 +02:00
Trial97
e6834e1b78
Updated call tests
2020-05-22 17:00:43 +02:00
Trial97
49108050a4
Updated CGREventWithOpts
2020-05-18 13:26:06 +02:00
TeoV
7c1157f394
Rename from SupplierS to RouteS ( part 3 success build )
2020-04-30 15:54:49 +02:00
Trial97
41e35bc571
Added Opts to APIs
2020-04-26 13:08:34 +02:00
Trial97
d55d2640c8
Added back low_balance_ann_file functionality. Closes #1794
2020-04-01 16:29:14 +02:00
Trial97
c63a534456
Added DPR support for DiameterAgent. Closes #1255
2020-03-30 15:21:04 +02:00
Trial97
9073127280
Renamed SendRar to ReAuthorize
2020-03-24 16:37:59 +01:00
Trial97
0d51f5d539
Added rar for diameter
2020-03-24 16:37:59 +01:00
Trial97
d0c47a0d88
Update MaxUsage field from API replies to pointer of time.Duration
2020-02-21 19:08:40 +01:00
Trial97
ae56de5cf9
Updated tests
2020-01-17 08:28:52 +02:00