Daniel-Constantin Mierla writes:
I guess it was not needed, you can add it.
i added outbound_proxy to pua publ_info and modified send_publish to use
it. then i thought to add outbound_proxy param also to pua_publish mi
command, but it turned out that adding a new param would mean breaking
backwards compatibility.
the only real solution that came to mind is switching from positional mi
params to jason style name/value params. since that would be a rather
big change, i tried to implement pua.publish rpc command, but was not
able to figure how to map MI_ASYNC_RPL_FLAG to RPC_DELAYED_REPLY (if
that mapping is possible at all).
-- juha