o Iñaki Baz Castillo [11/23/08 13:00]: > Hi, is it possible to create a transparent B2BUA with SEMS that implements > Session Timers to control both legs status? > I've already used example app "b2b_auth" and SEMS can be a fully transparent > B2BUA (it bypass in-dialog request that is a requeriment for me). > > Is there any example or code already done to add Session Timers support in > SEMS acting as a B2BUA? What I want is that SEMS control leg A and leg B with session_timer module. you need to add it to the call legs similar to uac_auth. the configuration is somewhat broken though (that was what configureModules is thought to be for), and there might be a little problem with remembering the session-expires value for the reinvite.
> Session Timers and ends both calls (BYE) in case one of them replies 481 to > the UPDATE/re-INVITE of Session Timers (or in case one of them doesn't reply > anymore). you get an event (onSessionTimerExpired or so) and can then do with the sessions what you want. Stefan > > Thanks for any suggestion. > -- Stefan Sayer VoIP Services [EMAIL PROTECTED] www.iptego.com IPTEGO GmbH Am Borsigturm 40 13507 Berlin Germany Amtsgericht Charlottenburg, HRB 101010 Geschaeftsfuehrer: Alexander Hoffmann _______________________________________________ Sems mailing list [email protected] http://lists.iptel.org/mailman/listinfo/sems
