The show Command

show agents

show agi

show application

You can view information about the applications available within your dialplan by using the show application command. The format is


			show application application_name
			

If you press the Tab key twice after typing show application you will get a listing of all the applications, without a description, available to you for use within your dialplan. When viewing each specific application, the Asterisk CLI will give you a brief description about the application, its usage within the dialplan and a listing of any options/flags which it may support. This is arguably one of the most useful commands in the Asterisk CLI.

The show applications command compliments this command nicely.

show applications

The show applications command will give you a listing of all the available applications with a brief description for use within your dialplan. The show applications command will give you output like the following example.


			*CLI>  show applications
			    -= Registered Asterisk Applications =-
			       AbsoluteTimeout: Set absolute maximum time of call
			        AddQueueMember: Dynamically adds queue members
			              ADSIProg: Load Asterisk ADSI Scripts into phone
			    AgentCallbackLogin: Call agent callback login
			            AgentLogin: Call agent login
			  AgentMonitorOutgoing: Record agent's outgoing call
			                   AGI: Executes an AGI compliant application
			...etc...
			

Note

As of CVS HEAD 08/27/2004 there is a new command which let you search for applications which contain a word you specify. show applications like text will search for the sub-string text within the application name. show applications describing text will search the descriptions for the sub-string text.

show audio

show channel

show channels

show codec

show codecs

show conferences

show config

show dialplan

show file

show image

show indications

show keys

show manager

show modules

show parkedcalls

show queue

show queues

show switches

show translation

show uptime

show version

show video

show voicemail