Changeset 486:8030fe9ab0b9 in mediastreamer2
- Timestamp:
- Jun 4, 2009 3:58:35 PM (4 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
linphone/console/commands.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
linphone/console/commands.c
r483 r486 399 399 if (strstr(args,"enable")){ 400 400 linphonec_set_autoanswer(TRUE); 401 linphonec_out("Auto answer disabled.\n");401 linphonec_out("Auto answer enabled.\n"); 402 402 }else if (strstr(args,"disable")){ 403 403 linphonec_set_autoanswer(FALSE); 404 linphonec_out("Auto answer enabled.\n");404 linphonec_out("Auto answer disabled.\n"); 405 405 }else return 0; 406 406 return 1;
Note: See TracChangeset
for help on using the changeset viewer.
