Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
97:8985817e8847
Parent:
92:92df17f538a8
Child:
99:e80850c51106
--- a/call_box.cpp	Sat Jan 10 17:06:55 2015 +0000
+++ b/call_box.cpp	Sat Jan 10 23:59:51 2015 +0000
@@ -260,4 +260,7 @@
 
 void Call_Box::reset_cb_status( void ){
     if( sip != NULL ) sip->reset_call();
-}
\ No newline at end of file
+}
+
+int Call_Box::get_sip_ext( void ){ return this->sip->get_ext(); }
+int Call_Box::get_sip_port( void ){ return this->sip->get_port(); }
\ No newline at end of file