@Fr-Soltanzadeh commented on this pull request.
+typedef int (*rtpengine_answer_f)(struct sip_msg
*msg, str *str);
+typedef int (*rtpengine_answer0_f)(struct sip_msg *msg);
+typedef int (*rtpengine_offer_f)(struct sip_msg *msg, str *str);
+typedef int (*rtpengine_offer0_f)(struct sip_msg *msg);
+typedef int (*rtpengine_delete_f)(struct sip_msg *msg, str *str);
+typedef int (*rtpengine_delete0_f)(struct sip_msg *msg);
Done. Thank you.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3956#discussion_r1732147215
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3956/review/2262142744(a)github.com>