1
0
Fork 0

moved to cvs

This commit is contained in:
bagyenda 2008-07-07 14:36:29 +00:00
parent 4cdb712d76
commit f7fa35d3ea
4 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,5 @@
2008-07-07 P. A. Bagyenda <bagyenda@dsmagic.com>
* Move to compile against Kannel-CVS
2008-07-07 P. A. Bagyenda <bagyenda@dsmagic.com>
* Message-ID fix -- added '@'
2008-07-04 P. A. Bagyenda <bagyenda@dsmagic.com>

View File

@ -386,8 +386,8 @@ href="http://www.mbuni.org/downloads.shtml">download area</a> of the website
<H4><!--TableOfContentsAnchor:Begin--><A NAME="Section_.1.2.1"></A><!--TableOfContentsAnchor:End-->Installing Kannel</H4>
<p>In order to compile the software, you
will first need to download and install Kannel CVS (2006-11-23) from <a
href="http://mbuni.org/downloads/1.2.0/kannel-snapshot.tar.gz">mbuni.org</a>:</p>
will first need to download and install Kannel CVS (2008-07-07) from <a
href="http://www.kannel.org/download/kannel-snapshot.tar.gz">kannel.org</a>:</p>

View File

@ -86,7 +86,7 @@ BUILD_PGSQLQ_FALSE = #
BUILD_PGSQLQ_TRUE =
CC = gcc
CCDEPMODE = depmode=gcc3
CFLAGS = -I/usr/local/pgsql/include -g -O2 -DDARWIN=1 -O4 -Wall -I/usr/include/openssl -I/usr/local/include/kannel -g -DDARWIN=1 -L/Developer/SDKs/MacOSX10.4u.sdk/usr/lib -I/Developer/SDKs/MacOSX10.4u.sdk/usr/include -I/sw/include/libxml2 -I/sw/include -I/usr/include/openssl
CFLAGS = -I/usr/local/pgsql/include -g -O2 -DDARWIN=1 -O4 -Wall -I/usr/include/openssl -I/usr/local/include/kannel -g -O2 -DDARWIN=1 -L/Developer/SDKs/MacOSX10.4u.sdk/usr/lib -I/Developer/SDKs/MacOSX10.4u.sdk/usr/include -I/sw/include/libxml2 -I/sw/include -I/usr/include/openssl
CPP = gcc -E
CPPFLAGS =
CXX = g++

View File

@ -87,7 +87,7 @@ int mms_load_core_settings(mCfgGrp *cgrp)
mms_cfg_get_int(cgrp, octstr_imm("http-proxy-port"), &http_proxy_port);
if (http_proxy_port > 0)
http_use_proxy(http_proxy_host, http_proxy_port,
http_use_proxy(http_proxy_host, http_proxy_port, 0,
exceptions, username, password, except_regex);
octstr_destroy(http_proxy_host);
octstr_destroy(username);