*** Environ.cxx.orig Mon Jul 9 16:25:04 2001 --- Environ.cxx Mon Jul 9 16:19:03 2001 *************** *** 17,23 **** --- 17,28 ---- * * The Initial Developer of the Original Code is Egoboo Ltd. * + * Contributor(s): Equivalence Pty Ltd + * * $Log: Environ.cxx,v $ + * Revision 2.0 2001/04/10 06:23:46 craigs + * Initial version from OpenGatekeeper project as of 10 April 2001 + * * Revision 1.4 2000/05/23 10:15:06 aunitt * Added support for statically defined gateway prefixes. * *************** 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; *************** void Environ::AddStaticPrefixes( H225_Ga *** 140,143 **** VoiceCaps.IncludeOptionalField( H225_VoiceCaps::e_supportedPrefixes ); VoiceCaps.m_supportedPrefixes = AdditionalPrefixes; } ! } --- 145,148 ---- VoiceCaps.IncludeOptionalField( H225_VoiceCaps::e_supportedPrefixes ); VoiceCaps.m_supportedPrefixes = AdditionalPrefixes; } ! }