Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
89:0fe315117b00
Parent:
85:b6f2dc1d0f4f
Child:
91:c2a86b1f8aaa
--- a/call_box.h	Tue Jan 06 16:39:09 2015 +0000
+++ b/call_box.h	Wed Jan 07 21:48:53 2015 +0000
@@ -62,9 +62,8 @@
         uint8_t next_aging_type;
         bool invite_response;
         bool bye_response;
-        
         Timer seconds;
-        
+        int sip_socket_fd;
     public :
                 /**
                  * @Synopsis Objeto Sip que será usado para tratativas com o servidor.
@@ -379,5 +378,8 @@
         void set_bye_response_ok( void );
         void set_bye_response_pending( void );
         bool get_bye_response( void );
+        
+        int get_sip_socket_fd( void );
+        int sip_udp_drop_once( void );
 };
 #endif
\ No newline at end of file