aboutsummaryrefslogtreecommitdiffstats
path: root/doc/tex/manager.tex
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-12 15:50:29 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-12 15:50:29 +0000
commit9b43b973221c9fadbc3caf32c079351b0b0d3038 (patch)
tree69bb4bf2568fdb6055974390a5a9414b1927ab0d /doc/tex/manager.tex
parent7227c5ce710a4a2056fdc4ae1f45bef9f8800d37 (diff)
Many doc directory improvements, including:
- Added development section (backtrace.tex) - Correct filesystem path formating - Replace all "|" argument separator to "," - Endless count of spaces at the end of line - Using astlisting to make listings do not take so much place - Take back ASTRISKVERSION on first page - Make localchannel.tex readable by inserting extra end of lines (closes issue #10962) Reported by: IgorG Patches: texdoc-85177-1.patch uploaded by IgorG (license 20) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@85519 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc/tex/manager.tex')
-rw-r--r--doc/tex/manager.tex13
1 files changed, 10 insertions, 3 deletions
diff --git a/doc/tex/manager.tex b/doc/tex/manager.tex
index 5c881410e..192587cda 100644
--- a/doc/tex/manager.tex
+++ b/doc/tex/manager.tex
@@ -61,43 +61,50 @@ You can get more information about a manager command
with the "manager show command $<$command$>$" CLI command in Asterisk.
\section{Examples}
-\begin{verbatim}
+
Login - Log a user into the manager interface.
+\begin{verbatim}
Action: Login
Username: testuser
Secret: testsecret
+\end{verbatim}
Originate - Originate a call from a channel to an extension.
+\begin{verbatim}
Action: Originate
Channel: sip/12345
Exten: 1234
Context: default
+\end{verbatim}
Originate - Originate a call from a channel to an extension without waiting
for call to complete.
+\begin{verbatim}
Action: Originate
Channel: sip/12345
Exten: 1234
Context: default
Async: yes
-
+\end{verbatim}
Redirect with ExtraChannel:
+
Attempted goal:
Have a 'robot' program Redirect both ends of an already-connected call
to a meetme room using the ExtraChannel feature through the management interface.
+\begin{verbatim}
Action: Redirect
Channel: Zap/1-1
ExtraChannel: SIP/3064-7e00 (varies)
Exten: 680
Priority: 1
+\end{verbatim}
Where 680 is an extension that sends you to a MeetMe room.
-\end{verbatim}
There are a number of GUI tools that use the manager interface, please search
the mailing list archives and the documentation page on the