Skip to content

5561 : Fix to check the minimum digit while terminationdigit is set

Hemlata requested to merge terminationdigit into devel

If termination digit is set to 9 and user dial a number 199,199 get dial out(instead of 19) due to check present for dmtflength > 2.This has been fixed by removing the hardcoded check and instead checking minimumnumberdigits.Minimumnumberdigit can be set via uci.

Sanity Done for calls -1-1 call,call/hold retrieve,Conference call,R4 call,Call waiting,Call forward.

Specific cases tested are present in the ticket

Merge request reports