[sr-dev] [kamailio/kamailio] [htable] db_sql "key_value" length = 128 too small, what if change to 1024 ? (Issue #3944)

2024-08-12 Thread gao114882 via sr-dev
### 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_

[sr-dev] Re: [kamailio/kamailio] [doc] xhttp_rpc module docs, the route should be "rpc" not "http_rpc"。 (Issue #3937)

2024-08-08 Thread gao114882 via sr-dev
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

[sr-dev] [kamailio/kamailio] [doc] xhttp_rpc module docs, the route should be "rpc" not "http_rpc"。 (Issue #3937)

2024-08-08 Thread gao114882 via sr-dev
### 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) ```

[sr-dev] [kamailio/kamailio] DBURL can't read env params (Issue #3800)

2024-03-31 Thread gao114882 via sr-dev
### 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