[sr-dev] [kamailio/kamailio] Disable GRUU (Issue #3181)

adyryavko notifications at github.com
Mon Jul 11 13:09:46 CEST 2022


<!--
Kamailio Project uses GitHub Issues only for bugs in the code or feature requests. Please use this template only for bug reports.

If you have questions about using Kamailio or related to its configuration file, ask on sr-users mailing list:

  * http://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users

If you have questions about developing extensions to Kamailio or its existing C code, ask on sr-dev mailing list:

  * http://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev

Please try to fill this template as much as possible for any issue. It helps the developers to troubleshoot the issue.

If there is no content to be filled in a section, the entire section can be removed.

You can delete the comments from the template sections when filling.

You can delete next line and everything above before submitting (it is a comment).
-->

### Description

<!--
Hello.



Sip client Grandstream NT-XXX sends default registration request with "reg-id" and "instance"

> REGISTER sip:kamailio3.telecom.ru SIP/2.0
> Via: SIP/2.0/UDP 172.17.0.252:5060;branch=z9hG4bK1645839794;rport
> From: "7777" <sip:7777 at kamailio3.telecom.ru>;tag=53756161
> To: <sip:7777 at kamailio3.telecom.ru>
> Call-ID: 308071885-5060-1
> CSeq: 2031 REGISTER
> Contact: <sip:7777 at 172.17.0.252:5060>;reg-id=1;+sip.instance="<urn:uuid:00000000-0000-1000-8000-000B82566BBB>"
> Authorization: Digest username="7777", realm="kamailio3.telecom.ru", nonce="Ysv842LL+7dABGNcyuYZhl1L2QTPgzFq", uri="sip:kamailio3.telecom.ru", response="0ef43a754a7422dd9d8ed36f91aa546
> , algorithm=MD5
> Max-Forwards: 70
> User-Agent: Grandstream HT-502  V2.0A 1.0.9.1  chip V2.2
> Supported: path
> Expires: 1800
> Allow: INVITE, ACK, OPTIONS, CANCEL, BYE, SUBSCRIBE, NOTIFY, INFO, REFER, UPDATE
> Content-Length: 0
> 
> SIP/2.0 200 OK
> Via: SIP/2.0/UDP 172.17.0.252:5060;branch=z9hG4bK1645839794;rport=5060;received=172.17.0.252
> From: "7777" <sip:7777 at kamailio3.telecom.ru>;tag=53756161
> To: <sip:7777 at kamailio3.telecom.ru>;tag=5bf75eb19869d3e257cd1fde2cbf92c4.7224507f
> Call-ID: 308071885-5060-1
> CSeq: 2031 REGISTER
> Contact: <sip:7777 at 172.17.0.252:5060>;expires=1800;+sip.instance="<urn:uuid:00000000-0000-1000-8000-000B82566BBB>";reg-id=1, <sip:07777 at 172.17.0.250:5060>;expires=101, <sip:7777 at 172.1
> 0.250:5061>;expires=101, <sip:7777 at 172.17.0.252:5062>;expires=607;+sip.instance="<urn:uuid:00000000-0000-1000-8000-000B82566BBB>";reg-id=2
> Server: kamailio (5.4.8 (x86_64/linux))
> Content-Length: 0
> 
> REGISTER sip:kamailio3.telecom.ru SIP/2.0
> Via: SIP/2.0/UDP 172.17.0.252:5062;branch=z9hG4bK212965390;rport
> From: "7777" <sip:7777 at kamailio3.telecom.ru>;tag=1540711120
> To: <sip:7777 at kamailio3.telecom.ru>
> Call-ID: 1127299103-5062-1
> CSeq: 2031 REGISTER
> Contact: <sip:7777 at 172.17.0.252:5062>;reg-id=2;+sip.instance="<urn:uuid:00000000-0000-1000-8000-000B82566BBB>"
> Authorization: Digest username="7777", realm="kamailio3.telecom.ru", nonce="Ysv862LL+78cGZE/vXJnQfemhCMiBilm", uri="sip:kamailio3.telecom.ru", response="6c3333159d41ae0fcaabfbbd8c5026e
> , algorithm=MD5
> Max-Forwards: 70
> User-Agent: Grandstream HT-502  V2.0A 1.0.9.1  chip V2.2
> Supported: path
> Expires: 1800
> Allow: INVITE, ACK, OPTIONS, CANCEL, BYE, SUBSCRIBE, NOTIFY, INFO, REFER, UPDATE
> Content-Length: 0
> 
> 
> SIP/2.0 200 OK
> Via: SIP/2.0/UDP 172.17.0.252:5062;branch=z9hG4bK212965390;rport=5062;received=172.17.0.252
> From: "7777" <sip:7777 at kamailio3.telecom.ru>;tag=1540711120
> To: <sip:7777 at kamailio3.telecom.ru>;tag=5bf75eb19869d3e257cd1fde2cbf92c4.451b5a53
> Call-ID: 1127299103-5062-1
> CSeq: 2031 REGISTER
> Contact: <sip:7777 at 172.17.0.252:5060>;expires=1792;+sip.instance="<urn:uuid:00000000-0000-1000-8000-000B82566BBB>";reg-id=1, <sip:7777 at 172.17.0.250:5060>;expires=93, <sip:7777 at 172.17
> .250:5061>;expires=93, <sip:7777 at 172.17.0.252:5062>;expires=1800;+sip.instance="<urn:uuid:00000000-0000-1000-8000-000B82566BBB>";reg-id=2
> Server: kamailio (5.4.8 (x86_64/linux))
> Content-Length: 0


Later, when I use branching (with q=-1.0), the kamailio sends an invite to only one AOR from 7777 at 172.17.0.252:5062

If I use another Sip client without "instance" , such as Linksys-PAP2T, branching works fine.

GRUU is always disabled
 modparam("registrar", "gruu_enabled", 0)


-->

### Troubleshooting


#### Reproduction

<!--
If the issue can be reproduced, describe how it can be done.
-->

#### Debugging Data

<!--
If you got a core dump, use gdb to extract troubleshooting data - full backtrace,
local variables and the list of the code at the issue location.

  gdb /path/to/kamailio /path/to/corefile
  bt full
  info locals
  list

If you are familiar with gdb, feel free to attach more of what you consider to
be relevant.
-->

```
(paste your debugging data here)
```

#### Log Messages

<!--
Check the syslog file and if there are relevant log messages printed by Kamailio, add them next, or attach to issue, or provide a link to download them (e.g., to a pastebin site).
-->

```
(paste your log messages here)
```

#### SIP Traffic

<!--
If the issue is exposed by processing specific SIP messages, grab them with ngrep or save in a pcap file, then add them next, or attach to issue, or provide a link to download them (e.g., to a pastebin site).
-->

```
(paste your sip traffic here)
```

### Possible Solutions

<!--
How can I disable GRUU support completely?
-->

### Additional Information

  * **Kamailio Version** - output of `kamailio -v`

```
kamailio -v
version: kamailio 5.4.8 (x86_64/linux) 
flags: USE_TCP, USE_TLS, USE_SCTP, TLS_HOOKS, USE_RAW_SOCKS, DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MMAP, PKG_MALLOC, Q_MALLOC, F_MALLOC, TLSF_MALLOC, DBG_SR_MEMORY, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT, USE_DNS_CACHE, USE_DNS_FAILOVER, USE_NAPTR, USE_DST_BLACKLIST, HAVE_RESOLV_RES, TLS_PTHREAD_MUTEX_SHARED
ADAPTIVE_WAIT_LOOPS 1024, MAX_RECV_BUFFER_SIZE 262144, MAX_URI_SIZE 1024, BUF_SIZE 65535, DEFAULT PKG_SIZE 8MB
poll method support: poll, epoll_lt, epoll_et, sigio_rt, select.
id: unknown 
compiled with gcc 8.3.0
```

* **Operating System**:

<!--
Details about the operating system, the type: Linux (e.g.,: Debian 8.4, Ubuntu 16.04, CentOS 7.1, ...), MacOS, xBSD, Solaris, ...;
Kernel details (output of `lsb_release -a` and `uname -a`)
-->

```
Distributor ID:	Debian
Description:	Debian GNU/Linux 10 (buster)
Release:	10
Codename:	buster
```


-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3181
You are receiving this because you are subscribed to this thread.

Message ID: <kamailio/kamailio/issues/3181 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20220711/63c6cfb5/attachment.htm>


More information about the sr-dev mailing list