Hi all,
I want to know while coding kamailio.cfg. What factor determines that route(RELAY) should be used or t_relay ??
Thanks.
Cheers.
-- View this message in context: http://sip-router.1086192.n5.nabble.com/Difference-between-route-RELAY-and-t... Sent from the Users mailing list archive at Nabble.com.
On 24 Apr 2014, at 06:58, aawaise owaisulhaq@hotmail.com wrote:
Hi all,
I want to know while coding kamailio.cfg. What factor determines that route(RELAY) should be used or t_relay ??
route(RELAY) is a call to a routeblock that calls t_relay.
Check that route block - what it does in your configuration. Usually it handles t_relay errors and is generally more useful than calling t_relay() directly.
/O