Hi Dan,
No luck. I did cherry-pick to local 5.4.1 but this should not change anything.
Pre call:
```
node 0
[root@v0p1356-dispatcher htable]# kamcmd htable.dump cidParam
[root@v0p1356-dispatcher htable]#
node1
[root@V0P1376-dispatcher-02 htable]# kamcmd htable.dump cidParam
[root@V0P1376-dispatcher-02 htable]#
```
make a call on node0
```
[root@v0p1356-dispatcher htable]# ngrep -W byline -d any htab |grep actio
{"action":2,"htname":"cidParam","cname":"6d9eed7818bab5bb4b607ece7c329c83@10.3.96.231:5060::callee_socket","type":2,"strval":"udp:10.3.96.231:5060","mode":1}2.(...<D._c.1...
{"action":2,"htname":"prefixParam","cname":"record::007815","type":0,"intval":0,"mode":1}ccig.pl....<D._.
{"action":2,"htname":"cidParam","cname":"6d9eed7818bab5bb4b607ece7c329c83@10.3.96.231:5060::init","type":0,"intval":1,"mode":1}
...<D._.0U.....
{"action":2,"htname":"cidParam","cname":"6d9eed7818bab5bb4b607ece7c329c83@10.3.96.231:5060::reinvited","type":0,"intval":1,"mode":1}<L.....BD._Y....
{"action":2,"htname":"cidParam","cname":"6d9eed7818bab5bb4b607ece7c329c83@10.3.96.231:5060::reinvited","type":0,"intval":1,"mode":1}.0.....JD._...1.
{"action":6,"htname":"cidParam","type":2,"strval":,"mode":0}w..j....JD._..,4
{"action":6,"htname":"cidParam","type":2,"strval":,"mode":0}.F.....p..39.Y}.
```
post call on node0
```
[root@v0p1356-dispatcher htable]# kamcmd htable.dump cidParam
[root@v0p1356-dispatcher htable]#
```
post call on node1
```
[root@V0P1376-dispatcher-02 htable]# kamcmd htable.dump cidParam
{
entry: 228814
size: 1
slot: {
{
name:
6d9eed7818bab5bb4b607ece7c329c83@10.3.96.231:5060::callee_socket
value: udp:10.3.96.231:5060
type: str
}
}
}
{
entry: 745232
size: 1
slot: {
{
name:
6d9eed7818bab5bb4b607ece7c329c83@10.3.96.231:5060::reinvited
value: 1
type: int
}
}
}
{
entry: 1027817
size: 1
slot: {
{
name: 6d9eed7818bab5bb4b607ece7c329c83@10.3.96.231:5060::init
value: 1
type: int
}
}
}
[root@V0P1376-dispatcher-02 htable]#
```
--
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/2573#issuecomment-740494743