search for: fr_inv_tim

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

Did you mean: fr_inv_timer
2005 Jul 12
0
Asterisk not accepting user input .. pls help !!
...er input keys. Please kindly advise. Regards, YY ***************************************************** 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]*@magn...
2007 Jan 05
1
integrating with Asterisk and OpenSER for Voicemail
...ith 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@192.168.2.75/openser") modparam("avpops&qu...
2005 Jul 06
0
Asterisk voicemail
...ific parameters --------------- # -- usrloc params -- # 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 lo...