- up to 1000 characters per line in config file (was 120),
some typos corrected (by Tero Pelander)
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
0.5.9
|
||||
=====
|
||||
23-Oct-2004: - fix: route_processing.c - when adding my record-route header,
|
||||
the 'lr' parameter was not dynamically allocated
|
||||
(possible crash when trying to free is)
|
||||
- up to 1000 characters per line in config file (was 120),
|
||||
some typos corrected (by Tero Pelander)
|
||||
13-Oct-2004: - utils.c: preparation for chroot() (consider syslog)
|
||||
09-Oct-2004: - comp_osip.c: libosip2-2.0.9 compatibility (There SEEM
|
||||
to happen some API changes forward and backward:
|
||||
|
||||
@@ -88,7 +88,7 @@ System Settings
|
||||
Password: <authorization password>
|
||||
Domain/Realm: <host part of SIP URI>
|
||||
SIP Proxy: <IP address of 3rd party registrar>
|
||||
Out Bound Porxy: <inbound IP address of siproxd>
|
||||
Out Bound Proxy: <inbound IP address of siproxd>
|
||||
Use Out Bound Proxy: Always
|
||||
Send Internal IP: Default
|
||||
Register: Always
|
||||
|
||||
@@ -99,7 +99,7 @@ rtp_proxy_enable = 1
|
||||
# This should be a range that is not blocked by the firewall
|
||||
#
|
||||
rtp_port_low = 7070
|
||||
rtp_port_high = 7080
|
||||
rtp_port_high = 7079
|
||||
|
||||
######################################################################
|
||||
# Timeout for RTP streams
|
||||
|
||||
+1
-1
@@ -131,7 +131,7 @@ int read_config(char *name, int search) {
|
||||
* STS_FAILURE on error
|
||||
*/
|
||||
static int parse_config (FILE *configfile) {
|
||||
char buff[128];
|
||||
char buff[1024];
|
||||
char *ptr;
|
||||
int i;
|
||||
int k;
|
||||
|
||||
+1
-1
@@ -380,7 +380,7 @@ mismatch:
|
||||
|
||||
/*
|
||||
* check if a given request is addressed to local. I.e. it is addressed
|
||||
* to the porxy itself (IP of my inbound or outbound interface, same port)
|
||||
* to the proxy itself (IP of my inbound or outbound interface, same port)
|
||||
*
|
||||
* RETURNS
|
||||
* STS_TRUE if the request is addressed local
|
||||
|
||||
Reference in New Issue
Block a user