search for: fr_timer

Displaying 3 results from an estimated 3 matches for "fr_timer".

Did you mean: fl_timer
2005 Jul 12
0
Asterisk not accepting user input .. pls help !!
...***************************************************** Config files ------------------------------ 1) Ser --------------------- ser.cfg (SER) --------------------- # -- tm params -- # set time for which ser will be waiting for a final response; # fr_inv_timer sets value for INVITE transactions, # fr_timer for all others modparam("tm","fr_inv_timer",15) modparam("tm","fr_timer",10) if (uri==myself) { if (method=="REGISTER") { # attempt handoff to PSTN if (uri=~"^sip:9[0-9]*@magnum.test.net") { ## This assumes that the...
2007 Jan 05
1
integrating with Asterisk and OpenSER for Voicemail
...39;m Setting UP the Voicemails by integrating with Asterisk and OpenSER, After 32 sec or 6 ring, it has to go the Voicemail server of Asterisk, In openser.cfg ........... is not hiiting the Asterisk server ............. ... any one help me ........ .... .... modparam("tm","fr_timer",6) modparam("tm","fr_inv_timer",24) modparam("tm","wt_timer",1) #mrodparam("tm", "ruri_matching", 0) #modparam("tm", "via1_matching", 0) modparam("avpops","avp_url","mysql://root:passwd@19...
2005 Jul 06
0
Asterisk voicemail
...-- # store user location in memory, not using database modparam("usrloc", "db_mode", 0) modparam("rr", "enable_full_lr", 1) # -- tm params -- # set time for which ser will be waiting for a final response; # fr_inv_timer sets value for INVITE transactions, # fr_timer for all others modparam("tm","fr_inv_timer",15) # ------------------------- request routing logic ------------------- # main routing logic route{ # initial sanity checks -- messages with # max_forwards==0, or excessively long requests if (!mf_process_maxfwd_header("...