kalkun-sms / Kalkun

Open Source Web based SMS Manager
https://kalkun.sourceforge.io/
GNU General Public License v2.0
211 stars 130 forks source link

[request]Move message on owner inbox to a user inbox and set unread #148

Open nur-hamid opened 10 years ago

nur-hamid commented 10 years ago

some reply message[s] doesnt contain "@username" and saved at owner inbox, i want to move that message[s] to user inbox. thanks

jbubik commented 10 years ago

If your users use phonebook for storing their contacts, then you may route incoming massages that do not contain the "@username" to them. Configure in application/config/kalkun_settings.php:

/*
|--------------------------------------------------------------------------
| Inbox Routing Use Phonebook
|--------------------------------------------------------------------------
|
| If no @username found on new incoming messages,
| then Kalkun will check origin phonenumber on all user phonebook.
|
*/
$config['inbox_routing_use_phonebook'] = TRUE;