Hi list,<br>   Reading at <a href="http://voip-info.org">voip-info.org</a> I found a statement that say &quot;The ${REASON} variable is set by Asterisk when it enters the special Failed extension&quot; This is using the .call file for outgoing calls.<br>
<br>I have been looking at the pbx.c file and didn&#39;t find where it is set.<br><br>I&#39;m looking at asterisk-1.4.29.1 and found the only place where is set a variable is on line 5107 of pbx.c like this.<br><br>set_ext_pri(chan, &quot;failed&quot;, 1);<br>
ast_set_variables(chan, vars);<br><br>And here there is not a REASON varieble set.<br><br>May you help me found where is the ${REASON} setting done ?<br><br>RK.<br><br><br><br><br>