*** Environ.cxx.orig	Mon Jul  9 16:25:04 2001
--- Environ.cxx	Mon Jul  9 16:19:03 2001
*************** static H225_SupportedPrefix GetPrefix( c
*** 75,81 ****
  {
      H225_SupportedPrefix Result;
  
!     Result.m_prefix.SetTag( H225_AliasAddress::e_e164 );
      PASN_IA5String & IA5 = (PASN_IA5String &)Result.m_prefix;
      IA5 = PrefixStr;
  
--- 80,86 ----
  {
      H225_SupportedPrefix Result;
  
!     Result.m_prefix.SetTag( H225_AliasAddress::e_dialedDigits );
      PASN_IA5String & IA5 = (PASN_IA5String &)Result.m_prefix;
      IA5 = PrefixStr;
  
