mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-16 09:46:22 +00:00
Another major doc directory update from IgorG. This patch includes
- Many uses of the astlisting environment around verbatim text to ensure that it gets properly formatted and doesn't run off the page. - Update some things that have been deprecated. - Add escaping as needed - and more ... (closes issue #10978) Reported by: IgorG Patches: texdoc-85542-1.patch uploaded by IgorG (license 20) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@85547 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -471,7 +471,7 @@ context agents
|
||||
\end{verbatim}
|
||||
\end{astlisting}
|
||||
|
||||
In the above, the variables \${RAQUEL}, etc stand for
|
||||
In the above, the variables \$\{RAQUEL\}, etc stand for
|
||||
actual devices to ring that person's
|
||||
phone (like Zap/37).
|
||||
|
||||
@@ -513,7 +513,7 @@ macro callagent(device,exten)
|
||||
\end{verbatim}
|
||||
\end{astlisting}
|
||||
|
||||
In the callagent macro above, the \${exten} will
|
||||
In the callagent macro above, the \$\{exten\} will
|
||||
be 6121, or 6165, etc, which is the extension of the agent.
|
||||
|
||||
The use of the GROUP\_COUNT, and OUTBOUND\_GROUP follow this line
|
||||
@@ -522,7 +522,7 @@ current priority. If some of those agents are already talking, they
|
||||
would get bothersome call-waiting tones. To avoid this inconvenience,
|
||||
when an agent gets a call, the OUTBOUND\_GROUP assigns that
|
||||
conversation to the group specified, for instance 6171@agents.
|
||||
The \${GROUP\_COUNT()} variable on a subsequent call should return
|
||||
The \$\{GROUP\_COUNT()\} variable on a subsequent call should return
|
||||
"1" for that group. If GROUP\_COUNT returns 1, then the busy()
|
||||
is returned without actually trying to dial the agent.
|
||||
|
||||
|
Reference in New Issue
Block a user