Re: [sr-dev] [kamailio/kamailio] sca: terminate all error and debug messages with a new line (#762)

2016-08-29 Thread Kevin Scott Adams
@TheGrandWazoo pushed 1 commit. 4a50b81 sca: removed non-documented modparam 'outbound_proxy' -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [sr-dev] [kamailio/kamailio] sca: terminate all error and debug messages with a new line (#762)

2016-08-29 Thread Kevin Scott Adams
I did a simple pull request to make sure I was conforming to the the standards. Thank you for showing me that doc. -- 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] sca: terminate all error and debug messages with a new line (#762)

2016-08-29 Thread Kevin Scott Adams
Must of been. I did not even touch that. -- 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/762#issuecomment-243184288___ sr-dev mailing list

Re: [sr-dev] [kamailio/kamailio] sca: terminate all error and debug messages with a new line (#762)

2016-08-29 Thread Daniel-Constantin Mierla
I see the file utils/kamctl/mysql/ims_dialog-create.sql being also changed. Was is automatically generated? -- 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] sca: terminate all error and debug messages with a new line (#762)

2016-08-29 Thread Kevin Scott Adams
Reported by oej GH #580. Includes whitespace cleanup and normalizing. You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/762 -- Commit Summary -- * Merge remote-tracking branch 'refs/remotes/kamailio/master' * sca: terminate all error

Re: [sr-dev] [kamailio/kamailio] Segmentation fault when using http_hdr with http_async_client (#760)

2016-08-29 Thread AlainDubois78
Results: (gdb) frame 1 #1 0x7f1a90b8f3b3 in w_pv_parse_hdr_name (sp=0x7f1a9f82b128, in=0x7ffcf7e142b0) at http_async_client_mod.c:681 681 return pv_api.parse_hdr_name(sp, in); (gdb) info locals No locals. (gdb) list 676 AH_WRAP_GET_PV(ah_get_body_size, get_body_size) 677

Re: [sr-dev] [kamailio/kamailio] Segmentation fault when using http_hdr with http_async_client (#760)

2016-08-29 Thread Daniel-Constantin Mierla
Can you provide also the output from gdb for next commands: ``` frame 1 info locals list ``` -- 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 when using http_hdr with http_async_client (#760)

2016-08-29 Thread AlainDubois78
Here you are: #0 0x in ?? () #1 0x7f1a90b8f3b3 in w_pv_parse_hdr_name (sp=0x7f1a9f82b128, in=0x7ffcf7e142b0) at http_async_client_mod.c:681 #2 0x004d382f in pv_parse_spec2 (in=in@entry=0x7f1a9f82b110, e=e@entry=0x7f1a9f82b128, silent=silent@entry=0) at pvapi.c:873

Re: [sr-dev] [kamailio/kamailio] Segmentation fault when using http_hdr with http_async_client (#760)

2016-08-29 Thread Daniel-Constantin Mierla
If you get a segfault, can you paste here the backtrace taken with gdb from corefile? It will reveal the execution stack and the point where it crashes. -- 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 when using http_hdr with http_async_client (#760)

2016-08-29 Thread AlainDubois78
Sorry, I forgot to say it but yes I verified that the pv module is loaded. Actually I added traces in the mod_init function of the http_async_client_module and when I remove my faulty line I can see the full init taking place including the pv_api being filled. When I put back my faulty line,

[sr-dev] git:master:46c59ce6: Merge pull request #761 from adubovikov/master

2016-08-29 Thread GitHub
Module: kamailio Branch: master Commit: 46c59ce63bec53bc9a59b2553c6ccf8f5b6667d8 URL: https://github.com/kamailio/kamailio/commit/46c59ce63bec53bc9a59b2553c6ccf8f5b6667d8 Author: Alexandr Dubovikov Committer: GitHub Date:

[sr-dev] git:master:8cc1c065: modules/sipcapture fixed priorisation X-RTP headers

2016-08-29 Thread Alexandr Dubovikov
Module: kamailio Branch: master Commit: 8cc1c0657c6cf95d48e88f90027a4bb051414f68 URL: https://github.com/kamailio/kamailio/commit/8cc1c0657c6cf95d48e88f90027a4bb051414f68 Author: Alexandr Dubovikov Committer: Alexandr Dubovikov Date:

[sr-dev] [kamailio/kamailio] modules/sipcapture: fixed priorisation X-RTP headers (#761)

2016-08-29 Thread Alexandr Dubovikov
You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/761 -- Commit Summary -- * modules/sipcapture fixed priorisation X-RTP headers -- File Changes -- M modules/sipcapture/sipcapture.c (19) -- Patch Links --

Re: [sr-dev] [kamailio/kamailio] modules/sipcapture: fixed priorisation X-RTP headers (#761)

2016-08-29 Thread Alexandr Dubovikov
Merged #761. -- 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/761#event-770771812___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] VUC - SER-Kamailio At 15 Years - On Friday, Sep 2, 2016

2016-08-29 Thread Daniel-Constantin Mierla
Hello, on September 3, 2001, the first line of code was committed to SIP Express Router (SER) project, since 2008 turning into Kamailio project. From pioneering large scale deployments of using SIP for Voice over IP in early 2000s, the project impacted the evolution of real time communications,

Re: [sr-dev] [kamailio/kamailio] Segmentation fault when using http_hdr with http_async_client (#760)

2016-08-29 Thread Camille Oudot
Hi, is the pv module loaded before the http_async_client module? If not can you try? -- 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] Segmentation fault when using http_hdr with http_async_client (#760)

2016-08-29 Thread AlainDubois78
While using httpa_sync_client, I'm trying to retrieve the Content-Type of the body I got in a 200OK after an HTTP get using $var(my_content_type) =$ http_hdr(Content-Type); Then When I launch Kamailio, I get a seg fault at the configuration file validation step because in

Re: [sr-dev] [kamailio/kamailio] 4.3 (#758)

2016-08-29 Thread Daniel-Constantin Mierla
Thank you for willing to contribute to kamailio project. You will need to refactor a bit your pull request in order to merge it because we have some rules in order to keep the history of commits clean and coherent: * the pull request has to be done first for master branch. Backports can be

[sr-dev] git:master:e6526455: pike: fixed rpc array

2016-08-29 Thread Kelvin Chua
Module: kamailio Branch: master Commit: e6526455e1108f80e0fb2a420af8de386739be62 URL: https://github.com/kamailio/kamailio/commit/e6526455e1108f80e0fb2a420af8de386739be62 Author: Kelvin Chua Committer: Kelvin Chua Date: 2016-08-27T19:14:40Z pike: fixed rpc

Re: [sr-dev] [kamailio/kamailio] pike: fixed rpc array (#759)

2016-08-29 Thread Daniel-Constantin Mierla
Thanks! -- 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/759#issuecomment-243075645___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] git:master:a187d9ec: Merge pull request #759 from kelchy/master

2016-08-29 Thread GitHub
Module: kamailio Branch: master Commit: a187d9ec0e465141ad2466d84dfac8e2a4338911 URL: https://github.com/kamailio/kamailio/commit/a187d9ec0e465141ad2466d84dfac8e2a4338911 Author: Daniel-Constantin Mierla Committer: GitHub Date: 2016-08-29T11:20:59+02:00

Re: [sr-dev] [kamailio/kamailio] pike: fixed rpc array (#759)

2016-08-29 Thread Daniel-Constantin Mierla
Merged #759. -- 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/759#event-770435940___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio/kamailio] Kamailio does not update CSeq from 200OK on (#752)

2016-08-29 Thread Daniel-Constantin Mierla
OK, I will dig in further. -- 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/752#issuecomment-243073046___ sr-dev mailing list