From b3d2c5538fee586f8dc8ac7d17c52b7788ab0067 Mon Sep 17 00:00:00 2001 From: Yun Liu <yun@yun.(none)> Date: Thu, 25 Sep 2008 10:59:22 -0400 Subject: [PATCH] change the default sip port number --- src/sipmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sipmanager.cpp b/src/sipmanager.cpp index 81cf90b21e..33db295664 100755 --- a/src/sipmanager.cpp +++ b/src/sipmanager.cpp @@ -23,7 +23,7 @@ #include "sipmanager.h" #include "sipvoiplink.h" -#define DEFAULT_SIP_PORT 5068 +#define DEFAULT_SIP_PORT 5060 #define RANDOM_SIP_PORT rand() % 64000 + 1024 #define RANDOM_LOCAL_PORT ((rand() % 27250) + 5250)*2 -- GitLab