RestSMS
RestSMS copied to clipboard
MultiSim Phone
Hi ! Is it possible to integrate the possibility of being able to send a message depending on the sim that we want to use please? (arg: Sim1 or Sim2)
I guess it should be possible by getting the sms-manager by a specfic subscription-id. https://developer.android.com/reference/android/telephony/SmsManager#createForSubscriptionId(int)
It would be a nice feature to add. However, im unable to test this. PR´s are welcome.
I think a filter to search by sim slot messages => /v1/sms?limit=200&sim_slot=0 It's possible to add this please ?