[Serusers] Voice Mail Question.

Ricardo Martinez rmartinez at redvoiss.net
Wed Dec 22 23:24:27 CET 2004


Thanks Girish.
	Thanks for the TIP.  A question.  Is the 408 answer determined by
SER?  If so, which is the timer that controls this timeout?.
Thanks again,

Best regards,

Ricardo Martinez Ogalde

-----Mensaje original-----
De: Girish [mailto:gr_sh2003 at yahoo.com]
Enviado el: Miércoles, 22 de Diciembre de 2004 9:48
Para: Ricardo Martinez; SER Users (E-mail)
Asunto: Re: [Serusers] Voice Mail Question.


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