Skip to content

Update the SIPIPAddress for CallLog on outgoing INVITE

Wenpeng Song requested to merge test-Outgoing-SIPIPAddress into devel

session invite is not ready(NULL) on "session_on_tx_request"(before sending the request) when the function for setting SIPIPAdress is calling in the current version.
call the function under "session_inv_on_tsx_state_changed"(just after the request be sent) instead.

Merge request reports