THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task is now closed:
FS#10 - modules/mi_rpc should support t_uac_dlg async mi command
User who did this - Andrei Pelinescu-Onciul (andrei)
Reason for closing: Implemented
Additional comments about closing: support implemented in September (commit 244d4d4729b295be999acb3a4ca4cf156a9bfbbf)
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=10
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
i noticed that if sr sends a locally generated INVITE (as result of
tm.t_uac_wait), the INVITE gets processes by my
event_route [tm:local-request]
script, but when UA responds with 200 OK, the ACK generated by sr does
not get processed by the event_route and if the UA is behind nat, the UA
never gets the ACK it because sr tries to send it to local address of
the UA.
how can i get sr to use the above event route also for locally generated
ACKs so that i can properly rewrite r-uri of the ACK?
-- juha