summaryrefslogtreecommitdiff
path: root/net/cphone/files/patch-cpendpoint.cxx
blob: 85fef2c8524e20e270c8a2fa478515ac7c7451a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
*** cpendpoint.cxx.orig	Fri May 10 01:53:47 2002
--- cpendpoint.cxx	Wed Nov 27 09:18:30 2002
*************** void CpEndPoint::DeleteVideoDisplay()
*** 151,158 ****
  
  BOOL CpEndPoint::InitialiseVoipSettings()
  {
!   rtpIpPortBase = 49604;
!   rtpIpPortMax  = 65534;
  
    if (!connectOpts.userName.IsEmpty()) 
      SetLocalUserName(connectOpts.userName);
--- 151,157 ----
  
  BOOL CpEndPoint::InitialiseVoipSettings()
  {
!   SetRtpIpPorts(49604, 65534); /* PortBase, PortMax*/
  
    if (!connectOpts.userName.IsEmpty()) 
      SetLocalUserName(connectOpts.userName);