[Serdev] CVS:commitlog

Bogdan-Andrei IANCU at BerliOS bogdan at sheep.berlios.de
Thu Jan 22 14:45:47 UTC 2004


Update of /cvsroot/ser/sip_router/modules/cpl-c
In directory sheep:/tmp/cvs-serv5336/modules/cpl-c

Modified Files:
	cpl.c cpl_proxy.h cpl_run.c cpl_run.h 
Log Message:
- cpl interpreter function (cpl_run_script) can be invoked in 3 types
  of contexts  (signalized by second param):
  "is_stateless"   : no transaction created in script so far; the CPL engine
                     will keep everything stateless, excepting when proxy;
					 if function exists -> stateless
  "is_stateful"    : transaction already created, all signalling will
                     be done in statefull way; if function exists ->
					 stateful
  "force_stateful" : no transaction created in script so far; the CPL engine
                     will force all signalling operation as statefull; if
					 function exists -> stateless




More information about the Serdev mailing list