@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.