Title:
Bug 86928:(Watson Migration Closure)first off, cf SMS gateway converts sent SMS hex IDs to decimal
| View in TrackerStatus/Resolution/Reason: Closed/Withdrawn/CannotReproduce
Reporter/Name(from Bugbase): Paul Hastings / Paul Hastings (PaulH)
Created: 06/03/2011
Components: Event Gateway
Versions: 10.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Trivial / Unknown
Locale/System: English / Platforms All
Vote Count: 2
Problem:
first off, cf SMS gateway converts sent SMS hex IDs to decimal. this is a bad design choice as it makes tracking sent SMS via delivery receipts more complex than it needs to be, if the SMS vendor uses hex IDs then SMS IDs in delivery receipts are in hex as well & will not nmatch the IDs from cf when the SMS was sent. cf should just pass back what it received from the SMS vendor.secondly, there's a nasty bug in the gateway that cause only *some* hex IDs to be converetd to decimal. if the hex ID begins with [A-F,a-f] then it is NOT converted to decimal.
Method:
send SMS via vendor that returns hex IDs. observe returned IDs.
Result:
first off, cf SMS gateway converts sent SMS hex IDs to decimal. this is a bad design choice as it makes tracking sent SMS via delivery receipts more complex than it needs to be, if the SMS vendor uses hex IDs then SMS IDs in delivery receipts are in hex as well & will not nmatch the IDs from cf when the SMS was sent. cf should just pass back what it received from the SMS vendor.secondly, there's a nasty bug in the gateway that cause only *some* hex IDs to be converetd to decimal. if the hex ID begins with [A-F,a-f] then it is NOT converted to decimal.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3043846
External Customer Info:
External Company:
External Customer Name: Paul Hastings
External Customer Email: 00EE238442D680B29920157F
External Test Config: 06/03/2011
Attachments:
Comments: