Ignore:
Timestamp:
Feb 18, 2016 3:15:19 AM (8 years ago)
Author:
riza
Message:

Misc (Re #1882): Add compile time option (PJMEDIA_HAS_DTMF_FLASH) to enable/disable DTMF flash as specified in rfc2833.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app_legacy.c

    r5170 r5242  
    12161216        char buf[128]; 
    12171217 
     1218#if defined(PJMEDIA_HAS_DTMF_FLASH) && PJMEDIA_HAS_DTMF_FLASH!= 0                
    12181219        if (!simple_input("DTMF strings to send (0-9*R#A-B)", buf, 
    12191220            sizeof(buf))) 
     1221#else 
     1222        if (!simple_input("DTMF strings to send (0-9*#A-B)", buf, 
     1223            sizeof(buf))) 
     1224#endif 
    12201225        { 
    12211226            return; 
Note: See TracChangeset for help on using the changeset viewer.