[sr-dev] git:master:3e7ff1f3: app_python: support for more combinations of functions with 4 params

2018-06-22 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 3e7ff1f3613db1c5de559bbf259a621647a5424b URL: https://github.com/kamailio/kamailio/commit/3e7ff1f3613db1c5de559bbf259a621647a5424b Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-06-22T13:30:09+02:00 app_python: support fo

[sr-dev] git:master:8ff9f0dc: app_lua: support for more combinations of functions with 4 params

2018-06-22 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 8ff9f0dc0c00e80ad3a9add41823ca3dc101b94e URL: https://github.com/kamailio/kamailio/commit/8ff9f0dc0c00e80ad3a9add41823ca3dc101b94e Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-06-22T13:30:08+02:00 app_lua: support for m

Re: [sr-dev] [kamailio/kamailio] Append_to_reply does not work for XHTTP responses without body (#1548)

2018-06-22 Thread Daniel-Constantin Mierla
I just tried with master and 5.1 branches and all is ok. ``` event_route[xhttp:request] { append_to_reply("X-Orig: $si:$sp\r\n"); xhttp_reply("200", "OK", "", ""); } ``` Then: ``` # curl -v http://192.168.188.25:5060 * Rebuilt URL to: http://192.168.188.25:5060/ * Trying 192.1

Re: [sr-dev] [kamailio/kamailio] t_relay() sending packets from the wrong TCP socket (#1532)

2018-06-22 Thread Daniel-Constantin Mierla
Vadim Lebedev - you are chasing the wrong direction here. If you look at the docs, there is a global parameter tcp_reuse_port for this purpose, setting SO_REUSEPORT if available in the OS. However, the discussion here is in the context of a collision of ports as mentioned again by @Forty-Tw0 in

[sr-dev] git:master:13457759: modules: readme files regenerated - tm ... [skip ci]

2018-06-22 Thread Kamailio Dev
Module: kamailio Branch: master Commit: 134577590f1d3b18508119449198fb03d5c19b4f URL: https://github.com/kamailio/kamailio/commit/134577590f1d3b18508119449198fb03d5c19b4f Author: Kamailio Dev Committer: Kamailio Dev Date: 2018-06-22T10:46:55+02:00 modules: readme files regenerated - tm ... [sk

Re: [sr-dev] [kamailio/kamailio] tm: add relay_100 config parameter to support stateless operation (#1534)

2018-06-22 Thread Daniel-Constantin Mierla
Merged #1534. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/1534#event-1695433712___ Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.org http

[sr-dev] git:master:8a12e15b: Merge pull request #1534 from armenb/armenb/relay_100

2018-06-22 Thread GitHub
Module: kamailio Branch: master Commit: 8a12e15b7a7c597f39a69f5bfdb265e42d5a778d URL: https://github.com/kamailio/kamailio/commit/8a12e15b7a7c597f39a69f5bfdb265e42d5a778d Author: Daniel-Constantin Mierla Committer: GitHub Date: 2018-06-22T10:34:45+02:00 Merge pull request #1534 from armenb/arm

[sr-dev] git:master:926fbc97: tm: add relay_100 config parameter to support stateless operation

2018-06-22 Thread Armen Babikyan
Module: kamailio Branch: master Commit: 926fbc97643364f79d09bde290c39faa357d3a6f URL: https://github.com/kamailio/kamailio/commit/926fbc97643364f79d09bde290c39faa357d3a6f Author: Armen Babikyan Committer: Armen Babikyan Date: 2018-06-21T23:50:09-07:00 tm: add relay_100 config parameter to supp

Re: [sr-dev] [kamailio/kamailio] t_relay() sending packets from the wrong TCP socket (#1532)

2018-06-22 Thread Vadim Lebedev
Well i don't want to be nit picking however, i believe you're mistaken here. You can reuse port on which you are listening for outgoing connections too. You need to use* setsockopt(... SO_REUSEPORT ).*.. here goes the demo: #!/usr/bin/python3 import socket import threading READER1_ADDR = ("127.

Re: [sr-dev] [kamailio/kamailio] Modules: Evapi async_relay export to kemi (#1563)

2018-06-22 Thread Daniel-Constantin Mierla
Merged #1563. -- 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/1563#event-1695430365___ Kamailio (SER) - Development Mailing List sr-dev@lis

Re: [sr-dev] [kamailio/kamailio] Modules: Evapi async_relay export to kemi (#1563)

2018-06-22 Thread Daniel-Constantin Mierla
Merging it, given that fixup needs to be evaluated after suspending the transaction, it is not much that we can reuse now. In the near future, I will think of making a wrapper with two arguments for the parameters that can come either as fixup param or str*. -- You are receiving this because y

[sr-dev] git:master:752e875f: Merge pull request #1563 from surendratiwari3/evapi_async_relay_kemi

2018-06-22 Thread GitHub
Module: kamailio Branch: master Commit: 752e875faece8233d39f8c91d7d553517ee94cd6 URL: https://github.com/kamailio/kamailio/commit/752e875faece8233d39f8c91d7d553517ee94cd6 Author: Daniel-Constantin Mierla Committer: GitHub Date: 2018-06-22T10:32:49+02:00 Merge pull request #1563 from surendrati

[sr-dev] git:master:99472814: Modules: Evapi async_relay export to kemi

2018-06-22 Thread surendratiwari3
Module: kamailio Branch: master Commit: 99472814b19f50e30beda1840c5e969938027cac URL: https://github.com/kamailio/kamailio/commit/99472814b19f50e30beda1840c5e969938027cac Author: surendratiwari3 Committer: surendratiwari3 Date: 2018-06-13T03:08:52Z Modules: Evapi async_relay export to kemi --

Re: [sr-dev] [kamailio/kamailio] ims_usrloc_scscf:bugfix erraneous unlinking of deleted contact (#1572)

2018-06-22 Thread Daniel-Constantin Mierla
Merged #1572. -- 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/1572#event-1695422795___ Kamailio (SER) - Development Mailing List sr-dev@lis

[sr-dev] git:5.1:e8b2bf9d: Merge pull request #1572 from christoph-v/bugfix_prm18_0001045_contact_remove_5.1

2018-06-22 Thread GitHub
Module: kamailio Branch: 5.1 Commit: e8b2bf9deedfd83d38996d8c5c37761e0e5dcde2 URL: https://github.com/kamailio/kamailio/commit/e8b2bf9deedfd83d38996d8c5c37761e0e5dcde2 Author: Daniel-Constantin Mierla Committer: GitHub Date: 2018-06-22T10:28:36+02:00 Merge pull request #1572 from christoph-v/

Re: [sr-dev] [kamailio/kamailio] app_python3: fix kemi function call argument type checks (#1568)

2018-06-22 Thread Daniel-Constantin Mierla
Merged #1568. -- 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/1568#event-1695422027___ Kamailio (SER) - Development Mailing List sr-dev@lis

[sr-dev] git:master:3c4bc85f: Merge pull request #1568 from kmduk/py3_kemi_function_calls

2018-06-22 Thread GitHub
Module: kamailio Branch: master Commit: 3c4bc85f6ded3e5d123bf057c716c86ff0da8d9f URL: https://github.com/kamailio/kamailio/commit/3c4bc85f6ded3e5d123bf057c716c86ff0da8d9f Author: Daniel-Constantin Mierla Committer: GitHub Date: 2018-06-22T10:28:07+02:00 Merge pull request #1568 from kmduk/py3_

Re: [sr-dev] [kamailio/kamailio] TOPOS with event_route filter fails with BYE message (#1569)

2018-06-22 Thread Daniel-Constantin Mierla
Closed #1569. -- 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/1569#event-1695418823___ Kamailio (SER) - Development Mailing List sr-dev@l

Re: [sr-dev] [kamailio/kamailio] TOPOS with event_route filter fails with BYE message (#1569)

2018-06-22 Thread Daniel-Constantin Mierla
I looked at the code and the only significant difference between 5.1 and master branches for topos module is related to matching KDMQ method, so the behaviour should be the same. I am closing this one, you said you are going to open another issue as feature request for a new event route. -- Y

[sr-dev] git:5.1:fc5c5f56: topos: fix warning about uninitialized variable

2018-06-22 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.1 Commit: fc5c5f56c08766415e8a13b9e86e405bc504d695 URL: https://github.com/kamailio/kamailio/commit/fc5c5f56c08766415e8a13b9e86e405bc504d695 Author: Henning Westerholt Committer: Daniel-Constantin Mierla Date: 2018-06-22T10:21:55+02:00 topos: fix warning about uninit

Re: [sr-dev] [kamailio/kamailio] Problem with re-invite and bye from uas when re-invite fail using topos module (#1571)

2018-06-22 Thread Daniel-Constantin Mierla
The only reason could be that the Contact address is updated in the wrong field after the re-INVITE. Can you watch the records in database table topos_d and look at a_contact and b_contact fields before and after re-INVITE? I also pushed a commit to mater branch to log how contact addresses are

[sr-dev] git:master:5bafb32f: topos: debug log messages with linked contact addresses

2018-06-22 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 5bafb32fa3dd0aefdb5e0c1a8bbd94638fe1022d URL: https://github.com/kamailio/kamailio/commit/5bafb32fa3dd0aefdb5e0c1a8bbd94638fe1022d Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-06-22T10:11:56+02:00 topos: debug log messa

[sr-dev] git:master:ecfb1b6c: topos: print warn message of missing record-route only for initial requests

2018-06-22 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: ecfb1b6c9abcaa662155f67b56516fd2d0750fe7 URL: https://github.com/kamailio/kamailio/commit/ecfb1b6c9abcaa662155f67b56516fd2d0750fe7 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2018-06-22T09:23:01+02:00 topos: print warn mess