- compiling on BSD (fwapi.c, custom_fw_module.c)
This commit is contained in:
parent
f760e98df5
commit
2e78004b37
@ -4,6 +4,7 @@
|
||||
(linke INVITES from sipgate.de - SIP URI points to
|
||||
the real wanted target but To: header only points to
|
||||
the initially wanted target before the redirection)
|
||||
- compiling on BSD (fwapi.c, custom_fw_module.c)
|
||||
11-Apr-2004: - on termination, stop all active RTP streams
|
||||
24-Apr-2004: - simplified SIP RX & TX routines
|
||||
|
||||
|
||||
@ -38,7 +38,7 @@ dnl Release Version
|
||||
dnl
|
||||
SPD_MAJOR_VERSION=0
|
||||
SPD_MINOR_VERSION=5
|
||||
SPD_MICRO_VERSION=5
|
||||
SPD_MICRO_VERSION=6
|
||||
|
||||
SPD_VERSION=$SPD_MAJOR_VERSION.$SPD_MINOR_VERSION.$SPD_MICRO_VERSION
|
||||
|
||||
|
||||
@ -50,6 +50,7 @@
|
||||
#include <string.h> /* strcat */
|
||||
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <netinet/in.h>
|
||||
#include "fwapi.h"
|
||||
#include "log.h"
|
||||
|
||||
@ -18,6 +18,7 @@
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <netinet/in.h>
|
||||
#include <osipparser2/osip_parser.h>
|
||||
#include "siproxd.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user