Fix incorrect default port number for HTTP server.

Thanks to Tzafrir Cohen for bringing this up on the
Asterisk developers mailing list.



git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@366650 65c4cc65-6c06-0410-ace0-fbb531ad65f3
certified/1.8.15
Mark Michelson 13 years ago
parent 5e7f34fa05
commit 82a5bbcece

@ -61,7 +61,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#define MAX_PREFIX 80
#define DEFAULT_SESSION_LIMIT 100
#define DEFAULT_HTTP_PORT 8080
#define DEFAULT_HTTP_PORT 8088
#define DEFAULT_HTTPS_PORT 8089
/* See http.h for more information about the SSL implementation */

Loading…
Cancel
Save