Alex Kinch wrote: > If you have multiple SMPP connections to a provider, shouldn't the > DLRs come back on the connection that the message was sent out on?
The connection is identified with system_id & system_type, so if you have multiple receiver connections with the same logon credentials, the smsc will pick one of them to return the delivery report on. Either make sure you only have 1 receive session or make sure that each transmitter/receiver pair has a different system_type. I don't think this behaviour is broken. -- Ian Cass
