Is there a 'line extend' / 'line wrap' character that can be used inside the OpenSER config, a la
Statement("with extensive parameters",\ "some continuation here");
I am sick of having to write obscenely long and hard-to-read lines in my config, which I have to do mainly because I issue SQL queries.
-- Alex Balashov Evariste Systems Web : http://www.evaristesys.com/ Tel : +1-678-954-0670 Direct : +1-678-954-0671
The we continue statements as follows:
For example, our radius_extra settings include (with a backslash)
Source-IP=$si; \ Source-Port=$sp; \
Within the script part of the config (without a backslash)
if (uri=~"^sip:*" || uri=~"^sip:*{1,3}@" ||
Regards, Norm
Alex Balashov wrote:
Thank you Norm!
On Thu, 11 Oct 2007, Norman Brandinger wrote:
-- Alex Balashov Evariste Systems Web : http://www.evaristesys.com/ Tel : +1-678-954-0670 Direct : +1-678-954-0671