- Removed superfluous backslashes for line continuation
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
0.5.3
|
||||
=====
|
||||
14-Feb-2004: - Removed superfluous backslashes for line continuation
|
||||
11-Feb-2004: - Use same SIP port number for RX & TX (-> support
|
||||
symmetric SIP signalling)
|
||||
7-Feb-2004: - Fix for local-UA to local-UA RTP proxying, symmetric
|
||||
|
||||
+1
-1
@@ -31,7 +31,7 @@
|
||||
#include "siproxd.h"
|
||||
#include "log.h"
|
||||
|
||||
static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-"\
|
||||
static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-"
|
||||
BUILDSTR " $";
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -38,7 +38,7 @@
|
||||
#include "siproxd.h"
|
||||
#include "log.h"
|
||||
|
||||
static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-"\
|
||||
static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-"
|
||||
BUILDSTR " $";
|
||||
|
||||
/* configuration storage */
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#include <syslog.h>
|
||||
|
||||
|
||||
static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-"\
|
||||
static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-"
|
||||
BUILDSTR " $";
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -35,7 +35,7 @@
|
||||
#include "siproxd.h"
|
||||
#include "log.h"
|
||||
|
||||
static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-"\
|
||||
static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-"
|
||||
BUILDSTR " $";
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -32,7 +32,7 @@
|
||||
#include "siproxd.h"
|
||||
#include "log.h"
|
||||
|
||||
static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-"\
|
||||
static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-"
|
||||
BUILDSTR " $";
|
||||
|
||||
/* configuration storage */
|
||||
|
||||
+1
-1
@@ -35,7 +35,7 @@
|
||||
#include "siproxd.h"
|
||||
#include "log.h"
|
||||
|
||||
static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-"\
|
||||
static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-"
|
||||
BUILDSTR " $";
|
||||
|
||||
/* configuration storage */
|
||||
|
||||
+1
-1
@@ -29,7 +29,7 @@
|
||||
#include "rtpproxy.h"
|
||||
#include "log.h"
|
||||
|
||||
static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-"\
|
||||
static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-"
|
||||
BUILDSTR " $";
|
||||
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
#include "rtpproxy.h"
|
||||
#include "log.h"
|
||||
|
||||
static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-"\
|
||||
static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-"
|
||||
BUILDSTR " $";
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -33,7 +33,7 @@
|
||||
#include "log.h"
|
||||
|
||||
|
||||
static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-"\
|
||||
static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-"
|
||||
BUILDSTR " $";
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -44,7 +44,7 @@
|
||||
#include "rewrite_rules.h"
|
||||
#include "log.h"
|
||||
|
||||
static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-"\
|
||||
static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-"
|
||||
BUILDSTR " $";
|
||||
|
||||
/* configuration storage */
|
||||
|
||||
+7
-7
@@ -38,7 +38,7 @@
|
||||
#include "siproxd.h"
|
||||
#include "log.h"
|
||||
|
||||
static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-"\
|
||||
static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-"
|
||||
BUILDSTR " $";
|
||||
|
||||
|
||||
@@ -50,12 +50,12 @@ int sip_socket=0;
|
||||
|
||||
/* -h help option text */
|
||||
static const char str_helpmsg[] =
|
||||
PACKAGE"-"VERSION"-"BUILDSTR" (c) 2002-2004 Thomas Ries\n" \
|
||||
"\nUsage: siproxd [options]\n\n" \
|
||||
"options:\n" \
|
||||
" --help (-h) help\n" \
|
||||
" --debug <pattern> (-d) set debug-pattern\n" \
|
||||
" --config <cfgfile> (-c) use the specified config file\n"\
|
||||
PACKAGE "-" VERSION "-" BUILDSTR " (c) 2002-2004 Thomas Ries\n"
|
||||
"\nUsage: siproxd [options]\n\n"
|
||||
"options:\n"
|
||||
" --help (-h) help\n"
|
||||
" --debug <pattern> (-d) set debug-pattern\n"
|
||||
" --config <cfgfile> (-c) use the specified config file\n"
|
||||
"";
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -38,7 +38,7 @@
|
||||
#include "siproxd.h"
|
||||
#include "log.h"
|
||||
|
||||
static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-"\
|
||||
static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-"
|
||||
BUILDSTR " $";
|
||||
|
||||
/* configuration storage */
|
||||
|
||||
+1
-1
@@ -44,7 +44,7 @@
|
||||
#include "siproxd.h"
|
||||
#include "log.h"
|
||||
|
||||
static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-"\
|
||||
static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-"
|
||||
BUILDSTR " $";
|
||||
|
||||
/* configuration storage */
|
||||
|
||||
Reference in New Issue
Block a user