<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=&#39;CH calling&#39;,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>&lt;extension name=&quot;provider-inbound&quot;&gt;</div>
<div>      &lt;condition field=&quot;destination_number&quot; expression=&quot;^XXXXXXXXXX|XXXXXXXXXX$&quot;&gt;</div><div><span style="white-space:pre-wrap">                </span>&lt;action application=&quot;pre_answer&quot; /&gt;</div>
<div><span style="white-space:pre-wrap">                </span></div><div><span style="white-space:pre-wrap">                </span>&lt;action application=&quot;sleep&quot; data=&quot;1000&quot; /&gt;</div><div><br></div><div>        &lt;action application=&quot;transfer&quot; data=&quot;1056 XML default&quot; /&gt;</div>
<div><span style="white-space:pre-wrap">        </span></div><div>      &lt;/condition&gt;</div><div>    &lt;/extension&gt;</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>    &lt;extension name=&quot;CHPhone&quot;&gt;</div><div>      &lt;condition field=&quot;destination_number&quot; expression=&quot;^1056$&quot;&gt;</div>
<div><span style="white-space:pre-wrap">                </span>&lt;!-- recording --&gt;</div><div><span style="white-space:pre-wrap">                </span>&lt;action application=&quot;set&quot; data=&quot;RECORD_TITLE=Recording ${destination_number} ${caller_id_number} ${strftime(%Y-%m-%d %H:%M)}&quot;/&gt;</div>
<div><span style="white-space:pre-wrap">                </span>&lt;action application=&quot;set&quot; data=&quot;RECORD_COPYRIGHT=(c) 1980 Factory Records, Inc.&quot;/&gt;</div><div><span style="white-space:pre-wrap">                </span>&lt;action application=&quot;set&quot; data=&quot;RECORD_SOFTWARE=FreeSWITCH&quot;/&gt;</div>
<div><span style="white-space:pre-wrap">                </span>&lt;action application=&quot;set&quot; data=&quot;RECORD_ARTIST=CH&quot;/&gt;</div><div><span style="white-space:pre-wrap">                </span>&lt;action application=&quot;set&quot; data=&quot;RECORD_COMMENT=CH call record&quot;/&gt;</div>
<div><span style="white-space:pre-wrap">                </span>&lt;action application=&quot;set&quot; data=&quot;RECORD_DATE=${strftime(%Y-%m-%d %H:%M)}&quot;/&gt;</div><div><span style="white-space:pre-wrap">                </span>&lt;action application=&quot;set&quot; data=&quot;RECORD_STEREO=true&quot;/&gt;</div>
<div><span style="white-space:pre-wrap">                </span>&lt;action application=&quot;record_session&quot; data=&quot;$${base_dir}/recordings/${strftime(%Y-%m-%d-%H-%M-%S)}_${destination_number}_${caller_id_number}.wav&quot;/&gt;</div>
<div><span style="white-space:pre-wrap">                </span>&lt;action application=&quot;set&quot; data=&quot;ringback=${us-ring}&quot;/&gt;</div><div><span style="white-space:pre-wrap">                </span>&lt;action application=&quot;set&quot; data=&quot;recording_follow_transfer=true&quot;/&gt;</div>
<div><span style="white-space:pre-wrap">                </span></div><div><span style="white-space:pre-wrap">                </span>&lt;action application=&quot;sleep&quot; data=&quot;2000&quot; /&gt;</div><div><span style="white-space:pre-wrap">                </span>&lt;action application=&quot;managed&quot; data=&quot;clsAsmtApp&quot; /&gt;</div>
<div>      &lt;/condition&gt;</div><div>    &lt;/extension&gt;</div></div></div></div>