after several discussions on IRC, this is what I have done in respect of case sensitivity:

1) two macros control the case sensitivity of vars and apps at compile time

#ifdef OPBX_USE_CASE_INSENSITIVE_APP_NAMES
...

#ifdef OPBX_USE_CASE_INSENSITIVE_VAR_NAMES
...

2) it will be up to the Makefile/autoconfig to set the defines

whether the default should be for the macros to be defined or undefined is left open


The changes are in the SVN repository at ...


however, the present copy of pbx.c (release 1701) is a snapshot and I will still make a few more changes.

rgds
benjk
_______________________________________________
Openpbx-dev mailing list
[email protected]
http://lists.openpbx.org/mailman/listinfo/openpbx-dev

Reply via email to