On 25.05.2011 11:17, Daniel-Constantin Mierla wrote:
On 5/25/11 10:55 AM, Henning Westerholt wrote:
On Tuesday 24 May 2011, Daniel-Constantin Mierla wrote:
Is #!KAMAILIO still necessary with Kamailio 3.1.x? If yes, which behavior is changed by #!KAMAILIO?
it is still good to turn on vim syntax highlighting :-) (if you installed the files from utils/misc/vim/ in ~/.vim/), otherwise is not changing any kind of proxy behaviour whether it is present or not.
Ok, don't want to neglect the syntax highlighting.. ;-) What about removing this define then if its not necessary anymore for the server?
it is not a define like the other #!define, it is matched in the parser and an internal value is set.
Probably it can be removed from the code, it should be harmless/useless there. But it is rather useful in the default config for syntax highlighting, being treated as a comment anyhow -- e.g., like in other cases, many c files have the vim formatting commands in comments.
Does the define has to be in the first line of the config?
IMO we should add a comment like:
# Above Kamailio define is only for vim syntax highlighting and # can be removed.
regards klaus