diff --git a/addons/chan_mobile.c b/addons/chan_mobile.c index c2c80d95af..c4779eae6e 100644 --- a/addons/chan_mobile.c +++ b/addons/chan_mobile.c @@ -2233,6 +2233,7 @@ static int hfp_parse_cmgr(struct hfp_pvt *hfp, char *buf, char **from_number, ch if (buf[i] == '"') { state++; } + break; case 2: /* mark the start of the number */ if (from_number) { *from_number = &buf[i];