RE: SMPP service type on deliver_sm
"ANAM" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Is there a way to extract the SMPP service_type on a deliver_sm message, to pass it to an http-post SMS service? One of our SMPP providers puts the MCC/MNC information in the service_type, which we'd like to pass to the HTTP service on another box. [ANAM] You will need to patch the smsc_smpp.c driver. The existing code does not do this by default.