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

2021-06-07 Thread Surendra Tiwari
@henningw @miconda agreed its not hard core requirement from sip rfc , i will setup an module parameter for the same and will keep default behaviour as it is. :-) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] uac: allowing sending register for uacreg using rpc command and function (#2766)

2021-06-06 Thread Surendra Tiwari
yeah i check that too using kamcmd uac.reg_refresh s:l_uuid but its reloading from database to kamailio memory but registraton part is missing from it. so we need a rpc that allows us to register on our wish without waiting for timer process to run. -- You are receiving this because you are

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

2021-06-06 Thread Surendra Tiwari
yeah i checked this too reg_timer_interval but this is not getting apply if kamailio is sending register to different pbx that are expecting different expire time. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

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

2021-06-06 Thread Surendra Tiwari
@henningw reg_retry_interval is used for failed registration retry. i am looking for refreshing registration. Also just think about having multiple pbx that expect different expire then reg_timer_interval will not work. Also what changes i made that's apply to every where. -- You are

[sr-dev] [kamailio/kamailio] uac: allowing sending register for uacreg using rpc command and function (#2766)

2021-06-06 Thread Surendra Tiwari
### Description Right now there is no way that allows users to control sending register packet using rpc command based on l_uuid . ### Expected behavior Actual observed behavior Debugging Data ``` (paste your debugging data here) ``` Log Messages ``` (paste your log

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

2021-06-06 Thread Surendra Tiwari
!-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests must be done to master branch, unless they are backports of fixes from master branch to a stable

[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

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

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:

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:

[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

[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

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

[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: [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-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

[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

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:

[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

[sr-dev] [kamailio/kamailio] KSR.tm.t_load_contacts(): not able to clear the destination set (set before append_branch_uri_q) (#1879)

2019-03-04 Thread Surendra Tiwari
### Description We are using KEMI t_load_contacts to clear the destination set . core.append_branch_uri_q(host2, "0.5") core.append_branch_uri_q(host1, "0.6") KSR.tm.t_load_contacts() KSR.tm.t_next_contacts() But its retrying on 3 in failure route first host1 second host2 third what we get in

Re: [sr-dev] [kamailio/kamailio] Modules: rtpengine-rtpengine_query exported to ksr routes (#1792)

2019-01-08 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/1792#issuecomment-452587747___ Kamailio (SER) - Development

[sr-dev] [kamailio/kamailio] Modules: rtpengine-rtpengine_query exported to ksr routes (#1792)

2019-01-07 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

Re: [sr-dev] [kamailio/kamailio] rtpengine - get the rtp stats when using custom id for calls (#1788)

2019-01-07 Thread Surendra Tiwari
@miconda sure. :-) -- 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/1788#issuecomment-452038966___ Kamailio (SER) - Development Mailing

[sr-dev] [kamailio/kamailio] while passing different callid then actual for rtpengine_offer, rtpengine_answer and rtpengine_delete, rtpstats will not populate the stastics of rtpengine (#1788)

2019-01-07 Thread Surendra Tiwari
### Description ### Troubleshooting Reproduction Debugging Data ``` (paste your debugging data here) ``` Log Messages ``` (paste your log messages here) ``` SIP Traffic ``` (paste your sip traffic here) ``` ### Possible Solutions ### Additional

Re: [sr-dev] [kamailio/kamailio] Modules: db_redisusrloc for usrloc module (#1446)

2019-01-02 Thread Surendra Tiwari
@SurendraPlivo pushed 1 commit. e629543c6540bccb6118d9f55accd08a30edb46c handling snprintf issues, adding table name size as symbolic constant -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [sr-dev] [kamailio/kamailio] Modules: db_redisusrloc for usrloc module (#1446)

2019-01-02 Thread Surendra Tiwari
@SurendraPlivo pushed 1 commit. 1999a526ca4a9f57a480121601ba62300f632f1d db_redis: adding the error block -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [sr-dev] [kamailio/kamailio] db_check_table_version(): invalid version 6 for table subscriber found, expected 7 (check table structure and table "version") (#1270)

2018-12-25 Thread Surendra Tiwari
@mckaygerhard k so basically, Kamailio maintains the version tables correspondence to every table into version table. so if any changes happen to the database table in particular upgrade version of that table also get changed. -- You are receiving this because you are subscribed to this

Re: [sr-dev] [kamailio/kamailio] db_check_table_version(): invalid version 6 for table subscriber found, expected 7 (check table structure and table "version") (#1270)

2018-12-25 Thread Surendra Tiwari
@mckaygerhard please have a look on below link: https://kamailio.org/docs/db-tables/kamailio-db-5.1.x.html#gen-db-subscriber Let me know if you need any specific help for this. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

Re: [sr-dev] [kamailio/kamailio] Module: dialog xmlrpc isalive command added. (#1740)

2018-12-05 Thread Surendra Tiwari
Thank you  -- 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/1740#issuecomment-36439___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] Module: dialog xmlrpc isalive command added. (#1740)

2018-12-04 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/1740#issuecomment-444111595___ Kamailio (SER) - Development

Re: [sr-dev] [kamailio/kamailio] dialog: not able to set the hangup_reason , when we hangup calls using xmlrpc. (#1737)

2018-11-27 Thread Surendra Tiwari
This feature request is managed by this pull request. https://github.com/kamailio/kamailio/pull/1740 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] Modules:xmlrpc event_callback added for ksr routes (#1736)

2018-11-27 Thread Surendra Tiwari
@miconda please let me know if something more to do with this pull request. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] [kamailio/kamailio] Module: dialog xmlrpc isalive command added. (#1740)

2018-11-27 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

Re: [sr-dev] [kamailio/kamailio] cdp deadlock (#1739)

2018-11-26 Thread Surendra Tiwari
surendratiwari3 requested changes on this pull request. move routing.c to cdp module. its outside. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] dialog: not able to set the hangup_reason , when we hangup calls using xmlrpc. (#1737)

2018-11-23 Thread Surendra Tiwari
sure. we have a heartbeat service that continuously checking the kamailio dialog using dlg.dlg_list command in defined interval. in the same time heartbeat service will deduct the balance and if balance is not sufficient for continuing of call, it will send dlg.terminate_dlg request to

Re: [sr-dev] [kamailio/kamailio] Modules:xmlrpc event_callback added for ksr routes (#1736)

2018-11-23 Thread Surendra Tiwari
@surendratiwari3 pushed 1 commit. 6f2e9f5 Module:xmlrpc review incorporated related to documentation -- You are receiving this because you are subscribed to this thread. View it on GitHub:

[sr-dev] [kamailio/kamailio] dialog: not able to set the hangup_reason , when we hangup calls using xmlrpc. (#1737)

2018-11-23 Thread Surendra Tiwari
### Description We are using xmlrpc to terminate the calls once customer balance reaches to zero. call got terminated but we will not be able to set the dialog variable related to hangup_reason. There should be a way during dlg.terminate_dlg xmlrpc request that if i mention the some parameter

Re: [sr-dev] [kamailio/kamailio] Modules:xmlrpc event_callback added for ksr routes (#1736)

2018-11-23 Thread Surendra Tiwari
@miconda its done now.:-) thank you for pointing it out. -- 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/1736#issuecomment-441218537___

Re: [sr-dev] [kamailio/kamailio] Modules:xmlrpc event_callback added for ksr routes (#1736)

2018-11-23 Thread Surendra Tiwari
@surendratiwari3 pushed 1 commit. 40d49ef Modules:xmlrpc documentaion updated for event_callback parameters -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [sr-dev] [kamailio/kamailio] Modules:xmlrpc event_callback added for ksr routes (#1736)

2018-11-23 Thread Surendra Tiwari
@miconda sure. doing it now. -- 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/1736#issuecomment-441213961___ Kamailio (SER) - Development

[sr-dev] [kamailio/kamailio] Modules:xmlrpc event_callback added for ksr routes (#1736)

2018-11-23 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

[sr-dev] [kamailio/kamailio] Module: rtpengine timeout log fixed (#1732)

2018-11-20 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

Re: [sr-dev] [kamailio/kamailio] Segfaults in 5.1.4 (maybe after one rtpengine disappeared) (#1613)

2018-11-19 Thread Surendra Tiwari
Hi, i also can see the same issue on 5.1.4. -- 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/1613#issuecomment-440156131___ Kamailio

[sr-dev] [kamailio/kamailio] rr module is_direction("downstream") and $ruid("dir") always evaluate downstream to true. (#1729)

2018-11-19 Thread Surendra Tiwari
### Description ### Troubleshooting Reproduction Debugging Data ``` (paste your debugging data here) ``` Log Messages ``` (paste your log messages here) ``` SIP Traffic ``` (paste your sip traffic here) ``` ### Possible Solutions ### Additional

Re: [sr-dev] [kamailio/kamailio] rtp_media_server: adding module (#1701)

2018-11-08 Thread Surendra Tiwari
view it on GitHub <#1701 (comment) > <https://github.com/kamailio/kamailio/pull/1701#issuecomment-437265721>>, > or mute the thread > https://github.com/notifications/unsubscribe-auth/AZoKAh3lBVGahBWPHLQkyWSn-BvSAHR1ks5utSOPgaJpZM4YF7gV > . > -- Surendra Tiwari VoIP Application De

Re: [sr-dev] [kamailio/kamailio] rtp_media_server: adding module (#1701)

2018-11-08 Thread Surendra Tiwari
thub.com/notifications/unsubscribe-auth/AZoKAh3lBVGahBWPHLQkyWSn-BvSAHR1ks5utSOPgaJpZM4YF7gV> > . > -- Surendra Tiwari VoIP Application Developer, Plivo Inc., 201 Mission Street, *Suite 230*, San Francisco - 94105, USA Web: www.plivo.com | Twitter: @plivo -- You are receiving this because you are subscri

Re: [sr-dev] [kamailio/kamailio] rtpengine module is not retrying for rtpengine_offer. retry is working for rtpengine_answer and rtpengine_delete (#1696)

2018-11-08 Thread Surendra Tiwari
@miconda This is happening only for offer only. answer and delete getting retry. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] [kamailio/kamailio] evapi: if there is no evapi clients are connected to kamailio, evapi trying to send data. (#1700)

2018-10-30 Thread Surendra Tiwari
### Description right now, evapi module trying to send data even if no clients are connected .in the case new transaction is created and even suspended also. kamailio should not create the transaction if no evapi client is connected to kamailio. ### Troubleshooting Reproduction

[sr-dev] [kamailio/kamailio] rtpengine: stats for rtpengine command and reply from rtpengine (#1699)

2018-10-30 Thread Surendra Tiwari
### Description rightnow, there is no stats about command sent to rtpengine and getting reply from rtpengine. There should be a stats that will tell that number of offer request sent: number of answer request sent: number of delete request sent: number of failed request for offer [after

[sr-dev] [kamailio/kamailio] HeartBeat Module (#1698)

2018-10-30 Thread Surendra Tiwari
### Description Right now, kamailio did not generate the heartbeat events a call. It's very important to have heartbeat event in kamailio so billing solution can be built independent of kamailio. Heartbeat module can be built separately with having following parameters:

[sr-dev] [kamailio/kamailio] dialog: xmlrpc command to check call is alive or not. (#1697)

2018-10-30 Thread Surendra Tiwari
### Description rightnow, we can check using dlg.dlg_list command whether call is alive or not but this command will return all data about dialog. There should be a xmlrpc command that will just return whether call is alive or not. ### Expected behavior Actual observed behavior

[sr-dev] [kamailio/kamailio] rtpengine module is not retrying for rtpengine_offer. retry is working for rtpengine_answer and rtpengine_delete (#1696)

2018-10-30 Thread Surendra Tiwari
### Description we are using rtpengine with kamailio [KSR-LUA]. kamailio sending the rtpengine_offer to rtpengine. If kamailio didn't get the response from the rtpengine then it's not retrying . for rtpengine_answer and rtpengine_delete retry is working pretty good. we are using following

Re: [sr-dev] [kamailio/kamailio] Dialog: generating the request uri with alias when route header present (#1695)

2018-10-29 Thread Surendra Tiwari
closing this as this is incorporated by 810d84981b4ed83b11e4090740a36653ec10ef16. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] Dialog: generating the request uri with alias when route header present (#1695)

2018-10-29 Thread Surendra Tiwari
Closed #1695. -- 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/1695#event-1932901862___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] Dialog: generating the request uri with alias when route header present (#1695)

2018-10-29 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/1695#issuecomment-433972373___ Kamailio (SER) - Development

[sr-dev] [kamailio/kamailio] Dialog: generating the request uri with alias when route header present (#1695)

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

Re: [sr-dev] [kamailio/kamailio] Dialog : Handling Alias in the request uri when having route header (#1694)

2018-10-29 Thread Surendra Tiwari
Closed #1694. -- 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/1694#event-1932696505___ Kamailio (SER) - Development Mailing List

[sr-dev] [kamailio/kamailio] Dialog : Handling Alias in the request uri when having route header (#1694)

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

Re: [sr-dev] [kamailio/kamailio] when using terminate_dlg via xmlrpc, not able to generate proper bye message, if request is behind nat. (#1689)

2018-10-29 Thread Surendra Tiwari
i just checked the code and found that https://github.com/kamailio/kamailio/blob/98ee25c6da118cadedd98621c580ed4df3a7e860/src/modules/dialog/dlg_req_within.c#L95 ``` if(uri_restore_rcv_alias(>contact[dir], , )<0) { nuri.len = 0; duri.len = 0; } ``` This

Re: [sr-dev] [kamailio/kamailio] when using terminate_dlg via xmlrpc, not able to generate proper bye message, if request is behind nat. (#1689)

2018-10-26 Thread Surendra Tiwari
contactsip:gw+plivo.com@13.57.90.158:5080;transport=tcp;transport=tcp;gw=plivo.com;alias=13.57.90.158~50188~2 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] when using terminate_dlg via xmlrpc, not able to generate proper bye message, if request is behind nat. (#1689)

2018-10-26 Thread Surendra Tiwari
yes, i can reproduce this again. for sure , i will paste the dialog structure here. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] when using terminate_dlg via xmlrpc, not able to generate proper bye message, if request is behind nat. (#1689)

2018-10-26 Thread Surendra Tiwari
13.57.90.158:49325 == 54.183.206.134:5060 [kamailio] <==BYE== 13.57.122.212:5060 [kamailio] ===BYE===> 18.214.109.132:5060 [kamailio] 13.57.122.212 generating the bye to both side. BYE is not getting forwarded from 54.183.206.134 to 13.57.90.158 as request uri do not contain the alias. Its

[sr-dev] [kamailio/kamailio] when using terminate_dlg via xmlrpc, not able to generate proper bye message, if request is behind nat. (#1689)

2018-10-25 Thread Surendra Tiwari
### Description Using xmlrpc command to generate the bye using terminate_dlg request: ### Troubleshooting Reproduction use xmlrpc request to terminate the dialog ``` curl --data @xmlrpc http://13.57.122.212:8080/RPC ``` xmlrpc file will have following things ``` dlg.terminate_dlg

Re: [sr-dev] [kamailio/kamailio] can't generate 487 reply when a final 408 was sent out (#1648)

2018-09-19 Thread Surendra Tiwari
it will be great if you can update more information like [incoming/outgoing]sip packet capture, kamailio logs. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] Memory utilization getting increase with lua routing (#1577)

2018-09-05 Thread Surendra Tiwari
Still i am seeing the memory continuously increasing. I tested with modular approach using app_lua mentioned by sipgate. I will test app_lua with LuaJIT. Also will be trying with one simple lua. -- You are receiving this because you are subscribed to this thread. Reply to this email directly

Re: [sr-dev] [kamailio/kamailio] KEMI: add htable's sht_rm_* functions (#1614)

2018-09-03 Thread Surendra Tiwari
iving this because you were mentioned. > Reply to this email directly, view it on GitHub > <https://github.com/kamailio/kamailio/issues/1614#issuecomment-418039933>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/AZoKAql8j2kEhQuqYOCZmDHwflpJ2YO1ks5uXOe

[sr-dev] [kamailio/kamailio] passing argument to event_callback function (#1627)

2018-08-31 Thread Surendra Tiwari
### Description Right Now, There is no way to pass the parameter to event_callback function to be executed by KEMI Interpreter. This is required when we have to pass call_uuid for async call without suspending transaction. In callback we don't have anything refer to the previous

Re: [sr-dev] [kamailio/kamailio] Memory utilization getting increase with lua routing (#1577)

2018-08-27 Thread Surendra Tiwari
i did not get a chance to test. but surely i will test by end of week. will you please also conclude about using modular approach with kemi lua. https://github.com/sipgate/lua-kamailio/blob/master/src/kamailio/init.lua . -- You are receiving this because you are subscribed to this thread.

Re: [sr-dev] [kamailio/kamailio] Memory utilization getting increase with lua routing (#1577)

2018-08-16 Thread Surendra Tiwari
i will again run the load test with different configs. and will post the result here. yeah i used the 5.1.4 with back-porting this commit to that branch -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] MemoryUtilization getting increase with lua routing (#1577)

2018-08-12 Thread Surendra Tiwari
@miconda please look into this one. because now a days developer already started to move for kamailio in lua. if there is memory leak then it will be great issue. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] KEMI: add htable's sht_rm_* functions (#1614)

2018-08-09 Thread Surendra Tiwari
I started working on it. i will updates soon. -- 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/1614#issuecomment-411969037___ Kamailio

Re: [sr-dev] [kamailio/kamailio] KEMI: add htable's sht_rm_* functions (#1614)

2018-08-07 Thread Surendra Tiwari
@miconda please assign it to me. i will work on it -- 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/1614#issuecomment-411132190___

Re: [sr-dev] [kamailio/kamailio] KEMI: add htable's sht_rm_* functions (#1614)

2018-08-07 Thread Surendra Tiwari
working on it. -- 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/1614#issuecomment-411132076___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] MemoryUtilization getting increase with lua routing (#1577)

2018-07-29 Thread Surendra Tiwari
Thank you for the updates. :-) -- 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/1577#issuecomment-408659508___ Kamailio (SER) -

Re: [sr-dev] [kamailio/kamailio] MemoryUtilization getting increase with lua routing (#1577)

2018-07-27 Thread Surendra Tiwari
@miconda please let me know if this issue is reproduced by the same config at your side or not -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] MemoryUtilization getting increase with lua routing (#1577)

2018-07-21 Thread Surendra Tiwari
@miconda are you able to reproduce it? -- 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/1577#issuecomment-406842466___ Kamailio (SER) -

Re: [sr-dev] [kamailio/kamailio] MemoryUtilization getting increase with lua routing (#1577)

2018-07-13 Thread Surendra Tiwari
yes i am using master branch only. -- 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/1577#issuecomment-404770193___ Kamailio (SER) -

Re: [sr-dev] [kamailio/kamailio] MemoryUtilization getting increase with lua routing (#1577)

2018-07-12 Thread Surendra Tiwari
this can be reporduced by following lua config kamailio.cfg ``` #!KAMAILIO ### Defined Values # #!substdef "!MY_IP_ADDR!!g" #!substdef "!MY_EXTERNAL_IP!!g" #!substdef "!MY_UDP_PORT!5060!g" #!substdef "!MY_UDP_ADDR!udp:MY_IP_ADDR:MY_UDP_PORT!g" # Dispatcher File #!define

Re: [sr-dev] [kamailio/kamailio] app_lua : fixing bug for setting set SR lib version for lua 52 (#1590)

2018-07-12 Thread Surendra Tiwari
Thanks miconda. for next commit i will keep this in mind. i have changed the commit message as you requested. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] [kamailio/kamailio] app_lua : fixing bug for setting set SR lib version for lua 52 (#1590)

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

Re: [sr-dev] [kamailio/kamailio] Modules: Evapi async_relay export to kemi (#1563)

2018-07-11 Thread Surendra Tiwari
please backport to 5.x.x stable branches. -- 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/1563#issuecomment-404230548___ Kamailio (SER) -

Re: [sr-dev] [kamailio/kamailio] Module: rr adding is_direction to kemi (#1589)

2018-07-11 Thread Surendra Tiwari
please backport to 5.x.x stable branches. -- 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/1589#issuecomment-404229916___ Kamailio (SER) -

Re: [sr-dev] [kamailio/kamailio] Modules: sdpops export sdp_get_line_startswith (#1558)

2018-07-11 Thread Surendra Tiwari
please backport to 5.x.x stable branches. -- 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/1558#issuecomment-404229805___ Kamailio (SER) -

Re: [sr-dev] [kamailio/kamailio] Modules: db_redisusrloc for usrloc module (#1446)

2018-07-11 Thread Surendra Tiwari
@miconda sure. -- 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/1446#issuecomment-404229100___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] Modules: db_redisusrloc for usrloc module (#1446)

2018-07-11 Thread Surendra Tiwari
@miconda please merge it. -- 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/1446#issuecomment-404181127___ Kamailio (SER) - Development

[sr-dev] [kamailio/kamailio] Module: rr adding is_direction to kemi (#1589)

2018-07-11 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

Re: [sr-dev] [kamailio/kamailio] Modules: rr adding is_direction to kemi (#1588)

2018-07-11 Thread Surendra Tiwari
Closed #1588. -- 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/1588#event-1727912382___ Kamailio (SER) - Development Mailing List

[sr-dev] [kamailio/kamailio] Modules: rr adding is_direction to kemi (#1588)

2018-07-11 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

Re: [sr-dev] [kamailio/kamailio] MemoryUtilization getting increase with lua routing (#1577)

2018-07-10 Thread Surendra Tiwari
Updates: I am running test with master branch. i will report if i found memory leak with simple config so you can reproduce. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] MemoryUtilization getting increase with lua routing (#1577)

2018-07-07 Thread Surendra Tiwari
[vg.log](https://github.com/kamailio/kamailio/files/2173037/vg.log) Please check the valgrind log. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] MemoryUtilization getting increase with lua routing (#1577)

2018-07-04 Thread Surendra Tiwari
@miconda please see this issue. -- 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/1577#issuecomment-402530641___ Kamailio (SER) -

Re: [sr-dev] [kamailio/kamailio] MemoryUtilization getting increase with lua routing (#1577)

2018-07-02 Thread Surendra Tiwari
yeah sure i will run that one. i am using both ways 1. using lua modules 2. without using lua modules both ways i can figure out that system memory getting increases. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] MemoryUtilization getting increase with lua routing (#1577)

2018-07-02 Thread Surendra Tiwari
we are seeing the memory related system increasing to 97% so its might the case that system memory getting increase. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] MemoryUtilization getting increase with lua routing (#1577)

2018-07-02 Thread Surendra Tiwari
more log for pkg_memory ``` 1 ip-172-31-11-179 kamailio[11425]: ALERT: qm_status: alloc'd from app_lua: app_lua_api.c: sr_lua_load_script(136) 1 ip-172-31-11-179 kamailio[11425]: ALERT: qm_status: alloc'd from app_lua: app_lua_api.c: sr_lua_reload_script(451)

Re: [sr-dev] [kamailio/kamailio] MemoryUtilization getting increase with lua routing (#1577)

2018-07-01 Thread Surendra Tiwari
script to memory count for kamailio process ``` #!/bin/bash free echo "" for line in $(pgrep -f '/usr/local/sbin/kamailio -f /etc/kamailio/kamailio.cfg -P /var/run/kamailio.pid -m 16 -M 8 -u root -g root') do pms=$(pmap -x $line|grep total) echo "$pms

Re: [sr-dev] [kamailio/kamailio] MemoryUtilization getting increase with lua routing (#1577)

2018-06-29 Thread Surendra Tiwari
@miconda rightnow our memory utilization are 97%. -- 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/1577#issuecomment-401450253___

[sr-dev] [kamailio/kamailio] MemoryUtilization getting increase with lua routing (#1577)

2018-06-29 Thread Surendra Tiwari
### Description We are using lua base routing with app_lua. We are seeing that our memory-utilization on that system continuously getting increase. our route.lua will have all routing logic same as

Re: [sr-dev] [kamailio/kamailio] continuously memory getting increases with app_lua (#1575)

2018-06-29 Thread Surendra Tiwari
Closed #1575. -- 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/1575#event-1708865710___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] continuously memory getting increases with app_lua (#1575)

2018-06-29 Thread Surendra Tiwari
hey sorry did it in bit hurry. adding other information -- 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/1575#issuecomment-401367975___

[sr-dev] [kamailio/kamailio] continuously memory getting increases with app_lua (#1575)

2018-06-29 Thread Surendra Tiwari
### Description ### Troubleshooting Reproduction load app_lua with kamailio route file. route file should load other lua module or custom modules Debugging Data ``` (paste your debugging data here) ``` Log Messages ``` (paste your log messages here) ``` SIP

  1   2   >