Re: [sr-dev] [kamailio/kamailio] 200 OK message for RE-INVITE is dropped when using topos module (#1496)

2018-04-12 Thread David Minh Phan
By searching in the code, I found that the error message I had *no valid dlg uuid (0: - 0:)* is found only in the function tps_storage_update_dialog. >From my log file, I can say that this error message was showing during the >handling of the 200 OK (of the RE-INVITE). Hence I suppose that the e

[sr-dev] git:master:2e5b49d9: corex: added via_add_srvid() function

2018-04-12 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 2e5b49d9f210a8a1cc8253e9a7ed31921fe0d853 URL: https://github.com/kamailio/kamailio/commit/2e5b49d9f210a8a1cc8253e9a7ed31921fe0d853 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-04-12T12:12:23+02:00 corex: added via_add_s

[sr-dev] git:master:ded5a70e: core: new internal msg flag to add srvid param to local via

2018-04-12 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: ded5a70ed6bec3513c18044bd8852989a1d3f680 URL: https://github.com/kamailio/kamailio/commit/ded5a70ed6bec3513c18044bd8852989a1d3f680 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-04-12T09:51:10+02:00 core: new internal msg

[sr-dev] git:master:6f89332e: core: guarded bitwise test

2018-04-12 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 6f89332ebbeb43862236c8a6a5686535a4e6caeb URL: https://github.com/kamailio/kamailio/commit/6f89332ebbeb43862236c8a6a5686535a4e6caeb Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-04-12T12:21:52+02:00 core: guarded bitwise

[sr-dev] git:master:cf58e132: corex: fixed prototype for few exported xflags functions to config

2018-04-12 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: cf58e132fad925cb90fbe1193b8a568ba654e7cc URL: https://github.com/kamailio/kamailio/commit/cf58e132fad925cb90fbe1193b8a568ba654e7cc Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-04-12T12:28:33+02:00 corex: fixed prototype

[sr-dev] git:master:3d7ba76e: corex: documentation for via_add_srvid()

2018-04-12 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 3d7ba76ec80e4135af1593c433d5e84fab44fedf URL: https://github.com/kamailio/kamailio/commit/3d7ba76ec80e4135af1593c433d5e84fab44fedf Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-04-12T12:25:52+02:00 corex: documentation f

[sr-dev] git:master:b472fd86: modules: readme files regenerated - corex ... [skip ci]

2018-04-12 Thread Kamailio Dev
Module: kamailio Branch: master Commit: b472fd86a20071532799f977c2230e589c54e497 URL: https://github.com/kamailio/kamailio/commit/b472fd86a20071532799f977c2230e589c54e497 Author: Kamailio Dev Committer: Kamailio Dev Date: 2018-04-12T12:32:13+02:00 modules: readme files regenerated - corex ...

Re: [sr-dev] [kamailio/kamailio] KeepAlive Module (#1476)

2018-04-12 Thread Guillaume Bour
@miconda the issue is fixed on trunk. Can I backport the fix in 5.1 branch ? -- 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/1476#issuecomment-380770783_

[sr-dev] Errored: sergey-safarov/kamailio#47 (5.0 - 00bbe3b)

2018-04-12 Thread Travis CI
Build Update for sergey-safarov/kamailio - Build: #47 Status: Errored Duration: 5 minutes and 46 seconds Commit: 00bbe3b (5.0) Author: Sergey Safarov Message: textops: Fixed remove_hf_re arguments params (ported from commit f3cfb4910ae0fd197757d2ec2362b9715205

[sr-dev] [kamailio/kamailio] cdp: fix compilation warning (#1497)

2018-04-12 Thread Victor Seva
> CC (clang) [M cdp.so] authstatemachine.o > authstatemachine.c:748:3: warning: implicit conversion from 'int' to 'char' > changes value from 209 to -47 [-Wconstant-conversion] > set_4bytes(x, AAA_SUCCESS); > ^~ > ./diameter.h:77:44:

Re: [sr-dev] [kamailio/kamailio] cdp: fix compilation warning (#1497)

2018-04-12 Thread ng-voice GmbH
ngvoice approved this pull request. -- 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/1497#pullrequestreview-111588552___ Kamailio (SER)

[sr-dev] git:master:c43f0995: cdp: fix compilation warning

2018-04-12 Thread Victor Seva
Module: kamailio Branch: master Commit: c43f09956bd44115c437e59627088d0825aa27ec URL: https://github.com/kamailio/kamailio/commit/c43f09956bd44115c437e59627088d0825aa27ec Author: Victor Seva Committer: Victor Seva Date: 2018-04-12T13:49:12+02:00 cdp: fix compilation warning > CC (clang) [M cd

[sr-dev] git:master:aae5fee5: Merge pull request #1497 from kamailio/vseva/fix_cdp

2018-04-12 Thread GitHub
Module: kamailio Branch: master Commit: aae5fee5c4edb15eaba69c4ddf092bbc7138059f URL: https://github.com/kamailio/kamailio/commit/aae5fee5c4edb15eaba69c4ddf092bbc7138059f Author: ng-voice GmbH Committer: GitHub Date: 2018-04-12T13:58:54+02:00 Merge pull request #1497 from kamailio/vseva/fix_cd

Re: [sr-dev] [kamailio/kamailio] cdp: fix compilation warning (#1497)

2018-04-12 Thread ng-voice GmbH
Merged #1497. -- 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/1497#event-1570796763___ Kamailio (SER) - Development Mailing List sr-dev@lis

Re: [sr-dev] Errored: sergey-safarov/kamailio#47 (5.0 - 00bbe3b)

2018-04-12 Thread Daniel-Constantin Mierla
Hello, does anyone have suggestions on how we can prevent such notifications from forked repositories and allow only the ones from the official kamailio git repo? I guess they happen because the travis-ci config is forked as well with kamailio git repository. Cheers, Daniel On 12.04.18 13:34,

[sr-dev] git:master:63e5a1f6: topos: reuse uuid for requests withing dialog

2018-04-12 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 63e5a1f6d3f801136180bf2cb8a042d8af779f65 URL: https://github.com/kamailio/kamailio/commit/63e5a1f6d3f801136180bf2cb8a042d8af779f65 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-04-12T14:52:01+02:00 topos: reuse uuid for

Re: [sr-dev] [kamailio/kamailio] 200 OK message for RE-INVITE is dropped when using topos module (#1496)

2018-04-12 Thread Daniel-Constantin Mierla
Can you try with latest master branch? I pushed a patch to it, let's see if it fixed and then can be backported. -- 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/1496#issuecomment-3

Re: [sr-dev] Errored: sergey-safarov/kamailio#47 (5.0 - 00bbe3b)

2018-04-12 Thread Victor Seva
2018-04-12 14:09 GMT+02:00 Daniel-Constantin Mierla : > Hello, > > does anyone have suggestions on how we can prevent such notifications from > forked repositories and allow only the ones from the official kamailio git > repo? > > I guess they happen because the travis-ci config is forked as well

Re: [sr-dev] [kamailio/kamailio] 200 OK message for RE-INVITE is dropped when using topos module (#1496)

2018-04-12 Thread David Minh Phan
It works @miconda. Thank you very much! -- 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/1496#issuecomment-380825960___ Kamailio (SER) - D

[sr-dev] [kamailio/kamailio] sipt: Add functions to work with forwarding info (#1498)

2018-04-12 Thread sergey-vb
Type Of Change - [ ] Small bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds new functionality) - [ ] Breaking change (fix or feature that would change existing functionality) Checklist: - [ ] PR should be backported to stable branc

Re: [sr-dev] [kamailio/kamailio] 200 OK message for RE-INVITE is dropped when using topos module (#1496)

2018-04-12 Thread David Minh Phan
Well, it only worked once... Now I am having the problem of infinite loop when routing the first INVITE of a new dialog. As if the dialog of an already hung up call is reused for new calls... I am investigating and will update this ticket with any new finding. -- You are receiving this because

Re: [sr-dev] [kamailio/kamailio] 200 OK message for RE-INVITE is dropped when using topos module (#1496)

2018-04-12 Thread Daniel-Constantin Mierla
Closed #1496. -- 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/1496#event-1571464959___ Kamailio (SER) - Development Mailing List sr-dev@l

Re: [sr-dev] [kamailio/kamailio] 200 OK message for RE-INVITE is dropped when using topos module (#1496)

2018-04-12 Thread Daniel-Constantin Mierla
OK, thanks for testing and feedback. I am going to backport to stable branch. -- 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/1496#issuecomment-380870632

[sr-dev] git:master:279aa80a: core: small spelling fix in WARN message related to server id functionality

2018-04-12 Thread Henning Westerholt
Module: kamailio Branch: master Commit: 279aa80aa6a60e45b7d4b67fa8075cb00d68fbaa URL: https://github.com/kamailio/kamailio/commit/279aa80aa6a60e45b7d4b67fa8075cb00d68fbaa Author: Henning Westerholt Committer: Henning Westerholt Date: 2018-04-12T21:14:15+02:00 core: small spelling fix in WARN m

[sr-dev] git:master:22b13d4d: msilo: remove not working tm parameter in the example cfg, reported from Abdul Basit

2018-04-12 Thread Henning Westerholt
Module: kamailio Branch: master Commit: 22b13d4d44cb0dbd71b87deab42af5f7c8ea932f URL: https://github.com/kamailio/kamailio/commit/22b13d4d44cb0dbd71b87deab42af5f7c8ea932f Author: Henning Westerholt Committer: Henning Westerholt Date: 2018-04-12T21:31:59+02:00 msilo: remove not working tm param

[sr-dev] git:5.1:c9693c18: msilo: remove not working tm parameter in the example cfg, reported from Abdul Basit

2018-04-12 Thread Henning Westerholt
Module: kamailio Branch: 5.1 Commit: c9693c18aeed8efc36905702221cd466bedcb9df URL: https://github.com/kamailio/kamailio/commit/c9693c18aeed8efc36905702221cd466bedcb9df Author: Henning Westerholt Committer: Henning Westerholt Date: 2018-04-12T21:35:24+02:00 msilo: remove not working tm paramete

[sr-dev] git:5.0:f7633fb7: msilo: remove not working tm parameter in the example cfg, reported from Abdul Basit

2018-04-12 Thread Henning Westerholt
Module: kamailio Branch: 5.0 Commit: f7633fb7033aabad41a2055c851361f0c81f URL: https://github.com/kamailio/kamailio/commit/f7633fb7033aabad41a2055c851361f0c81f Author: Henning Westerholt Committer: Henning Westerholt Date: 2018-04-12T21:38:08+02:00 msilo: remove not working tm paramete

[sr-dev] git:master:3d9dffd4: nat_traversal: use the new function names for basic timer processes

2018-04-12 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 3d9dffd4b01fb1486d64824f971dbb1be112cdb6 URL: https://github.com/kamailio/kamailio/commit/3d9dffd4b01fb1486d64824f971dbb1be112cdb6 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-04-13T08:23:18+02:00 nat_traversal: use the