[sr-dev] [kamailio/kamailio] TCP ACK is going to different IP then original invite sent (#1998)

2019-07-02 Thread Surendra Tiwari
### Description We are converting udp call to tcp call in kamailio. kamailio sending out an invite to a destination. Before sending, kamailio resolving that destination domain to IP. After receiving invite request, Destination send 180 and 200 OK . 200 Ok contact contains the domain name of de

Re: [sr-dev] [kamailio/kamailio] TCP ACK is going to different IP then original invite sent (#1998)

2019-07-02 Thread Surendra Tiwari
yeah right now we are using dialog module for tracking those things but there should be an option to use same tcp connection across the call if connection is alive. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://gi

[sr-dev] [kamailio/kamailio] evapi:return code and log fixed for no evapi client while sending (#2013)

2019-07-19 Thread Surendra Tiwari
Pre-Submission Checklist - [ ] Commit message has the format required by CONTRIBUTING guide - [ ] Commits are split per component (core, individual modules, libs, utils, ...) - [ ] Each component has a single commit (if not, squash them into one commit) - [ ] No commits to README files

[sr-dev] git:master:08cf1728: evapi:return code and log fixed for no evapi client while sending

2019-07-19 Thread Surendra Tiwari
Module: kamailio Branch: master Commit: 08cf17288861bcaa8f3b23166059ead517d1b4fe URL: https://github.com/kamailio/kamailio/commit/08cf17288861bcaa8f3b23166059ead517d1b4fe Author: Surendra Tiwari Committer: Surendra Tiwari Date: 2019-07-19T13:07:32+05:30 evapi:return code and log fixed for no

Re: [sr-dev] [kamailio/kamailio] evapi:return code and log fixed for no evapi client while sending (#2013)

2019-07-19 Thread Surendra Tiwari
@miconda agree. -- 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/pull/2013#issuecomment-513140039___ Kamailio (SER) - Development Mailing List sr

[sr-dev] [kamailio/kamailio] Module:rtpengine: memory leak is fixed, if no rtpengine in list (#2038)

2019-08-20 Thread Surendra Tiwari
… reload Pre-Submission Checklist - [ ] Commit message has the format required by CONTRIBUTING guide - [ ] Commits are split per component (core, individual modules, libs, utils, ...) - [ ] Each component has a single commit (if not, squash them into one commit) - [ ] No commits to RE

Re: [sr-dev] [kamailio/kamailio] Module:rtpengine: memory leak is fixed, if no rtpengine in list (#2038)

2019-08-22 Thread Surendra Tiwari
@miconda please review. -- 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/pull/2038#issuecomment-524182507___ Kamailio (SER) - Development Mailing

[sr-dev] git:master:0e29879e: Module:rtpengine: memory leak is fixed, if no rtpengine in list while reload

2019-08-23 Thread surendra tiwari
Module: kamailio Branch: master Commit: 0e29879ee950d5a9e9a669c7d5c634416d52f5c9 URL: https://github.com/kamailio/kamailio/commit/0e29879ee950d5a9e9a669c7d5c634416d52f5c9 Author: Surendra Tiwari Committer: surendra tiwari Date: 2019-08-20T13:17:04+05:30 Module:rtpengine: memory leak is fixed

[sr-dev] [kamailio/kamailio] register using uac module is getting send even if send_socket is not in this listening list of kamailio (#2624)

2021-02-05 Thread Surendra Tiwari
### Description I am uac module with database. uacreg table have the send_socket column. i do have 2 kamailio server running. i want only kamailio-1 should send register to uacreg entries. for this i have used send_socket column with socket of kamailio-1. After this we can see both kamailio se

Re: [sr-dev] [kamailio/kamailio] register using uac module is getting send even if send_socket is not in this listening list of kamailio (#2624)

2021-02-05 Thread Surendra Tiwari
@miconda please suggest. I can make a pull request against this but need your suggestion on this? -- 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/2624#issuecomment-774167394___

Re: [sr-dev] [kamailio/kamailio] register using uac module is getting send even if send_socket is not in this listening list of kamailio (#2624)

2021-02-08 Thread Surendra Tiwari
@oej I have said very specific to bug and also shared reproducing steps. Please review the complete issue ticket. This should not be closed like this. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamail

Re: [sr-dev] [kamailio/kamailio] register using uac module is getting send even if send_socket is not in this listening list of kamailio (#2624)

2021-02-08 Thread Surendra Tiwari
https://kamailio.org/docs/db-tables/kamailio-db-5.1.x.html#gen-db-uacreg - yes its documented. check uacreg table socket field. It should use that socket only. i can discuss over mailing list but let this issue to be open if anyone else have idea over this they can comment on this. -- You are

[sr-dev] [kamailio/kamailio] username based lookup in uac_reg_lookup (#2714)

2021-04-18 Thread Surendra Tiwari
### Description Currently uac_reg_lookup don't have provision to pass the mode parameter but its implement in core fuction: https://github.com/kamailio/kamailio/blob/951c9ac9adaccc1c35e152593cb3c2e7f6e7af6f/src/modules/uac/uac_reg.c#L1602 This should be imported to kemi as well as cfg function

[sr-dev] [kamailio/kamailio] uac: registration refresh should in half time of expire (#2765)

2021-06-06 Thread Surendra Tiwari