diff --git a/include/call.h b/include/call.h index 4c3b04dfb..d4b6ecd07 100644 --- a/include/call.h +++ b/include/call.h @@ -69,7 +69,6 @@ enum message_type { || (opmode == OP_BLOCK_SILENCE_MEDIA || opmode == OP_UNBLOCK_SILENCE_MEDIA) \ || (opmode == OP_PLAY_MEDIA || opmode == OP_STOP_MEDIA) \ || (opmode == OP_START_FORWARDING || opmode == OP_STOP_FORWARDING) \ - || (opmode == OP_SUBSCRIBER_REQ || opmode == OP_SUBSCRIBER_ANS) \ || (opmode == OP_UNSUBSCRIBE || opmode == OP_START_RECORDING) \ || (opmode == OP_STOP_RECORDING || opmode == OP_PAUSE_RECORDING) \ || (opmode == OP_OTHER)) diff --git a/include/control_ng.h b/include/control_ng.h index 358663b41..1d281ed92 100644 --- a/include/control_ng.h +++ b/include/control_ng.h @@ -92,8 +92,6 @@ enum call_opmode { OP_STOP_MEDIA, OP_START_FORWARDING, OP_STOP_FORWARDING, - OP_SUBSCRIBER_REQ, - OP_SUBSCRIBER_ANS, OP_UNSUBSCRIBE, OP_START_RECORDING, OP_STOP_RECORDING,