When I try to check $argv[name] like
if ( $argv[name] == null )
and command line option '-o name=val' is not specifiend then error occured and OpenSIP not started
ERROR:core:pv_parse_spec: pvar "argv" has an invalid name param [name]
1.6.3 and 1.6.4 fails
read as:
if ( $argv(name) == null )
Hello Victor,
I have just committed a fix for this. Please let me know if your problem is solved.
Regards,
Razvan