00001 /* $Id: rtpproxy_stream.h,v 1.1 2008/11/04 21:10:07 sobomax Exp $ 00002 * 00003 * Copyright (C) 2008 Sippy Software, Inc., http://www.sippysoft.com 00004 * 00005 * This file is part of ser, a free SIP server. 00006 * 00007 * ser is free software; you can redistribute it and/or modify 00008 * it under the terms of the GNU General Public License as published by 00009 * the Free Software Foundation; either version 2 of the License, or 00010 * (at your option) any later version 00011 * 00012 * For a license to use the ser software under conditions 00013 * other than those described here, or to purchase support for this 00014 * software, please contact iptel.org by e-mail at the following addresses: 00015 * info@iptel.org 00016 * 00017 * ser is distributed in the hope that it will be useful, 00018 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00019 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00020 * GNU General Public License for more details. 00021 * 00022 * You should have received a copy of the GNU General Public License 00023 * along with this program; if not, write to the Free Software 00024 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00025 * 00026 */ 00027 00028 #ifndef _RTPPROXY_STREAM_H 00029 #define _RTPPROXY_STREAM_H 00030 00031 int fixup_var_str_int(void **, int); 00032 int rtpproxy_stream2uac2_f(struct sip_msg *, char *, char *); 00033 int rtpproxy_stream2uas2_f(struct sip_msg *, char *, char *); 00034 int rtpproxy_stop_stream2uac2_f(struct sip_msg *, char *, char *); 00035 int rtpproxy_stop_stream2uas2_f(struct sip_msg *, char *, char *); 00036 00037 #endif
1.5.6