[Serusers] SER + Asterisk Voicmail forward on failure

GR S gr_sh2003 at yahoo.com
Tue Jul 6 15:17:13 CEST 2004


Nasim,

--- Muhammad Nasim <muhammad at telappliant.com> wrote:
> I added t_check_status as follows:
> 
> failure_route[1] {
<snip>
> Now it hangs up after 15 seconds as it should but no forwarding to
> voicemail happens.... Also where as before if the destination was busy
> forwarding to voicemail would occur but now it doesn't. Am I using this
> correctly?
> 
> Muhammad Nasim

Try like this:

failure_route[1]{
    if (t_check_status("408|486|487")){
        revert_uri ();
        rewritehostport ("192.168.68.20:5070");
        append_branch();
        t_relay();
        break;
    }
}

=====
Girish Gopinath  <gr_sh2003 at yahoo.com>


		
__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail




More information about the sr-users mailing list