[Home]

Summary:ASTERISK-08605: tab isnt working for module load
Reporter:Clod Patry (junky)Labels:
Date Opened:2007-01-18 12:06:09.000-0600Date Closed:2007-01-18 13:05:09.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:polux*CLI> module load app_morse<TAB>
doesnt complete it.

but if you finish the line (by hand)
you will see the module loading correctly:
module load app_morsecode.so
 == Registered application 'Morsecode'
Loaded app_morsecode.so => (Morse code)
polux*CLI>

So its look like that app is never read from tab completion:
polux*CLI> module unload app_<TAB>
app_adsiprog.so               app_alarmreceiver.so          app_amd.so                    app_authenticate.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_hasnewvoicemail.so        app_ices.so                   app_image.so                  app_lookupblacklist.so
app_lookupcidname.so          app_macro.so                  app_meetme.so                 app_milliwatt.so
app_mixmonitor.so             app_mp3.so                    app_nbscat.so                 app_page.so
app_parkandannounce.so        app_playback.so               app_privacy.so                app_queue.so
app_random.so                 app_read.so                   app_readfile.so               app_realtime.so
app_record.so                 app_sayunixtime.so            app_senddtmf.so               app_sendtext.so
app_setcallerid.so            app_setcdruserfield.so        app_settransfercapability.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_while.so                  app_zapateller.so             app_zapbarge.so
app_zapras.so                 app_zapscan.so                app_morsecode.so
polux*CLI>



and
polux*CLI> module unload app_<TAB> works like it should be.




****** ADDITIONAL INFORMATION ******

It's like the tab completion for loading module has be broken for 1.4, since it was working fine in 1.2
Comments:By: Jason Parker (jparker) 2007-01-18 13:05:08.000-0600

Fixed in svn branch 1.4 and trunk in revisions 51245 and 51249