On 1/8/07, inge <inge@legos.fr> wrote:
Hi all,

I work on an existing configuration of SER. I'm not able to find the
parameter wich define the time in seconds before SER redirect call to
Asterisk Voice Mail.

In fact, I want to change this timing to put it in SER DB with a
usr_preferences table like.

Someone have an idea about the kind of line which could be define it ?

Thanks for your help.
 
 
modparam("tm", "fr_timer", 10)
modparam("tm", "fr_inv_timer", 35)
modparam("tm", "wt_timer", 1)
 
 
should do the job.
 
ram