<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+Application_SayCountedAdj">Asterisk 11 Application_SayCountedAdj</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="Asterisk11Application_SayCountedAdj-SayCountedAdj%28%29"></a>SayCountedAdj()</h1>

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

<p>Say a adjective in declined form in order to count things</p>
<h3><a name="Asterisk11Application_SayCountedAdj-Description"></a>Description</h3>



<p>Selects and plays the proper form of an adjective according to the gender and of the noun which it modifies and the number of objects named by the noun-verb combination which have been counted. Used when saying things such as "5 new messages". The various singular and plural forms of the adjective are selected by adding suffixes to <em>filename</em>.</p>

<p>If the channel language is English, then no suffix will ever be added (since, in English, adjectives are not declined). If the channel language is Russian or some other slavic language, then the suffix will the specified <em>gender</em> for nominative, and "x" for genative plural. (The genative singular is not used when counting things.) For example, SayCountedAdj(1,new,f) will play sound file "newa" (containing the word "novaya"), but SayCountedAdj(5,new,f) will play sound file "newx" (containing the word "novikh").</p>

<p>This application does not automatically answer and should be preceeded by an application such as Answer(), Progress(), or Proceeding().</p>

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

<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>SayCountedAdj(number,filename,gender)</pre>
</div></div>
<h5><a name="Asterisk11Application_SayCountedAdj-Arguments"></a>Arguments</h5>


<ul>
        <li>number - The number of things</li>
        <li>filename - File name stem for the adjective</li>
        <li>gender - The gender of the noun modified, one of 'm', 'f', 'n', or 'c'</li>
</ul>


<h3><a name="Asterisk11Application_SayCountedAdj-SeeAlso"></a>See Also</h3>


<ul>
        <li><a href="/wiki/display/AST/Asterisk+11+Application_SayCountedNoun" title="Asterisk 11 Application_SayCountedNoun">Asterisk 11 Application&#95;SayCountedNoun</a></li>
        <li><a href="/wiki/pages/createpage.action?spaceKey=AST&amp;title=Asterisk+11+Application_SayNumber&amp;linkCreation=true&amp;fromPageId=20187088" class="createlink">Asterisk 11 Application&#95;SayNumber</a></li>
</ul>


<h3><a name="Asterisk11Application_SayCountedAdj-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+Application_SayCountedAdj">View Online</a>
              |
       <a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Application_SayCountedAdj?showComments=true&amp;showCommentArea=true#addcomment">Add Comment</a>
           </div>
</div>
</div>
</div>
</div>
</body>
</html>