Skip to content

Increment sequence_number after failure#44

Open
Nick-Adams-AU wants to merge 1 commit intoonlinecity:masterfrom
Nick-Adams-AU:patch-1
Open

Increment sequence_number after failure#44
Nick-Adams-AU wants to merge 1 commit intoonlinecity:masterfrom
Nick-Adams-AU:patch-1

Conversation

@Nick-Adams-AU
Copy link
Copy Markdown

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
Copy Markdown

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