[sr-dev] [kamailio/kamailio] tm: KEMI expose t_relay_to_xxx protocol functions (#2563)

aalba6675 notifications at github.com
Fri Nov 27 04:09:27 CET 2020


The use in KEMI should be
```
# without host,port
t_relay_to_proto("UDP")
t_relay_to_proto("TCP")
t_relay_to_proto("TLS")

# with host,port
t_relay_to_proto2("UDP", "5.6.7.8", 5060)
t_relay_to_proto("TCP", "5.6.7.8", 5060)
t_relay_to_proto("TLS", "5.6.7.8", 5061)
```



-- 
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/pull/2563#issuecomment-734617443
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20201126/fb59d467/attachment.htm>


More information about the sr-dev mailing list