[Serusers] start voicemail if User is not accepting call

Kamran Ahmad p_kami at yahoo.com
Sat Apr 23 13:06:46 CEST 2005


hello

i have SER+asterisk for voicemail. there are two cases

1. if UA is not registered at SER it will forward call
to asterisk for voicemail. (working)

2. if UA is present at SER but not accepting call in
30 seconds. Ser should rout call to asterisk for
voicemail.(this is not working Ser is only sending 486
busy to asterisk)


failure_route[1] {
                                                      
                                          
        if (t_check_status("408|486")){ 
revert_uri ();
rewritehostport ("asterisk:5070");
append_branch();
#forward(asterisk,5070);
        }
}


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




More information about the sr-users mailing list