Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Submitting to multiple recipients and returned message ID #72

Open
mfzl opened this issue May 14, 2018 · 4 comments
Open

Submitting to multiple recipients and returned message ID #72

mfzl opened this issue May 14, 2018 · 4 comments

Comments

@mfzl
Copy link

mfzl commented May 14, 2018

From the SMSC I'm connecting to (not sure which SMSC) when submitting to multiple recipients Response Message contains a single ID, but when delivery report is received it has different message IDs for each recipient.

Is there a way to retrieve message ID for each recipient?

@fiorix
Copy link
Owner

fiorix commented Jun 24, 2018

Hmm you'll have to do some troubleshooting. I haven't touched this code in a while.

@mfzl
Copy link
Author

mfzl commented Jul 1, 2018

According to the spec ( as far as I understand ) this is not possible, as only a single ID is returned in the response.

So if returned message ID is important ( for DLR etc. ) only option is to avoid batch message sends and send them one by one.

@McSwitch
Copy link
Contributor

@fiorix I do not think #74 is a dup of this issue, it talks specifically to long/multi-part messages. @faxal please correct me if I am wrong, but you are talking about sending one message to many recipients via DstList in the ShortMessage struct.

@fiorix fiorix reopened this Aug 28, 2018
@mfzl
Copy link
Author

mfzl commented Sep 5, 2018

@McSwitch That is correct. What I am asking may not be possible from what I have gathered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants