Good Afternoon.<br><br>I&#39;m leaving Asterisk ( yayyyyyyyyyyyyy) and was curious in trying out the Call Center feature,  uuid-standby , now i created a dialplan and I&#39;m able to connect a caller to an agent.<br>Now by my assumption as soon as the caller disconnects the agent should be trow back ( transfer) into the loop (4099 ext.) but instead i get an hangup and the sip client terminates the call.<br>
<br>Any ideas ?<br><br>Sample Dialplan<br><br><pre>&lt;extension&gt;<br>  &lt;condition field=&quot;destination_number&quot; expression=&quot;^(4099)$&quot;&gt;<br>    &lt;action application=&quot;set&quot; data=&quot;res=${callcenter_config(agent set uuid ${caller_id_number}@${domain_name} &#39;${uuid}&#39;)}&quot; /&gt;<br>
    &lt;action application=&quot;set&quot; data=&quot;res=${callcenter_config(agent set type ${caller_id_number}@${domain_name} &#39;uuid-standby&#39;)}&quot; /&gt;<br>    &lt;action application=&quot;set&quot; data=&quot;res=${callcenter_config(agent set status ${caller_id_number}@${domain_name} &#39;Available (On Demand)&#39;)}&quot; /&gt;<br>
    &lt;action application=&quot;set&quot; data=&quot;res=${callcenter_config(agent set state ${caller_id_number}@${domain_name} &#39;Waiting&#39;)}&quot; /&gt;<br>    &lt;action application=&quot;set&quot; data=&quot;cc_warning_tone=tone_stream://%(200,0,500,600,700)&quot;/&gt;<br>
    &lt;action application=&quot;answer&quot; /&gt;<br>    &lt;action application=&quot;playback&quot; data=&quot;$${hold_music}&quot;/&gt;<br>    &lt;action application=&quot;transfer&quot; data=&quot;4099&quot;/&gt; &lt;!-- Remove this if you just want to get a single call --&gt;<br>
  &lt;/condition&gt;<br>&lt;/extension&gt;<br></pre><br>Thanks For Your Time<br>António Teixeira<br><br>