Hi,

Raúl Alexis Betancor Santana wrote on 07/23/2015 06:53 PM:
> 
> Hi all,
> 
> Is there any way to control from the SBC module, how many times an
> INVITE it's tryed ? ...
> 
> What we are looking for is a fast reply-back from the SBC module to
> the SIP proxy that sends the INVITE to sems, if sems it's unable to
> reach the final destination.

sorry for late reply, haven't see this mail before. anyway, FTR: you
can set the timers individually in sems.conf:

# SIP timers configuration (in milliseconds)
#
# sip_timer_A=<n millisec>
# sip_timer_B=<n millisec>
# ...
# sip_timer_M=<n millisec>
#
# timers A to J as in RFC3261.
# Timer L: handle 200 ACKs automatically in INVITE client trans.
# Timer M: cycle throught multiple addresses in case the R-URI
#          resolves to multiple addresses
#
# Warning: Timer values are not checked whether they are appropriate!
#          Leave to default values if in doubt.
#
# Example:
#  # equivalent to fr_timer=20 in sip-router
#  sip_timer_b=20000
#  sip_timer_f=20000

# sip_timer_t2=<n millisec)   T2 timer configuration
#  (Cap for re-send request/response backoff)
#
# Warning: Timer values are not checked whether they are appropriate!
#          Leave to default values if in doubt.
#
#sip_timer_t2=4000

(Note capital timer name, e.g. sip_timer_A and not sip_timer_a).

hth
Stefan

_______________________________________________
Sems mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/sems

Reply via email to