Rick Richardson writes:
I have the lcr module in my proxies properly distributing INVITES and maintaining the dialog throughout a sip call. Except for the BYE, and the reason is simply that that is a new transaction. So is the only way for me to reach the callee with a BYE message to find the proper gateway for it using the LCR module again? I'm guessing this or possibly AVPs would be the only method sending the request to the proper user.
bye is in-dialog request and its request uri points to the right gw. so you just t_relay in-dialog requests.
-- juha