Colin Morelli writes:
When there's one registration binding in the locations table, t_load_contacts doesn't seem to do anything and as a result t_next_contacts fails.
t_next_contacts() does work as specified in README:
Function returns 1 if contacts_avp was not empty and a destination set was successfully added, returns -2 if contacts_avp was empty and thus there was nothing to do, and returns -1 in case of an error (see syslog).
so you just have to test the return value accordingly.
-- juha