El Monday 15 October 2007 11:11:03 samuel escribió:
forward() and send() are the stateless functions, which basically means they just send the message and forget the transaction. t_relay() is the statefull routing function, so whenever you use this function openSER will take care of the transaction FSM.
Thanks. So I understand if better using t_relay() in order to route INVITE to a PBX or media server.
hope it helps,
Sure, I will notate about the stateless of forward() and send() in the wiki.
Best regards.