[asterisk-bugs] [Asterisk 0011681]: module unload <tab> doesnt work
noreply at bugs.digium.com
noreply at bugs.digium.com
Fri Jan 4 21:07:23 CST 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=11681
======================================================================
Reported By: junky
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 11681
Category: Core/PBX
Reproducibility: always
Severity: minor
Priority: low
Status: new
Asterisk Version: 1.4.17
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 96576
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 01-04-2008 19:21 CST
Last Modified: 01-04-2008 21:07 CST
======================================================================
Summary: module unload <tab> doesnt work
Description:
rabbit*CLI> module unload <tab>
cdr dnsmgr enum extconfig http manager rtp
logger
which is the wrong output, since it should be the modules list.
I also note:
module load <tab> doesnt work.
But if you type just the first char, then it works:
rabbit*CLI> module load r<tab>
res_adsi.so res_ael_share.so res_agi.so
res_clioriginate.so res_convert.so res_crypto.so
res_features.so
res_indications.so res_limit.so res_monitor.so
res_realtime.so res_smdi.so res_speech.so
res_musiconhold.so
rabbit*CLI> module load a<tab>
app_adsiprog.so app_alarmreceiver.so app_amd.so
app_cdr.so app_chanisavail.so app_channelredirect.so
app_chanspy.so app_controlplayback.so app_db.so
app_dial.so app_dictate.so app_directed_pickup.so
app_directory.so app_disa.so app_dumpchan.so
app_echo.so app_exec.so app_externalivr.so
app_festival.so app_flash.so app_followme.so
app_forkcdr.so app_getcpeid.so app_ices.so
app_image.so app_macro.so app_meetme.so
app_milliwatt.so app_minivm.so app_mixmonitor.so
app_morsecode.so app_mp3.so app_nbscat.so
app_page.so app_parkandannounce.so app_pickupchan.so
app_playback.so app_privacy.so app_queue.so
app_read.so app_readexten.so app_readfile.so
app_record.so app_sayunixtime.so app_senddtmf.so
app_sendtext.so app_setcallerid.so app_sms.so
app_softhangup.so app_speech_utils.so app_stack.so
app_system.so app_talkdetect.so app_test.so
app_transfer.so app_url.so app_userevent.so
app_verbose.so app_voicemail.so app_waitforring.so
app_waitforsilence.so app_waituntil.so app_while.so
app_zapateller.so app_zapbarge.so app_zapras.so
app_zapscan.so app_authenticate.so
rabbit*CLI> module load app_
which is okay after only the 1st char.
======================================================================
----------------------------------------------------------------------
caio1982 - 01-04-08 21:07
----------------------------------------------------------------------
Tested patch for 1.4 attached.
Issue History
Date Modified Username Field Change
======================================================================
01-04-08 21:07 caio1982 Note Added: 0076323
======================================================================
More information about the asterisk-bugs
mailing list