Force 2833 payload
hello, is it possible to force the payload of 2833 in the offer to the Answerer side?
PEER CORE
Offerer --------------------------- SBC --------------------- ------- Answerer
offer pt = 97 ----> Offer pt = 101 ------>
Answer pt = 97 <------ Answer pt = 101 <---
I need to handle different payloads on both sides, for that I need to send pt = 101 in the offer to the Answerer side so the Answerer responds pt = 101
I already tried to configure these parameters in sip-interface or SA:
rfc2833-mode preferred
rfc-payload 101 core side and 97 peer side
But I didn't get the expected result
Thnks