I have Kamailio 5.6 on Debian 11.
I need to use the function forward within a routing block in my configuration file:
forward("udp:192.168.28.51:5060");
But when I start the kamailio service I got:
CRITICAL: [core/proxy.c:264]: mk_proxy(): could not resolve hostname:
"udp:192.168.28.51:5060"
The same occurs when I use the dns nane :
forward("udp:raspberry3.emtelco.co:5060");
Any ideas ?
Regards