Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
91:c2a86b1f8aaa
Parent:
89:0fe315117b00
Child:
92:92df17f538a8
--- a/call_box.cpp	Wed Jan 07 21:50:46 2015 +0000
+++ b/call_box.cpp	Thu Jan 08 23:44:08 2015 +0000
@@ -238,6 +238,10 @@
     return( sip_socket_fd );
 }
 
-int Call_Box::sip_udp_drop_once( void ){
-    return sip->udp_drop_once();
+int Call_Box::sip_udp_incomming_pkg( void ){
+    return sip->udp_incomming_pkg();
+}
+
+void Call_Box::reset_cb_status( void ){
+    if( sip != NULL ) sip->reset_call();
 }
\ No newline at end of file