<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p>Shitian Long wrote 29.11.2012 18:40:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<div>&nbsp;</div>
<div>There is a part of dial plan from sample extension.conf above. My Question is &nbsp;how "same =&gt;" key word works .&nbsp;</div>
<div>&nbsp;</div>
<div>Thanks</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<!-- html ignored -->
<pre>&nbsp;</pre>
</blockquote>
<p>"same" is used for complex templates, if you don't want to copy previous line or afraid you can make a typo.</p>
<p>exten =&gt; _1XXNXXX,1,Answer</p>
<p>same =&gt; n,HangUp</p>
<p>is the substitution for:</p>
<p>exten =&gt; _1XXNXXX,1,Answer</p>
<p>exten =&gt; _1XXNXXX,n,HangUp</p>
<p>&nbsp;</p>
<p>Also, &nbsp;it makes grepping the particular exten in a file a lot easier, and if you want to change some template for exten which has 50 lines, you don't have to edit all 50 of them.</p>
<p>&nbsp;</p>
<div>
<pre><span class="sig"><span style="color: #999999;">-- </span><br /><span style="color: #999999;">With Best Regards</span><br /><span style="color: #999999;"><a title="mailto:mlischuk@itx.com.ua" href="mailto:mlischuk@itx.com.ua">Mikhail Lischuk</a></span><br /><span style="color: #999999;"><br /></span></span></pre>
<pre>&nbsp;</pre>
</div>
</body></html>