Hi, I am hitting an HTTP SMSC with this configuration:
group = smsc smsc = http smsc-id = abc system-type = generic port = 13001 send-url = "http://XXX" status-success-regex = "Successful" status-permfail-regex = "Invalid" status-tempfail-regex = "Expired" generic-foreign-id-regex = "<id>(.+)</id>" generic-param-from = "phoneNumber" generic-param-to = "shortCode" generic-message-sent = "Message sent with ID: %I" generic-status-sent = 200 generic-status-error = 404 And getting following response in XML: <response_to_browser> <response_id>0</response_id> <response_text>Successful:2482493</response_text> </response_to_browser> Can someone tell me how to pick up DLR from this response via any config parameter? Is this number 2482493 the DLR ID? How will I map it to my request? Thanks, Hamza