[Devel] CVS commitlog: sip-server/modules/path Makefile path.c path.h path_mod.c path_mod.h sip-server/modules/path/doc path.sgml path_devel.sgml path_faq.sgml path_user.sgml

Andreas Granig andreas.granig at inode.info
Fri Mar 3 22:01:13 CET 2006


User: agranig 
Date: 2006/03/03 13:01:13 PST

  OpenSER CVS - Commit Details

  Added files:
    modules/path         Makefile path.c path.h path_mod.c 
                         path_mod.h 
    modules/path/doc     path.sgml path_devel.sgml path_faq.sgml 
                         path_user.sgml 
  Commit Log:
  New module for intermediate proxies to add Path-HFs and route
  requests according to the received-parameter of Route-HF URIs.
  
  Revision  Changes    Path
  1.1       +13 -0     sip-server/modules/path/Makefile (new)
   [ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/modules/path/Makefile?rev=1.1&content-type=text/plain ]
  1.1       +52 -0     sip-server/modules/path/doc/path.sgml (new)
   [ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/modules/path/doc/path.sgml?rev=1.1&content-type=text/plain ]
  1.1       +22 -0     sip-server/modules/path/doc/path_devel.sgml (new)
   [ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/modules/path/doc/path_devel.sgml?rev=1.1&content-type=text/plain ]
  1.1       +70 -0     sip-server/modules/path/doc/path_faq.sgml (new)
   [ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/modules/path/doc/path_faq.sgml?rev=1.1&content-type=text/plain ]
  1.1       +227 -0    sip-server/modules/path/doc/path_user.sgml (new)
   [ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/modules/path/doc/path_user.sgml?rev=1.1&content-type=text/plain ]
  1.1       +201 -0    sip-server/modules/path/path.c (new)
   [ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/modules/path/path.c?rev=1.1&content-type=text/plain ]
  1.1       +61 -0     sip-server/modules/path/path.h (new)
   [ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/modules/path/path.h?rev=1.1&content-type=text/plain ]
  1.1       +159 -0    sip-server/modules/path/path_mod.c (new)
   [ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/modules/path/path_mod.c?rev=1.1&content-type=text/plain ]
  1.1       +33 -0     sip-server/modules/path/path_mod.h (new)
   [ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/modules/path/path_mod.h?rev=1.1&content-type=text/plain ]



More information about the Devel mailing list