Hi,
rtpproxy_manage() combines both rtpproxy_offer() and rtpproxy_answer(). Now if i want different flags set for rtpproxy_offer() and rtpproxy_answer() then how should i use rtpproxy_manage()?
To specific, what i want :
route[REQUEST]{ ..... rtpproxy_offer("z20"); ... }
onreply_route[]{ .... rtpproxy_answer("z120"); .... }
Now in kamailio.cfg there is one call rtpproxy_manage() in route[NATMANAGE]. route[NATMANAGE] is called from both route[REQUEST] and onreply_route[]. So i can't emulate the functionality described above. My question is using only rtpproxy_manage() is it possible to emulate the above functionality?
Thanks in advance.
-- -aft