[Home]

Summary:ASTERISK-19153: [patch] - Sms sender is not parsed correctly in incoming sms
Reporter:Panos Gkikakis (roeften)Labels:
Date Opened:2011-12-31 18:01:16.000-0600Date Closed:2013-01-15 22:19:31.000-0600
Priority:TrivialRegression?
Status:Closed/CompleteComponents:Addons/chan_mobile
Versions:1.8.8.0 Frequency of
Occurrence
Constant
Related
Issues:
Environment:Centos 5.7Attachments:( 0) sms-sender-fix.diff
Description:When an incoming SMS arrives, the sender's name or number is not parsed properly - always null -.

This is due to a missing break in the switch statement in function hfp_parse_cmgr.
Comments:By: Panos Gkikakis (roeften) 2011-12-31 18:02:31.773-0600

This is the patch to add the break so that the sender field is not skipped.