[sr-dev] [kamailio/kamailio] sr_kemi_modules_add(sr_kemi_kazoo_exports) (#2302)

2020-04-26 Thread hance2010
### Description // kamailio 5.3.3 // kazoo.c static sr_kemi_t sr_kemi_kazoo_exports[] = int mod_register(char *path, int *dlflags, void *p1, void *p2) { if(kz_tr_init_buffers()<0) { LM_ERR("failed to initialize transformations buffers\n");

[sr-dev] [kamailio/kamailio] KSR.is_MESSAGE() Not implemented (#2331)

2020-05-18 Thread hance2010
### Description KSR.is_MESSAGE() Not implemented. kamailio v5.3.4 ### Troubleshooting Reproduction Debugging Data ``` (paste your debugging data here) ``` Log Messages ``` (paste your log messages here) ``` SIP Traffic ``` (paste your sip traffic here) ```

[sr-dev] [kamailio/kamailio] `rpc dispatcher.add group address flags` not work (#2854)

2021-09-16 Thread hance2010
### Description kamcmd dispatcher add 1 sip:1.2.3.4 # work kamcmd dispatcher add 1 sip:1.2.3.4 8 maxload=20 # work but, kamcmd dispatcher add 1 sip:1.2.3.4 8 # not work ### Troubleshooting Reproduction Debugging Data ``` (paste your debugging data here) ``` Log

Re: [sr-dev] [kamailio/kamailio] `rpc dispatcher.add group address flags` not work (#2854)

2021-09-16 Thread hance2010
Closed #2854. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2854#event-5311655670___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] `rpc dispatcher.add group address flags` not work (#2854)

2021-09-16 Thread hance2010
`kamcmd dispatcher.add 1 sip:1.2.3.4 8` afer ERROR: [core/parser/parse_param.c:517]: parse_param2(): Invalid character, ; expected ERROR: dispatcher [dispatch.c:440]: pack_dest(): cannot set attributes!

Re: [sr-dev] [kamailio/kamailio] `rpc dispatcher.add group address flags` not work (#2854)

2021-09-16 Thread hance2010
it works very welll, thank you very much! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2854#issuecomment-920776785___ Kamailio (SER)

[sr-dev] [kamailio/kamailio] KSR.sqlops.sql_xquery() return 0 when successful, but 1 expected (#2856)

2021-09-16 Thread hance2010
### Description ### Troubleshooting ``` # kamailio.cfg sql = "select * from subscriber"; sql_xquery("ca", sql, "ra"); xinfo("returncode = $rc"); /* 1 */ # kamailio.lua sql = "select * from subscriber" rc = KSR.sqlops.sql_xquery("ca", sql, "ra") KSR.info("returncode = " .. rc .. "\n") -- 0,

[sr-dev] [kamailio/kamailio] There is no jwt.so (#2883)

2021-10-13 Thread hance2010
### Description ``` apt install kamailio kamailio-* find /usr/lib/x86_64-linux-gnu/kamailio/modules -name jwt.so and nothing. ``` ### Troubleshooting Reproduction Debugging Data ``` (paste your debugging data here) ``` Log Messages ``` (paste your log messages

Re: [sr-dev] [kamailio/kamailio] There is no jwt.so (#2883)

2021-10-14 Thread hance2010
Closed #2883. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2883#event-5466845366___ Kamailio (SER) - Development Mailing List

[sr-dev] [kamailio/kamailio] how to choose 2 different rr heads (#2861)

2021-09-22 Thread hance2010
### Description how to choose 2 different rr heads when relay a public call to lan? Thanks! ### Expected behavior Actual observed behavior Debugging Data ``` (paste your debugging data here) ``` Log Messages ``` (paste your log messages here) ``` SIP Traffic ```