@rfuchs commented on this pull request.


In src/modules/rtpengine/api.h:

> +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);
 

You should only need one version of each function as the functions are able to handle NULL pointers passed to them.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/pull/3956/review/2260655328@github.com>