Hi, I have multiple generic http smsc configured, and I just noticed that only the first smsc in the BB configuration seems to work correctly for MO. For instance if I have
group = smsc smsc = http system-type = generic smsc-id = A port = 3007 ... group = smsc smsc = http system-type = generic smsc-id = B port = 3008 ... group = smsc smsc = http system-type = generic smsc-id = C port = 3009 ... If I send a request to A it works fine. If I send a request to B, I get no response. If I then send another request to A, I get the response to both A and B. If I don't send another message to A, I never get a response. According to me tcpdump, the port seems to be listening correctly... just not sure why Kannel is not replying. Wondering it maybe there is a bug or a deadlock or something in Kannel for multiple http smsc for MO? I'm using Kannel 1.4.3. Thanks, Brian
