[asterisk-commits] pari: branch 1.4 r99010 - in /branches/1.4: configs/ main/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Jan 17 17:23:26 CST 2008
Author: pari
Date: Thu Jan 17 17:23:25 2008
New Revision: 99010
URL: http://svn.digium.com/view/asterisk?view=rev&rev=99010
Log:
missed that one while reverting
Modified:
branches/1.4/configs/cdr.conf.sample
branches/1.4/main/manager.c
Modified: branches/1.4/configs/cdr.conf.sample
URL: http://svn.digium.com/view/asterisk/branches/1.4/configs/cdr.conf.sample?view=diff&rev=99010&r1=99009&r2=99010
==============================================================================
--- branches/1.4/configs/cdr.conf.sample (original)
+++ branches/1.4/configs/cdr.conf.sample Thu Jan 17 17:23:25 2008
@@ -11,7 +11,7 @@
; Define whether or not to use CDR logging. Setting this to "no" will override
; any loading of backend CDR modules. Default is "yes".
-;enable=yes
+enable=yes
; Define whether or not to log unanswered calls. Setting this to "yes" will
; report every attempt to ring a phone in dialing attempts, when it was not
Modified: branches/1.4/main/manager.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/main/manager.c?view=diff&rev=99010&r1=99009&r2=99010
==============================================================================
--- branches/1.4/main/manager.c (original)
+++ branches/1.4/main/manager.c Thu Jan 17 17:23:25 2008
@@ -2711,7 +2711,7 @@
}
ast_build_string(&c, &len, "Content-type: text/%s\r\n", contenttype[format]);
sprintf(tmp, "%08lx", s->managerid);
- ast_build_string(&c, &len, "%s", ast_http_setcookie("mansession_id", tmp, httptimeout, cookie, sizeof(cookie)));
+ ast_build_string(&c, &len, "%s\r\n", ast_http_setcookie("mansession_id", tmp, httptimeout, cookie, sizeof(cookie)));
if (format == FORMAT_HTML)
ast_build_string(&c, &len, "<title>Asterisk™ Manager Interface</title>");
if (format == FORMAT_XML) {
More information about the asterisk-commits
mailing list