<div dir="ltr"><div class="gmail_extra">On 24 November 2015 at 12:20, Ethy H. Brito <span dir="ltr"><<a href="mailto:ethy.brito@inexo.com.br" target="_blank">ethy.brito@inexo.com.br</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
Hi All<br>
<br>
After a Dial() I get:<br>
<br>
WARNING[7964][C-000075a8]: app_dial.c:2437 dial_exec_full: Unable to create<br>
channel of type 'SIP' (cause 20 - Subscriber absent)<br>
<br>
if the subscriber is not registered.<br>
<br>
Is there a way from dialplan to know, *before* Dial(), if a destination<br>
Subscriber is<br>
        a) not registered or<br>
        b) busy ?<br>
<br>
I need to redirect a call to some other Subscriber if (s)he is not there like this: Dial(SIP/1&SIP/2&SIP/3).<br>
So if "2" is not registered (or is busy) then Dial(SIP/1&SIP/5&SIP/3).<br>
<br></blockquote><div><br></div><div>Perhaps CHANISAVAIL will do what you need: <a href="http://www.voip-info.org/wiki/view/Asterisk+cmd+ChanIsAvail">http://www.voip-info.org/wiki/view/Asterisk+cmd+ChanIsAvail</a><br><br></div><div>Hope this helps.<br><br></div><div>-Barry Flanagan<br><span class=""></span><br></div></div></div></div>