<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Yes! You are right! Its working. Now issue is we have SIP extension for 
local office users and same number has IAX extension for remote 
traveling users. How could i use ChanIsAvail with best action ?<br><br>I did following <br><br>exten =&gt; s,1,ChanIsAvail(${ARG2}&amp;IAX2/${ARG1},20,t)<br>exten =&gt; s,n,NoOp(${AVAILCHAN})<br>exten =&gt; s,n,Set(NewVar=${CUT(AVAILCHAN,,1)})<br>exten =&gt; s,n,NoOp(${NewVar})<br>exten =&gt; s,n,Dial(${NewVar}/${EXTEN})<br>exten =&gt; s,n,Hangup()<br><br><br><br>And in result i got following: Why its looking at IAX2/0.0.29.199&nbsp; what is 0.0.29.199?<br><br>shirley*CLI&gt;<br>&nbsp; == Using SIP RTP CoS mark 5<br>&nbsp;&nbsp;&nbsp; -- Executing [7623@from-sip:1] Macro("SIP/7527-0000004c", "stdexten,7623,SIP/7623") in new stack<br>&nbsp;&nbsp;&nbsp; -- Executing [s@macro-stdexten:1] ChanIsAvail("SIP/7527-0000004c", "SIP/7623&amp;IAX2/7623,20,t") in new stack<br>&nbsp;&nbsp;&nbsp; -- Hungup 'IAX2/0.0.29.199:4569-2707'<br>&nbsp;&nbsp;&nbsp; -- Executing [s@macro-stdexten:2] NoOp("SIP/7527-0000004c", "IAX2/0.0.29.199:4569-2707") in new stack<br>&nbsp;&nbsp;&nbsp; -- Executing [s@macro-stdexten:3] Set("SIP/7527-0000004c", "NewVar=IAX2/0.0.29.199:4569") in new stack<br>&nbsp;&nbsp;&nbsp; -- Executing [s@macro-stdexten:4] NoOp("SIP/7527-0000004c", "IAX2/0.0.29.199:4569") in new stack<br>&nbsp;&nbsp;&nbsp; -- Executing [s@macro-stdexten:5] Dial("SIP/7527-0000004c", "IAX2/0.0.29.199:4569/s") in new stack<br>&nbsp;&nbsp;&nbsp; -- Called 0.0.29.199:4569/s<br>[Apr&nbsp; 7 16:59:21] NOTICE[13915]: chan_iax2.c:4643 __auto_congest: Auto-congesting call due to slow response<br>&nbsp;&nbsp;&nbsp; -- IAX2/0.0.29.199:4569-3390 is circuit-busy<br>&nbsp;&nbsp;&nbsp; -- Hungup 'IAX2/0.0.29.199:4569-3390'<br>&nbsp; == Everyone is busy/congested at this time (1:0/1/0)<br>&nbsp;&nbsp;&nbsp; -- Executing [s@macro-stdexten:6] Hangup("SIP/7527-0000004c", "") in new stack<br>&nbsp; == Spawn extension (macro-stdexten, s, 6) exited non-zero on 'SIP/7527-0000004c' in macro 'stdexten'<br>&nbsp; == Spawn extension (from-sip, 7623, 1) exited non-zero on 'SIP/7527-0000004c'<br><br><br><br><br>&gt; To: asterisk-users@lists.digium.com<br>&gt; From: isrlgb@gmail.com<br>&gt; Date: Thu, 7 Apr 2011 20:49:04 +0000<br>&gt; Subject: Re: [asterisk-users] WARNING chan_sip.c:3115 __sip_xmit<br>&gt; <br>&gt; That should be CUT all caps I think<br>&gt; -----Original Message-----<br>&gt; From: satish patel &lt;satish_lx@hotmail.com&gt;<br>&gt; Sender: asterisk-users-bounces@lists.digium.com<br>&gt; Date: Thu, 7 Apr 2011 20:45:21 <br>&gt; To: asterisk-users&lt;asterisk-users@lists.digium.com&gt;<br>&gt; Reply-To: Asterisk Users Mailing List - Non-Commercial Discussion<br>&gt;         &lt;asterisk-users@lists.digium.com&gt;<br>&gt; Subject: Re: [asterisk-users] WARNING chan_sip.c:3115 __sip_xmit<br>&gt; <br>&gt; --<br>&gt; _____________________________________________________________________<br>&gt; -- Bandwidth and Colocation Provided by http://www.api-digital.com --<br>&gt; New to Asterisk? Join us for a live introductory webinar every Thurs:<br>&gt;                http://www.asterisk.org/hello<br>&gt; <br>&gt; asterisk-users mailing list<br>&gt; To UNSUBSCRIBE or update options visit:<br>&gt;    http://lists.digium.com/mailman/listinfo/asterisk-users<br>&gt; <br>&gt; <br>&gt; --<br>&gt; _____________________________________________________________________<br>&gt; -- Bandwidth and Colocation Provided by http://www.api-digital.com --<br>&gt; New to Asterisk? Join us for a live introductory webinar every Thurs:<br>&gt;                http://www.asterisk.org/hello<br>&gt; <br>&gt; asterisk-users mailing list<br>&gt; To UNSUBSCRIBE or update options visit:<br>&gt;    http://lists.digium.com/mailman/listinfo/asterisk-users<br>                                               </body>
</html>