Ignore:
Timestamp:
Feb 22, 2006 9:21:09 AM (18 years ago)
Author:
bennylp
Message:

Putting initial DTMF efforts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/conference.c

    r211 r214  
    747747            continue; 
    748748 
     749        // 
     750        // TODO: 
     751        //  When there's no source, not transmit the frame, but instead 
     752        //  transmit a 'silence' frame. This is to allow the 'port' to 
     753        //  do some processing, such as updating timestamp for RTP session 
     754        //  or transmit signal when it's in the middle of transmitting DTMF. 
     755        // 
    749756 
    750757        target_buf = (conf_port->cur_tx_buf==conf_port->tx_buf1? 
Note: See TracChangeset for help on using the changeset viewer.