Reply number
- This topic has 2 replies, 2 voices, and was last updated 9 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Hi,
Is it possible to include a reply number when sending an SMS ? Through the API or using AT commands ?
For example, in my case i send SMS with number 123456 but i want to get the responses on the number 654321.
Or, is it possible to get the reply to a specific message ?
Hi,
Sorry, it currently isn’t possible to set what the sending (reply) number is when sending through the API on the iSMS. The reply number will be the phone number associated with the SIM in the modem is was sent on. I’m not aware of a method to do this using AT commands either. Perhaps your cellular provider has options for making all the SIMs appear to be coming from the same number.
The iSMS doesn’t track conversations, so you can’t have it show a response to a specific message. If you are using the API, your software may be able to track conversations based on the phone number that the messages were sent and received from.
Bryon
Hi Byron,
Thanks for the reply.
For now i use the “Non Polling Mode Receive SMS API” by filtering with the phone number.
I admit it would have been easier for my use to change reply number.