On Jul 16, 2004 at 11:24, Chris Crawford <crawford_c(a)pannaway.com> wrote:
Hey!
Does anyone know how to do the following (if it can be done at all)?
In the ser.cfg, I would like to use a return value from a module's
function as a prefix to a URI.
....
VALUE=function_a( ); <-- exported from a module
prefix( "$VALUE" ); <-- URI prefix'ing of user routine
....
I do not want to use the exec module, (the admin module shows nice
examples), as the processing expense is too high.
This cannot be done right now.
Andrei