Skip to content

Commit 4870634

Browse files
committed
fix building without H.460.18
1 parent 9f7c87e commit 4870634

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ProxyChannel.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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()) {

0 commit comments

Comments
 (0)