Hi,
We are using global tcp_connection_lifetime parameter. I haven't looked at
tcpops module yet but will look at it to see if it helps.
Almost all the testing is done remotely by QA team (they can view kamailio
logs in syslog but nothing more then that). They simply take tcpdump and/or
watch web
Hello,
do a 'kamctl ps' and see if kamailio listens on an ip address that has a
route to the target address.
Cheers,
Daniel
On 23/08/15 16:36, Victor Huertas Garcia wrote:
> Hello everybody,
>
> I have tried to perform a call between alice and bob (both registered
> in the same SCSCF and from th
Hello,
are you still running pua_set_publish() before calling save() of
registrar module?
Try to look at logs with debug=3 when a register is processed.
Cheers,
Daniel
On 26/08/15 10:08, Loic Chabert wrote:
> Hello,
>
> SIP is sent over UDP.
>
> I have check (on all interface with tcpdump -i an
Hello,
SIP is sent over UDP.
I have check (on all interface with tcpdump -i any), and now, subscription
is OK:
- 102 subscribe to 103, but authentication needed
- 102 subscribe to 103 with authentication informations
- kamailio sent a 200OK, with subscription state OK
But when 103 sent a registe
Hello,
On 25/08/15 20:21, M S wrote:
> Hi,
>
> We have a bit of confusion regarding tcp_connecton_timeout core
> parameter.
are you talking about tcp_connect_timeout or tcp_connection_lifetime?
Are you using tcpops module?
> The documentation says,
>
> --
> Lifetime in seconds for TCP sessions.
Hello,
watch the sip traffic and see if there are retransmissions not replies
as well as look at expires header value for subscribe/public requests.
The reason timeout is somehow related to the above.
Again, be sure you look at the traffic on all network interfaces.
Is SIP sent over UDP or TCP/T
Hello,
not using IMS modules here, but I can say that 4.0 is rather old and
iirc, ims modules were at the very beginning during those times. It
would be better to use ims version with 4.3 or even devel branch when
prototyping something.
Hopefully other IMS folks on this list can assist with other