]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix incorrect default port number for HTTP server.
authorMark Michelson <mmichelson@digium.com>
Wed, 16 May 2012 15:52:19 +0000 (15:52 +0000)
committerMark Michelson <mmichelson@digium.com>
Wed, 16 May 2012 15:52:19 +0000 (15:52 +0000)
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

main/http.c

index 9fb00721f63d9b4a634fd73ada0937e5ead952ef..8fc5e320b6be1d6f21ad361c832daaf6d0be3bf0 100644 (file)
@@ -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 */