<html>
<head>
    <base href="https://wiki.asterisk.org/wiki">
            <link rel="stylesheet" href="/wiki/s/2033/1/7/_/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/Function_CALLERPRES?focusedCommentId=10649827#comment-10649827">Function_CALLERPRES</a></h2>
        <h4>Page
        <b>comment added</b> by              <a href="https://wiki.asterisk.org/wiki/display/~alepaes">Alexandre Arruda Paes</a>
    </h4>
    <br/>
    <div class="notificationGreySide">
       <p>Yep. <br/>
You can do a simple test (asterisk 1.6.2.15):</p>

<p>exten =&gt; 775,1,Set(CALLERPRES()=unavailable)<br/>
exten =&gt; 775,n,Dial(SIP/1000)          </p>

<p>exten =&gt; 776,1,Set(CALLERPRES()=unavailable)<br/>
exten =&gt; 776,n,Queue(test)</p>

<p>Queue 'test' have SIP/1000 as a static member.</p>

<p>This patch:
<a href="https://issues.asterisk.org/view.php?id=17909" class="external-link" rel="nofollow">https://issues.asterisk.org/view.php?id=17909</a> <br/>
is trying to resolve this, but in my test the call presentation isn't allways blocked.</p>
    </div>

        
    <div id="commentsSection" class="wiki-content pageSection">
       <div style="float: right;">
            <a href="https://wiki.asterisk.org/wiki/users/viewnotifications.action" class="grey">Change Notification Preferences</a>
       </div>
       <a href="https://wiki.asterisk.org/wiki/display/AST/Function_CALLERPRES?focusedCommentId=10649827#comment-10649827">View Online</a>
              |
       <a id="reply-10649827" href="https://wiki.asterisk.org/wiki/display/AST/Function_CALLERPRES?replyToComment=10649827#comment-10649827">Reply To This</a>
           </div>

</div>
</div>
</div>
</div>
</body>
</html>