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

Setting svn:eol-style attribute

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua/main.c

    • Property svn:keywords set to id
    r160 r167  
    6262    puts(""); 
    6363    puts("Console keys:"); 
    64     puts("  m    Make a call"); 
     64    puts("  m    Make a call/another call"); 
    6565    puts("  a    Answer incoming call"); 
    6666    puts("  h    Hangup current call"); 
     
    353353    puts("  --use-stun2=host[:port]  Use STUN and set host name and port of STUN servers"); 
    354354    puts(""); 
    355     puts("SIMPLE options (may be specified more than once):"); 
    356     puts("  --add-buddy url     Add the specified URL to the buddy list."); 
    357     puts("  --offer-x-ms-msg    Offer \"x-ms-message\" in outgoing INVITE"); 
    358     puts("  --no-presence       Do not subscribe presence of buddies"); 
     355    //puts("SIMPLE options (may be specified more than once):"); 
     356    //puts("  --add-buddy url     Add the specified URL to the buddy list."); 
     357    //puts("  --offer-x-ms-msg    Offer \"x-ms-message\" in outgoing INVITE"); 
     358    //puts("  --no-presence     Do not subscribe presence of buddies"); 
    359359    puts(""); 
    360360    fflush(stdout); 
Note: See TracChangeset for help on using the changeset viewer.