mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
xmldocs: Improve examples.
Use example tags instead of regular para tags where possible. ASTERISK-30090 Change-Id: Iada8bbfda08f30b118cedf2d040bbb21e4966ec5
This commit is contained in:
committed by
Joshua Colp
parent
c1611e7d1b
commit
4f3c774246
@@ -67,10 +67,11 @@
|
||||
fallback to a queue when the front line people are busy or unavailable, but
|
||||
you still want front line people to log in and out of that group, just like
|
||||
a queue.</para>
|
||||
<para>Example:</para>
|
||||
<para>exten => 1,1,Set(DIALGROUP(mygroup,add)=SIP/10)</para>
|
||||
<para>exten => 1,n,Set(DIALGROUP(mygroup,add)=SIP/20)</para>
|
||||
<para>exten => 1,n,Dial(${DIALGROUP(mygroup)})</para>
|
||||
<example title="Add 2 endpoints to a dial group">
|
||||
exten => 1,1,Set(DIALGROUP(mygroup,add)=SIP/10)
|
||||
same => n,Set(DIALGROUP(mygroup,add)=SIP/20)
|
||||
same => n,Dial(${DIALGROUP(mygroup)})
|
||||
</example>
|
||||
</description>
|
||||
</function>
|
||||
***/
|
||||
|
Reference in New Issue
Block a user