'setuser("1002");' works, but it is a burden of static configuration --
you
don't want to do that for every user. A database lookup at this place would
do a much better job. We will look at it, once we complete current release
and move from the frozen status.
-jiri
At 03:20 PM 6/4/2003, Greg Fausak wrote:
Jiri,
Thank you for the follow up.
What I'm thinking about is having say 3 numbers:
1001(a)domain.com
1002(a)domain.com
1003(a)domain.com
Only 1001(a)domain.com is a published number.
If someone calls 1001(a)domain.com and that number
is in use, I want to forward to 1002(a)domain.com, and if
that is in use, forward to 1003(a)domain.com. Finally, if the
last one is busy, a busy is returned.
I understand the
voicemail.com domain forwarding below.
I guess I'll try the same technique with 'setuser("1002");'.
I'll report how it works.
---greg
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(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers
--
Jiri Kuthan
http://iptel.org/~jiri/
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers