< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index | Next in Thread > |
Am trying to add a timer on
my OnNewSession for an incoming INVITE. The timer is to determine the session
expiry. Should I write my own Timer class for this or can I use the addTimer provided
in DUM. If I use the DUM timer, which is the callback that gets invoked on
expiry of the timer. Have been struggling a bit on this. Any help on this is
greatly appreciated. Thanks, Cyril From: Cyril Raymond Hi, Am writing a B2BUA where I need to set a
session expiry on the incoming INVITE. Can someone throw some light on what
timers I can use and how? Thanks, Cyril |