I have an SMS gateway setup and bound to the SMSC using SMPP.
When an SMS comes in from the SMSC (mobile originating) the SMSC
has some data in the deliver_sm that coldfusion isn't giving to me
in the CFEvent structure.
The data that i'm looking for is a unique identifier attached
to each message that comes in. I use these to compare reports from
the SMSC to reports generated by my code. It's vital that I am able
to relate the messages on both reports.
Is there any way to get CF to put that into the cfevent
structure so my CFC can access it?
If not, does anyone have a suggestion as to how I should
proceed to get something that makes that data available?