Consider dedicate GSM Modem for user (incoming sms)

Hello my friends.
I’m using playsms with smstools3 with multiple GSM Modems.
Its okey with dedicate out-coming SMS for specify playsms users.
But I don’t find anyway to consider the second modem specifically for a user (incoming SMS) (Dedicate) without @username.

Thank you in advance.

In case of reply to sent messages, I achieved this by intercepting incoming messages, looking into playsms_tblSMSOutgoing which user has sent SMS to that number, and putting incoming SMS into his inbox

1 Like

Thank you in advance.
but I want User can have dedicate GSM Modem for incoming and out-coming SMS.
out coming SMS is OK and I have problem to route all SMS from modem 2 to playsms User.

I don´t know smstools3 very well, but, I think you can distinguish from which GSM Modem incoming SMS are coming. In this case, you can intercept such messages and put in user´s inbox. Have to code this feature.

But I don’t find anything for this.