Modularizando o src

Dependencies:   EALib EthernetInterface_vz mbed-rtos mbed

Fork of header_main_colinas_V0-20-09-14 by VZTECH

Revision:
99:e80850c51106
Parent:
97:8985817e8847
Child:
105:a930035b6556
--- a/call_manager.cpp	Sun Jan 11 03:30:47 2015 +0000
+++ b/call_manager.cpp	Mon Jan 19 18:00:42 2015 +0000
@@ -84,7 +84,7 @@
                     ( char * )data, cb->get_msg_id(), __CB_BUFFER_SIZE__ - __VZ_HEADER_OFFSET__, write_buffer ) );
                 cb->send_bye();
                 set_status( cb->sip->status, sip_idle );
-                cb->re_start_timer();
+                //cb->re_start_timer();
                 cb->reset_cb_status();
             }
             delete( call );    
@@ -210,7 +210,7 @@
         
                 cb->send_bye();
                 set_status( cb->sip->status, sip_idle );
-                cb->re_start_timer();
+                //cb->re_start_timer();
             }break;
             case cb_denied : {
                 ts->return_timeslice( cb->get_timeslice() );
@@ -232,7 +232,7 @@
                         break;
                     }
                 }
-                //debug_msg("");
+                //cb->re_start_timer();
                 if( debug_invite ) debug_msg( "-- Trying -- denying call request --" );
                 set_status( cb->status, cb_idle );
                 set_status( cb->sip->status, sip_idle );