Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
116:39a41ebb675c
Parent:
115:a1e1e2e60a2c
Child:
117:e9facba9db27
--- a/call_box.h	Thu Apr 23 13:57:54 2015 +0000
+++ b/call_box.h	Thu Apr 23 20:24:09 2015 +0000
@@ -54,20 +54,26 @@
 
 class Call_Box : public Object{
     private :
+        bool invite_response;
+        bool bye_response;
+        
         int ext;  // ramal
         int port; // porta
-        Timer t;
-        Timer rtp_timer; // usado pra controlar o timeout dos pedidos de porta rtp
+        int sip_socket_fd;
+        int shift_port;
+        
         uint8_t remaining_attempts;
-        float timeout;
         uint8_t msg_id;
         uint8_t timeslice;
         uint8_t next_aging_type;
-        bool invite_response;
+        
         uint16_t invite_retry_count;
-        bool bye_response;
+        
+        float timeout;
+        
+        Timer t;
+        Timer rtp_timer; // usado pra controlar o timeout dos pedidos de porta rtp
         Timer seconds;
-        int sip_socket_fd;
     public :
                 /**
                  * @Synopsis Objeto Sip que será usado para tratativas com o servidor.