[Devel] CVS commitlog: sip-server action.c cfg.y route.c
route_struct.c route_struct.h sr_module.c sr_module.h
Bogdan-Andrei Iancu
bogdan at voice-system.ro
Thu Mar 2 20:49:24 CET 2006
User: bogdan_iancu
Date: 2006/03/02 11:49:24 PST
OpenSER CVS - Commit Details
Modified files:
. action.c cfg.y route.c route_struct.c
route_struct.h sr_module.c sr_module.h
Commit Log:
- several changes into routing/scripting internal tree:
1) allow module to export same C function with same name, but with different
parameter number - a lot of wrapper functions will become obsolete
2) keep inside the tree nodes the corresponding config line to be able to
give a more detailed report if fixup functions fails (like line number)
3) some cleanup to simplify the association between the tree actions and
exported functions
Revision Changes Path
1.16 +6 -6 sip-server/action.c
[ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/action.c?r1=1.15&r2=1.16 ]
1.28 +27 -25 sip-server/cfg.y
[ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/cfg.y?r1=1.27&r2=1.28 ]
1.12 +27 -24 sip-server/route.c
[ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/route.c?r1=1.11&r2=1.12 ]
1.6 +12 -8 sip-server/route_struct.c
[ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/route_struct.c?r1=1.5&r2=1.6 ]
1.8 +8 -6 sip-server/route_struct.h
[ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/route_struct.h?r1=1.7&r2=1.8 ]
1.5 +18 -43 sip-server/sr_module.c
[ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/sr_module.c?r1=1.4&r2=1.5 ]
1.6 +3 -3 sip-server/sr_module.h
[ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/sr_module.h?r1=1.5&r2=1.6 ]
More information about the Devel
mailing list