When set_rtpengine_set() is called with two parameters before
rtpengine_offer(), e.g.

set_rtpengine_set("1", "2");
rtpengine_offer();

it was not clear to me from rtpengine README, if the sets need to
reversed when set_rtpengine_set() is called before rtpengine_answer(),
i.e.,

set_rtpengine_set("2", "1");
rtpengine_answer();

or can the order of the sets be the same as it was in case of
rtpengine_offer()?

-- Juha

_______________________________________________
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users

Reply via email to