Skip to content

Update SIPIPAddress for outgoing calls

Wenpeng Song requested to merge new_ipaddress into devel

Set SIPIPAddress for outgoing calls by on_tx_request from a new module which has a highest priority.

Module with higher priority (i.e. lower priority number) will have their on_rx_request() and on_rx_response() called first, and on_tx_request() and on_tx_response() called last.

Edited by Wenpeng Song

Merge request reports