<html>
<head>
    <base href="https://wiki.asterisk.org/wiki">
            <link rel="stylesheet" href="/wiki/s/en/2172/18/9/_/styles/combined.css?spaceKey=AST&amp;forWysiwyg=true" type="text/css">
    </head>
<body style="background: white;" bgcolor="white" class="email-body">
<div id="pageContent">
<div id="notificationFormat">
<div class="wiki-content">
<div class="email">
    <h2><a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Function_DIALGROUP">Asterisk 11 Function_DIALGROUP</a></h2>
    <h4>Page  <b>added</b> by             <a href="https://wiki.asterisk.org/wiki/display/~wikibot">Wiki Bot</a>
    </h4>
         <br/>
    <div class="notificationGreySide">
         <h1><a name="Asterisk11Function_DIALGROUP-DIALGROUP%28%29"></a>DIALGROUP()</h1>

<h3><a name="Asterisk11Function_DIALGROUP-Synopsis"></a>Synopsis</h3>

<p>Manages a group of users for dialing.</p>
<h3><a name="Asterisk11Function_DIALGROUP-Description"></a>Description</h3>



<p>Presents an interface meant to be used in concert with the Dial application, by presenting a list of channels which should be dialled when referenced.</p>

<p>When DIALGROUP is read from, the argument is interpreted as the particular <em>group</em> for which a dial should be attempted. When DIALGROUP is written to with no arguments, the entire list is replaced with the argument specified.</p>

<p>Functionality is similar to a queue, except that when no interfaces are available, execution may continue in the dialplan. This is useful when you want certain people to be the first to answer any calls, with immediate 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.</p>

<p>Example:</p>

<p>exten =&gt; 1,1,Set(DIALGROUP(mygroup,add)=SIP/10)</p>

<p>exten =&gt; 1,n,Set(DIALGROUP(mygroup,add)=SIP/20)</p>

<p>exten =&gt; 1,n,Dial(${DIALGROUP(mygroup)})</p>

<h3><a name="Asterisk11Function_DIALGROUP-Syntax"></a>Syntax</h3>

<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>DIALGROUP(group,op)</pre>
</div></div>
<h5><a name="Asterisk11Function_DIALGROUP-Arguments"></a>Arguments</h5>


<ul>
        <li>group</li>
        <li>op - The operation name, possible values are:add - add a channel name or interface (write-only)del - remove a channel name or interface (write-only)</li>
</ul>



<h3><a name="Asterisk11Function_DIALGROUP-ImportVersion"></a>Import Version</h3>

<p>This documentation was imported from Asterisk Version SVN-trunk-r370322</p>
    </div>
    <div id="commentsSection" class="wiki-content pageSection">
       <div style="float: right;" class="grey">
                        <a href="https://wiki.asterisk.org/wiki/users/removespacenotification.action?spaceKey=AST">Stop watching space</a>
            <span style="padding: 0px 5px;">|</span>
                <a href="https://wiki.asterisk.org/wiki/users/editmyemailsettings.action">Change email notification preferences</a>
</div>
       <a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Function_DIALGROUP">View Online</a>
              |
       <a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Function_DIALGROUP?showComments=true&amp;showCommentArea=true#addcomment">Add Comment</a>
           </div>
</div>
</div>
</div>
</div>
</body>
</html>