|
@@ -48,8 +48,8 @@
|
|
|
#define STORE_AUDO_ANSWER "auto_answer"
|
|
|
#define SIGNAL_TYPE "TCP" //TCP,SIP
|
|
|
|
|
|
-static std::string version = "v1.0.11";
|
|
|
-static int versionNo = 11;
|
|
|
+static std::string version = "v1.0.12";
|
|
|
+static int versionNo = 12;
|
|
|
static std::string serverIP = "172.28.100.100";
|
|
|
static std::string tcpIP = "172.28.100.100";
|
|
|
static int serverHttpPort = 8006;
|