<div dir="ltr">hi, i want to know how to impalement in XML_curl dialplan that <div><b>if user busy then </b><b>set continue_on_fail=false </b><b>else </b><b>continue_on_fail=true</b><br></div><div>it means when freeswitch get response <i style="font-size:13px;color:rgb(0,0,0);font-family:sans-serif;line-height:19.200000762939453px">USER_BUSY then it stop attempt otherwise continue.</i></div>
<div><br></div><div>here is my sample dialplan:</div><div><br></div><div><div>&lt;document type=&quot;freeswitch/xml&quot;&gt;</div><div><span class="" style="white-space:pre">        </span>&lt;section name=&quot;dialplan&quot; description=&quot;RE Dial Plan For FreeSwitch&quot;&gt;</div>
<div><span class="" style="white-space:pre">                </span>&lt;context name=&quot;public&quot;&gt;</div><div><span class="" style="white-space:pre">                        </span>&lt;extension name=&quot;Bridge Call to Destination&quot;&gt;</div><div>
<span class="" style="white-space:pre">                                </span>&lt;condition field=&quot;destination_number&quot; expression=&quot;^004917691444955$&quot;&gt;</div><div><span class="" style="white-space:pre">                                        </span>&lt;action application=&quot;set&quot; data=&quot;process_cdr=b_only&quot;/&gt;</div>
<div><span class="" style="white-space:pre">                                        </span>&lt;action application=&quot;set&quot; data=&quot;continue_on_fail=true&quot;/&gt;</div><div><span class="" style="white-space:pre">                                        </span>&lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot;/&gt;</div>
<div><span class="" style="white-space:pre">                                        </span>&lt;action application=&quot;set&quot; data=&quot;nibble_account=1&quot;/&gt;</div><div><span class="" style="white-space:pre">                                        </span>&lt;action application=&quot;set&quot; data=&quot;nibble_rate=0&quot;/&gt;</div>
<div><span class="" style="white-space:pre">                                        </span>&lt;action application=&quot;export&quot; data=&quot;origination_caller_id_number=004917691444955&quot;/&gt;</div><div><span class="" style="white-space:pre">                                        </span>&lt;action application=&quot;export&quot; data=&quot;nolocal:nibble_account=1&quot;/&gt;</div>
<div><span class="" style="white-space:pre">                                        </span>&lt;action application=&quot;export&quot; data=&quot;cust_ip=186.218.49.95&quot;/&gt;</div><div><span class="" style="white-space:pre">                                        </span>&lt;action application=&quot;export&quot; data=&quot;nolocal:nibble_rate=0.0229&quot;/&gt;</div>
<div><span class="" style="white-space:pre">                                        </span>&lt;action application=&quot;export&quot; data=&quot;nolocal:connection_charges=0&quot;/&gt;</div><div><span class="" style="white-space:pre">                                        </span>&lt;action application=&quot;export&quot; data=&quot;buy_rate=0.0199&quot;/&gt;</div>
<div><span class="" style="white-space:pre">                                        </span>&lt;action application=&quot;export&quot; data=&quot;sell_rate=0.0229&quot;/&gt;</div><div><span class="" style="white-space:pre">                                        </span>&lt;action application=&quot;export&quot; data=&quot;destination_id=470&quot;/&gt;</div>
<div><span class="" style="white-space:pre">                                        </span>&lt;action application=&quot;export&quot; data=&quot;destination_name=Germany Mobile O2&quot;/&gt;</div><div><span class="" style="white-space:pre">                                        </span>&lt;action application=&quot;export&quot; data=&quot;provider_id=9&quot;/&gt;</div>
<div><span class="" style="white-space:pre">                                        </span>&lt;action application=&quot;export&quot; data=&quot;domain_ip=194.152.251.110&quot;/&gt;</div><div><span class="" style="white-space:pre">                                        </span>&lt;action application=&quot;export&quot; data=&quot;nolocal:execute_on_answer=nibblebill adjust -0&quot; /&gt;</div>
<div><span class="" style="white-space:pre">                                        </span>&lt;action application=&quot;export&quot; data=&quot;absolute_codec_string=${ep_codec_string},PCMU,G729&quot;/&gt;</div><div><span class="" style="white-space:pre">                                        </span>&lt;action application=&quot;phrase&quot; data=&quot;sayrate,0:2:29&quot;/&gt;</div>
<div><span class="" style="white-space:pre">                                        </span>&lt;action application=&quot;bridge&quot; data=&quot;{absolute_codec_string=PCMA,G729}sofia/external/<a href="mailto:004917691444955@194.152.251.110">004917691444955@194.152.251.110</a>&quot;/&gt;</div>
<div><span class="" style="white-space:pre">                                </span>&lt;/condition&gt;</div><div><span class="" style="white-space:pre">                        </span>&lt;/extension&gt;</div><div><span class="" style="white-space:pre">                </span>&lt;/context&gt;</div>
<div><span class="" style="white-space:pre">        </span>&lt;/section&gt;</div><div>&lt;/document&gt;</div></div><div><br></div><div><br></div><div>Regards</div><div><br></div><div>Shahzad Bhatti</div><div><br></div></div>