@linuxmaniac commented on this pull request.


In src/modules/acc/acc_logic.c:

> @@ -93,15 +93,18 @@ void env_set_totag(struct cell *t, struct sip_msg *reply)
 		tmb.t_get_reply_totag(t->uas.request, &acc_env.to_tag);
 }
 
-int env_set_reason(struct sip_msg *reply, str *buff) {
+int env_set_reason(struct sip_msg *reply, str *buff, int code) {
+/*

please don't comment code, just remove it


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/3137/review/998822441@github.com>