Module: kamailio
Branch: master
Commit: e49d77af246c52591e76cfdcf0d59970d7349e7e
URL:
https://github.com/kamailio/kamailio/commit/e49d77af246c52591e76cfdcf0d59970d7349e7e
Author: Kamailio Dev
Committer: Kamailio Dev
Date: 2025-07-23T19:46:09+02:00
modules: readme files regenerated - topos ...
Module: kamailio
Branch: master
Commit: 913d60bed99eee7dd212831e9153e5a3c39ab4be
URL:
https://github.com/kamailio/kamailio/commit/913d60bed99eee7dd212831e9153e5a3c39ab4be
Author: Daniel-Constantin Mierla
Committer: Daniel-Constantin Mierla
Date: 2025-07-23T19:41:25+02:00
topos: docs updated fo
Module: kamailio
Branch: master
Commit: c6c25e43c8a24b50b73bf0772d58686cf8944020
URL:
https://github.com/kamailio/kamailio/commit/c6c25e43c8a24b50b73bf0772d58686cf8944020
Author: Daniel-Constantin Mierla
Committer: Daniel-Constantin Mierla
Date: 2025-07-23T19:41:25+02:00
sipdump: made the rece
Module: kamailio
Branch: master
Commit: a9d6658862a5d266853456e5201e6e08b7c81de5
URL:
https://github.com/kamailio/kamailio/commit/a9d6658862a5d266853456e5201e6e08b7c81de5
Author: Kamailio Dev
Committer: Kamailio Dev
Date: 2025-07-23T19:01:10+02:00
modules: readme files regenerated - topos ...
miconda left a comment (kamailio/kamailio#4329)
Thanks!
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4329#issuecomment-3109410786
You are receiving this because you are subscribed to this thread.
Message ID:
Merged #4329 into master.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4329#event-18778830287
You are receiving this because you are subscribed to this thread.
Message ID: ___
Kamailio - Development Ma
Module: kamailio
Branch: master
Commit: 90b350a2815bc2ca4c69fda75194322416ced328
URL:
https://github.com/kamailio/kamailio/commit/90b350a2815bc2ca4c69fda75194322416ced328
Author: Stefan Mititelu
Committer: Daniel-Constantin Mierla
Date: 2025-07-23T18:52:37+02:00
topos: expose rcv data in event
miconda left a comment (kamailio/kamailio#4336)
OK, if `@` is not indicating the start of a fqdn/ip, but it is part of the urn
itself, then I am fine to merge.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4336#issuecomment-3109329041
You are re
sergey-safarov left a comment (kamailio/kamailio#4336)
@xkaraman @henningw thanks for the clarification.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4336#issuecomment-3109239006
You are receiving this because you are subscribed to this thread.
Module: kamailio
Branch: master
Commit: e7bf487cfcde699fbcd6fd4a6233ef2113570545
URL:
https://github.com/kamailio/kamailio/commit/e7bf487cfcde699fbcd6fd4a6233ef2113570545
Author: Daniel-Constantin Mierla
Committer: Daniel-Constantin Mierla
Date: 2025-07-23T17:24:55+02:00
dispatcher: use always
Module: kamailio
Branch: 6.0
Commit: b9b39e53a53dffade4b0102e6dec6f75928e3a92
URL:
https://github.com/kamailio/kamailio/commit/b9b39e53a53dffade4b0102e6dec6f75928e3a92
Author: Victor Seva
Committer: Victor Seva
Date: 2025-07-23T17:18:22+02:00
ims_usrloc_scscf: update SUBSCRIBER_TABLE to "subsc
Module: kamailio
Branch: master
Commit: 359e0df42d3e1c5880c9f465c6898fedd5bdead1
URL:
https://github.com/kamailio/kamailio/commit/359e0df42d3e1c5880c9f465c6898fedd5bdead1
Author: Victor Seva
Committer: Victor Seva
Date: 2025-07-23T17:13:12+02:00
ims_usrloc_scscf: update SUBSCRIBER_TABLE to "su
henningw left a comment (kamailio/kamailio#4336)
> As I know "urn" cannot contain `@` char. Here is [RFC
> link](https://www.rfc-editor.org/rfc/rfc5031.html#page-5)
>
> ```
> service-URN = "URN:service:" service
> service = top-level *("." sub-service)
> top-level= let-d
xkaraman left a comment (kamailio/kamailio#4336)
Hmm interesting
Following https://datatracker.ietf.org/doc/html/rfc8141#section-2 which is a
generic URN RFC i imagine, the `@` character is allowed as part of `pchar`
defined in [RFC 3986 ](https://datatracker.ietf.org/doc/html/rfc3986).
Now abo
sergey-safarov left a comment (kamailio/kamailio#4336)
As I know "urn" cannot contain `@` char.
Here is [RFC link](https://www.rfc-editor.org/rfc/rfc5031.html#page-5)
```
service-URN = "URN:service:" service
service = top-level *("." sub-service)
top-level= let-dig [ *25le
henningw left a comment (kamailio/kamailio#4336)
> > If it's NOT a URN scheme, then '@' is an invalid charachter in host part
> > and should error out.
> > If it is a URN scheme, '@' is just another character in the host name and
> > it's valid.
>
> I haven't looked at the code, but from your c
Module: kamailio
Branch: master
Commit: 97d5a13b9f2c6cd84e6ce62e0c779a5118b3dfb1
URL:
https://github.com/kamailio/kamailio/commit/97d5a13b9f2c6cd84e6ce62e0c779a5118b3dfb1
Author: Daniel-Constantin Mierla
Committer: Daniel-Constantin Mierla
Date: 2025-07-23T16:06:25+02:00
dispatcher: use faked
miconda left a comment (kamailio/kamailio#4336)
> If it's NOT a URN scheme, then '@' is an invalid charachter in host part and
> should error out.
>
> If it is a URN scheme, '@' is just another character in the host name and
> it's valid.
I haven't looked at the code, but from your comments
xkaraman left a comment (kamailio/kamailio#4305)
Since this is an improvement, it wont' obselete PR #4295 which is a bug fix and
may be backported if need.
Other than that, it might need some more review by other as well.
--
Reply to this email directly or view it on GitHub:
https://github.com
xkaraman left a comment (kamailio/kamailio#4336)
> Do I understand properly that here should be "if equal urn schema go to error"
>
> ```
> if(scheme != URN_SCH) {\
> goto error_bad_char; \
> }
> ```
No.
If it's NOT a URN scheme, then '
sergey-safarov left a comment (kamailio/kamailio#4336)
Do I understand properly that here should be "if equal urn schema go to error"
``` case '@': \
if(scheme != URN_SCH) {\
goto error_bad_char; \
}
```
--