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

2020-11-30 Thread Daniel-Constantin Mierla
Merged #2563 into master. -- 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#event-4050566901___ Kamailio (SER) - Development Mailing

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

2020-11-30 Thread Daniel-Constantin Mierla
Thanks! I will merge, but then I will rename t_relay_to_proto2() to t_relay_to_proto_addr(), it is more common to have a reference to parameters in the name, than using numbers in the function names. -- You are receiving this because you are subscribed to this thread. Reply to this email

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

2020-11-26 Thread aalba6675
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

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

2020-11-26 Thread aalba6675
@aalba6675 pushed 1 commit. 93b2c03eca373831d895f392b790b28973c8e30e tm: KEMI expose t_relay_to_(host, port) functions -- You are receiving this because you are subscribed to this thread. View it on GitHub:

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

2020-11-26 Thread aalba6675
@aalba6675 pushed 1 commit. c5b63818f419a54bb9c7936ab2e95852ccf63d6b tm: KEMI expose t_relay_to_(host, port) functions -- You are receiving this because you are subscribed to this thread. View it on GitHub:

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

2020-11-26 Thread aalba6675
!-- Kamailio Pull Request Template -- !-- IMPORTANT: - for detailed contributing guidelines, read: https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md - pull requests must be done to master branch, unless they are backports of fixes from master branch to a stable