wdoekes / asterisk-chan-dongle

chan_dongle channel driver for Huawei UMTS cards, works with Asterisk 14+
Other
301 stars 105 forks source link

Log PDU of received SMS messages #17

Closed fadasi closed 8 years ago

fadasi commented 8 years ago

Some SMS are not correctly decoded (multipart SMS, MMS notifications, etc.) and are therefore lost. Logging all PDUs provides the possibility to decode SMS later and submit them to further analysis.

For more visibility and traceability, the unmodified code style has not been changed.

fadasi commented 8 years ago

Better solution: use ${CMGR} in extensions.conf and send content to a file, by e-mail, to an external process, ...