[Freeswitch-users] Inter-digits time for dialling ISDN

Štefan Čudai stviper at gmail.com
Tue Jul 12 11:24:59 MSD 2011


Hi FreeSwitch community,

We are using FreeSwitch with FreeTDM on Windows 7 machine. In the machine is
installed Sangoma A102.

My question is how or where to configure "inter-digits time" for dialling of
the number?

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

14:44:51.785156 [INFO] ftmod_sangoma_isdn_stack_rcv.c:75 [s1c20][1:21]
Received SETUP (suId:1 suInstId:0 spInstId:1)
14:44:51.785156 [DEBUG] ftmod_sangoma_isdn_stack_hndl.c:57 [s1c20][1:21]
Processing SETUP (suId:1 suInstId:0 spInstId:1)
14:44:51.785156 [INFO] ftmod_sangoma_isdn_stack_hndl.c:142 [s1c20][1:21]
Incoming call: Called No:[0015] Calling No:[99994]
14:44:51.785156 [DEBUG] ftmod_sangoma_isdn_stack_hndl.c:197 [s1c20][1:21]
Changed state from DOWN to COLLECT
14:44:51.785156 [DEBUG] ftdm_state.c:511 [s1c20][1:21] Executing state
processor for COLLECT
14:44:51.785156 [DEBUG] ftmod_sangoma_isdn.c:623 [s1c20][1:21] processing
state change to COLLECT
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)
14:44:51.785156 [DEBUG] ftmod_sangoma_isdn.c:884 [s1c20][1:21] Completed
state change from DOWN to COLLECT in 0ms
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)
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)
14:44:51.928710 [DEBUG] ftmod_sangoma_isdn_stack_hndl.c:464 [s1c20][1:21]
Processing INFO (suId:1 suInstId:1 spInstId:1)
14:44:51.928710 [DEBUG] ftmod_sangoma_isdn_stack_hndl.c:477 [s1c20][1:21]
Changed state from COLLECT to RING
14:44:51.928710 [DEBUG] ftdm_state.c:511 [s1c20][1:21] Executing state
processor for RING
14:44:51.928710 [DEBUG] ftmod_sangoma_isdn.c:623 [s1c20][1:21] processing
state change to RING
14:44:51.928710 [DEBUG] ftmod_sangoma_isdn.c:647 [s1c20][1:21] Sending
incoming call from 99994 to 00151 to FTDM core
14:44:51.928710 [DEBUG] ftmod_sangoma_isdn.c:884 [s1c20][1:21] Completed
state change from COLLECT to RING in 0ms
14:44:51.928710 [DEBUG] mod_freetdm.c:2268 got clear channel sig [START]
14:44:51.928710 [DEBUG] ftdm_io.c:3061 [s1c20][1:21] Enabled software DTMF
detector
14:44:51.928710 [DEBUG] mod_freetdm.c:391 Set codec PCMA 20ms
14:44:51.928710 [DEBUG] mod_freetdm.c:1625 Connect inbound channel
FreeTDM/1:20/00151

My freetdm.conf.xml

<config_profiles>
<profile name="myProfile">
<param name="switchtype" value="euroisdn"/>
<param name="signalling" value="cpe"/>
<param name="overlap" value="yes"/>
<param name="min_digits" value="0"/>
</profile>
</config_profiles>
 <sangoma_pri_spans>
<span name="wanpipe1" cfgprofile="myProfile">
<param name="dialplan" value="XML"/>
<param name="context" value="default"/>
</span>
<span name="wanpipe2" cfgprofile="myProfile">
<param name="dialplan" value="XML"/>
<param name="context" value="default"/>
</span>
</sangoma_pri_spans>

Thanks for help !!!

Regards,
Stefan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110712/66cbf325/attachment.html 


More information about the FreeSWITCH-users mailing list