[asterisk-users] Is this big of new modification in Asterisk Events Objects values ?

jg webaccounts at jgoettgens.de
Fri Oct 25 08:13:40 CDT 2013


> If you’re dealing with any interface or protocol that presents case-insensitive strings, you should always normalize those strings you receive (e.g. lowercase it) before dealing with it.
>
That's one way to deal with this. Another way is to enumerate all keys using a case insensitive 
hash table. This avoids any string comparisons in the rest of the program.

jg



More information about the asterisk-users mailing list