[Serusers] Voice Mail Question.
Girish
gr_sh2003 at yahoo.com
Wed Dec 22 14:48:08 CET 2004
Hi,
--- Ricardo Martinez <rmartinez at redvoiss.net> wrote:
> What i'm looking for is to activate the voicemail on busy or in a
> "unanswered call" answers (408 or 496).
> Is there a way to do this?.
> Can someone give me an example of how to do this?.
Add a failure route in your script, and check for the status in that and send calls to voicemail
server.
if (t_check_status ("408|496") {
revert_uri();
rewritehostport("vm server ip:port");
append_branch();
t_relay();
break;
}
HTH,
=====
Girish Gopinath <gr_sh2003 at yahoo.com>
__________________________________
Do you Yahoo!?
The all-new My Yahoo! - Get yours free!
http://my.yahoo.com
More information about the sr-users
mailing list