<html>
<head>
    <base href="https://wiki.asterisk.org/wiki">
            <link rel="stylesheet" href="/wiki/s/en/2176/25/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/Skinny+call+logging">Skinny call logging</a></h2>
    <h4>Page <b>edited</b> by             <a href="https://wiki.asterisk.org/wiki/display/~snuffy">snuffy</a>
    </h4>
        <br/>
                         <h4>Changes (1)</h4>
                                 
    
<div id="page-diffs">
                    <table class="diff" cellpadding="0" cellspacing="0">
    
            <tr><td class="diff-snipped" >...<br></td></tr>
            <tr><td class="diff-unchanged" > <br>If a call is not placed to a channel they will not be recorded in the log. eg a call to voicemail will not be recorded. You can force these to be recorded by including progress(), then ringing() in the dialplan. <br></td></tr>
            <tr><td class="diff-added-lines" style="background-color: #dfd;"> <br>Example (This will produce a logged call): <br>{code} <br>exten =&gt; 100,1,NoOp <br>exten =&gt; 100,n,Progress <br>exten =&gt; 100,n,Ringing <br>exten =&gt; 100,n,VoicemailMain(${CALLERID(num)@mycontext,s) <br>{code} <br> <br>Example (This will not): <br>{code} <br>exten =&gt; 100,1,NoOp <br>exten =&gt; 100,n,VoicemailMain(${CALLERID(num)@mycontext,s) <br>{code} <br></td></tr>
    
            </table>
    </div>                            <h4>Full Content</h4>
                    <div class="notificationGreySide">
        <p>Page for details about call logging.</p>

<p>Calls are logged in the devices placed call log (directories-&gt;Place Calls) when a call initially connects to another device. Subsequent changes in the device (eg forwarded) are not reflected in the log.</p>

<p>If a call is not placed to a channel they will not be recorded in the log. eg a call to voicemail will not be recorded. You can force these to be recorded by including progress(), then ringing() in the dialplan.</p>

<p>Example (This will produce a logged call):</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
<pre class="theme: Confluence; brush: java; gutter: false">exten =&gt; 100,1,NoOp
exten =&gt; 100,n,Progress
exten =&gt; 100,n,Ringing
exten =&gt; 100,n,VoicemailMain(${CALLERID(num)@mycontext,s)</pre>
</div></div>

<p>Example (This will not):</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
<pre class="theme: Confluence; brush: java; gutter: false">exten =&gt; 100,1,NoOp
exten =&gt; 100,n,VoicemailMain(${CALLERID(num)@mycontext,s)</pre>
</div></div>
    </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/Skinny+call+logging">View Online</a>
        |
        <a href="https://wiki.asterisk.org/wiki/pages/diffpagesbyversion.action?pageId=22088154&revisedVersion=2&originalVersion=1">View Changes</a>
                |
        <a href="https://wiki.asterisk.org/wiki/display/AST/Skinny+call+logging?showComments=true&amp;showCommentArea=true#addcomment">Add Comment</a>
            </div>
</div>
</div>
</div>
</div>
</body>
</html>