On Tue, Jun 21, 2011 at 11:47 PM, Alex Brown <[email protected]> wrote:
> On 6/21/2011 12:53 PM, Douglas Hubler wrote:
>> On Tue, Jun 21, 2011 at 12:26 PM, Alex Brown<[email protected]>  wrote:
>>> Is it possible to increase the amount of time users have to enter their
>>> authorization codes and numbers they wish to dial?  The current time
>>> limit is a little too short for several of our users.
>>
>> i don't think so.  i looked at code, looks like this was never
>> finished, the timeout values are defined, but are not hooked up to
>> config files.  you'd have to edit/recompile src ATM.
>
> Thank you for the information.  In which file are those values defined?
>

Should be 
sipxecs/sipXacccode/src/main/java/org/sipfoundry/sipxacccode/DigitCollect.java
mainly these values:

    int m_maxDigits=1;
    int m_invalidMax=2;
    int m_timeoutMax=2;
    int m_initialTimeout=5000;
    int m_interDigitTimeout=3000;
    int m_extraDigitTimeout=1000;

Please raise a JIRA to address making these values configurable from config side

Thanks
George
_______________________________________________
sipx-users mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Reply via email to