I was referring to line 374/376 of the code:
```
if((body.s[0] != ISUP_ACM) && (body.s[0] != ISUP_CPG) && (body.s[0] !=
ISUP_IAM))
{
LM_DBG("message not an ACM or CPG or IAM\n");
return -1;
}
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/2841#issuecomment-916415749