Hi FreeSwitch community,<div><br></div><div>We are using FreeSwitch with FreeTDM on Windows 7 machine. In the machine is installed Sangoma A102.</div><div><br></div><div>My question is how or where to configure &quot;inter-digits time&quot; for dialling of the number?</div>

<div><br></div><div>Because when we dial some number FS suddenly decides that it has all digits and it changes state from COLLECT to RING.</div><div>You can see it in log: It gets first 4 digits &quot;0015&quot; and when he finished collecting it had 5 digits &quot;00151&quot;.</div>

<div><div><br></div></div><div><div>14:44:51.785156 [INFO] ftmod_sangoma_isdn_stack_rcv.c:75 [s1c20][1:21] Received SETUP (suId:1 suInstId:0 spInstId:1)</div><div>14:44:51.785156 [DEBUG] ftmod_sangoma_isdn_stack_hndl.c:57 [s1c20][1:21] Processing SETUP (suId:1 suInstId:0 spInstId:1)</div>

<div>14:44:51.785156 [INFO] ftmod_sangoma_isdn_stack_hndl.c:142 [s1c20][1:21] Incoming call: Called No:[0015] Calling No:[99994]</div><div>14:44:51.785156 [DEBUG] ftmod_sangoma_isdn_stack_hndl.c:197 [s1c20][1:21] Changed state from DOWN to COLLECT</div>

<div>14:44:51.785156 [DEBUG] ftdm_state.c:511 [s1c20][1:21] Executing state processor for COLLECT</div><div>14:44:51.785156 [DEBUG] ftmod_sangoma_isdn.c:623 [s1c20][1:21] processing state change to COLLECT</div><div>14:44:51.785156 [INFO] ftmod_sangoma_isdn_stack_out.c:102 [s1c20][1:21] Sending SETUP ACK (suId:1 suInstId:1 spInstId:1 dchan:1 ces:0)</div>

<div>14:44:51.785156 [DEBUG] ftmod_sangoma_isdn.c:884 [s1c20][1:21] Completed state change from DOWN to COLLECT in 0ms</div><div>14:44:51.928710 [INFO] ftmod_sangoma_isdn_stack_rcv.c:172 [s1c20][1:21] Received INFO (suId:1 suInstId:1 spInstId:1 ces:0)</div>

<div>14:44:51.928710 [DEBUG] ftmod_sangoma_isdn_stack_hndl.c:368 [s1c20][1:21] Processing INFO (suId:1 suInstId:1 spInstId:1 ces:0)</div><div>14:44:51.928710 [DEBUG] ftmod_sangoma_isdn_stack_hndl.c:464 [s1c20][1:21] Processing INFO (suId:1 suInstId:1 spInstId:1)</div>

<div>14:44:51.928710 [DEBUG] ftmod_sangoma_isdn_stack_hndl.c:477 [s1c20][1:21] Changed state from COLLECT to RING</div><div>14:44:51.928710 [DEBUG] ftdm_state.c:511 [s1c20][1:21] Executing state processor for RING</div><div>

14:44:51.928710 [DEBUG] ftmod_sangoma_isdn.c:623 [s1c20][1:21] processing state change to RING</div><div>14:44:51.928710 [DEBUG] ftmod_sangoma_isdn.c:647 [s1c20][1:21] Sending incoming call from 99994 to 00151 to FTDM core</div>

<div>14:44:51.928710 [DEBUG] ftmod_sangoma_isdn.c:884 [s1c20][1:21] Completed state change from COLLECT to RING in 0ms</div><div>14:44:51.928710 [DEBUG] mod_freetdm.c:2268 got clear channel sig [START]</div><div>14:44:51.928710 [DEBUG] ftdm_io.c:3061 [s1c20][1:21] Enabled software DTMF detector</div>

<div>14:44:51.928710 [DEBUG] mod_freetdm.c:391 Set codec PCMA 20ms</div><div>14:44:51.928710 [DEBUG] mod_freetdm.c:1625 Connect inbound channel FreeTDM/1:20/00151</div></div><div><br></div><div>My freetdm.conf.xml </div>
<div><br></div><div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;config_profiles&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;profile name=&quot;myProfile&quot;&gt;</div>
<div><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;param name=&quot;switchtype&quot; value=&quot;euroisdn&quot;/&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;param name=&quot;signalling&quot; value=&quot;cpe&quot;/&gt;</div>
<div><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;param name=&quot;overlap&quot; value=&quot;yes&quot;/&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;param name=&quot;min_digits&quot; value=&quot;0&quot;/&gt;</div>
<div><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;/profile&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;/config_profiles&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span></div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;sangoma_pri_spans&gt;</div><div><span class="Apple-style-span"><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;span name=&quot;wanpipe1&quot; cfgprofile=&quot;</span>myProfile<span class="Apple-style-span">&quot;&gt;</span></div>
<div><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;param name=&quot;dialplan&quot; value=&quot;XML&quot;/&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;param name=&quot;context&quot; value=&quot;default&quot;/&gt;</div>
<div><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;/span&gt;</div><div><span class="Apple-style-span"><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;span name=&quot;wanpipe2&quot; cfgprofile=&quot;</span>myProfile<span class="Apple-style-span">&quot;&gt;</span></div>
<div><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;param name=&quot;dialplan&quot; value=&quot;XML&quot;/&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>&lt;param name=&quot;context&quot; value=&quot;default&quot;/&gt;</div>
<div><span class="Apple-tab-span" style="white-space:pre">                </span>&lt;/span&gt;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;/sangoma_pri_spans&gt;</div></div><div><br></div><div>Thanks for help !!!</div>
<div><br></div><div>Regards,</div><div>Stefan</div>