File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3922,6 +3922,7 @@ void CallSignalSocket::ForwardCall(FacilityMsg * msg)
39223922 setupUUIE.m_destCallSignalAddress = oldDestSignalAddr;
39233923 }
39243924
3925+ #ifdef HAS_H46018
39253926 // remove or add H.460.19 fields in supportedFeatures
39263927 if (!forwarded || forwarded->GetTraversalRole() == None) {
39273928 // the receiver is probably not a H.460.19 client
@@ -3930,6 +3931,7 @@ void CallSignalSocket::ForwardCall(FacilityMsg * msg)
39303931 RemoveH46019Descriptor(setupUUIE.m_supportedFeatures, senderSupportsH46019Multiplexing, isH46019Client);
39313932 }
39323933 // TODO: also handle the case of forwarding to a H.460.18 endpoint
3934+ #endif
39333935
39343936 if (Toolkit::AsBool(GkConfig()->GetString(RoutedSec, "ShowForwarderNumber", "0"))) {
39353937 if (endptr fwd = m_call->GetForwarder()) {
You can’t perform that action at this time.
0 commit comments