Is there any particular reason why property Success in PlayGetDigitsResult is set to false, when there are no digits provided by user and PlayGetDigits is run with MinimumDigits option set to 0? According to the FreeSwitch documentation, 0 is valid value for play_get_digits app parameter. Current behavior is misleading, suggesting something went wrong, when it does not.
Is there any particular reason why property
SuccessinPlayGetDigitsResultis set to false, when there are no digits provided by user andPlayGetDigitsis run withMinimumDigitsoption set to 0? According to the FreeSwitch documentation, 0 is valid value forplay_get_digitsapp parameter. Current behavior is misleading, suggesting something went wrong, when it does not.