From ec6310f56b88ab14d0270f36586f88d6940ed6b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Zwierko?= Date: Sat, 27 Oct 2007 10:31:36 +0000 Subject: [PATCH] git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6065 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/endpoints/mod_opal/mod_opalh323.h | 39 +++++++++++++++++++ .../endpoints/mod_opal/opalh323_backend.cpp | 29 ++++++++++++++ src/mod/endpoints/mod_opal/opalh323_backend.h | 28 +++++++++++++ 3 files changed, 96 insertions(+) create mode 100644 src/mod/endpoints/mod_opal/mod_opalh323.h create mode 100644 src/mod/endpoints/mod_opal/opalh323_backend.cpp create mode 100644 src/mod/endpoints/mod_opal/opalh323_backend.h diff --git a/src/mod/endpoints/mod_opal/mod_opalh323.h b/src/mod/endpoints/mod_opal/mod_opalh323.h new file mode 100644 index 0000000000..0a790a1dd2 --- /dev/null +++ b/src/mod/endpoints/mod_opal/mod_opalh323.h @@ -0,0 +1,39 @@ +/* + * mod_opalh323.h + * + * Opal-H323 gluer for Freeswitch header file + * + * Copyright (c) 2007 Lukasz Zwierko (lzwierko@gmail.com) + * + * The contents of this file are subject to the Mozilla Public License + * Version 1.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.mozilla.org/MPL/ + * + * Software distributed under the License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See + * the License for the specific language governing rights and limitations + * under the License. + * + * + * The Initial Developer of the Original Code is Lukasz Zwierko (lzwierko@gmail.com) + * + * Contributor(s): ______________________________________. + * + * $Log: mod_opalh323.cpp,v $ + * + * Revision 1.00 2007/10/24 07:29:52 lzwierko + * Initial revision + */ + +#ifndef __FREESWITCH_MOD_OPALH323__ +#define __FREESWITCH_MOD_OPALH323__ + +#define HAVE_APR /* what do I need this for?? copied from mod_sofia */ +#include +#include +#define MODNAME "mod_opalh323" + + + +#endif /* __FREESWITCH_MOD_OPALH323__ */ \ No newline at end of file diff --git a/src/mod/endpoints/mod_opal/opalh323_backend.cpp b/src/mod/endpoints/mod_opal/opalh323_backend.cpp new file mode 100644 index 0000000000..0e2eb7198a --- /dev/null +++ b/src/mod/endpoints/mod_opal/opalh323_backend.cpp @@ -0,0 +1,29 @@ +/* + * opalh323_backend.cpp + * + * Backend for OpalH323 module, implements + * H323 handling via OPAL library + * + * Copyright (c) 2007 Lukasz Zwierko (lzwierko@gmail.com) + * + * The contents of this file are subject to the Mozilla Public License + * Version 1.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.mozilla.org/MPL/ + * + * Software distributed under the License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See + * the License for the specific language governing rights and limitations + * under the License. + * + * + * The Initial Developer of the Original Code is Lukasz Zwierko (lzwierko@gmail.com) + * + * Contributor(s): + * + * $Log: opalh323_backend.cpp,v $ + * + * Revision 1.00 2007/10/24 07:29:52 lzwierko + * Initial revision + */ + diff --git a/src/mod/endpoints/mod_opal/opalh323_backend.h b/src/mod/endpoints/mod_opal/opalh323_backend.h new file mode 100644 index 0000000000..560f44338d --- /dev/null +++ b/src/mod/endpoints/mod_opal/opalh323_backend.h @@ -0,0 +1,28 @@ +/* + * opalh323_backend.cpp + * + * Backend for OpalH323 module, implements + * H323 handling via OPAL library + * + * Copyright (c) 2007 Lukasz Zwierko (lzwierko@gmail.com) + * + * The contents of this file are subject to the Mozilla Public License + * Version 1.0 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.mozilla.org/MPL/ + * + * Software distributed under the License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See + * the License for the specific language governing rights and limitations + * under the License. + * + * + * The Initial Developer of the Original Code is Lukasz Zwierko (lzwierko@gmail.com) + * + * Contributor(s): + * + * $Log: opalh323_backend.cpp,v $ + * + * Revision 1.00 2007/10/24 07:29:52 lzwierko + * Initial revision + */