Why asterisk non-stop inform me about this transport

Hi,

I have realtime based configuration and I keep all transports in database. But Asterisk non-stop inform me about is not fully reloadable

[Oct 18 12:39:41] WARNING[7117]: res_pjsip/config_transport.c:739 transport_apply: Transport 'transport-udp' is not fully reloadable, not reloading: protocol, bind, TLS, TCP, ToS, or CoS options.
[Oct 18 12:40:04] WARNING[7211]: res_pjsip/config_transport.c:739 transport_apply: Transport 'transport-udp' is not fully reloadable, not reloading: protocol, bind, TLS, TCP, ToS, or CoS options.
[Oct 18 12:40:04] WARNING[7117]: res_pjsip/config_transport.c:739 transport_apply: Transport 'transport-udp' is not fully reloadable, not reloading: protocol, bind, TLS, TCP, ToS, or CoS options.
[Oct 18 12:40:04] WARNING[7211]: res_pjsip/config_transport.c:739 transport_apply: Transport 'transport-udp' is not fully reloadable, not reloading: protocol, bind, TLS, TCP, ToS, or CoS options.
[Oct 18 12:40:04] WARNING[7211]: res_pjsip/config_transport.c:739 transport_apply: Transport 'transport-udp' is not fully reloadable, not reloading: protocol, bind, TLS, TCP, ToS, or CoS options.
[Oct 18 12:40:32] WARNING[7211]: res_pjsip/config_transport.c:739 transport_apply: Transport 'transport-udp' is not fully reloadable, not reloading: protocol, bind, TLS, TCP, ToS, or CoS options.
[Oct 18 12:40:54] WARNING[7117]: res_pjsip/config_transport.c:739 transport_apply: Transport 'transport-udp' is not fully reloadable, not reloading: protocol, bind, TLS, TCP, ToS, or CoS options.
[Oct 18 12:40:54] WARNING[7211]: res_pjsip/config_transport.c:739 transport_apply: Transport 'transport-udp' is not fully reloadable, not reloading: protocol, bind, TLS, TCP, ToS, or CoS options.
[Oct 18 12:40:54] WARNING[7117]: res_pjsip/config_transport.c:739 transport_apply: Transport 'transport-udp' is not fully reloadable, not reloading: protocol, bind, TLS, TCP, ToS, or CoS options.
[Oct 18 12:40:54] WARNING[7117]: res_pjsip/config_transport.c:739 transport_apply: Transport 'transport-udp' is not fully reloadable, not reloading: protocol, bind, TLS, TCP, ToS, or CoS options.
[Oct 18 12:41:22] WARNING[7117]: res_pjsip/config_transport.c:739 transport_apply: Transport 'transport-udp' is not fully reloadable, not reloading: protocol, bind, TLS, TCP, ToS, or CoS options.
[Oct 18 12:41:44] WARNING[7211]: res_pjsip/config_transport.c:739 transport_apply: Transport 'transport-udp' is not fully reloadable, not reloading: protocol, bind, TLS, TCP, ToS, or CoS options.
[Oct 18 12:41:44] WARNING[7117]: res_pjsip/config_transport.c:739 transport_apply: Transport 'transport-udp' is not fully reloadable, not reloading: protocol, bind, TLS, TCP, ToS, or CoS options.
[Oct 18 12:41:44] WARNING[7211]: res_pjsip/config_transport.c:739 transport_apply: Transport 'transport-udp' is not fully reloadable, not reloading: protocol, bind, TLS, TCP, ToS, or CoS options.
[Oct 18 12:41:44] WARNING[7211]: res_pjsip/config_transport.c:739 transport_apply: Transport 'transport-udp' is not fully reloadable, not reloading: protocol, bind, TLS, TCP, ToS, or CoS options.
[Oct 18 12:42:12] WARNING[7211]: res_pjsip/config_transport.c:739 transport_apply: Transport 'transport-udp' is not fully reloadable, not reloading: protocol, bind, TLS, TCP, ToS, or CoS options.
[Oct 18 12:42:34] WARNING[7117]: res_pjsip/config_transport.c:739 transport_apply: Transport 'transport-udp' is not fully reloadable, not reloading: protocol, bind, TLS, TCP, ToS, or CoS options.
[Oct 18 12:42:34] WARNING[7211]: res_pjsip/config_transport.c:739 transport_apply: Transport 'transport-udp' is not fully reloadable, not reloading: protocol, bind, TLS, TCP, ToS, or CoS options.
[Oct 18 12:42:34] WARNING[7117]: res_pjsip/config_transport.c:739 transport_apply: Transport 'transport-udp' is not fully reloadable, not reloading: protocol, bind, TLS, TCP, ToS, or CoS options.
[Oct 18 12:42:34] WARNING[7117]: res_pjsip/config_transport.c:739 transport_apply: Transport 'transport-udp' is not fully reloadable, not reloading: protocol, bind, TLS, TCP, ToS, or CoS options.
[Oct 18 12:43:03] WARNING[7117]: res_pjsip/config_transport.c:739 transport_apply: Transport 'transport-udp' is not fully reloadable, not reloading: protocol, bind, TLS, TCP, ToS, or CoS options.

It is very frustrating and i need to solve this. Where to start to solve this?

Asterisk 18.7.0 built by root @ machine on a x86_64 running Linux on 2021-10-07 16:12:23 UTC

Besides moving your transports to .conf (or static realtime I guess), or removing the line from the source code I can’t really think of a way. Transports are really not made or tested actively for realtime.

what you mean saying static realtime ? how to achieve this?

Static realtime essentially places .conf files into the database. I don’t have a guide for that handy, it may exist somewhere, it predates me.

oh ok, i really like have configuration in DB it is give me fast access to all options, but maybe for transports I make an exception and put it into pjsip.conf

i work with realtime but in pjsip file i still define

[transport-udp]
type=transport
protocol=udp
bind=0.0.0.0:5080

etc

this is what jcolp suggest, but im still looking for solution which allow me leave configuration in DB

Why? How often are you changing transport stuff?

because i have everything in db so transports i would also have in db,

no no you it is via the data base just got to have the config set for each type but you define the transport type of extension in db

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.