> One of the nice things to write would be to allow a callback from the > bearerbox when the SMS is successfully sent, for example passing the > resultant code to the calling application (http etc.). > However you'd need to > initiate a stack or the like to make sure that sends and > results match up. A > bit of challenge if someone's feeling adventurous!! This should not be that hard. Just use a cookie that can be used to match bearerbox responses to smsbox requests. Such a token should be constructed by the smsbox from the IP-Address/port number of the smsbox and a sequence number. Regards Joerg
