<div><span class="postbody">here i've come accross another different frustrating prob, &amp; that is; when ever i use flag '<span style="FONT-STYLE: italic">g</span>' in <span style="FONT-STYLE: italic">dial()</span> to dial an agent through 
<span style="FONT-SIZE: 18px; LINE-HEIGHT: normal">*</span>'s ACD queue system (the agent for which has already been logged in through <span style="FONT-STYLE: italic">agentcallbacklogin()</span> ) , it simply does'nt execute any apps below 
<span style="FONT-STYLE: italic">dial()</span> but when ever i dial any normal sip-user with 'g' flag in <span style="FONT-STYLE: italic">dial()</span>, it always works fine <br><br>my dial plan for agentcallbacklogin is: 
</span></div>
<div><span class="postbody">---------extensions.conf----------<br><span style="COLOR: blue">...</span></span></div>
<div><span class="postbody"><span style="COLOR: blue">[agents] <br>... <br>exten =&gt; 100 , 1 , Wait() <br>exten =&gt; 100 , 2 , AgentCallbackLogin(100, s ,500@agents) <br><br>exten =&gt; 500 , 1 , Answer() <br>exten =&gt; 500 , 2 , Playback(connecting)
</span> <br><span style="COLOR: red">exten =&gt; 500 , 3 , Dial(SIP/100,,g)</span> <br><span style="COLOR: blue">exten =&gt; 500 , 4 , Playback(vm-goodbye) <br>exten =&gt; 500 , 5 , HangUp()</span> </span></div>
<div><span class="postbody">--------------------------------------------<br><br>the control never goes to priority 4 &amp; 5 when some one dials the queue which the agent-100 is a memeber of,... when the <span style="FONT-STYLE: italic">
dial()</span> terminates, the execution terminates simply <br><br>but in the following smple dial plan, it works just fine; <br><span style="COLOR: blue">... <br>exten =&gt; 123, 1 , Answer() <br>exten =&gt; 123, 2 , Dial(SIP/555,,g) 
<br>exten =&gt; 123, 3, layback(vm-goodbye) <br>exten =&gt; 123, 4 , HangUp()</span> <br><br>where 555 is a normal sip-user that is just registered with * <br><br>anyone plz help me or suggest me something abt why 'g' is not workin in the above case, or suggest any other way to get down to 
<span style="FONT-STYLE: italic">Dial()</span> app and execute the rest</span><br><br><br>&nbsp;</div>