Re: [sr-dev] [kamailio/kamailio] Segmentation Fault in Kamailio v4.4.5 Git-Rev. e9d576 (#1040)

2017-03-21 Thread Muhammad Shahzad Shafi
Thank you very much for advice and quick fix. I will update kamailio deployment tonight and test it throughout this week. Hopefully the problem is resolved. Thank you. -- 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] Segmentation Fault in Kamailio v4.4.5 Git-Rev. e9d576 (#1040)

2017-03-21 Thread Daniel-Constantin Mierla
Ported! To see what is executed from config, you can enabled cfgtrace from debugger module. I think you should add another character in between # and ! as whitespace is skipped in many cases by the parser, like `#-!`. -- You are receiving this because you are subscribed to this thread. Reply

[sr-dev] git:4.4:fc4cfe98: siptrace: avoid creating proxy structure twice in trace_send_duplicate()

2017-03-21 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 4.4 Commit: fc4cfe984ef160db96e206c45610b05fe32aa455 URL: https://github.com/kamailio/kamailio/commit/fc4cfe984ef160db96e206c45610b05fe32aa455 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

Re: [sr-dev] [kamailio/kamailio] Segmentation Fault in Kamailio v4.4.5 Git-Rev. e9d576 (#1040)

2017-03-21 Thread Muhammad Shahzad Shafi
Also can you please add siptrace module memory leak patch above to kamailio v4.4.x branch as well? Since we have not yet upgraded to v5.0 yet. Thank you. -- 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] Segmentation Fault in Kamailio v4.4.5 Git-Rev. e9d576 (#1040)

2017-03-21 Thread Muhammad Shahzad Shafi
Hi, It is set only when we need to have sip trace, for example here is one of code fragments that do SIP tracing, ... # !define WITH_LEGAL_INTERCEPTION ... #!ifdef WITH_LEGAL_INTERCEPTION # check if source is marked for sip trace, this will be only set if local authentication is

[sr-dev] git:5.0:97c6e811: siptrace: avoid creating proxy structure twice in trace_send_duplicate()

2017-03-21 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.0 Commit: 97c6e811814e85b9845993a6b41994f70c57d2c4 URL: https://github.com/kamailio/kamailio/commit/97c6e811814e85b9845993a6b41994f70c57d2c4 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:8cd0f0be: siptrace: avoid creating proxy structure twice in trace_send_duplicate()

2017-03-21 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 8cd0f0be8bda6a903eab8c0ef610cb00b8ba8359 URL: https://github.com/kamailio/kamailio/commit/8cd0f0be8bda6a903eab8c0ef610cb00b8ba8359 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

Re: [sr-dev] [kamailio/kamailio] Segmentation Fault in Kamailio v4.4.5 Git-Rev. e9d576 (#1040)

2017-03-21 Thread Daniel-Constantin Mierla
Do you set a value for $avp(traced_user)? -- 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/1040#issuecomment-288043135___ sr-dev mailing

Re: [sr-dev] [kamailio/kamailio] Segmentation Fault in Kamailio v4.4.5 Git-Rev. e9d576 (#1040)

2017-03-21 Thread Muhammad Shahzad Shafi
Hi, No, I am not using trace_mode parameter in config, so i guess it is default to 0. However, i am using trace_on parameter set to 1. But i think that should not triggers sip trace unless i call sip_trace method or set transaction flag for sip trace. Here are my module param settings,