<html>
<head>
<base href="https://wiki.asterisk.org/wiki">
<link rel="stylesheet" href="/wiki/s/2033/1/7/_/styles/combined.css?spaceKey=AST&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/Phone+Provisioning+Templates?focusedCommentId=10649811#comment-10649811">Phone Provisioning Templates</a></h2>
<h4>Comment edited by <a href="https://wiki.asterisk.org/wiki/display/~lathama">Andrew Latham</a>
:</h4>
<br/>
<h4>Changes (1)</h4>
<div id="page-diffs">
<table class="diff" cellpadding="0" cellspacing="0">
<tr><td class="diff-unchanged" >Note separator error in <br></td></tr>
<tr><td class="diff-changed-lines" >{code}CONFIG_FILES="${IF($[${STAT(e|${CUSTOM_CONFIG})}] ? "custom.cfg, ")}config/${TOLOWER(${MAC})}, sip.cfg"{code} [where the pipe is no longer used|https://issues.asterisk.org/view.php?id=18503]. <span class="diff-added-words"style="background-color: #dfd;">This should be: {code}CONFIG_FILES="${IF($[${STAT(e,${CUSTOM_CONFIG})}] ? "custom.cfg, ")}config/${TOLOWER(${MAC})}, sip.cfg"{code}</span> <br></td></tr>
</table>
</div> <h4>Full Content</h4>
<div class="notificationGreySide">
<p>Note separator error in <br/>
<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
<script type="syntaxhighlighter" class="toolbar: false; theme: Confluence; brush: java; gutter: false"><![CDATA[CONFIG_FILES="${IF($[${STAT(e|${CUSTOM_CONFIG})}] ? "custom.cfg, ")}config/${TOLOWER(${MAC})}, sip.cfg"]]></script>
</div></div> <a href="https://issues.asterisk.org/view.php?id=18503" class="external-link" rel="nofollow">where the pipe is no longer used</a>. This should be: <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
<script type="syntaxhighlighter" class="toolbar: false; theme: Confluence; brush: java; gutter: false"><![CDATA[CONFIG_FILES="${IF($[${STAT(e,${CUSTOM_CONFIG})}] ? "custom.cfg, ")}config/${TOLOWER(${MAC})}, sip.cfg"]]></script>
</div></div></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/Phone+Provisioning+Templates?focusedCommentId=10649811#comment-10649811">View Online</a>
|
<a id="reply-10649811" href="https://wiki.asterisk.org/wiki/display/AST/Phone+Provisioning+Templates?replyToComment=10649811#comment-10649811">Reply To This</a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>