Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
99:e80850c51106
Parent:
97:8985817e8847
Child:
106:a34fcf9f0e02
--- a/call_box.h	Sun Jan 11 03:30:47 2015 +0000
+++ b/call_box.h	Mon Jan 19 18:00:42 2015 +0000
@@ -16,7 +16,7 @@
 #include "shared_variables.h"
 
 #define __RESQUEST_TIME__ 3
-#define MAX_INVITE_RETRY 30
+#define MAX_INVITE_RETRY 1000
 
 
 #define __TIMEOUT__  250
@@ -63,7 +63,7 @@
         uint8_t timeslice;
         uint8_t next_aging_type;
         bool invite_response;
-        uint8_t invite_retry_count;
+        uint16_t invite_retry_count;
         bool bye_response;
         Timer seconds;
         int sip_socket_fd;
@@ -393,5 +393,6 @@
         uint8_t get_invite_retry_count( void );
         int get_sip_ext( void );
         int get_sip_port( void );
+        int get_timer( void );
 };
 #endif
\ No newline at end of file