This document was generated from CDN thread
Created by: Jean Lofrano on 20-05-2013 12:46:49 PM
Hi team, At the moment of the collect 11 digits the system is droping the call before I digit all digits.. for example, I need to digit 11 digits, but when I ´m pressing the 9 digit the call is dropped.. My return is cd_004 and I need cd_005 to continue the script... Can you help me please? proc ActionCollectQuestion2 { } { puts "IT7: collect question 2" set Question2Param(interruptPrompt) true set Question2Param(terminationKey) # set Question2Param(maxDigits) 11 set Question2Param(dialPlan) true set Question2Pattern(1) "..........." leg collectdigits leg_incoming Question2Param puts "IT7: collected question 2" }
Subject: RE: Collect digits
Replied by: Jean Lofrano on 20-05-2013 01:17:41 PM
So, in summary I don´t have enough time to digit all digits...
Subject: RE: Collect digits
Replied by: Yaw-Ming Chen on 20-05-2013 10:22:52 PM
remove "set Question2Param(dialPlan) true" see if it hleps
Subject: RE: Collect digits
Replied by: Jean Lofrano on 21-05-2013 09:29:53 AM
Ok, I will try.
Subject: RE: Collect digits
Replied by: Jean Lofrano on 21-05-2013 09:43:46 AM
Hey!!!
Good job Yaw!
It´s working right now!
regards,