Ignore:
Timestamp:
May 23, 2013 3:48:31 AM (11 years ago)
Author:
riza
Message:

Re #1643:

  • Fix duplicate shortcut for video commands
  • Fix restart command bug on legacy mode
  • Fix restart bug when using add-buddy options
File:
1 edited

Legend:

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

    r4513 r4522  
    28982898        "    </CMD>" 
    28992899        "  </CMD>" 
    2900         "  <CMD name='call' id='6004' sc='cl' "  
     2900        "  <CMD name='call' id='6004' sc='vcl' " 
    29012901        "   desc='Video call commands/settings'>" 
    2902         "    <CMD name='rx' id='60041' sc='rx' " 
     2902        "    <CMD name='rx' id='60041' " 
    29032903        "     desc='Enable/disable video RX for stream in curr call'>" 
    29042904        "      <ARG name='enable_option' type='choice' " 
     
    29372937        "    </CMD>" 
    29382938        "  </CMD>" 
    2939         "  <CMD name='device' id='6005' sc='v' desc='Video device commands'>" 
     2939        "  <CMD name='device' id='6005' sc='vv' desc='Video device commands'>" 
    29402940        "    <CMD name='list' id='60051' desc='Show all video devices'/>" 
    29412941        "    <CMD name='refresh' id='60052' desc='Refresh video device list'/>" 
Note: See TracChangeset for help on using the changeset viewer.