Manager command show dialplan syntax

How do I show the dialplan?

[code]viciCLI>
vici
CLI>
vici*CLI> manager show commands
Action Privilege Synopsis


WaitEvent Wait for an event to occur.
QueueReset Reset queue statistics.
QueueReload Reload a queue, queues, or any sub-section of a queue o
QueueRule Queue Rules.
QueuePenalty agent,all Set the penalty for a queue member.
QueueLog agent,all Adds custom entry in queue_log.
QueuePause agent,all Makes a queue member temporarily unavailable.
QueueRemove agent,all Remove interface from queue.
QueueAdd agent,all Add interface to queue.
QueueSummary Show queue summary.
QueueStatus Show queue status.
Queues Queues.
PlayDTMF call,all Play DTMF signal on a specific channel.
MuteAudio system,all Mute an audio stream
VoicemailUsersL call,reporting, List All Voicemail User Information.
MixMonitorMute Mute / unMute a Mixmonitor recording.
MeetmeList reporting,all List participants in a conference.
MeetmeUnmute call,all Unmute a Meetme user.
MeetmeMute call,all Mute a Meetme user.
LocalOptimizeAw system,call,all Optimize away a local channel when possible.
SKINNYshowline system,reportin Show SKINNY line (text format).
SKINNYlines system,reportin List SKINNY lines (text format).
SKINNYshowdevic system,reportin Show SKINNY device (text format).
SKINNYdevices system,reportin List SKINNY devices (text format).
AgentLogoff agent,all Sets an agent as no longer logged in.
Agents agent,all Lists agents and their status.
DAHDIRestart Fully Restart DAHDI channels (terminates calls).
DAHDIShowChanne Show status of DAHDI channels.
DAHDIDNDoff Toggle DAHDI channel Do Not Disturb status OFF.
DAHDIDNDon Toggle DAHDI channel Do Not Disturb status ON.
DAHDIDialOffhoo Dial over DAHDI channel while offhook.
DAHDIHangup Hangup DAHDI Channel.
DAHDITransfer Transfer DAHDI Channel.
SIPnotify system,all Send a SIP notify.
SIPshowregistry system,reportin Show SIP registrations (text format).
SIPqualifypeer system,reportin Qualify SIP peers.
SIPshowpeer system,reportin show SIP peer (text format).
SIPpeers system,reportin List SIP peers (text format).
IAXregistry system,reportin Show IAX registrations.
IAXnetstats system,reportin Show IAX Netstats.
IAXpeerlist system,reportin List IAX Peers.
IAXpeers system,reportin List IAX peers.
AGI agi,all Add an AGI command to execute by Async AGI.
JabberSend system,all Sends a message to a Jabber Client.
UnpauseMonitor call,all Unpause monitoring of a channel.
PauseMonitor call,all Pause monitoring of a channel.
ChangeMonitor call,all Change monitoring filename of a channel.
StopMonitor call,all Stop monitoring a channel.
Monitor call,all Monitor a channel.
DBDelTree system,all Delete DB Tree.
DBDel system,all Delete DB entry.
DBPut system,all Put DB entry.
DBGet system,reportin Get DB Entry.
Bridge call,all Bridge two channels already in the PBX.
Park call,all Park a channel.
ParkedCalls List parked calls.
ShowDialPlan config,reportin Show dialplan contexts and extensions
AOCMessage aoc,all Generate an Advice of Charge message on a channel.
ModuleCheck system,all Check if module is loaded.
ModuleLoad system,all Module management.
CoreShowChannel system,reportin List currently active channels.
Reload system,config,a Send a reload event.
CoreStatus system,reportin Show PBX core status variables.
CoreSettings system,reportin Show PBX core settings (version etc).
UserEvent user,all Send an arbitrary event.
UpdateConfig config,all Update basic configuration.
SendText call,all Send text message to channel.
ListCommands List available manager commands.
MailboxCount call,reporting, Check Mailbox Message Count.
MailboxStatus call,reporting, Check mailbox.
AbsoluteTimeout system,call,all Set absolute timeout.
ExtensionState call,reporting, Check Extension Status.
Command command,all Execute Asterisk CLI Command.
Originate originate,all Originate a call.
Atxfer call,all Attended transfer.
Redirect call,all Redirect (transfer) a call.
ListCategories config,all List categories in configuration file.
CreateConfig config,all Creates an empty file in the configuration directory.
Status system,call,rep List channel status.
GetConfigJSON system,config,a Retrieve configuration (JSON format).
GetConfig system,config,a Retrieve configuration.
Getvar call,reporting, Gets a channel variable or function value.
Setvar call,all Sets a channel variable or function value.
Ping Keepalive command.
Hangup system,call,all Hangup channel.
Challenge Generate Challenge for MD5 Auth.
Login Login Manager.
Logoff Logoff Manager.
Events Control Event Flow.
DataGet Retrieve the data api tree.
vici*CLI>
[/code]

What are you trying to achieve? (Normally an AMI application would know what is in the dialplan, either because it put it there, or because it was reliant on what it contained.)

(Command is probably the way to go.)

at the time, I was looking for the command dialplan show.