Currently, somebody can do something like this:
[chan-1](fxs)
dahdichannel = 1
And there will be absolutely no warning about that. The correct syntax is dahdichan
, not dahdichannel
(this is a real world example of user misconfiguration).
Ideally, we would warn about any configuration settings that are invalid.
You must be