Re: [sr-dev] [kamailio/kamailio] Feature Request: possibility to reload dialogs from db without restarting kamailio (#1274)

2018-02-07 Thread paolovisintin
Sorry , re-reading this issue I saw I made a mistake, the correct usage shoud be : ``` if(!is_known_dlg()) { load_dialog_vars_from_db($ci); } ``` as `$dlg(callid)` at that point is not set -- You are receiving this because you are subscribed to this thread. Reply to this email directly

[sr-dev] git:master:23ae1997: domain: fix typo

2018-02-07 Thread Victor Seva
Module: kamailio Branch: master Commit: 23ae1997201a6207b7cc2746ee3a132cc6f06670 URL: https://github.com/kamailio/kamailio/commit/23ae1997201a6207b7cc2746ee3a132cc6f06670 Author: Victor Seva Committer: Victor Seva Date:

[sr-dev] git:master:2b9ad2a6: db2_ops: fix typo

2018-02-07 Thread Victor Seva
Module: kamailio Branch: master Commit: 2b9ad2a628c17d73412e09aad7723b1e01eab871 URL: https://github.com/kamailio/kamailio/commit/2b9ad2a628c17d73412e09aad7723b1e01eab871 Author: Victor Seva Committer: Victor Seva Date:

[sr-dev] git:master:f907e19e: avp: fix typo

2018-02-07 Thread Victor Seva
Module: kamailio Branch: master Commit: f907e19e0bcdb530b298df7230b780dd99047683 URL: https://github.com/kamailio/kamailio/commit/f907e19e0bcdb530b298df7230b780dd99047683 Author: Victor Seva Committer: Victor Seva Date:

[sr-dev] git:master:bbb7920c: cfg_rpc: fix typo

2018-02-07 Thread Victor Seva
Module: kamailio Branch: master Commit: bbb7920c8d7d06e00dc4a3e1fb8e46842bfbee30 URL: https://github.com/kamailio/kamailio/commit/bbb7920c8d7d06e00dc4a3e1fb8e46842bfbee30 Author: Victor Seva Committer: Victor Seva Date:

[sr-dev] git:master:1512771f: avpops: fix typos

2018-02-07 Thread Victor Seva
Module: kamailio Branch: master Commit: 1512771ff78c8e52934fb805e837ee46ee163745 URL: https://github.com/kamailio/kamailio/commit/1512771ff78c8e52934fb805e837ee46ee163745 Author: Victor Seva Committer: Victor Seva Date:

[sr-dev] git:master:900d9fd0: auth_xkeys: fix typos

2018-02-07 Thread Victor Seva
Module: kamailio Branch: master Commit: 900d9fd0dbc489221cf3516f03399f8ac4980f15 URL: https://github.com/kamailio/kamailio/commit/900d9fd0dbc489221cf3516f03399f8ac4980f15 Author: Victor Seva Committer: Victor Seva Date:

[sr-dev] git:master:0efef480: auth_diameter: fix typo

2018-02-07 Thread Victor Seva
Module: kamailio Branch: master Commit: 0efef4800cfa5c7572adbc2fde69b91acaa4c22e URL: https://github.com/kamailio/kamailio/commit/0efef4800cfa5c7572adbc2fde69b91acaa4c22e Author: Victor Seva Committer: Victor Seva Date:

[sr-dev] git:master:50859124: ims_dialog: fix typos

2018-02-07 Thread Victor Seva
Module: kamailio Branch: master Commit: 50859124b767f20313501a7883b138c0b16c1607 URL: https://github.com/kamailio/kamailio/commit/50859124b767f20313501a7883b138c0b16c1607 Author: Victor Seva Committer: Victor Seva Date:

[sr-dev] git:master:2444e026: ims_registrar_scscf: fix typos

2018-02-07 Thread Victor Seva
Module: kamailio Branch: master Commit: 2444e026895810c12e47f8dcd11162c7827ac903 URL: https://github.com/kamailio/kamailio/commit/2444e026895810c12e47f8dcd11162c7827ac903 Author: Victor Seva Committer: Victor Seva Date:

[sr-dev] git:master:b2a479a5: cdp: fix typos

2018-02-07 Thread Victor Seva
Module: kamailio Branch: master Commit: b2a479a5a04d79f403d93c1f98d8178bcb345dca URL: https://github.com/kamailio/kamailio/commit/b2a479a5a04d79f403d93c1f98d8178bcb345dca Author: Victor Seva Committer: Victor Seva Date:

[sr-dev] git:master:a154308a: topos_redis: fix typos

2018-02-07 Thread Victor Seva
Module: kamailio Branch: master Commit: a154308a26dd7f916775c9995e44abd44c50dc1b URL: https://github.com/kamailio/kamailio/commit/a154308a26dd7f916775c9995e44abd44c50dc1b Author: Victor Seva Committer: Victor Seva Date:

[sr-dev] git:master:f0ed817f: carrierroute: fix typo

2018-02-07 Thread Victor Seva
Module: kamailio Branch: master Commit: f0ed817f33c3b48d6be8c9ec3d086b5885f8a37e URL: https://github.com/kamailio/kamailio/commit/f0ed817f33c3b48d6be8c9ec3d086b5885f8a37e Author: Victor Seva Committer: Victor Seva Date:

[sr-dev] [kamailio/kamailio] schema: allow null value for active_watchers user-agent column (#1431)

2018-02-07 Thread lazedo
some UAs not sending User-Agent header on SUBSCRIBE causes insert error needs backport to 5.0/5.1 You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/1431 -- Commit Summary -- * schema: allow null value for active_watchers user-agent

Re: [sr-dev] [kamailio/kamailio] redis support into usrloc (#1137)

2018-02-07 Thread Andreas Granig
JFYI, there is another generic implementation available as of today at https://github.com/agranig/kamailio/tree/agranig/db_redis/src/modules/db_redis. It's currently undergoing internal reviews, I'll send a pull request in a couple of days. Compared to Surendra's implementation, it's supposed

Re: [sr-dev] [kamailio/kamailio] core: use standard c atomic code from stdatomic.h instead of providing assembly routines (#1430)

2018-02-07 Thread Daniel-Constantin Mierla
I agree we should move to a standard libc approach when possible, I wanted to look at this for quite some time, but not much happened. For now, I am not sure if it is a good compatibility between operations to just say it will be done. On the other hand, I think that these compile time warnings

[sr-dev] git:master:052520be: modules: readme files regenerated - rr ... [skip ci]

2018-02-07 Thread Kamailio Dev
Module: kamailio Branch: master Commit: 052520becf71b638f97652f010d8a27c7cabfc22 URL: https://github.com/kamailio/kamailio/commit/052520becf71b638f97652f010d8a27c7cabfc22 Author: Kamailio Dev Committer: Kamailio Dev Date:

[sr-dev] git:master:87787c2e: rr: documentation for force_send_socket parameter

2018-02-07 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 87787c2eccdb6c0ebfd8931a5acbebb25a40bbe8 URL: https://github.com/kamailio/kamailio/commit/87787c2eccdb6c0ebfd8931a5acbebb25a40bbe8 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] [kamailio/kamailio] core: use standard c atomic code from stdatomic.h instead of providing assembly routines (#1430)

2018-02-07 Thread Victor Seva
>From https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886111 ``` Source: kamailio Version: 5.1.0-1 Severity: wishlist Hi, I noticed from the build log on mips64el a lot of warnings like this: > In file included from ../../core/parser/../mem/../atomic/atomic_native.h:50:0, >

[sr-dev] Errored: kamailio/kamailio#5487 (master - 4cc60ed)

2018-02-07 Thread Travis CI
Build Update for kamailio/kamailio - Build: #5487 Status: Errored Duration: 10 minutes and 45 seconds Commit: 4cc60ed (master) Author: Guillem Jover Message: pkg/kamailio/deb: wait for kamailio to exit before returning on sysvinit stop action We should not

[sr-dev] git:5.1:df7c9486: pkg/kamailio/deb: wait for kamailio to exit before returning on sysvinit stop action

2018-02-07 Thread Victor Seva
Module: kamailio Branch: 5.1 Commit: df7c94863d9d75533a4430af84ba3647ac4decf6 URL: https://github.com/kamailio/kamailio/commit/df7c94863d9d75533a4430af84ba3647ac4decf6 Author: Guillem Jover Committer: Victor Seva Date:

[sr-dev] Info: Kamailio project administration updates

2018-02-07 Thread Daniel-Constantin Mierla
Hello, after several discussions at some of the past IRC devel meetings, finally we started to build a team to be involved more actively in the administration of Kamailio. The project has grown steadily, not only in terms of code, but also packaging, continuous integration, social networking

Re: [sr-dev] [kamailio/kamailio] [master] jsonrpcs doesn't work on AARCH64 ?! (#1429)

2018-02-07 Thread Daniel-Constantin Mierla
Thanks for pointing out the solution. -- 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/1429#issuecomment-363697062___ Kamailio (SER) -

Re: [sr-dev] [kamailio/kamailio] [master] jsonrpcs doesn't work on AARCH64 ?! (#1429)

2018-02-07 Thread Daniel-Constantin Mierla
Closed #1429. -- 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/1429#event-1461858182___ Kamailio (SER) - Development Mailing List