On 02/05/07 12:10, vallimamod abdullah wrote:
Hello Daniel,
On 2/3/07, Daniel-Constantin Mierla <[EMAIL PROTECTED]> wrote:
[...]
The exec module on devel is already extended with such feature you are
looking for -- see exec_avp():
http://www.openser.org/docs/modules/1.2.x/exec.html#AEN134
Hello,
it is not possible to return a string from a function exported by a
module now. The usual way is to use avps for that.
The exec module on devel is already extended with such feature you are
looking for -- see exec_avp():
http://www.openser.org/docs/modules/1.2.x/exec.html#AEN134
Chee
Hello Daniel,
On 1/29/07, Daniel-Constantin Mierla <[EMAIL PROTECTED]> wrote:
[...]
Assignments of script variables, AVPs, R-URI parts (username, domain,
and URI) and dst URI can be done as well in script.
$avp(i:11) = 1; - sets the value of $avp(i:11) to integer '1'
$avp(i:11) = "1"; - sets t
thanks :-)
regards
klaus
Daniel-Constantin Mierla wrote:
Hello everybody,
the development version allows now ability to use pseudo-variables
directly in configuration file. In addition to old pseudo-variables you
know, a new type was introduced: script variables - the format is
$var(name) w