00001 /* 00002 * sip.h 00003 * 00004 * Session Initiation Protocol support. 00005 * 00006 * Open Phone Abstraction Library (OPAL) 00007 * Formally known as the Open H323 project. 00008 * 00009 * Copyright (c) 2001 Equivalence Pty. Ltd. 00010 * 00011 * The contents of this file are subject to the Mozilla Public License 00012 * Version 1.0 (the "License"); you may not use this file except in 00013 * compliance with the License. You may obtain a copy of the License at 00014 * http://www.mozilla.org/MPL/ 00015 * 00016 * Software distributed under the License is distributed on an "AS IS" 00017 * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See 00018 * the License for the specific language governing rights and limitations 00019 * under the License. 00020 * 00021 * The Original Code is Open Phone Abstraction Library. 00022 * 00023 * The Initial Developer of the Original Code is Equivalence Pty. Ltd. 00024 * 00025 * Contributor(s): ______________________________________. 00026 * 00027 * $Revision: 21293 $ 00028 * $Author: rjongbloed $ 00029 * $Date: 2008-10-12 23:24:41 +0000 (Sun, 12 Oct 2008) $ 00030 */ 00031 00032 #ifndef OPAL_SIP_SIP_H 00033 #define OPAL_SIP_SIP_H 00034 00035 #include <opal/buildopts.h> 00036 00037 #if OPAL_SIP 00038 00039 #include <sip/sipep.h> 00040 #include <sip/sipcon.h> 00041 00042 00043 #endif // OPAL_SIP 00044 00045 #endif // OPAL_SIP_SIP_H 00046 00047 00048 // End of File ///////////////////////////////////////////////////////////////