Re: [OpenSER-Devel] Add new assignment operator to config script

2007-08-16 Thread Daniel-Constantin Mierla
Hello Alex, thanks for the patch, definitely will be integrated to the devel branch. Please register the patch to the tracker on sourceforge, not to get lost. probably next week I will have the time to review and commit. Thanks, Daniel On 08/16/07 12:15, Alex Hermann wrote: Hello all, fin

[OpenSER-Devel] Add new assignment operator to config script

2007-08-16 Thread Alex Hermann
Hello all, find attached a patch which adds a new assignment operator (:=) to the config script. Instead of the regular assignment (=), this operator will not add an entry to an existing avp, but it deletes the existing avp and creates a new avp with only one value. I think this is usefull bec