rtpproxy_stream.h 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. /* $Id: rtpproxy_stream.h,v 1.1 2008/11/04 21:10:07 sobomax Exp $
  2. *
  3. * Copyright (C) 2008 Sippy Software, Inc., http://www.sippysoft.com
  4. *
  5. * This file is part of ser, a free SIP server.
  6. *
  7. * ser is free software; you can redistribute it and/or modify
  8. * it under the terms of the GNU General Public License as published by
  9. * the Free Software Foundation; either version 2 of the License, or
  10. * (at your option) any later version
  11. *
  12. * For a license to use the ser software under conditions
  13. * other than those described here, or to purchase support for this
  14. * software, please contact iptel.org by e-mail at the following addresses:
  15. * [email protected]
  16. *
  17. * ser is distributed in the hope that it will be useful,
  18. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  19. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  20. * GNU General Public License for more details.
  21. *
  22. * You should have received a copy of the GNU General Public License
  23. * along with this program; if not, write to the Free Software
  24. * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  25. *
  26. */
  27. #ifndef _RTPPROXY_STREAM_H
  28. #define _RTPPROXY_STREAM_H
  29. int fixup_var_str_int(void **, int);
  30. int rtpproxy_stream2uac2_f(struct sip_msg *, char *, char *);
  31. int rtpproxy_stream2uas2_f(struct sip_msg *, char *, char *);
  32. int rtpproxy_stop_stream2uac2_f(struct sip_msg *, char *, char *);
  33. int rtpproxy_stop_stream2uas2_f(struct sip_msg *, char *, char *);
  34. #endif