mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-21 06:46:18 +00:00
30 lines
881 B
C++
30 lines
881 B
C++
/*
|
|
* 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
|
|
*/
|
|
|