Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
107:cf1e43414adb
Parent:
105:a930035b6556
Child:
108:18a3702650f3
--- a/sip.cpp	Fri Mar 13 19:40:56 2015 +0000
+++ b/sip.cpp	Mon Mar 16 14:05:05 2015 +0000
@@ -1104,6 +1104,7 @@
                     ref = strtok( ref, " ");
                     if( call == NULL ){
                         call = new VZ_call( this->my_ext, this->my_rtp_port, this->peer_ext, atoi( ref ) );
+                        //TODO colocar um debug que me exibe "rtp port client-server
                         if( call == NULL ) memory_is_over = true;
                     }
                     char ans[ 1024 ];
@@ -1142,6 +1143,7 @@
                     ref = strtok( ref, " ");
                     if( call == NULL ){
                         this->call = new VZ_call( this->my_ext, this->my_rtp_port, this->peer_ext, atoi( ref ) );
+                        if( dcolinas
                         if( call == NULL ) memory_is_over = true;
                     }
                     waiting = true;