rfc3261_8_2_2_1 function

bool rfc3261_8_2_2_1()

Implementation

bool rfc3261_8_2_2_1() {
  if (message.s('to').uri.scheme != 'sip') {
    reply(416);

    return false;
  }

  return true;
}