t_on_negative along with reply_route, or better named in 8.11 t_on_failure along with failure_route can do that. They simply capture all cases which resulted in a downstream failure (negative reply or non-responsive UAS). They don't care if it is "busy", "DnD" or whatsoever. (8.11 could do more about that if needed.)
e.g., ... t_on_negative(1); t_relay(); ... reply_route[1] { revert_uri(); rewritehostport("voicemail.com"); append_uri(); }
There is currently no way to personalize forwrding -- in the example above, you simply change hostname in a fixed manner. Personalized forwarding should not be any difficult development effort, if needed.
Also, there is a first version of voicemail component in 8.11.
-jiri
At 07:40 PM 6/2/2003, Greg Fausak wrote:
I've asked this question before. I realize it is a little out of context.
But, if anyone can give me a hint how to forward to another number if I try to call a busy number I would appreciate it.
Thanks, ---greg Greg Fausak August.Net Services, LLC
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- Jiri Kuthan http://iptel.org/~jiri/