Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: EALib EthernetInterface_vz mbed-rtos mbed
Fork of header_main_colinas_V0-20-09-14 by
Diff: sip.cpp
- Revision:
- 1:a1758104fa1d
- Parent:
- 0:4d17cd9c8f9d
- Child:
- 3:cd9148672e25
--- a/sip.cpp Tue Sep 09 20:01:24 2014 +0000 +++ b/sip.cpp Wed Sep 10 12:50:57 2014 +0000 @@ -221,11 +221,9 @@ char ans[ 1024 ]; build_ack_package( ans, ( unsigned char *)buffer_eth_invite ); sock.sendTo( sip_server, ans, sizeof( ans ) ); - - debug_msg("Call nao alocada -- Sip::status::%d -- loop_times :: %d :: received_loop_times :: %d", status, loop_times, received_loop_times ); + debug_msg("Call alocada -- Sip::status::%d -- loop_times :: %d :: received_loop_times :: %d", status, loop_times, received_loop_times ); set_status( status, sip_on_call ); return( call ); - } } }