[Devel] CVS commitlog: sip-server/modules/registrar README reg_mod.c reg_mod.h save.c sip-server/modules/registrar/doc registrar_user.sgml sip-server/modules/usrloc README dlist.c ucontact.h sip-server/modules/usrloc/doc usrloc_user.sgml ...

Bogdan-Andrei Iancu bogdan at voice-system.ro
Sat Feb 24 20:23:19 CET 2007


User: bogdan_iancu
Date: 2007/02/24 11:23:19 PST

  OpenSER CVS - Commit Details

  Modified files:
    modules/registrar    README reg_mod.c reg_mod.h save.c 
    modules/registrar/doc registrar_user.sgml 
    modules/usrloc       README dlist.c ucontact.h 
    modules/usrloc/doc   usrloc_user.sgml 
    modules/nathelper    README nathelper.c 
    modules/nathelper/doc nathelper_user.sgml 
  Commit Log:
  fixed consistency problem with the NAT flag.
   - applied patch from Marcus Hunger - get NAT flag from branch flags and not
     from the internal usrloc flags in "get_all_ucontacts".
   - moved the flag for marking SIP pinging from message flag to branch flag (to
     be consistent with the nat flag, also branch flag)
   - SIP ping flag moved from the registrar to nathelper module. You can use any
     branch flag to mark the contact for SIP ping as all branch flags are saved
     and restored by usrloc. Nathelper module just needs to know the flag index
     to identify the contacts.
  
  Revision  Changes    Path
  1.10      +43 -28    sip-server/modules/nathelper/README
   [ http://openser.cvs.sourceforge.net/openser/sip-server/modules/nathelper/README?r1=1.9&r2=1.10 ]
  1.12      +24 -4     sip-server/modules/nathelper/doc/nathelper_user.sgml
   [ http://openser.cvs.sourceforge.net/openser/sip-server/modules/nathelper/doc/nathelper_user.sgml?r1=1.11&r2=1.12 ]
  1.31      +13 -6     sip-server/modules/nathelper/nathelper.c
   [ http://openser.cvs.sourceforge.net/openser/sip-server/modules/nathelper/nathelper.c?r1=1.30&r2=1.31 ]
  1.20      +76 -93    sip-server/modules/registrar/README
   [ http://openser.cvs.sourceforge.net/openser/sip-server/modules/registrar/README?r1=1.19&r2=1.20 ]
  1.21      +2 -26     sip-server/modules/registrar/doc/registrar_user.sgml
   [ http://openser.cvs.sourceforge.net/openser/sip-server/modules/registrar/doc/registrar_user.sgml?r1=1.20&r2=1.21 ]
  1.26      +5 -7      sip-server/modules/registrar/reg_mod.c
   [ http://openser.cvs.sourceforge.net/openser/sip-server/modules/registrar/reg_mod.c?r1=1.25&r2=1.26 ]
  1.16      +3 -2      sip-server/modules/registrar/reg_mod.h
   [ http://openser.cvs.sourceforge.net/openser/sip-server/modules/registrar/reg_mod.h?r1=1.15&r2=1.16 ]
  1.39      +5 -14     sip-server/modules/registrar/save.c
   [ http://openser.cvs.sourceforge.net/openser/sip-server/modules/registrar/save.c?r1=1.38&r2=1.39 ]
  1.14      +3 -3      sip-server/modules/usrloc/README
   [ http://openser.cvs.sourceforge.net/openser/sip-server/modules/usrloc/README?r1=1.13&r2=1.14 ]
  1.17      +11 -11    sip-server/modules/usrloc/dlist.c
   [ http://openser.cvs.sourceforge.net/openser/sip-server/modules/usrloc/dlist.c?r1=1.16&r2=1.17 ]
  1.13      +5 -5      sip-server/modules/usrloc/doc/usrloc_user.sgml
   [ http://openser.cvs.sourceforge.net/openser/sip-server/modules/usrloc/doc/usrloc_user.sgml?r1=1.12&r2=1.13 ]
  1.14      +1 -2      sip-server/modules/usrloc/ucontact.h
   [ http://openser.cvs.sourceforge.net/openser/sip-server/modules/usrloc/ucontact.h?r1=1.13&r2=1.14 ]



More information about the Devel mailing list