Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
8:e3bfe62a477e
Parent:
7:019b08223b87
Child:
12:07fd716e0f35
--- a/sip.h	Sat Sep 13 19:21:48 2014 +0000
+++ b/sip.h	Mon Sep 15 15:13:52 2014 +0000
@@ -18,19 +18,13 @@
 #define SIP_ALLOW "Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER"
 /* #define SIP_ALLOW "Allow: ACK, BYE, CANCEL, INVITE, OPTIONS" */
 
-//#define debug_colinas
-#ifdef debug_colinas
-#define __SEVER_IP__ "192.168.30.25"
-#define __SERVER_PORT__ 5060
-#endif
-#ifndef debug_colinas
 #define __SEVER_IP__ "192.168.120.120"
 #define __SERVER_PORT__ 5075
-#endif
-
+//#define __MY_IP__ "192.168.120.191"
 #define __MY_PORT__ 5062
 #define __MY_EXT__ 820
-#define __PEER_EXT__ 913
+#define __PEER_EXT__ 913 
+//#define __PEER_EXT__ 803
 
 #define sip_idle 0
 #define sip_waiting_trying 1 << 1