Changeset 5242 for pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app_legacy.c
- Timestamp:
- Feb 18, 2016 3:15:19 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app_legacy.c
r5170 r5242 1216 1216 char buf[128]; 1217 1217 1218 #if defined(PJMEDIA_HAS_DTMF_FLASH) && PJMEDIA_HAS_DTMF_FLASH!= 0 1218 1219 if (!simple_input("DTMF strings to send (0-9*R#A-B)", buf, 1219 1220 sizeof(buf))) 1221 #else 1222 if (!simple_input("DTMF strings to send (0-9*#A-B)", buf, 1223 sizeof(buf))) 1224 #endif 1220 1225 { 1221 1226 return;
Note: See TracChangeset
for help on using the changeset viewer.