Increased the range of private relay IDs.

git-svn-id: http://voip.null.ro/svn/yate@6436 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2020-10-09 12:39:09 +00:00
parent a7ccbc9803
commit 41c8c9a632
1 changed files with 2 additions and 2 deletions

View File

@ -1454,9 +1454,9 @@ protected:
// Instant messaging related
MsgExecute = 0x00100000,
// Last possible public ID
PubLast = 0x0fffffff,
PubLast = 0x00ffffff,
// Private messages base ID
Private = 0x10000000
Private = 0x01000000
} RelayID;
/**