mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 15:49:56 +00:00
Merge a big batch of documentation fixes for escaping, marking URLs, places
where verbatim text went off the end of the page on the PDF, and various other improvements (closes issue #10307, IgorG) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@77284 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -57,7 +57,6 @@ queue specifies the context "dispatch". These three
|
||||
contexts must be defined somewhere in your dialplan.
|
||||
We will show them after the main menu below.
|
||||
|
||||
<verbage explaining options above>
|
||||
In the [general] section, specifying the persistentmembers=yes,
|
||||
will cause the agent lists to be stored in astdb, and
|
||||
recalled on startup.
|
||||
@@ -234,7 +233,7 @@ And in the dispatch context, first agents of priority 10 are tried, then
|
||||
Notice that a common pattern is followed in each of the three queue contexts:
|
||||
|
||||
First, you set QUEUE\_MAX\_PENALTY to a value, then you call
|
||||
Queue(<queue-name>,option,... (see the documentation for the Queue application));
|
||||
Queue($<$queue-name$>$,option,...) (see the Queue application documetation for details)
|
||||
|
||||
In the above, note that the "t" option is specified, and this allows the
|
||||
agent picking up the incoming call the luxury of transferring the call to
|
||||
|
||||
Reference in New Issue
Block a user