<p>I think a lot of people leave it out in examples for simplicity&#39;s sake. It doesn&#39;t instil proper practices in folks&#39; heads. </p>
<p>- Logan</p>
<div class="gmail_quote">On Sep 24, 2012 12:06 PM, &quot;Eric Wieling&quot; &lt;<a href="mailto:EWieling@nyigc.com">EWieling@nyigc.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
You are doing it wrong.  I know 50 bazillion Asterisk dialplan examples on the internet do it the same way.  It is still wrong.<br>
<br>
When you do a Dial on the dialplan you need check the value of DIALSTATUS or HANGUPCAUSE before dialing again.  Both variables will give you some indication of why the first call ended.  Then your dialplan logic can decide how to proceed.<br>

<br>
-----Original Message-----<br>
From: <a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a> [mailto:<a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a>] On Behalf Of Thomas Kenyon<br>

Sent: Monday, September 24, 2012 7:00 AM<br>
To: <a href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</a><br>
Subject: [asterisk-users] Peculiar problem with failover provision.<br>
<br>
I have noticed a peculiar problem recently with the way that the failover operates in my dialplan.<br>
<br>
I normally have:<br>
<br>
        1,Dial(SIP/&lt;provider-1&gt;/extension)<br>
        n,Dial(SIP/&lt;provider-2&gt;/extension)<br>
<br>
(or something similar).<br>
<br>
This has up until now worked flawlessly.<br>
<br>
If there is an error with the first provider, the call is completed with the second one.<br>
<br>
Now, what is happening is, if the remote party hags up first, then the call progresses to the next priority and re-dials them.<br>
<br>
Is this a change in default behaviour?<br>
Do I need to add a particular flag / config directive to my dialplan<br>
<br>
I am running Asterisk 10.6.0.<br>
<br>
Thanks for any help in solving this.<br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> -- New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</blockquote></div>