I am trying to generate .cfg file with the help of m4. I have following
line in my opensips.cfg.m4
DB_USER:DB_PASS@DB_IP/DB_NAME

In defines.m4 I have corresponding values.

The issue is my DB_PASS contains "#" as one of the character and because of
that any word after DB_PASS is not being replaced (I guess m4 ignores words
after #)

Any way out?
_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to