[reSIProcate-users] Need via header with STUN?
Hi all, I have write these code with MessageDecorator::decorateMessage:
msg.header(h_Vias).front().sentPort() = mStunPort;
msg.header(h_Vias).front().sentHost() = mStunIP.c_str();
But when I try with CounterPath eyeBeam, it does not modify via header with STUN,
so I don't know we need to modify the via header with STUN ?
Thanks