### Description
### Expected behavior
large "key_value" can store to db_sql。
Actual observed behavior
the key_value =
"{\"id\":1,\"in_port\":\"5263\",\"in_ptl\":\"udp\",\"rate_limit\":\"\",\"out_port\":\"5262\",\"out_ptl\":\"udp\",\"mode\":2,\"proxied_ip\":\"172.16.4.114\",\"proxied_
Closed #3937 as completed.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3937#event-13804457322
You are receiving this because you are subscribed to this thread.
Message ID: ___
Kamailio (SER) - Devel
### Description
https://github.com/user-attachments/assets/2a055290-b200-4954-b902-209977601ddb";>
change this to "rpc"
### Troubleshooting
Reproduction
Debugging Data
```
(paste your debugging data here)
```
Log Messages
```
(paste your log messages here)
```
### Description
### Troubleshooting
Reproduction
Debugging Data
```
I want to read params from environment, so define
#!defenv MYSQL_IP
#!trydef DBURL "mysql://kamailio:kamailio@MYSQL_IP/kamailio"
but It can't read this ”MYSQL_IP“。
root@d2e1fcc3f89e:/# env |grep MYSQL*
MY