Hi!
From Makefile:
#excluded because they depend on external *.h files exclude_modules+= h350
Why is h350 handled different than the other modules with external dependencies? IMO it just should be added to "exclude_modules?="
# excluded because they do not compile (remove them only # after they are fixed) -- andrei exclude_modules+= avpops bdb dbtext iptrtpproxy pa rls
This of course prevents also building of Kamailio's avpops and rls module. How can we distinguish between ser's rls module and K's rls module?
thanks Klaus