Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
38:af5ecd6997ab
Parent:
33:735fd60e96d8
Child:
43:455522f98de5
--- a/sip.cpp	Tue Sep 30 19:25:32 2014 +0000
+++ b/sip.cpp	Wed Oct 01 19:14:38 2014 +0000
@@ -961,7 +961,7 @@
             char ans[ 2000 ];
             build_reply_package( ans, (unsigned char*)buffer );
             //sock.sendTo( sip_server, ans, sizeof( ans ) );  
-            sock.sendTo( sip_server, ans, 512 );  
+            sock.sendTo( sip_server, ans, 768 );  
             if( debug_sip ) debug_msg("Server request BYE to %d ext", my_ext );
             return( this->my_ext );
         }else if( !( strncasecmp( buffer, "options", strlen("options") ) ) ){