Module: kamailio
Branch: master
Commit: 83f2dd24e404eead32361079fca1fd68976e81c8
URL:
https://github.com/kamailio/kamailio/commit/83f2dd24e404eead32361079fca1fd68976e81c8
Author: Daniel-Constantin Mierla
Committer: Daniel-Constantin Mierla
Date: 2024-07-31T16:07:17+02:00
dispatcher: return oc
Module: kamailio
Branch: master
Commit: 41016d1835c1ab62b7d3c0f6299fae727a6f7ed3
URL:
https://github.com/kamailio/kamailio/commit/41016d1835c1ab62b7d3c0f6299fae727a6f7ed3
Author: Daniel-Constantin Mierla
Committer: Daniel-Constantin Mierla
Date: 2024-07-31T15:57:01+02:00
dispatcher: range chec
Module: kamailio
Branch: master
Commit: 08ee7330922e9e2b4d8fd8d5f63f596c84e2c81c
URL:
https://github.com/kamailio/kamailio/commit/08ee7330922e9e2b4d8fd8d5f63f596c84e2c81c
Author: Daniel-Constantin Mierla
Committer: Daniel-Constantin Mierla
Date: 2024-07-31T15:50:45+02:00
dispatcher: intit oc r
Module: kamailio
Branch: master
Commit: 604fd2787620de87585ba17fb6a6961b3b999331
URL:
https://github.com/kamailio/kamailio/commit/604fd2787620de87585ba17fb6a6961b3b999331
Author: Daniel-Constantin Mierla
Committer: Daniel-Constantin Mierla
Date: 2024-07-31T16:01:38+02:00
dispatcher: always ret
For our needs, we have a similar functionality to proxy MSRP messages.
In our experience, some clients do not support IPv6 addresses, and if Kamailio
received an MSRP message using an IPv6 address in the To header, then the
forwarded message will be with IPv6 address From the header.
Such clients
With the ability to replace the To-Path and From-Path headers and as long you
replace both, you can relay between IPv4 and IPv6 with no problem.
As for the SDP, I did it in the routing script (using Lua), I used the
sdpops.sdp_get_line_startswith to get the original path and textops.subst_body
This PR is stale because it has been open 6 weeks with no activity. Remove
stale label or comment or this will be closed in 2 weeks.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3877#issuecomment-2261855160
You are receiving this because you are
Thanks, merging!
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3934#issuecomment-2262066096
You are receiving this because you are subscribed to this thread.
Message ID: ___
Kamailio (SER) - Development
Merged #3934 into master.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3934#event-13719881565
You are receiving this because you are subscribed to this thread.
Message ID: ___
Kamailio (SER) - Developm
Module: kamailio
Branch: master
Commit: aa417aca610b1c8a623847c22d9becba9a343241
URL:
https://github.com/kamailio/kamailio/commit/aa417aca610b1c8a623847c22d9becba9a343241
Author: Bruno Santos
Committer: Daniel-Constantin Mierla
Date: 2024-08-01T07:25:21+02:00
msrp: add forward support with pat
Module: kamailio
Branch: master
Commit: e273fc10d65b41a407797fef0f9953c1615a88a2
URL:
https://github.com/kamailio/kamailio/commit/e273fc10d65b41a407797fef0f9953c1615a88a2
Author: Kamailio Dev
Committer: Kamailio Dev
Date: 2024-08-01T07:31:11+02:00
modules: readme files regenerated - msrp ... [
@ivanuschak - related to:
```
- *from = &si->su;
+ memcpy(*from, &si->su, sockaddru_len(si->su));
```
What I wanted to comment about is that the size are different between the
pointer to a structure and the structure itself. A pointer is 4 bytes on 32b
Somehow this got out of focus, but reviewing agan, I can't see how this is
working unless kamailio is started with:
```
modparam("siptrace", "trace_to_database", 1)
```
so every Kamailio worker process get the connection to database initialized at
startup. Then tracing to database can be disabl
Module: kamailio
Branch: master
Commit: 5f4f1f027132a1e4cdc2528a0d65e777a0a01da7
URL:
https://github.com/kamailio/kamailio/commit/5f4f1f027132a1e4cdc2528a0d65e777a0a01da7
Author: Tyler Moore
Committer: Daniel-Constantin Mierla
Date: 2024-08-01T08:02:09+02:00
permissions: fixup uint support in
Module: kamailio
Branch: master
Commit: 772f261f91685583af3db7cee2c227336eef7c42
URL:
https://github.com/kamailio/kamailio/commit/772f261f91685583af3db7cee2c227336eef7c42
Author: Tyler Moore
Committer: Daniel-Constantin Mierla
Date: 2024-08-01T08:02:09+02:00
htable: add uint support when packi
Module: kamailio
Branch: master
Commit: d90101e1a50ef0c958e8e8a2f361198a28ea336a
URL:
https://github.com/kamailio/kamailio/commit/d90101e1a50ef0c958e8e8a2f361198a28ea336a
Author: Tyler Moore
Committer: Daniel-Constantin Mierla
Date: 2024-08-01T08:02:09+02:00
lib/srdb1: add uint support for db-
Merged #3828 into master.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3828#event-13720168308
You are receiving this because you are subscribed to this thread.
Message ID: ___
Kamailio (SER) - Developm
Module: kamailio
Branch: master
Commit: 6b413cc8c7f9c6db019c98a28ab07cf902ef505e
URL:
https://github.com/kamailio/kamailio/commit/6b413cc8c7f9c6db019c98a28ab07cf902ef505e
Author: Daniel-Constantin Mierla
Committer: Daniel-Constantin Mierla
Date: 2024-08-01T08:09:34+02:00
permissions: reworked
18 matches
Mail list logo