Re: [sr-dev] larger dialplan/repl_exp field

2017-02-15 Thread Daniel-Constantin Mierla
I am fine to increase the size. The version number should not be increased, it is not a change that breaks any query and c code should have checks/or allocations based on the size. Should be also ok to backport. Cheers, Daniel On 16/02/2017 04:48, Juha Heinanen wrote: > I would need larger

[sr-dev] larger dialplan/repl_exp field

2017-02-15 Thread Juha Heinanen
I would need larger dialplan table repl_exp field. Its size is currently 64 chars: repl_exp string 64 Replacement expresion (sed like). Would it be OK to increase its size to 256 chars? If so, should table version number be also increased? -- Juha

[sr-dev] [kamailio/kamailio] Fix execinfo error in ims_dialog module (#996)

2017-02-15 Thread Fabrice Fontaine
Currently, ims_dialog includes execinfo.h to use backtrace in the backtrace2str function. However, all calls to backtrace2str are commented so disable this function through "if 0" and comment the include on execinfo.h to allow the cross-compilation of the ims_dialog module as some libc's don't

Re: [sr-dev] [kamailio/kamailio] sipcapture: Added exported pseudo-variable $hep(dst_ip) and updated README (#995)

2017-02-15 Thread Alexandr Dubovikov
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/995#issuecomment-280142862___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] git:master:6960cb80: sipcapture: updated README to document exported variables

2017-02-15 Thread David Villasmil
Module: kamailio Branch: master Commit: 6960cb80e0d3fe8103306e65258d62a9ab6620c7 URL: https://github.com/kamailio/kamailio/commit/6960cb80e0d3fe8103306e65258d62a9ab6620c7 Author: David Villasmil Committer: David Villasmil Date:

[sr-dev] git:master:16cea04b: sipcapture: Fixed missing 'break' after case-switch.

2017-02-15 Thread David Villasmil
Module: kamailio Branch: master Commit: 16cea04b08c648bd32b036e35bdb10f4bfdafdff URL: https://github.com/kamailio/kamailio/commit/16cea04b08c648bd32b036e35bdb10f4bfdafdff Author: David Villasmil Committer: David Villasmil Date:

[sr-dev] git:master:f444160d: Merge pull request #995 from davidcsi/sipcapture_dst_ip

2017-02-15 Thread GitHub
Module: kamailio Branch: master Commit: f444160dce7e23ec29e9c40206b8788d89821430 URL: https://github.com/kamailio/kamailio/commit/f444160dce7e23ec29e9c40206b8788d89821430 Author: Alexandr Dubovikov Committer: GitHub Date:

Re: [sr-dev] [kamailio/kamailio] sipcapture: Added exported pseudo-variable $hep(dst_ip) and updated README (#995)

2017-02-15 Thread Alexandr Dubovikov
Merged #995. -- 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/995#event-963847067___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] git:master:4f960122: sipcapture: added $hep(dst_ip) variable

2017-02-15 Thread David Villasmil
Module: kamailio Branch: master Commit: 4f960122142c845862ad140e85827a1c530bc22e URL: https://github.com/kamailio/kamailio/commit/4f960122142c845862ad140e85827a1c530bc22e Author: David Villasmil Committer: David Villasmil Date:

[sr-dev] [kamailio/kamailio] sipcapture: Added exported pseudo-variable $hep(dst_ip) and updated README (#995)

2017-02-15 Thread David Villasmil
Added a new exported pseudo-variable to expose HEP's message's original source ip address. Added an "Exported pseudo-variabled" to the README file to document $hep(src_ip) and $hep(dst_ip). You can view, comment on, or merge this pull request online at:

Re: [sr-dev] [kamailio/kamailio] sipcapture: Added exported pseudo-variable $hep(dst_ip) and updated README (#994)

2017-02-15 Thread David Villasmil
Closed #994. -- 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/994#event-963637659___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] [kamailio/kamailio] sipcapture: Added exported pseudo-variable $hep(dst_ip) and updated README (#994)

2017-02-15 Thread David Villasmil
Added a new exported pseudo-variable to expose HEP's message's original source ip address. Added an "Exported pseudo-variabled" to the README file to document $hep(src_ip) and $hep(dst_ip). You can view, comment on, or merge this pull request online at:

Re: [sr-dev] Branch 5.0 created

2017-02-15 Thread Victor Seva
2017-02-09 12:36 GMT+01:00 Daniel-Constantin Mierla : > Hello, > > the GIT branch 5.0 has just been created, it will host the release > series 5.0.x. To get this branch from GIT, you can use: > > git clone https://github.com/kamailio/kamailio.git kamailio > cd kamailio > git

[sr-dev] Jenkins build is back to normal : kamailio50-nightly-repos » i386,stretch,master #8

2017-02-15 Thread jenkins
See ___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

[sr-dev] Jenkins build is back to normal : kamailiodev-nightly-repos » i386,stretch,master #653

2017-02-15 Thread jenkins
See ___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

[sr-dev] Build failed in Jenkins: kamailiodev-nightly-repos » i386,stretch,master #652

2017-02-15 Thread jenkins
See -- [...truncated 2.48 KB...] + false + '[' '' = true ']' + ARCHITECTURES='amd64 i386 source' + COMPONENTS=main +

[sr-dev] Dialog keep alive timer minimum 30

2017-02-15 Thread Olle E. Johansson
Hi! The dialog module has a hard-coded minimum setting of 30 seconds for dialog keep-alives. Is there a reason for this? I guess it’s using the default TM settings for T1 and other timers so one should be able to run it faster. /O ___ sr-dev mailing

[sr-dev] git:4.3:7e7a3798: core: free parsed Required header structure

2017-02-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 4.3 Commit: 7e7a3798072c049516f0072677c91dd7e7a13396 URL: https://github.com/kamailio/kamailio/commit/7e7a3798072c049516f0072677c91dd7e7a13396 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:4.3:5e005732: sanity: reset proxy_require hdr parsed field after freeing

2017-02-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 4.3 Commit: 5e0057325baaef72e15f04c1ac6762294a4b12a7 URL: https://github.com/kamailio/kamailio/commit/5e0057325baaef72e15f04c1ac6762294a4b12a7 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:4.4:4844facf: sanity: reset proxy_require hdr parsed field after freeing

2017-02-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 4.4 Commit: 4844facff6b6ae66d7d1d9abd3c45bd470d5dfdc URL: https://github.com/kamailio/kamailio/commit/4844facff6b6ae66d7d1d9abd3c45bd470d5dfdc Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:4.4:b81a228b: core: free parsed Required header structure

2017-02-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 4.4 Commit: b81a228b5a680dff1dff911f1020c8494fbee935 URL: https://github.com/kamailio/kamailio/commit/b81a228b5a680dff1dff911f1020c8494fbee935 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:5.0:8a02d964: core: free parsed Required header structure

2017-02-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.0 Commit: 8a02d964ffc6145b3ae2f349b8d25aff4dacde3a URL: https://github.com/kamailio/kamailio/commit/8a02d964ffc6145b3ae2f349b8d25aff4dacde3a Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:5.0:51949e50: sanity: reset proxy_require hdr parsed field after freeing

2017-02-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.0 Commit: 51949e50e0308c9ec41cd95bfe2be3d64e24802d URL: https://github.com/kamailio/kamailio/commit/51949e50e0308c9ec41cd95bfe2be3d64e24802d Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:06e21915: sanity: reset proxy_require hdr parsed field after freeing

2017-02-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 06e219158131c2397a96bf5d3373c96752d7fd20 URL: https://github.com/kamailio/kamailio/commit/06e219158131c2397a96bf5d3373c96752d7fd20 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:d31558b3: core: free parsed Required header structure

2017-02-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: d31558b31fd607f842caa04d85ce8870f6fc1740 URL: https://github.com/kamailio/kamailio/commit/d31558b31fd607f842caa04d85ce8870f6fc1740 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

Re: [sr-dev] [kamailio/kamailio] Dialog module: dlg_ctx pv (#991)

2017-02-15 Thread Daniel-Constantin Mierla
Closed #991. -- 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/991#event-962717201___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio/kamailio] Dialog module: dlg_ctx pv (#991)

2017-02-15 Thread Daniel-Constantin Mierla
Fixed in master and docs in wiki. -- 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/991#issuecomment-279953996___ sr-dev mailing list

[sr-dev] git:master:90faa6ee: modules: readme files regenerated - dialog ... [skip ci]

2017-02-15 Thread Kamailio Dev
Module: kamailio Branch: master Commit: 90faa6ee6089b0cd4781e87b76103eb5cfc260ab URL: https://github.com/kamailio/kamailio/commit/90faa6ee6089b0cd4781e87b76103eb5cfc260ab Author: Kamailio Dev Committer: Kamailio Dev Date:

[sr-dev] git:master:3df736fa: dialog: return string route name for $dlg_ctx(timeout_route)

2017-02-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 3df736fa1a628ab85e897f831c581b86d4c3df08 URL: https://github.com/kamailio/kamailio/commit/3df736fa1a628ab85e897f831c581b86d4c3df08 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:52ee89e4: dialog: small update to doc example using $dlg_ctx(timeout_route)

2017-02-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 52ee89e4713c12aa98d75cd249817c65038712f1 URL: https://github.com/kamailio/kamailio/commit/52ee89e4713c12aa98d75cd249817c65038712f1 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: