<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>I have back ported the &#8216;r&#8217; feature for app Dial from 1.8.0 to 1.6.2.X.&nbsp; The link to the diff is below.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal><a href="http://files.bluecrow.net/asterisk/backports/1.6.2/asterisk-1.6.2.4-app_dial-play-indications.diff">http://files.bluecrow.net/asterisk/backports/1.6.2/asterisk-1.6.2.4-app_dial-play-indications.diff</a><o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>I made the diff against 1.6.2.4 and later patched a 1.6.2.13 system.&nbsp; All hunks passed.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>I have this running on two production 1.6.2.X systems with no problems yet.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>The original code from the review board is here:<o:p></o:p></p><p class=MsoNormal><a href="https://reviewboard.asterisk.org/r/448/">https://reviewboard.asterisk.org/r/448/</a><o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>We use it to let the caller know if the extension being called is INUSE using the following excerpts:<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New"'>indications.conf:<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New"'>[us]<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New"'>ringinuse = 440+480/400,0/200,440+480/400,0/2000<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New"'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New"'>extensions.conf:<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New"'>[macro-stdexten-v3]<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New"'>.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New"'>.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New"'>same =&gt; n,ExecIf($[&quot;${DIALTIME}&quot; = &quot;&quot;]?Set(DIALTIME=${DEFAULTDIALTIME}))<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New"'>.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New"'>same =&gt; n,ExecIf($[&quot;${DIALARGS}&quot; = &quot;&quot;]?Set(DIALARGS=${DEFAULTDIALARGS}))<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New"'>.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New"'>same =&gt; n,Set(DEVICES=${ARG4}<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New"'>.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New"'>same =&gt; n(checkdevicestate),ExecIf($[&quot;${DEVICE_STATE(${CUT(DEVICES,&amp;,1)})}&quot; = &quot;INUSE&quot;]?Set(DIALARGS=${DIALARGS}<b><span style='color:red'>r(ringinuse)</span></b>))<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New"'>same =&gt; n(dialext),Dial(${DEVICES},${DIALTIME},${DIALARGS})<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New"'>.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Courier New"'>.<o:p></o:p></span></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Hope this helps someone.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal><b><i><span style='color:#1F497D'>Mitch Sharp<br></span></i></b><b><span style='color:#1F497D'>BIG Networks</span></b><span style='font-size:10.0pt;color:#1F497D'><br></span><span style='font-size:7.5pt;color:#1F497D'>5647 Galeria Drive, Suite D<br>Baton Rouge, LA 70816<br>tel: 225.214.1444 x101<br>fax: 225.214.1443<br>email: <a href="mailto:msharp@bignetworks.com" target="_blank"><span style='color:blue'>msharp@bignetworks.com</span></a><br>web: <a href="https://www.bignetworks.com/exchweb/bin/redir.asp?URL=http://www.bignetworks.com/" target="_blank"><span style='color:blue'>www.bignetworks.com</span></a></span><span style='color:#1F497D'><o:p></o:p></span></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p></div></body></html>