Skip to content

Commit

Permalink
Add timeout detail for dial templates
Browse files Browse the repository at this point in the history
  • Loading branch information
joele89 committed Oct 28, 2024
1 parent d220803 commit ad81374
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dial-template-xml.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ <h2>&lt;<span>proxy</span>&gt;</h2><h1><span>USECALLMANAGER</span>.nz</h1><h2>&l
<article>
<h1>Dial Templates</h1>
Dial templates control what number patterns are valid and how many seconds to wait for extra digits before dialing. File is specified by &lt;<code class="tag">dialTemplate</code>&gt; in <a href="sepmac-cnf-xml.html#dialTemplate">SEPMAC.cnf.xml</a>.<br>
<b>Note:</b> dialed numbers that don't match a template pattern will default to a 15 second timeout.<br>
<br>
<code class="prettify lang-xml">&lt;dialTemplate&gt;
&lt;versionStamp&gt;e68d54c1-0354-4b1a-aca4-adffc4b7de2f&lt;/versionStamp&gt;</code>
Expand Down
2 changes: 1 addition & 1 deletion sepmac-cnf-xml.html
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,7 @@ <h2 id="recordingOption">recordingOption <a href="#recordingOption" title="Link"
&lt;ringSettingBusyStationPolicy&gt;0&lt;/ringSettingBusyStationPolicy&gt;</code>
<br>
<h2 id="dialTemplate">dialTemplate <a href="#dialTemplate" title="Link">link</a></h2>
Name of the file containing the digit timeout patterns. See <a href="dial-template-xml.html">Dial Templates</a> for further information. <i>Important:</i> default timeout is 15 seconds if you don't create a Dial Template.<br>
Name of the file containing the digit timeout patterns. See <a href="dial-template-xml.html">Dial Templates</a> for further information. <b>Note:</b> default timeout is 15 seconds if you don't specify a Dial Template.<br>
<br>
<code class="prettify lang-xml"> &lt;dialTemplate&gt;<i>DIAL TEMPLATE FILE</i>&lt;/dialTemplate&gt;</code>
<br>
Expand Down

0 comments on commit ad81374

Please sign in to comment.