Re: [SR-Users] Diameter sorce/destination port

2015-07-03 Thread Daniel-Constantin Mierla
Hello, diameter uses tcp and by design the source port of a tcp connection cannot be ensured. One can try to bind local socket for opening a connection, but that is not guaranteed to happen, the kernel can overwrite and select another available port. TCP is connection oriented communication with

[SR-Users] Diameter sorce/destination port

2015-07-03 Thread micunek
Hi All, I am trying to use Cx (Diameter) interface via TCP towards our HSS according to Carsten Bock example. However kamailio client obtain TCP RST from HSS because a kamailio source port is different than port where kamailio is listen. I do not know if this is Diameter/Cx requirement or not. I