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

Increment sequence_number after failure #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Nick-Adams-AU
Copy link

After an sendSMS submission returns a legitimate exception (i.e. $response->status != SMPP::ESME_ROK), the sequence_number isn't incremented. This casues the SMSC to fail all subsequent message submissions as the sequence number is the same as the original failed submission.

The incrementing of sequence_number on line 624 of smppclient.class.php should be moved prior to the exception on line 622.

If the class supported resubmission attempts this sequence_number should probably not be incremented however as this feature isn't supported, we should just increment it and move on.

After an sendSMS submission returns a legitimate exception (i.e. `$response->status != SMPP::ESME_ROK`), the sequence_number isn't incremented. This casues the SMSC to fail all subsequent messages as the sequence number is the same as the original failed submission.

The incrementing of sequence_number on line 624 of smppclient.class.php should be moved prior to the exception on line 622.

If the class supported resubmission attempts this sequence_number should probably not be incremented however as this feature isn't supported, we should just increment it and move on.
@Dexus
Copy link

Dexus commented Sep 9, 2015

👍

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

Successfully merging this pull request may close these issues.

2 participants