示例#1
0
		private static void Initialize()
		{
			_tam = new TAMCore();
			_tam.AddCallProvider(new SIPCallProvider());
			_tam.Initialize();
		}