In case of using a routing table with conflicting entries, the error NO MATCHING ENTRY (INCOMPLETE ENTRIES PRESENT) appears. This can happen when the route entries are as follows and the number 123 was dialed.
routing-table called-e164 OUT
route 1234 dest-interface IF_BRI_03
route 123 dest-interface IF_SIP
To avoid this, following can be set to succeed the entry for 123.
routing-table called-e164 OUT
route 1234 dest-interface IF_BRI_03
route 123T!0 dest-interface IF_SIP
Adding the T!0 forces the entry 123, although there is another entry which incompletely matches.