[Devel] CVS commitlog: sip-server/modules/usrloc README ucontact.c ucontact.h udomain.c ul_mod.c ul_mod.h urecord.c sip-server/modules/usrloc/doc usrloc_user.sgml sip-server/modules/registrar save.c

Bogdan-Andrei Iancu bogdan at voice-system.ro
Fri May 19 13:58:11 CEST 2006


User: bogdan_iancu
Date: 2006/05/19 04:58:11 PDT

  OpenSER CVS - Commit Details

  Modified files:
    modules/usrloc       README ucontact.c ucontact.h udomain.c 
                         ul_mod.c ul_mod.h urecord.c 
    modules/usrloc/doc   usrloc_user.sgml 
    modules/registrar    save.c 
  Commit Log:
  - usrloc is able to detect retransmissions based on Callid and Cseq. The
    retransmission detecton is controled via the new "cseq_delay" module
    parameter.
    REGISTER retransmissions (inside the cseq_delay interval) will not generate
    error, but they will be accepted and properly replied without any update on
    the location status.
    This solves the problem of retransmissions without having a statefull
    processing on requests.
  
  Revision  Changes    Path
  1.29      +8 -4      sip-server/modules/registrar/save.c
   [ http://openser.cvs.sourceforge.net/openser/sip-server/modules/registrar/save.c?r1=1.28&r2=1.29 ]
  1.7       +23 -0     sip-server/modules/usrloc/README
   [ http://openser.cvs.sourceforge.net/openser/sip-server/modules/usrloc/README?r1=1.6&r2=1.7 ]
  1.6       +32 -2     sip-server/modules/usrloc/doc/usrloc_user.sgml
   [ http://openser.cvs.sourceforge.net/openser/sip-server/modules/usrloc/doc/usrloc_user.sgml?r1=1.5&r2=1.6 ]
  1.15      +25 -13    sip-server/modules/usrloc/ucontact.c
   [ http://openser.cvs.sourceforge.net/openser/sip-server/modules/usrloc/ucontact.c?r1=1.14&r2=1.15 ]
  1.9       +3 -1      sip-server/modules/usrloc/ucontact.h
   [ http://openser.cvs.sourceforge.net/openser/sip-server/modules/usrloc/ucontact.h?r1=1.8&r2=1.9 ]
  1.16      +16 -9     sip-server/modules/usrloc/udomain.c
   [ http://openser.cvs.sourceforge.net/openser/sip-server/modules/usrloc/udomain.c?r1=1.15&r2=1.16 ]
  1.10      +26 -21    sip-server/modules/usrloc/ul_mod.c
   [ http://openser.cvs.sourceforge.net/openser/sip-server/modules/usrloc/ul_mod.c?r1=1.9&r2=1.10 ]
  1.7       +3 -1      sip-server/modules/usrloc/ul_mod.h
   [ http://openser.cvs.sourceforge.net/openser/sip-server/modules/usrloc/ul_mod.h?r1=1.6&r2=1.7 ]
  1.10      +17 -7     sip-server/modules/usrloc/urecord.c
   [ http://openser.cvs.sourceforge.net/openser/sip-server/modules/usrloc/urecord.c?r1=1.9&r2=1.10 ]



More information about the Devel mailing list