The Asterisk book at this website: oreilly.com/catalog/asterisk/inx.html
says: “Monday through Friday would be expressed as mon-fri. Tuesday and Thursday would be expressed as tue,thu.”
But, when i do ‘tue,thu’ (without quotes) as days_of_week, the response of Asterisk is:
2006-09-25 09:07:10 WARNING[26833]: pbx.c:3964 get_dow: Invalid day ‘tue,thu’, assuming none
I wonder if at some point the system is treating the ‘th’ in ‘thu’ as a separate character from ‘t’, and therefore treats ‘thu’ as a two-character combination ‘!u’ (where ! is ‘th’), and therefore not valid. It sounds like it is using ‘wed’ as a default since it follows ‘tue’?
I’m not sure where this leads as in a practical resolution sense, but perhaps since you are using realtime there is a role for MySQL collation settings?