Erhan Onur Sendag
Erhan Onur Sendag
Hi, There is one more issue. ims_usrloc_pcscf's db_insert_pcontact function is not able to write protocol value into database. https://github.com/kamailio/kamailio/blob/c3629f877500373028d2c7cdefd976cddda31c15/src/modules/ims_usrloc_pcscf/usrloc_db.c#L243 In db_insert_pcontact function, Value array's length is 16, but while inserting,...
Hi, I have proposed the changes via pull request.
Hi Aleksandar, According to Kamalio naming, top via is the first via, and bottom via header is the last via. For each request, UAC puts its via header to the...
Hello @henningw, I checked usage of cscf_get_ue_via function. And I saw ims_ipsec_pcscf, ims_qos, ims_registrar_pcscf module are using this function. All of them are pcscf modules. ims_usrloc_pcscf keeps a hashtable to...
I used PROC_NOCHLDINIT and it worked fine. PROC_RPC is for RPC type processes. "RegInfo Event Processor" is continuously reading reginfo event FIFO and process the reginfo messages coming with Notify...
Hi It is working now. Can you please delete this issue? I started using gen.py. gen.py was not creating the wrapper function. So I did some changes on it, then...