<div dir="ltr"><div>Hello,</div><div><br></div><div>I use originate to make outbound calls.</div><div><br></div>originate {origination_caller_id_name='CH calling',origination_caller_id_number=1XXXXXXXXXX,origination_uuid=XXXXXXXX,absolute_codec_string=PCMU,ignore_early_media=true,originate_timeout=45,}sofia/gateway/chsbc01/1XXXXXXXXXX 1056 XML default<br>
<div><br></div><div>I would like people to hear a couple of rings before they hear the first voice prompt. Would increasing originate_timeout value allow users longer to answer (thus delaying going to VM)? Thanks.</div><div>
<br></div><div><div style="font-family:arial,sans-serif;font-size:13px">In public.xml dial plan:</div><div style="font-family:arial,sans-serif;font-size:13px"><div><span style="white-space:pre-wrap">        </span><extension name="provider-inbound"></div>
<div> <condition field="destination_number" expression="^XXXXXXXXXX|XXXXXXXXXX$"></div><div><span style="white-space:pre-wrap">                </span><action application="pre_answer" /></div>
<div><span style="white-space:pre-wrap">                </span></div><div><span style="white-space:pre-wrap">                </span><action application="sleep" data="1000" /></div><div><br></div><div> <action application="transfer" data="1056 XML default" /></div>
<div><span style="white-space:pre-wrap">        </span></div><div> </condition></div><div> </extension></div></div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">
<br></div><div style="font-family:arial,sans-serif;font-size:13px">In default.xml dial plan:</div><div style="font-family:arial,sans-serif;font-size:13px"><div> <extension name="CHPhone"></div><div> <condition field="destination_number" expression="^1056$"></div>
<div><span style="white-space:pre-wrap">                </span><!-- recording --></div><div><span style="white-space:pre-wrap">                </span><action application="set" data="RECORD_TITLE=Recording ${destination_number} ${caller_id_number} ${strftime(%Y-%m-%d %H:%M)}"/></div>
<div><span style="white-space:pre-wrap">                </span><action application="set" data="RECORD_COPYRIGHT=(c) 1980 Factory Records, Inc."/></div><div><span style="white-space:pre-wrap">                </span><action application="set" data="RECORD_SOFTWARE=FreeSWITCH"/></div>
<div><span style="white-space:pre-wrap">                </span><action application="set" data="RECORD_ARTIST=CH"/></div><div><span style="white-space:pre-wrap">                </span><action application="set" data="RECORD_COMMENT=CH call record"/></div>
<div><span style="white-space:pre-wrap">                </span><action application="set" data="RECORD_DATE=${strftime(%Y-%m-%d %H:%M)}"/></div><div><span style="white-space:pre-wrap">                </span><action application="set" data="RECORD_STEREO=true"/></div>
<div><span style="white-space:pre-wrap">                </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 style="white-space:pre-wrap">                </span><action application="set" data="ringback=${us-ring}"/></div><div><span style="white-space:pre-wrap">                </span><action application="set" data="recording_follow_transfer=true"/></div>
<div><span style="white-space:pre-wrap">                </span></div><div><span style="white-space:pre-wrap">                </span><action application="sleep" data="2000" /></div><div><span style="white-space:pre-wrap">                </span><action application="managed" data="clsAsmtApp" /></div>
<div> </condition></div><div> </extension></div></div></div></div>