<div dir="ltr">Hello,<div><br></div><div>I have my inbound extension set as following. However, when people dial in, they don't hear any ring as one would normally expect. They directly hear first voice prompt after call is connected.</div>
<div><br></div><div>How can I make it ring for a while say 2-3 rings? Thanks.</div><div><br></div><div>In public.xml dial plan:</div><div><div><span class="" style="white-space:pre">        </span><extension name="provider-inbound"></div>
<div> <condition field="destination_number" expression="^XXXXXXXXXX|XXXXXXXXXX$"></div><div><span class="" style="white-space:pre">                </span><action application="pre_answer" /></div>
<div><span class="" style="white-space:pre">                </span></div><div><span class="" style="white-space:pre">                </span><action application="sleep" data="1000" /></div><div><br></div><div> <action application="transfer" data="1056 XML default" /></div>
<div><span class="" style="white-space:pre">        </span></div><div> </condition></div><div> </extension></div></div><div><br></div><div><br></div><div>In default.xml dial plan:</div><div><div> <extension name="CHPhone"></div>
<div> <condition field="destination_number" expression="^1056$"></div><div><span class="" style="white-space:pre">                </span><!-- recording --></div><div><span class="" style="white-space:pre">                </span><action application="set" data="RECORD_TITLE=Recording ${destination_number} ${caller_id_number} ${strftime(%Y-%m-%d %H:%M)}"/></div>
<div><span class="" style="white-space:pre">                </span><action application="set" data="RECORD_COPYRIGHT=(c) 1980 Factory Records, Inc."/></div><div><span class="" style="white-space:pre">                </span><action application="set" data="RECORD_SOFTWARE=FreeSWITCH"/></div>
<div><span class="" style="white-space:pre">                </span><action application="set" data="RECORD_ARTIST=CH"/></div><div><span class="" style="white-space:pre">                </span><action application="set" data="RECORD_COMMENT=CH call record"/></div>
<div><span class="" style="white-space:pre">                </span><action application="set" data="RECORD_DATE=${strftime(%Y-%m-%d %H:%M)}"/></div><div><span class="" style="white-space:pre">                </span><action application="set" data="RECORD_STEREO=true"/></div>
<div><span class="" style="white-space:pre">                </span><action application="record_session" data="$${base_dir}/recordings/${strftime(%Y-%m-%d-%H-%M-%S)}_${destination_number}_${caller_id_number}.wav"/></div>
<div><span class="" style="white-space:pre">                </span><action application="set" data="ringback=${us-ring}"/></div><div><span class="" style="white-space:pre">                </span><action application="set" data="recording_follow_transfer=true"/></div>
<div><span class="" style="white-space:pre">                </span></div><div><span class="" style="white-space:pre">                </span><action application="sleep" data="2000" /></div><div><span class="" style="white-space:pre">                </span><action application="managed" data="clsAsmtApp" /></div>
<div> </condition></div><div> </extension></div></div></div>