mgcp: Fix documentation issue in the force-ptime command

<command id='rtp force-ptime (10|20|40)'>
        <param name='10' doc='(null)' />
        <param name='20' doc='(null)' />
        <param name='40' doc='(null)' />
This commit is contained in:
Holger Hans Peter Freyther 2014-07-04 20:11:11 +02:00
parent 983c99113d
commit 2947411383
1 changed files with 2 additions and 1 deletions

View File

@ -371,7 +371,8 @@ DEFUN(cfg_mgcp_rtp_force_ptime,
cfg_mgcp_rtp_force_ptime_cmd,
"rtp force-ptime (10|20|40)",
RTP_STR FORCE_PTIME_STR
"The required ptime (packet duration) in ms\n")
"The required ptime (packet duration) in ms\n"
"10 ms\n20 ms\n40 ms\n")
{
g_cfg->bts_force_ptime = atoi(argv[0]);
return CMD_SUCCESS;